diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-05-06 21:35:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-06 21:35:41 +0100 |
commit | 2773c60226b9370fe8ee00f7b205b571bb87c3b5 (patch) | |
tree | 1773c3db83cd441a6cfdc081a086b196cc5a8aee | |
parent | 804e6683ee55c958678e2e3627467042e6c329bf (diff) | |
parent | 7123594ac13e6a0f232d0074dbbe7b2c91389aa8 (diff) |
Merge branch 'version-3.0.1'v3.0.1
40 files changed, 4229 insertions, 4286 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad53ca547..4382c7bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,48 @@ ## Releases * Unreleased + +* v3.0.1 (6th May 2020) + - New features: + - Provide access to staff-only categories in admin. #2925 #2958 + - Allow anonymous updating if anonymous reporting enabled. - Admin improvements: - - order unsent reports by confirmed date + - Order unsent reports by confirmed date. #2911 - Disable staff private tickbox on new reports if category is private. #2961 - - Move stats from main admin index to stats index. - - Speed up dashboard export and report search. + - Move stats from main admin index to stats index. #2982 + - Speed up dashboard export and report search. #2988 - Allow a template to be an initial update on reports. #2973 - - Bugfixes + - Bugfixes: - Application user in Docker container can't install packages. #2914 - Look at all categories when sending reports. - - Provide access to staff-only categories in admin. + - Fixes the To header when sending emails about inactive accounts. #2935 + - Recent reports, use same query regardless of cache. #2926 #2999 + - Match body construction on Around with New setup. + - Only one duplicate call in progress at once. #2941 + - Stop double escape in Google Maps URL. + - Refactor/stop double escape in report nav link. #2956 - Maintain group on pin move with same category in multiple groups. #2962 - Remove unnecessary margin-right on #postcodeForm. #3010 - Fix sorting by most commented on /around map view. #3013 - Development improvements: - - Refactor Script::Report into an object. - - Move summary failures to a separate script. - - Add script to export/import body data. - - Add fetch script that does combined job of fetch-comments and fetch-reports. - - Show error page when submitting with web param to /import. - - Add a daemon option for sending reports and updates. - - Update Getopt::Long::Descriptive to stop warning. + - Refactor Script::Report into an object. #2927 + - Move summary failures to a separate script. #2927 + - Add generic import categories from JSON script. + - Add script to export/import body data. #2905 + - Add fetch script that does combined job of fetch-comments and fetch-reports. #2689 + - Allow fetch script to parallelize fetching. #2689 + - Do all retry timeout or skip checks in database. #2947 + - Show error page when submitting with web param to /import. #2233 + - Add a daemon option for sending reports and updates. #2924 + - Update Getopt::Long::Descriptive to stop warning. #3003 - Open311 improvements: - - match response templates on external status code over state - - Add flag to protect category/group names from Open311 overwrite. + - Allow save/drop of row extra during sending. #2788 + - Match response templates on external status code over state. #2921 + - Add flag to protect category/group names from Open311 overwrite. #2986 + - Documentation: + - Remove part about restricting access to /admin. #2937 - UK: - - Added junction lookup, so you can search for things like "M60, Junction 2" + - Added junction lookup, so you can search for things like "M60, Junction 2". #2918 * v3.0 (4th March 2020) - Security: @@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 3.0; see CHANGELOG.md for a version history. +Platform is now at version 3.0.1; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 20e0eb813..af52dbdbc 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:-v3.0} +VERSION=${VERSION_OVERRIDE:-v3.0.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh diff --git a/docs/_posts/2020-05-06-v3.0.1.md b/docs/_posts/2020-05-06-v3.0.1.md new file mode 100644 index 000000000..0ac1e6304 --- /dev/null +++ b/docs/_posts/2020-05-06-v3.0.1.md @@ -0,0 +1,68 @@ +--- +layout: post +title: Version 3.0.1 +author: matthew +--- + +<div class="r" align="right"> +</div> + +First of all, I hope you are all safe wherever you may be. We held a couple of +FixMyStreet user groups recently for body users of FixMyStreet in the UK, and +someone from a large body said that their FixMyStreet installation was proving +really useful in these times, as they were making far fewer internal reports +due to the UK lockdown. + +Admist all this, we continue to develop the software, and today are releasing +**version 3.0.1**, a bugfix release with a couple of new features. + +### Admin improvements + +You can now provide an automatic initial update on reports made in a particular +category to a particular body, perhaps to provide information on timings or +similar. Make sure the body has a user to associate comments with, and then add +a response template in the Open state with auto-response checked, restricted to +a list of categories if you wish. After that, the template will be used to +provide an initial update on new reports made. + +We have also added "staff-only" categories, which are categories that staff +users can see but normal users cannot. One council is using this to provide +emergency categories that their contact centre staff can use to make reports +after manual triage. + +The dashboard export and report search should now be quicker, after some +investigation that area. We've also moved the overall stats off the index page +to the stats page, so the index page loads more quickly. + +### Bugfixes + +Thanks to those of you letting us know about bugs or problems. Those we have +fixed include an incorrect To header on emails about inactive accounts, a +couple of issues with the front page recent reports list showing different +results depending on whether the cache was used or not, and a double escape in +the Google Maps URL. + +Others we have fixed include maintaining the category group on pin move with +same category in multiple groups, and fixing sorting by most commented on +the `/around` map view. + +### Development improvements + +As well as the cron scripts, this release now includes a dæmon that you +can use to send reports and updates. Using the dæmon will mean reports +and updates are sent almost immediately after they are confirmed, but will +require a bit more setup, as you'll need to set it up as a dæmon running +all the time in your system. We've provided an example config file for systemd +to hopefully help with that. If you do run the dæmon, be sure to remove +the lines of your crontab that send reports and updates :) + +Alongside that, `send-reports` no longer prints out failures in verbose mode, +there is a separate `send-reports-failure-summary` script to do that. Also the +fetch-comments and fetch-reports scripts have been consolidated into one +`fetch` script, which can also now parallelize fetching. + +### Upgrading + +A full list of changes can be seen in the +[changelog](https://github.com/mysociety/fixmystreet/releases/tag/v3.0.1) as usual. + diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po index 1a7551107..2f9446010 100644 --- a/locale/FixMyStreet.po +++ b/locale/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <team@fixmystreet.com>\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 perllib/FixMyStreet/DB/Result/Problem.pm:716 perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/DB/Result/Problem.pm:714 perllib/FixMyStreet/DB/Result/Problem.pm:716 perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "" @@ -156,7 +156,7 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 perllib/FixMyStreet/App/Controller/Report/New.pm:764 templates/web/zurich/admin/bodies/form.html:27 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 perllib/FixMyStreet/App/Controller/Report/New.pm:769 templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "" @@ -193,7 +193,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 templates/web/zurich/admin/index.html:4 +#: templates/web/base/status/stats.html:17 templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "" @@ -253,7 +253,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 msgid "Add another parent category" msgstr "" @@ -317,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -564,11 +564,11 @@ msgstr "" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" -#: templates/web/base/admin/stats/fix_rate.html:1 templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/fix_rate.html:1 templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -775,7 +775,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:131 templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -1126,7 +1126,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1208,7 +1208,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: 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 +#: templates/web/base/admin/bodies/contact-form.html:114 templates/web/base/admin/reports/edit.html:134 templates/web/base/admin/update_edit.html:97 templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "" @@ -1373,7 +1373,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1393,11 +1393,11 @@ msgstr "" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/admin/stats/index.html:15 templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 templates/web/base/admin/stats/index.html:23 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 +#: templates/web/base/main_nav_items.html:24 templates/web/zurich/about/faq-de-ch.html:1 templates/web/zurich/footer.html:22 templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "" @@ -1589,7 +1589,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1725,7 +1725,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 templates/web/base/report/new/category_wrapper.html:9 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -1737,7 +1737,7 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/main_nav_items.html:24 templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "" @@ -1931,7 +1931,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "" @@ -2234,7 +2234,7 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 perllib/FixMyStreet/App/Controller/Report.pm:703 perllib/FixMyStreet/App/Controller/Report.pm:706 perllib/FixMyStreet/App/Controller/Report/New.pm: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 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 perllib/FixMyStreet/App/Controller/Report.pm:703 perllib/FixMyStreet/App/Controller/Report.pm:706 perllib/FixMyStreet/App/Controller/Report/New.pm:1427 perllib/FixMyStreet/App/Controller/Report/New.pm:770 perllib/FixMyStreet/App/Controller/Report/New.pm:771 perllib/FixMyStreet/DB/Result/Problem.pm:641 perllib/FixMyStreet/DB/Result/Problem.pm:648 perllib/FixMyStreet/DB/Result/Problem.pm:663 perllib/FixMyStreet/DB/Result/Problem.pm:672 perllib/FixMyStreet/Queue/Item/Report.pm:132 perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 msgid "Parent categories" msgstr "" @@ -2380,7 +2380,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:1029 perllib/FixMyStreet/App/Controller/Report/New.pm:1073 templates/web/base/js/translation_strings.html:21 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 perllib/FixMyStreet/App/Controller/Report/New.pm:1034 perllib/FixMyStreet/App/Controller/Report/New.pm:1077 templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -2388,7 +2388,7 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 templates/web/base/admin/bodies/body.html:12 templates/web/base/admin/bodies/index.html:4 templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2404,7 +2404,7 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 perllib/FixMyStreet/DB/Result/Comment.pm:143 templates/web/base/js/translation_strings.html:6 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 perllib/FixMyStreet/DB/Result/Comment.pm:143 templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" @@ -2416,7 +2416,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2459,7 +2459,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -2642,7 +2642,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -2650,7 +2650,7 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:90 templates/web/base/admin/reports/edit.html:157 templates/web/base/report/inspect/information.html:3 templates/web/base/report/new/form_user_loggedin.html: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:69 msgid "Private" msgstr "" @@ -2690,11 +2690,11 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 templates/web/base/admin/stats/state.html:12 templates/web/zurich/admin/index.html:9 +#: templates/web/base/admin/stats/index.html:13 templates/web/base/admin/stats/state.html:12 templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "" @@ -2726,15 +2726,15 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:226 perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/Default.pm:905 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -2751,6 +2751,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 templates/web/base/report/update-form-wrapper.html:9 templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -2807,19 +2811,19 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 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:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:157 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2827,11 +2831,11 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/Default.pm:906 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2929,12 +2933,12 @@ msgid "Report ID:" msgstr "" #. ("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 +#: templates/web/base/header_logo.html:2 templates/web/base/js/translation_strings.html:89 templates/web/base/navigation/_report.html:6 templates/web/base/navigation/_report.html:8 templates/web/zurich/footer.html:18 templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 templates/web/base/main_nav_items.html:4 +#: templates/web/base/js/translation_strings.html:90 templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -2947,7 +2951,7 @@ 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 +#: templates/web/base/js/translation_strings.html:91 templates/web/base/navigation/_report.html:2 templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3066,11 +3070,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3152,11 +3156,11 @@ msgstr "" 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 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 perllib/FixMyStreet/App/Controller/Admin.pm:416 templates/web/base/admin/reports/edit.html:171 templates/web/base/admin/update_edit.html:71 templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: 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 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 templates/web/base/admin/reports/edit.html:172 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" @@ -3173,7 +3177,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: 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 +#: templates/web/base/admin/bodies/contact-form.html:131 templates/web/base/admin/manifesttheme/form.html:58 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:41 templates/web/base/admin/roles/form.html:21 templates/web/base/admin/templates/edit.html:84 templates/web/base/admin/triage/_inspect.html:69 templates/web/base/admin/users/index.html:83 templates/web/base/report/_inspect.html:78 templates/web/base/report/_main.html:129 templates/web/base/report/update.html:58 templates/web/zurich/admin/bodies/contact-form.html:51 templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3306,7 +3310,7 @@ msgstr "" 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 +#: templates/web/base/main_nav_items.html:10 templates/web/base/report/_main.html:149 templates/web/base/report/_main.html:27 templates/web/base/report/_main.html:35 msgid "Shortlist" msgstr "" @@ -3363,7 +3367,7 @@ msgstr "" msgid "Show reports in your area" msgstr "" -#: templates/web/base/auth/create.html:72 templates/web/base/auth/general.html:4 templates/web/base/auth/general.html:94 templates/web/base/main_nav_items.html: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:6 templates/web/zurich/auth/general.html:23 templates/web/zurich/auth/general.html:8 msgid "Sign in" msgstr "" @@ -3415,7 +3419,7 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3431,7 +3435,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: 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 msgid "Sorry, we could not find that location." msgstr "" @@ -3503,7 +3507,7 @@ msgstr "" msgid "States" msgstr "" -#: 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 +#: perllib/FixMyStreet/Cobrand/Default.pm:680 perllib/FixMyStreet/Cobrand/Zurich.pm:413 templates/web/base/admin/stats/index.html:1 templates/web/base/admin/stats/state.html:1 templates/web/zurich/admin/stats/index.html:1 templates/web/zurich/header.html:61 msgid "Stats" msgstr "" @@ -3535,7 +3539,7 @@ msgstr "" msgid "Subject:" msgstr "" -#: templates/web/base/auth/2fa/form-add.html:14 templates/web/base/auth/2fa/form.html:20 templates/web/base/auth/smsform.html:27 templates/web/base/questionnaire/creator_fixed.html:19 templates/web/base/report/form/user_loggedout_by_email.html:65 templates/web/base/report/form/user_loggedout_password.html:29 templates/web/base/report/new/form_report.html:21 templates/web/base/report/new/form_user_loggedin.html: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 +#: templates/web/base/auth/2fa/form-add.html:14 templates/web/base/auth/2fa/form.html:20 templates/web/base/auth/smsform.html:27 templates/web/base/questionnaire/creator_fixed.html:19 templates/web/base/report/form/user_loggedout_by_email.html:65 templates/web/base/report/form/user_loggedout_password.html:29 templates/web/base/report/new/form_report.html:21 templates/web/base/report/new/form_user_loggedin.html:73 templates/web/base/report/new/login_success_form.html:17 templates/web/base/report/new/oauth_email_form.html:20 templates/web/base/report/new/report_import.html:103 templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" @@ -3580,7 +3584,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -3592,7 +3596,7 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 templates/web/base/dashboard/index.html:21 +#: templates/web/base/admin/stats/index.html:15 templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -3604,7 +3608,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 templates/web/base/admin/stats/questionnaire.html:1 +#: templates/web/base/admin/stats/index.html:12 templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -3680,15 +3684,15 @@ msgstr "" msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 perllib/FixMyStreet/Cobrand/KiitC.pm:157 perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 perllib/FixMyStreet/Cobrand/KiitC.pm:157 perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -3736,7 +3740,7 @@ msgstr "" msgid "The <strong>name</strong> 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 +#: templates/web/base/admin/bodies/contact-form.html:76 templates/web/base/admin/bodies/contact-form.html:77 templates/web/base/admin/bodies/form.html:101 templates/web/base/admin/bodies/form.html:102 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -3836,7 +3840,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -3890,11 +3894,11 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3902,7 +3906,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -3964,15 +3968,15 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 perllib/FixMyStreet/App/Controller/Report/New.pm:1159 perllib/FixMyStreet/App/Controller/Report/New.pm:1206 perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 perllib/FixMyStreet/App/Controller/Report/New.pm:1163 perllib/FixMyStreet/App/Controller/Report/New.pm:1210 perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "" @@ -4034,7 +4038,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4078,7 +4082,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4236,7 +4240,7 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: 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 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 perllib/FixMyStreet/Cobrand/Zurich.pm:837 perllib/FixMyStreet/Cobrand/Zurich.pm:862 perllib/FixMyStreet/Cobrand/Zurich.pm:935 msgid "Updated!" msgstr "" @@ -4333,7 +4337,7 @@ msgstr "" msgid "Users with this role can perform the following actions within their assigned body or area." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -4397,7 +4401,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -4618,7 +4622,7 @@ msgstr "" msgid "Your Reports" msgstr "" -#: templates/web/base/auth/2fa/intro.html:12 templates/web/base/auth/change_password.html:13 templates/web/base/auth/generate_token.html:15 templates/web/base/auth/generate_token.html:23 templates/web/base/auth/generate_token.html:31 templates/web/base/main_nav_items.html: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:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -4736,7 +4740,7 @@ msgstr "" msgid "all" msgstr "" -#: 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 +#: perllib/FixMyStreet/DB/Result/Comment.pm:220 perllib/FixMyStreet/DB/Result/User.pm:344 perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 templates/web/base/admin/update_edit.html:92 templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" @@ -4784,7 +4788,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 templates/web/base/admin/stats/questionnaire.html:15 templates/web/base/admin/stats/questionnaire.html:16 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 templates/web/base/admin/stats/questionnaire.html:15 templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" msgstr "" @@ -4848,7 +4852,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po index abf40a7ec..c3619f74a 100644 --- a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: ButterflyOfFire, 2019\n" "Language-Team: Arabic (https://www.transifex.com/mysociety/teams/12067/ar/)\n" @@ -23,7 +23,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "و" @@ -182,8 +182,8 @@ msgstr "(أرسل لكليهما)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "--إختر تصنيف--" @@ -227,7 +227,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> المشاكل الحالية" @@ -293,7 +293,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "أضف عنوان اتصال عبر النموذج التالي." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "أضف تصنيفاً" @@ -370,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "المدير" @@ -680,12 +680,12 @@ msgstr "تصنيف" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "تصنيف تغير من ‘%s’ إلى ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "معدل إصلاحات الفئة للمشكلات التي مضى عليها أكثر من 4 أسابيع" @@ -944,7 +944,7 @@ msgstr "انشئ بلاغ" msgid "Create an account" msgstr "إنشاء حساب" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "انشء تصنيف" @@ -1386,7 +1386,7 @@ msgstr "نقطة النهاية" msgid "Enter a Zürich street name" msgstr "أدخل اسم شارع في زيورخ" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "أدخل أقرب صندوق بريد بريطاني، أو اسم الشارع والحي" @@ -1481,7 +1481,7 @@ msgstr "فريق خارجي" msgid "Extra Fields" msgstr "حقول إضافية" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1687,7 +1687,7 @@ msgstr "هل تريد أن ترسل سؤال؟" msgid "Grant access to the admin" msgstr "إعطاء تصريح للأدمن" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "الرسم البياني للإبلاغ عن المشكلات حسب الحالة مع مرور الوقت" @@ -1707,12 +1707,12 @@ msgstr "هل أصلحت هذه المشكلة؟" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "هل أبلغت عن مشكلة لأحد المجالس من قبل، أم هذه هي المرة الأولى؟" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1937,7 +1937,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2084,7 +2084,7 @@ msgstr "عرض جميع المشكلات المبلّغ عنها" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "جارٍ التحميل..." @@ -2102,8 +2102,8 @@ msgstr "مواجز RSS وتنبيهات البريد الإلكتروني الم msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "مواجز RSS وتنبيهات البريد الإلكتروني المحلية لـ ’%s‘" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "التنبيهات المحلية" @@ -2340,7 +2340,7 @@ msgstr "" msgid "New body added" msgstr "تمت إضافة هيئة جديدة" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "تمت إضافة جهة اتصال جديدة للفئة" @@ -2699,15 +2699,15 @@ msgstr "الترتيب" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "أخرى" @@ -2737,7 +2737,7 @@ msgstr "لم يتم العثور على الصفحة" msgid "Parent" msgstr "العنصر الرئيسي" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "فئات أخرى" @@ -2899,8 +2899,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "الرجاء اختيار فئة" @@ -2910,7 +2910,7 @@ msgstr "الرجاء اختيار فئة" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2933,7 +2933,7 @@ msgstr "الرجاء عدم إساءة الاستعمال؛ فإساءة است #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2952,7 +2952,7 @@ msgstr "يرجى إدخال رقم هاتف خلوي" msgid "Please enter a name" msgstr "الرجاء إدخال اسمك" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "الرجاء ادخال اسم لهذه الهيئة." @@ -3014,7 +3014,7 @@ msgid "Please enter your first name" msgstr "الرجاء إدخال الاسم الأول" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "الرجاء إدخال الاسم الكامل؛ فالمجالس تحتاج هذه المعلومة - إذا كنت لا ترغب في إظهار اسمك على الموقع، فألغِ تحديد هذا المربع الموجود بالأسفل" @@ -3219,7 +3219,7 @@ msgstr "أولويات" msgid "Priority" msgstr "أولوية" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "الخصوصية" @@ -3232,7 +3232,7 @@ msgstr "الخصوصية وملفات تعريف الارتباط" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "خاص" @@ -3276,13 +3276,13 @@ msgstr "حذف من القائمة القصيرة" msgid "Problem %s sent to council %s" msgstr "تم إرسال المشكلة %s إلى المجلس %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "تصنيف المشكلة حسب الحالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "تم وضع علامة \"مفتوح\" على المشكلة." @@ -3318,16 +3318,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "المشكلات ضمن حدود %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "المشكلات ضمن حدود دائرة %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3347,6 +3347,10 @@ msgstr "عنوان الملكية:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3417,11 +3421,11 @@ msgstr "تمت تعبئة الاستبيان بواسطة المبلّغ عن ا msgid "RSS feed" msgstr "موجز RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "موجز RSS لـ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "موجز RSS لدائرة %s، %s" @@ -3429,11 +3433,11 @@ msgstr "موجز RSS لدائرة %s، %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "موجز RSS لـ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" @@ -3443,11 +3447,11 @@ msgstr "موجز RSS للمشكلات القريبة" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود دائرة %s" @@ -3560,15 +3564,16 @@ msgstr "معرف البلاغ:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "الإبلاغ عن مشكلة" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3584,7 +3589,7 @@ msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3725,11 +3730,11 @@ msgstr "تم نشر التقارير" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3818,15 +3823,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "تدوير لليسار" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3848,7 +3853,7 @@ msgstr "القمر الصناعي" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4011,7 +4016,7 @@ msgstr "مشاركة" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4081,7 +4086,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4141,8 +4146,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "عذرًا، يبدو هذا أنه رمز بريدي خاص بإحدى تبعيات التاج البريطاني، ونحن لا نغطي ذلك." @@ -4162,7 +4167,7 @@ msgstr "عذرًا، حدث خطأ أثناء تأكيد المشكلة." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "عذرًا، لم نستطع العثور على هذا الموقع." @@ -4270,7 +4275,6 @@ msgstr "" #: 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 @@ -4320,9 +4324,10 @@ msgstr "الموضوع:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "تقديم" @@ -4386,7 +4391,7 @@ msgstr "" msgid "Summarise the problem" msgstr "لخص المشكلة" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "لخص تغييراتك" @@ -4408,7 +4413,7 @@ msgstr "ملخص" msgid "Summary reports" msgstr "ملخص التقارير" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "خلاصة الإحصائيات" @@ -4421,7 +4426,7 @@ msgstr "مستخدم خارق" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "المستخدم الخارق له ترخيص لتنفيذ strong>كل اعمال</strong> التي يمكن للأدمن عملها." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "نتائج التصفح" @@ -4511,16 +4516,16 @@ msgstr "لا يبدو أن هذا الموقع يقع في المملكة الم #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "لم يتم التعرف على هذا الرمز البريدي، عذرًا." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "تم وضع علامة على هذه المشكلة بأنها أُرسلت." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "ستتم إعادة إرسال هذه المشكلة الآن." @@ -4574,8 +4579,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4688,7 +4693,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "تعذر على المستخدم تحديد موقع المشكلة على الخريطة، ولكن يجب البحث عن المنطقة حول الموقع الذي أدخله" @@ -4750,12 +4755,12 @@ msgstr "حدثت مشكلة أثناء عرض هذه الصفحة. الرجاء msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة مرة آخرى." @@ -4763,7 +4768,7 @@ msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة م msgid "There were problems with your report. Please see below." msgstr "حدثت مشكلات في التقرير. الرجاء الاطلاع على ما يلي." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "حدثت مشكلات في التحديث. الرجاء الاطلاع على ما يلي." @@ -4841,18 +4846,18 @@ msgstr "" "ستُرسل إلى هذه الهيئة تقارير المشكلات التي تقع في <strong>منطقة التغطية</strong> فقط.\n" " لن تتلقى الهيئة أي تقارير ما لم تكن تغطي منطقة واحدة على الأقل." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "أُرسلت رسالة البريد الإلكتروني إلى كلا المجلسين اللذين يغطيان موقع المشكلة، وبما أن المستخدم لم يحدد فئة المشكلة، فالرجاء تجاهلها إذا لم تكن المجلس المختص بمعالجة هذه المشكلة، أو أعلمنا بفئة المشكلة لنضيفها إلى النظام." -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "أُرسلت رسالة البريد الإلكتروني إلى عدة مجالس تغطي موقع المشكلة، وبما أن الفئة المحددة مدخلة لجميع المجالس، فالرجاء تجاهل المشكلة إذا لم تكن المجلس المختص بالتعامل معها." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "هذه المعلومات مطلوبة" @@ -4917,7 +4922,7 @@ msgstr "هذا التقرير عليه علامة \"مفتوح\" حاليًا." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "تحتوي صفحة الويب هذه على صورة للمشكلة، تم تقديمها بواسطة المستخدم." @@ -4974,7 +4979,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "أو <a href=\"%s\">سجل دخولك</a>" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "لعرض خريطة موضح عليها الموقع الدقيق لهذه المشكلة" @@ -5167,8 +5172,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5291,8 +5296,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "تم تحديث القيم" @@ -5367,7 +5372,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "نحتاج إلى بريدك الإلكتروني، يرجى كتابته بالأسفل." -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "نعتقد أن هذه المشكلة هي المسؤولة عن %s؛ ولكن لا توجد لدينا أي تفاصيل اتصال لهم. إذا كنت تعرف عنوان اتصال مناسبًا، فالرجاء التواصل معنا." @@ -5629,7 +5634,7 @@ msgstr "التقارير" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "حسابك" @@ -5773,7 +5778,7 @@ msgstr "الكل" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5828,7 +5833,7 @@ msgstr "آخر تحديث %s" msgid "less than a minute" msgstr "أقل من دقيقة واحدة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5910,7 +5915,7 @@ msgstr "لا يوجد دبوس مما يعني أن المستخدم لم يست msgid "this location" msgstr "هذا الموقع" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "هذا النوع من المشكلة المحلية" diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po index da7988c64..8ade8d99e 100644 --- a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/mysociety/teams/12067/bg_BG/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "и" @@ -175,8 +175,8 @@ msgstr "(изпратен към двата района)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Изберете категория --" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> отворени сигнали" @@ -282,7 +282,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Добавете контакт като използвате формата по-долу." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Добавяне на нова категория" @@ -359,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -669,12 +669,12 @@ msgstr "Категория" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Сигнали подадени преди повече от 4 седмици" @@ -931,7 +931,7 @@ msgstr "Подай сигнал" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Създай категория" @@ -1366,7 +1366,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "Въведете име на улица в близост до вас" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1461,7 +1461,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1667,7 +1667,7 @@ msgstr "Ще изпратите ли анкетата?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Графика на създадените сигнали по статус във времето" @@ -1689,12 +1689,12 @@ msgstr "" "Подавали ли сте сигнал за нередност към общината преди или сега \n" "подавате за първи път?" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1913,7 +1913,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2060,7 +2060,7 @@ msgstr "Показване на всички сигнали" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Зареждане..." @@ -2078,8 +2078,8 @@ msgstr "RSS и имейл известия за сигнали" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "RSS и имейл известия за сигнали за ‘%s’" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Известия" @@ -2315,7 +2315,7 @@ msgstr "" msgid "New body added" msgstr "Районът е добавен" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Категорията е добавена" @@ -2663,15 +2663,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Други" @@ -2701,7 +2701,7 @@ msgstr "Страницата не е намерена" msgid "Parent" msgstr "Община" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Създай категория" @@ -2863,8 +2863,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Моля изберете категория" @@ -2874,7 +2874,7 @@ msgstr "Моля изберете категория" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2894,7 +2894,7 @@ msgstr "Моля не обиждайте никого - обиждайки Об #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2913,7 +2913,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2975,7 +2975,7 @@ msgid "Please enter your first name" msgstr "Моля въведете име" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Моля въведете цялото си име, общината се нуждае от тази информация - ако не желаете името Ви да се появява на сайта, моля махнете отметката по-долу" @@ -3180,7 +3180,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3193,7 +3193,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Лично" @@ -3236,13 +3236,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Сигналът %s е подаден към общината %s " -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Разделяне на сигналите по статуси" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Сигналът е маркиран като отворен." @@ -3278,16 +3278,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Сигнали в %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Сигнали в квартал %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3307,6 +3307,10 @@ msgstr "Адрес на имота:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3377,11 +3381,11 @@ msgstr "Анкетата е попълнена от потребителя, по msgid "RSS feed" msgstr "RSS абонамент" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS абонамент за %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS абонамент за квартал %s, %s" @@ -3389,11 +3393,11 @@ msgstr "RSS абонамент за квартал %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS абонамент за %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS абонамент за %s, в квартал %s" @@ -3403,11 +3407,11 @@ msgstr "RSS абонамент за последни проблеми наоко #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS абонамент за проблеми в %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS абонамент за проблеми в квартал %s" @@ -3519,15 +3523,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Подайте сигнал" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3543,7 +3548,7 @@ msgstr "Публикувано от анонимен потребител в %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3684,11 +3689,11 @@ msgstr "Публикувани сигнали" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3777,15 +3782,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Завъртане наляво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3807,7 +3812,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3970,7 +3975,7 @@ msgstr "Сподели" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4040,7 +4045,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4098,8 +4103,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4119,7 +4124,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4225,7 +4230,6 @@ msgstr "" #: 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 @@ -4275,9 +4279,10 @@ msgstr "Тема:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Изпращане" @@ -4340,7 +4345,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4362,7 +4367,7 @@ msgstr "Обобщение" msgid "Summary reports" msgstr "Обобщена справка" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4375,7 +4380,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Резултати от проучване" @@ -4464,16 +4469,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Моля да ни извините, този пощенски код не беше разпознат." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Сигналът ще бъде препратен." @@ -4523,8 +4528,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4632,7 +4637,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4694,12 +4699,12 @@ msgstr "Възникна проблем при визуализирането н msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Възникна проблем с вашата актуализация. Моля опитайте отново." @@ -4707,7 +4712,7 @@ msgstr "Възникна проблем с вашата актуализация msgid "There were problems with your report. Please see below." msgstr "Възникна проблем с вашая сигнал. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Възникнаха проблеми с вашата актуализация. Моля вижте по-долу." @@ -4775,18 +4780,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Този имейл е изпратен към двете общини покриващи адреса на сигнала, тъй като потребителя не е го е категоризирал. Моля не го взимайте под внимание ако не сте правилната община, която е отговорна за този сигнал или ни съобщете под каква категория попада този сигнал, така че да може да я добавим в системата." -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Този имейл е изпратен до няколко общини покриващи адреса на сигнала, тъй като категорията на сигнала съвпада с всички тях. Моля не го взимайте под внимание ако не сте правилната община задължена за този тип проблеми." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Тази информация е необходима" @@ -4851,7 +4856,7 @@ msgstr "Този сигнал е означен със статус отворе msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Тази страница съдържа и снимка, изпратена от нашия потребител." @@ -4907,7 +4912,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "За да видите точното местоположение на проблема върху картата" @@ -5099,8 +5104,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5222,8 +5227,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Актуализиране на стойностите" @@ -5298,7 +5303,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5556,7 +5561,7 @@ msgstr "Вашите Сигнали" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5699,7 +5704,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5754,7 +5759,7 @@ msgstr "Последно обновено %s" msgid "less than a minute" msgstr "преди по-малко от минута" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5836,7 +5841,7 @@ msgstr "мястото не е било отбелязано на картата msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "този тип сигнали" diff --git a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po index 6f92d2f1b..54bd060ca 100644 --- a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: Eduard Molist Gallifa <edumolist@gmail.com>, 2019\n" "Language-Team: Catalan (Spain) (https://www.transifex.com/mysociety/teams/12067/ca_ES/)\n" @@ -23,7 +23,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "i" @@ -182,8 +182,8 @@ msgstr "(enviat als dos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(també tenim canals RSS per incidències sobre %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Tria una categoria --" @@ -226,7 +226,7 @@ msgstr "<label for=\"statuses\">Mostra</label> %s notificacions <label for=\"fil msgid "<span>%s</span> saved." msgstr "<span>%s</span> desat." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> incidències actuals" @@ -289,7 +289,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Afegeix un contacte utilitzant el formulari següent." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Afegeix una nova categoria" @@ -366,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Admin" @@ -676,12 +676,12 @@ msgstr "Categoria" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria canviada de ‘%s’ a ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Termini de resolució d'incidències > 4 setmanes" @@ -938,7 +938,7 @@ msgstr "Crea un informe" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crea una categoria" @@ -1368,7 +1368,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1463,7 +1463,7 @@ msgstr "Equip extern" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1669,7 +1669,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1689,12 +1689,12 @@ msgstr "S'ha corregit aquest problema?" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1913,7 +1913,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2060,7 +2060,7 @@ msgstr "Mostra totes les incidències notificades" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Carregant..." @@ -2078,8 +2078,8 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Alertes locals" @@ -2315,7 +2315,7 @@ msgstr "" msgid "New body added" msgstr "Nou cos afegit" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Nova categoria de contacte afegida" @@ -2663,15 +2663,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2701,7 +2701,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Totes les categories" @@ -2860,8 +2860,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -2871,7 +2871,7 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2891,7 +2891,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2910,7 +2910,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2972,7 +2972,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3175,7 +3175,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3188,7 +3188,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "" @@ -3228,13 +3228,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "" @@ -3270,16 +3270,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3299,6 +3299,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3368,11 +3372,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3380,11 +3384,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3394,11 +3398,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3510,15 +3514,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3533,7 +3538,7 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3674,11 +3679,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3767,15 +3772,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3797,7 +3802,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3960,7 +3965,7 @@ msgstr "" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4030,7 +4035,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4088,8 +4093,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4109,7 +4114,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4215,7 +4220,6 @@ msgstr "" #: 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 @@ -4265,9 +4269,10 @@ msgstr "" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" @@ -4330,7 +4335,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4352,7 +4357,7 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4365,7 +4370,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4454,16 +4459,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4513,8 +4518,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4622,7 +4627,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4682,12 +4687,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4695,7 +4700,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4763,18 +4768,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "" @@ -4839,7 +4844,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4895,7 +4900,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5087,8 +5092,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5210,8 +5215,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5286,7 +5291,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5541,7 +5546,7 @@ msgstr "" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5684,7 +5689,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5739,7 +5744,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5820,7 +5825,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po index ede49ca66..45031332d 100644 --- a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/mysociety/teams/12067/cs_CZ/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " a " @@ -175,8 +175,8 @@ msgstr "(odesláno dvoum??)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vyberte kategorii --" @@ -219,7 +219,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong>Nevyřešená hlášení" @@ -285,7 +285,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Přidejte kontakt pomocí formuláře níže." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Přidat novou kategorii" @@ -362,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -672,12 +672,12 @@ msgstr "Katetorie" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Category fix rate for problems > 4 týdny staré" @@ -936,7 +936,7 @@ msgstr "Vytvořit report" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Vytvořit kategorii" @@ -1367,7 +1367,7 @@ msgstr "Endpoint" msgid "Enter a Zürich street name" msgstr "Zadejte název ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Zadejte nejbližší PSČ, název ulice nebo oblasti" @@ -1462,7 +1462,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1668,7 +1668,7 @@ msgstr "Odeslat dotazník?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Graf hlášení v čase a jejich stavů" @@ -1688,12 +1688,12 @@ msgstr "Byl tento problém vyřešen?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1916,7 +1916,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2063,7 +2063,7 @@ msgstr "Seznam všech hlášení" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Nahrávání..." @@ -2081,8 +2081,8 @@ msgstr "Lokální RSS kanály a mailové upozornění" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Místní upozornění" @@ -2320,7 +2320,7 @@ msgstr "" msgid "New body added" msgstr "Přidán nový subjekt" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Do kategorie byl přidán nový kontakt" @@ -2674,15 +2674,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Ostatní" @@ -2712,7 +2712,7 @@ msgstr "Stránka nenalezena" msgid "Parent" msgstr "Nadřazený subjekt" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Vytvořit kategorii" @@ -2874,8 +2874,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vyberte kategorii" @@ -2885,7 +2885,7 @@ msgstr "Vyberte kategorii" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2905,7 +2905,7 @@ msgstr "Nezneužívejte tento nástroj - zneužívání vašeho úřadu znehodno #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2924,7 +2924,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2986,7 +2986,7 @@ msgid "Please enter your first name" msgstr "Zadejte vaše jméno" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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" @@ -3191,7 +3191,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Ochrana osobních údajů" @@ -3204,7 +3204,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Neveřejné" @@ -3247,13 +3247,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Hlášení %s bylo odesláno na úřad %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Členění hlášení podle stavu" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Hlášení bylo označeno za otevřené." @@ -3289,16 +3289,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3318,6 +3318,10 @@ msgstr "Adresa nemovitosti:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3388,11 +3392,11 @@ msgstr "Dotazník vyplňuje uživatel, který podal hlášení problému" msgid "RSS feed" msgstr "RSS kanál" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS kanál pro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS kanál pro oblast %s, %s" @@ -3400,11 +3404,11 @@ msgstr "RSS kanál pro oblast %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS kanál pro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS kanál pro %s, v oblasti %s " @@ -3414,11 +3418,11 @@ msgstr "RSS kanál hlášení v okolí" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS kanál hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS kanál hlášení v oblasti %s " @@ -3530,15 +3534,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Nahlásit problém" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3554,7 +3559,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3695,11 +3700,11 @@ msgstr "Publikovaná hlášení" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3788,15 +3793,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Otočit doleva" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3818,7 +3823,7 @@ msgstr "Satelitní" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3981,7 +3986,7 @@ msgstr "Sdílet" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4051,7 +4056,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4109,8 +4114,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4130,7 +4135,7 @@ msgstr "Omlouváme se, došlo k chybě potvrzující váš problém." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Nemůžeme bohužel nalézt tuto lokalitu." @@ -4237,7 +4242,6 @@ msgstr "" #: 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 @@ -4287,9 +4291,10 @@ msgstr "Předmět:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Odeslat" @@ -4353,7 +4358,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4375,7 +4380,7 @@ msgstr "Přehled" msgid "Summary reports" msgstr "Souhrnný přehled" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4388,7 +4393,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Výsledky průzkumu" @@ -4477,16 +4482,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Omlouváme se, ale poštovní směrovací číslo nebylo rozpoznáno." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Hlášení bude nyní opět odesláno." @@ -4538,8 +4543,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4649,7 +4654,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Uživatel nemohl lokalizovat problém v mapě, ale je zobrazeno okolí lokality při zadání hlášení" @@ -4711,12 +4716,12 @@ msgstr "Nastal problém v zobrazení této stránky. Prosím, zkuste později." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." @@ -4724,7 +4729,7 @@ msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." msgid "There were problems with your report. Please see below." msgstr "Nastal problém s vaším hlášením. Prosím, přečtěte si informace níže." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 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." @@ -4802,18 +4807,18 @@ msgstr "" "Tomuto úřadu budou zasálána pouze hlášení o problémech, která jsou umístěna v <strong> oblasti pokrytí</strong>. \n" " Úřad nebude dostávat žádné zprávy, pokud nepokrývá alespoň jednu vybranou oblast." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Tato informace je vyžadována" @@ -4878,7 +4883,7 @@ msgstr "Hlášení je aktuálně označené za otevřené." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4934,7 +4939,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 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" @@ -5126,8 +5131,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5249,8 +5254,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Hodnoty aktualizovány" @@ -5325,7 +5330,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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. " @@ -5585,7 +5590,7 @@ msgstr "Vaše hlášení" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5728,7 +5733,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5783,7 +5788,7 @@ msgstr "naposledy upravené %s" msgid "less than a minute" msgstr "méně než minutou" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5865,7 +5870,7 @@ msgstr "V mapě se nenalézají žádné značky hlášení od uživatelů" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "tento typ lokálního problému" diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po index 3b30d2a76..9ce9ee529 100644 --- a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Welsh (https://www.transifex.com/mysociety/teams/12067/cy/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "a" @@ -175,8 +175,8 @@ msgstr "(anfonwyd i'r ddau)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Dewiswch gategori --" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> o broblemau byw" @@ -279,7 +279,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Ychwanegu categori newydd" @@ -356,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -665,12 +665,12 @@ msgstr "Categori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -927,7 +927,7 @@ msgstr "Creu adroddiad" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Creu categori" @@ -1358,7 +1358,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "Rhowch enw stryd ac ardal gerllaw" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Rhowch god post DU, neu enw stryd ac ardal" @@ -1453,7 +1453,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1659,7 +1659,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1679,12 +1679,12 @@ msgstr "Gafodd y broblem ei thrwsio?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1903,7 +1903,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2050,7 +2050,7 @@ msgstr "Rhestru'r holl broblemau a adroddwyd" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Wrthi'n llwytho..." @@ -2068,8 +2068,8 @@ msgstr "Ffrydiau RSS lleol a hysbysiadau e-bost" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Hysbysiadau lleol" @@ -2305,7 +2305,7 @@ msgstr "" msgid "New body added" msgstr "Ychwanegwyd corff newydd" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "" @@ -2653,15 +2653,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2691,7 +2691,7 @@ msgstr "Ni chanfuwyd y dudalen" msgid "Parent" msgstr "Rhiant" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Creu categori" @@ -2853,8 +2853,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -2864,7 +2864,7 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2884,7 +2884,7 @@ msgstr "Peidiwch â bod yn sarhaus — byddai sarhau eich cyngor yn dib #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2903,7 +2903,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2965,7 +2965,7 @@ msgid "Please enter your first name" msgstr "Rhowch eich enw cyntaf" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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" @@ -3170,7 +3170,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Preifatrwydd" @@ -3183,7 +3183,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Preifat" @@ -3226,13 +3226,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Anfonwyd y broblem %s at y cyngor" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "" @@ -3268,16 +3268,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemau yn %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemau yn ward %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3297,6 +3297,10 @@ msgstr "Cyfeiriad yr eiddo:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3367,11 +3371,11 @@ msgstr "" msgid "RSS feed" msgstr "Ffrwd RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "Ffrwd RSS ar gyfer %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "Ffrwd RSS ar gyfer ward %s, %s" @@ -3379,11 +3383,11 @@ msgstr "Ffrwd RSS ar gyfer ward %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "Ffrwd RSS %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "Ffrwd RSS %s, o fewn ward %s" @@ -3393,11 +3397,11 @@ msgstr "Ffrwd RSS o broblemau gerllaw" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "Ffrwd RSS o broblemau yn %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "Ffrwd RSS o broblemau o fewn ward %s" @@ -3509,15 +3513,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Adrodd problem" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3533,7 +3538,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3674,11 +3679,11 @@ msgstr "Adroddiadau a gyhoeddwyd" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3767,15 +3772,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Cylchdroi i'r chwith" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3797,7 +3802,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3960,7 +3965,7 @@ msgstr "Rhannu" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4030,7 +4035,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4088,8 +4093,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4109,7 +4114,7 @@ msgstr "Mae'n ddrwg gennym, bu gwall tra'n cadarnhau eich problem." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Mae'n ddrwg gennym, ni allwn ddod o hyd i'r lleoliad hwnnw." @@ -4215,7 +4220,6 @@ msgstr "" #: 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 @@ -4265,9 +4269,10 @@ msgstr "Pwnc:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Cyflwyno" @@ -4330,7 +4335,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4352,7 +4357,7 @@ msgstr "Crynodeb" msgid "Summary reports" msgstr "Adroddiadau" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4365,7 +4370,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Canlyniadau arolwg" @@ -4454,16 +4459,16 @@ msgstr "Mae'n ymddangos nad yw'r lleoliad hwnnw yn y DU; rhowch gynnig arall arn #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Ailanfonir y broblem nawr." @@ -4513,8 +4518,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4622,7 +4627,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4682,12 +4687,12 @@ msgstr "Bu gwall dangos y dudalen hon. Rhowch gynnig arall arni nes ymlaen." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." @@ -4695,7 +4700,7 @@ msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." msgid "There were problems with your report. Please see below." msgstr "Bu gwallau gyda'r adroddiad. Gwelwch isod." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Bu gwallau gyda'r diweddariad. Gwelwch isod." @@ -4763,18 +4768,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Mae'r wybodaeth hon yn ofynnol" @@ -4839,7 +4844,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4895,7 +4900,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5086,8 +5091,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5209,8 +5214,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5285,7 +5290,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5540,7 +5545,7 @@ msgstr "Eich adroddiadau" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5683,7 +5688,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5738,7 +5743,7 @@ msgstr "diweddarwyd ddiwethaf %s" msgid "less than a minute" msgstr "llai na munud" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5819,7 +5824,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po index 83afcd922..6a42c24ed 100644 --- a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/mysociety/teams/12067/da_DK/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " og " @@ -175,8 +175,8 @@ msgstr "(sendt til begge)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vælg en kategori --" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> aktive problemer" @@ -279,7 +279,7 @@ msgstr "Tilføj en <strong>administration</strong> 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 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Tilføj ny kategori" @@ -356,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -666,12 +666,12 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Løsningsrate fordelt på kategori for problemer > 4 uger gamle" @@ -928,7 +928,7 @@ msgstr "Lav en rapport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lav kategori" @@ -1368,7 +1368,7 @@ msgstr "Endepunkt" msgid "Enter a Zürich street name" msgstr "Indtast et vejnavn i Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Indtast et britisk postnummer i nærheden, eller vejnavn og sted" @@ -1463,7 +1463,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1669,7 +1669,7 @@ msgstr "Skal der sendes spørgeskema?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoprettelse fordelt på status over tid" @@ -1689,12 +1689,12 @@ msgstr "Er dette problem blevet løst?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1913,7 +1913,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2060,7 +2060,7 @@ msgstr "List alle rapporterede problemer" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Indlæser..." @@ -2078,8 +2078,8 @@ msgstr "Lokale RSS-strømme og e-postvarsler" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Lokale RSS-strømme og e-postvarsler" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Lokale varsler" @@ -2317,7 +2317,7 @@ msgstr "" msgid "New body added" msgstr "Ny myndighed tilføjet" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Ny kategorikontakt tilføjet" @@ -2672,15 +2672,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Andet" @@ -2710,7 +2710,7 @@ msgstr "Fandt ikke siden" msgid "Parent" msgstr "Forælder" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Lav kategori" @@ -2872,8 +2872,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vælg en kategori" @@ -2883,7 +2883,7 @@ msgstr "Vælg en kategori" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2903,7 +2903,7 @@ msgstr "Vær ikke ufin — at skælde ud på din myndighed skader værdien a #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2922,7 +2922,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2984,7 +2984,7 @@ msgid "Please enter your first name" msgstr "Venligst angiv dit fornavn" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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" @@ -3191,7 +3191,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Personliv" @@ -3204,7 +3204,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privat" @@ -3247,13 +3247,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til myndighed %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Tilstandsfordeling af problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problem markeret som åbent." @@ -3289,16 +3289,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemer indenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemer indenfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3318,6 +3318,10 @@ msgstr "Ejendomsadresse:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3388,11 +3392,11 @@ msgstr "Spørgeskema udfyldt af fejlrapportøren" msgid "RSS feed" msgstr "RSS-strøm" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS-strøm for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" @@ -3400,11 +3404,11 @@ msgstr "RSS-strøm for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm af %s, indenfor %s bydel" @@ -3414,11 +3418,11 @@ msgstr "RSS-strøm med problemer i nærheden" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer indenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS-strøm for problemer indenfor %s bydel" @@ -3530,15 +3534,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapportér et problem" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3554,7 +3559,7 @@ msgstr "Rapporteret anonymt %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3695,11 +3700,11 @@ msgstr "Publicerede rapporter" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3788,15 +3793,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotér til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3818,7 +3823,7 @@ msgstr "Satelit" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3981,7 +3986,7 @@ msgstr "Del" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4051,7 +4056,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4112,8 +4117,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4133,7 +4138,7 @@ msgstr "Beklager, men der opstod et problem når vi forsøgte at bekræfte din p #: 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 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Beklager, men vi kunne ikke finde dette sted." @@ -4240,7 +4245,6 @@ msgstr "" #: 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 @@ -4290,9 +4294,10 @@ msgstr "Emne:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send ind" @@ -4356,7 +4361,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4378,7 +4383,7 @@ msgstr "Opsummering" msgid "Summary reports" msgstr "Opsummeringsrapporter" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4391,7 +4396,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Resultater fra spørgeundersøgelsen" @@ -4480,16 +4485,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Det postnummer blev ikke genkendt, beklager." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Det problem er blevet markeret som sendt." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Det problem vil nu blive sendt igen." @@ -4543,8 +4548,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4661,7 +4666,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brugeren kunne ikke placere problemet på et kort, men kontrollér området omkring stedet de angav" @@ -4723,12 +4728,12 @@ msgstr "Der var problemer med at vise denne side. Venligst prøv igen senere." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 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." @@ -4736,7 +4741,7 @@ msgstr "Der var problemer med din opdatering. Vær sød at forsøge igen." msgid "There were problems with your report. Please see below." msgstr "Der var problemer med din rapport. Venligst se nedenfor." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Der var problemer med din opdatering. Venligst se nedenfor." @@ -4813,18 +4818,18 @@ msgstr "" "Denne instans får kun rapporter for problemer som er lokaliseret i <strong>area covered</strong>.\n" "En instans vil ikke få nogen beskeder hvis det ikke dækker mindst ét område." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Denne information er påkrævet" @@ -4889,7 +4894,7 @@ msgstr "Denne rapport er for tiden markeret som åben." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4945,7 +4950,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 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." @@ -5137,8 +5142,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5260,8 +5265,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Værdier opdateret" @@ -5336,7 +5341,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5595,7 +5600,7 @@ msgstr "Dine rapporter" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5738,7 +5743,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5793,7 +5798,7 @@ msgstr "sidst opdateret %s" msgid "less than a minute" msgstr "mindre end et minut" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5875,7 +5880,7 @@ msgstr "Der vises ingen nål på grund af at brugeren ikke brugte kortet" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "denne type lokalt problem" diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index 631723c96..6700fa0ce 100644 --- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-07-17 11:27+0200\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: German (Switzerland) (https://www.transifex.com/mysociety/teams/12067/de_CH/)\n" @@ -23,7 +23,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "und" @@ -176,8 +176,8 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -218,7 +218,7 @@ msgstr "<label for=\"statuses\">Zeige</label> %s Meldungen <label for=\"filter_c msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> Meldungen Total" @@ -281,7 +281,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Füge neue Kategorie hinzu" @@ -358,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -668,12 +668,12 @@ msgstr "Kategorie" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorie von ‘%s’ nach ‘%s’ geändert" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -930,7 +930,7 @@ msgstr "Erfasse eine Meldung" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategorie erstellen" @@ -1361,7 +1361,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "Ungefähre Adresse des Schadens" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Geben Sie eine Adresse an" @@ -1456,7 +1456,7 @@ msgstr "Externes Team" msgid "Extra Fields" msgstr "Zusätzliche Felder" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1662,7 +1662,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Grafik der Meldungen nach Status und Zeit" @@ -1682,12 +1682,12 @@ msgstr "" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1906,7 +1906,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2053,7 +2053,7 @@ msgstr "Liste aller Meldungen" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -2071,8 +2071,8 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "RSS" @@ -2308,7 +2308,7 @@ msgstr "" msgid "New body added" msgstr "Neue Organisation hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "" @@ -2657,15 +2657,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2695,7 +2695,7 @@ msgstr "" msgid "Parent" msgstr "Gehört zu" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Alle Kategorien" @@ -2856,8 +2856,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Bitte wählen Sie eine Kategorie" @@ -2867,7 +2867,7 @@ msgstr "Bitte wählen Sie eine Kategorie" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2887,7 +2887,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2906,7 +2906,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Obligatorisches Feld" @@ -2968,7 +2968,7 @@ msgid "Please enter your first name" msgstr "Bitte geben Sie Ihren Namen an" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3173,7 +3173,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3186,7 +3186,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "" @@ -3228,13 +3228,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Meldungen nach Status sortiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "" @@ -3270,16 +3270,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3299,6 +3299,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3368,11 +3372,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3380,11 +3384,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3394,11 +3398,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3510,15 +3514,16 @@ msgstr "Meldungs-ID" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Eine Meldung erfassen" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3534,7 +3539,7 @@ msgstr "Anonym gemeldet um" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3675,11 +3680,11 @@ msgstr "Beantwortet" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3768,15 +3773,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3798,7 +3803,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3961,7 +3966,7 @@ msgstr "" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4031,7 +4036,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4089,8 +4094,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4110,7 +4115,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Diese Adresse wurde nicht gefunden." @@ -4217,7 +4222,6 @@ msgstr "" #: 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 @@ -4267,9 +4271,10 @@ msgstr "Titel" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Abschicken" @@ -4332,7 +4337,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Fassen Sie Ihre Änderungen zusammen" @@ -4354,7 +4359,7 @@ msgstr "Zusammenfassung" msgid "Summary reports" msgstr "Alle Meldungen" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4367,7 +4372,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4457,16 +4462,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Die Meldung wurde als gesendet markiert." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4516,8 +4521,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4626,7 +4631,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4686,12 +4691,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4699,7 +4704,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4767,18 +4772,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -4843,7 +4848,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4899,7 +4904,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5091,8 +5096,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5214,8 +5219,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Aktualisiert" @@ -5290,7 +5295,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5546,7 +5551,7 @@ msgstr "Ihre Meldungen" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Ihr Account" @@ -5689,7 +5694,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5744,7 +5749,7 @@ msgstr "letzte Bearbeitung %s" msgid "less than a minute" msgstr "weniger als einer Minute" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5826,7 +5831,7 @@ msgstr "Es wird keine Stecknadel angezeigt, da der User die Karte nicht benützt msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po index 42df1f54d..532c20acf 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # # Translators: -# mySociety <transifex@mysociety.org>, 2019 -# michag86 <micha_g@arcor.de>, 2019 +# mySociety <transifex@mysociety.org>, 2020 +# l0cKy93 <corvin.blanc@yahoo.de>, 2020 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: michag86 <micha_g@arcor.de>, 2019\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"PO-Revision-Date: 2020-03-05 09:59+0000\n" +"Last-Translator: l0cKy93 <corvin.blanc@yahoo.de>, 2020\n" "Language-Team: German (Germany) (https://www.transifex.com/mysociety/teams/12067/de_DE/)\n" "Language: de_DE\n" "MIME-Version: 1.0\n" @@ -23,9 +24,9 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " -msgstr "und" +msgstr " und " #. ("JS") #: templates/web/base/js/translation_strings.html:52 @@ -36,7 +37,7 @@ msgstr "und" #: templates/web/base/report/new/top_message_some.html:10 #: templates/web/base/report/new/top_message_some.html:12 msgid " or " -msgstr "oder" +msgstr " oder " #: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" @@ -93,7 +94,7 @@ msgid "" "%s has a variety of RSS feeds and email alerts for local problems, including\n" "alerts for all problems within a particular ward or council, or all problems\n" "within a certain distance of a particular location." -msgstr "" +msgstr "%s besitzt die Möglichkeit Sie per RSS Feed oder E-Mail bei Bearbeitung eines Problems zu benachrichtigen. Sie können sich des Weiteren über Veränderungen in einem definierten Gebiet oder von Tätigkeiten einer Behörde benachrichtigen lassen." #: templates/web/base/status/stats.html:23 msgid "%s live updates" @@ -102,7 +103,7 @@ msgstr "%s Aktualisierungen in Echtzeit" #: templates/web/base/dashboard/index.html:166 #: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" -msgstr "" +msgstr "%s offen, %s geschlossen, %s gelöst" #: templates/web/base/status/stats.html:25 msgid "%s questionnaires sent – %s answered (%s%%)" @@ -132,7 +133,7 @@ msgstr "(Keine Telefonnummer)" #: templates/web/base/admin/states/index.html:95 msgid "(a-z and space only)" -msgstr "" +msgstr "(ausschließlich a-z sowie Leerzeichen)" #: templates/web/zurich/report/_item.html:21 msgid "(closed)" @@ -165,7 +166,7 @@ msgstr "(optional)" #: templates/web/base/report/_item_small.html:28 msgid "(sent to all)" -msgstr "" +msgstr "(gesendet an alle)" #: templates/web/base/report/_item_small.html:29 msgid "(sent to both)" @@ -176,8 +177,8 @@ msgstr "(gesendet an beide)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -217,7 +218,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "<span>%s</span> gespeichert." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "" @@ -253,20 +254,20 @@ msgstr "" #: templates/web/base/report/new/form_user.html:8 msgid "About the problem" -msgstr "" +msgstr "Problemzusammenfassung" #: perllib/FixMyStreet/App/Controller/Root.pm:128 msgid "Access denied" -msgstr "" +msgstr "Zugriff verweigert" #: templates/web/base/auth/2fa/intro.html:20 #: templates/web/base/auth/generate_token.html:61 msgid "Activate two-factor authentication" -msgstr "" +msgstr "Zwei-Faktor-Authentifizierung aktivieren" #: templates/web/base/my/my.html:39 templates/web/base/my/my.html:50 msgid "Add" -msgstr "" +msgstr "Hinzufügen" #: templates/web/base/admin/bodies/form.html:3 #: templates/web/base/admin/bodies/form.html:4 @@ -278,12 +279,11 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:61 msgid "Add a contact using the form below." -msgstr "" +msgstr "Füge Kontakt mit dem Formular unten hinzu." -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:108 msgid "Add another parent category" -msgstr "Füge neue Kategorie hinzu" +msgstr "Füge neue Oberkategorie hinzu" #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 @@ -294,15 +294,15 @@ msgstr "" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" -msgstr "" +msgstr "Füge E-Mail-Adresse hinzu" #: templates/web/base/admin/reportextrafields/index.html:24 msgid "Add extra fields" -msgstr "" +msgstr "Füge zusätzliches Feld hinzu" #: templates/web/base/admin/extra-metadata-form.html:11 msgid "Add field" -msgstr "" +msgstr "Füge Feld hinzu" #: templates/web/base/admin/states/index.html:85 msgid "Add fixed state" @@ -315,12 +315,12 @@ msgstr "Füge neue Kategorie hinzu" #: templates/web/base/admin/extra-metadata-item.html:87 msgid "Add option" -msgstr "" +msgstr "Füge Option hinzu" #: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" -msgstr "" +msgstr "Telefonnummer hinzufügen" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 @@ -339,15 +339,15 @@ msgstr "Benutzer hinzufügen" #: perllib/FixMyStreet/Cobrand/Default.pm:777 #: perllib/FixMyStreet/Cobrand/KiitC.pm:209 msgid "Add/edit problem categories" -msgstr "" +msgstr "Bearbeite/Ergänze Problem Kategorien" #: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Add/edit response priorities" -msgstr "" +msgstr "Bearbeite/Ergänze Antwortprioritäten" #: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Add/edit response templates" -msgstr "" +msgstr "Bearbeite/Ergänze Antwortvorlagen" #: templates/web/base/my/my.html:119 msgid "Added %s" @@ -357,17 +357,17 @@ 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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Admin" #: templates/web/base/auth/change_password.html:51 msgid "Again:" -msgstr "Nochmals:" +msgstr "Wiederholen:" #: templates/web/base/admin/timeline.html:35 msgid "Alert %d created for %s, type %s, parameters %s / %s" -msgstr "" +msgstr "Benachrichtigung %d erstellt für %s, Typ %s, Parameter %s / %s" #: templates/web/base/admin/timeline.html:37 msgid "Alert %d disabled (created %s)" @@ -376,11 +376,11 @@ msgstr "Alarm %d deaktiviert (erstellt %s)" #: templates/web/base/report/form/user_loggedout_by_email.html:46 #: templates/web/base/report/update/form_user_loggedin.html:35 msgid "Alert me to future updates" -msgstr "" +msgstr "Benachrichtige mich zu zukünftigen Änderungen" #: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" -msgstr "" +msgstr "Benachrichtigungen:" #: templates/web/base/dashboard/index.html:40 #: templates/web/base/dashboard/index.html:52 @@ -410,7 +410,7 @@ msgstr "" #: templates/web/base/admin/reportextrafields/edit.html:47 msgid "All languages" -msgstr "" +msgstr "Alle Sprachen" #: templates/web/base/navigation/_all_reports.html:0 #: templates/web/base/navigation/_all_reports.html:12 @@ -439,21 +439,20 @@ msgstr "" #: templates/web/base/admin/bodies/open311-form-fields.html:165 msgid "Always fetch all problems" -msgstr "" +msgstr "Lade immer alle Probleme" #: 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 "" +msgstr "Eine E-Mail-Adresse oder eine Service ID (Open311 oder ähnlich)" #: templates/web/base/admin/bodies/contact-form.html:14 -#, fuzzy msgid "An email address." -msgstr "E-Mail-Adresse ändern" +msgstr "Eine E-Mail-Adresse." #: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." -msgstr "" +msgstr "Eine Aktualisierung hat das Problem als gelöst markiert." #: templates/web/base/admin/list_updates.html:33 #: templates/web/base/admin/problem_row.html:20 @@ -463,7 +462,7 @@ msgstr "Anonym" #: templates/web/base/report/new/form_user_loggedin.html:22 #: templates/web/base/report/update/form_user_loggedin.html:19 msgid "Anonymous user" -msgstr "" +msgstr "Anonymer Benutzer" #: templates/web/base/admin/reports/edit.html:135 #: templates/web/base/admin/update_edit.html:23 @@ -551,11 +550,11 @@ msgstr "" #: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" -msgstr "" +msgstr "Automatische Antwort" #: templates/web/base/admin/templates/edit.html:77 msgid "Auto-response:" -msgstr "" +msgstr "Automatische Antwort:" #: perllib/FixMyStreet/Cobrand/Default.pm:762 msgid "Automatically populate report subject/detail" @@ -567,7 +566,7 @@ msgstr "" #: templates/web/base/report/new/after_photo.html:7 msgid "Avoid personal information and vehicle number plates" -msgstr "" +msgstr "Vermeiden Sie Fotos mit persönlichen Informationen wie Gesichter von Personen oder Autokennzeichen" #: perllib/FixMyStreet/DB/Result/Problem.pm:342 #: templates/web/zurich/report/_item.html:11 @@ -581,11 +580,11 @@ msgstr "Zurück" #: templates/web/base/report/_main.html:8 msgid "Back to all reports" -msgstr "" +msgstr "Zurück zu den Berichten" #: templates/web/base/admin/manifesttheme/index.html:9 msgid "Background Colour" -msgstr "" +msgstr "Hintergrundfarbe" #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" @@ -593,7 +592,7 @@ msgstr "" #: templates/web/base/admin/extra-metadata-item.html:35 msgid "Behaviour" -msgstr "" +msgstr "Verhalten" #: perllib/FixMyStreet/Cobrand/Default.pm:693 #: perllib/FixMyStreet/Cobrand/Default.pm:776 @@ -621,7 +620,7 @@ msgstr "" #: templates/web/base/admin/users/import.html:12 msgid "CSV File" -msgstr "" +msgstr "CSV Datei" #: templates/web/base/auth/token.html:27 templates/web/base/email_sent.html:20 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." @@ -629,7 +628,7 @@ msgstr "" #: templates/web/base/around/_report_banner.html:5 msgid "Can't see the map? <em>Skip this step</em>" -msgstr "" +msgstr "Wird keine Karte angezeigt? <em>Diesen Schritt überspringen</em>" #: perllib/FixMyStreet/Cobrand/Default.pm:693 #: perllib/FixMyStreet/Cobrand/KiitC.pm:325 @@ -664,16 +663,16 @@ msgstr "Kategorie" #: templates/web/base/dashboard/index.html:104 msgid "Category and State" -msgstr "" +msgstr "Kategorie und Status" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" -msgstr "" +msgstr "Kategorie wurde geändert von '%s' zu '%s'" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" -msgstr "" +msgstr "Behebungsrate nach Kategorie bei Meldungen die älter als 4 Wochen sind" #: templates/web/base/admin/reports/edit.html:131 #: templates/web/base/dashboard/index.html:39 @@ -687,7 +686,7 @@ msgstr "Kategorie:" #: templates/web/base/my/my.html:41 templates/web/base/my/my.html:44 #: templates/web/base/my/my.html:52 templates/web/base/my/my.html:57 msgid "Change" -msgstr "" +msgstr "Ändern" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 @@ -703,7 +702,7 @@ msgstr "Passwort ändern" #: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" -msgstr "" +msgstr "Telefonnummer ändern" #: templates/web/base/auth/generate_token.html:56 msgid "Change two-factor authentication" @@ -722,7 +721,7 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:98 msgid "Clear offline data" -msgstr "" +msgstr "Lösche Offline Daten" #: templates/web/base/around/_report_banner.html:2 msgid "Click map to report a problem" @@ -730,31 +729,31 @@ msgstr "Klicken Sie in die Karte um eine Meldung zu erfassen" #: templates/web/base/email_sent.html:13 msgid "Click the link in our confirmation email to activate your alert." -msgstr "" +msgstr "Folgen Sie dem Link in der Bestätigungs E-Mail um die Benachrichtigungen zu aktivieren." #: templates/web/base/email_sent.html:9 msgid "Click the link in our confirmation email to publish your problem." -msgstr "" +msgstr "Folgen Sie dem Link in der Bestätigungs E-Mail um Ihr Problem zu veröffentlichen." #: templates/web/base/email_sent.html:11 msgid "Click the link in our confirmation email to publish your update." -msgstr "" +msgstr "Folgen Sie dem Link in der Bestätigungs E-Mail um Ihre Bearbeitung zu veröffentlichen." #: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." -msgstr "" +msgstr "Folgen Sie dem Link in der Bestätigungs E-Mail um sich anzumelden." #: templates/web/base/auth/token.html:20 msgid "Click the link in that email to sign in." -msgstr "" +msgstr "Folgen Sie dem Link in der E-Mail um sich anzumelden." #: templates/web/base/report/new/fill_in_details_form.html:7 msgid "Click the map or drag the pin to adjust the location" -msgstr "" +msgstr "Pin auf der Karte verschieben um Position anzupassen" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Close" -msgstr "" +msgstr "Schließen" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 #: perllib/FixMyStreet/Cobrand/Zurich.pm:158 @@ -802,7 +801,7 @@ msgstr "" #: templates/web/base/auth/2fa/form.html:17 #: templates/web/base/auth/smsform.html:24 msgid "Code" -msgstr "" +msgstr "Code" #. ("JS") #: templates/web/base/js/translation_strings.html:69 @@ -869,11 +868,11 @@ msgstr "Kontaktieren Sie das Team" #: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" -msgstr "" +msgstr "Fortfahren" #: templates/web/base/report/new/duplicate_suggestions.html:17 msgid "Continue – report a new problem" -msgstr "" +msgstr "Fortfahren - Ein weiteres Problem melden" #: templates/web/base/admin/bodies/open311-form-fields.html:151 msgid "Convert location from Easting/Northing" @@ -887,7 +886,7 @@ msgstr "Benutzer konnte nicht gefunden werden" #. ("JS") #: templates/web/base/js/translation_strings.html:55 msgid "Could not look up location" -msgstr "" +msgstr "Adresse konnte nicht gefunden werden" #: templates/web/base/admin/list_updates.html:9 msgid "Council" @@ -918,7 +917,7 @@ msgstr "Anzahl" #: templates/web/base/admin/roles/index.html:32 #: templates/web/base/admin/states/index.html:114 msgid "Create" -msgstr "" +msgstr "Erstellen" #: templates/web/base/email_sent.html:1 msgid "Create a report" @@ -926,9 +925,9 @@ msgstr "Erfasse eine Meldung" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" -msgstr "" +msgstr "Konto erstellen" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategorie erstellen" @@ -936,7 +935,7 @@ msgstr "Kategorie erstellen" #: templates/web/base/admin/responsepriorities/edit.html:41 #: templates/web/base/admin/responsepriorities/index.html:41 msgid "Create priority" -msgstr "" +msgstr "Priorität festlegen" #: perllib/FixMyStreet/Cobrand/Default.pm:765 #: perllib/FixMyStreet/Cobrand/KiitC.pm:200 @@ -965,7 +964,7 @@ msgstr "Erstellt" #: templates/web/base/admin/users/import.html:20 msgid "Created %d new users" -msgstr "" +msgstr "%d Benutzer erstellt" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 @@ -976,7 +975,7 @@ msgstr "Erstellt:" #: templates/web/base/auth/change_password.html:40 msgid "Current password:" -msgstr "" +msgstr "Aktuelles Passwort:" #: templates/web/base/auth/generate_token.html:72 msgid "Current token:" @@ -1005,7 +1004,7 @@ msgstr "Übersichtsseite" #: templates/web/base/auth/generate_token.html:58 msgid "Deactivate two-factor authentication" -msgstr "" +msgstr "Zwei-Faktor-Authentifizierung deaktivieren" #: templates/web/zurich/admin/stats/index.html:56 msgid "Dealt with by subdivision within 5 working days" @@ -1013,7 +1012,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/index.html:9 msgid "Default" -msgstr "" +msgstr "Standard" #: perllib/FixMyStreet/Cobrand/Default.pm:767 msgid "Default to creating reports/updates as the council" @@ -1022,7 +1021,7 @@ msgstr "" #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" -msgstr "" +msgstr "Löschen" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:88 @@ -1031,9 +1030,8 @@ msgid "Delete template" msgstr "Vorlage löschen" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Vorlage löschen" +msgstr "Theme löschen" #: templates/web/base/admin/bodies/contact-form.html:40 #: templates/web/base/admin/bodies/index.html:31 @@ -1054,13 +1052,12 @@ msgid "Description" msgstr "Beschreibung" #: templates/web/base/admin/bodies/contact-form.html:7 -#, fuzzy msgid "Destination" -msgstr "Beschreibung" +msgstr "Bearbeitende Stelle" #: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." -msgstr "" +msgstr "Maximal %d Zeichen für die detaillierte Beschreibung." #. ("JS") #: templates/web/base/admin/users/alerts.html:12 @@ -1091,7 +1088,7 @@ msgstr "Weiss ich nicht" #: templates/web/base/admin/users/alerts.html:14 msgid "Disable" -msgstr "" +msgstr "Deaktivieren" #: templates/web/base/admin/bodies/contact-form.html:58 #: templates/web/base/admin/extra-metadata-item.html:99 @@ -1104,7 +1101,7 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" -msgstr "" +msgstr "Deaktiviert:" #: templates/web/base/report/_main.html:130 #: templates/web/base/report/update.html:59 @@ -1143,11 +1140,11 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:77 msgid "Drag photos here or <u>browse photos</u>" -msgstr "" +msgstr "Fotos hier ablegen oder <u>Foto hochladen</u>" #: templates/web/base/admin/extra-metadata-item.html:70 msgid "Drop-down list" -msgstr "" +msgstr "Drop-down Liste" #: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" @@ -1208,7 +1205,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:756 #: perllib/FixMyStreet/Cobrand/KiitC.pm:198 msgid "Edit reports" -msgstr "" +msgstr "Meldung überarbeiten" #: perllib/FixMyStreet/Cobrand/Default.pm:771 #: perllib/FixMyStreet/Cobrand/KiitC.pm:205 @@ -1268,7 +1265,7 @@ msgstr "E-Mail-Adresse" #: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/form_user_loggedin.html:60 msgid "Email address (optional)" -msgstr "" +msgstr "E-Mail-Adresse (optional)" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -1284,11 +1281,11 @@ msgstr "" #: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" -msgstr "" +msgstr "Senden Sie mir zur Anmeldung einen Link per Email" #: templates/web/base/admin/users/form.html:28 msgid "Email verified:" -msgstr "" +msgstr "Verifizierte E-Mail:" #: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 @@ -1358,7 +1355,7 @@ msgstr "Endpunkt" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1407,16 +1404,16 @@ msgstr "Vorhandene Kategorie" #: templates/web/base/admin/users/import.html:66 msgid "Existing users won't be modified." -msgstr "" +msgstr "Bestehende Benutzerkonten werden nicht verändert." #. ("JS") #: templates/web/base/js/translation_strings.html:68 msgid "Expand map" -msgstr "" +msgstr "Karte vergrößern" #: templates/web/base/report/new/form_report.html:65 msgid "Explain what’s wrong" -msgstr "" +msgstr "Problembeschreibung" #: templates/web/base/dashboard/index.html:107 msgid "Export as CSV" @@ -1451,9 +1448,9 @@ msgstr "" #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" -msgstr "" +msgstr "Zusätzliche Felder" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1464,15 +1461,15 @@ msgstr "Zusätzliche Daten:" #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" -msgstr "" +msgstr "Zusätzliche Details" #: templates/web/zurich/admin/bodies/contact-form.html:27 msgid "Extra fields:" -msgstr "" +msgstr "Zusätzliche Felder:" #: templates/web/base/admin/extra-metadata-item.html:38 msgid "Extra question shown to user" -msgstr "" +msgstr "Zusätzliche dem Benutzer angezeigte Frage" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1530,7 +1527,7 @@ msgstr "" #: templates/web/base/admin/bodies/form.html:96 #: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" -msgstr "" +msgstr "Auf inaktiv stellen" #: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" @@ -1564,7 +1561,7 @@ msgstr "" #: templates/web/base/report/new/after_photo.html:4 msgid "For best results include a close-up and a wide shot" -msgstr "" +msgstr "Machen Sie ein Foto von der Situation und den Details" #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see <a href='https://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." @@ -1572,7 +1569,7 @@ msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" -msgstr "" +msgstr "Passwort vergessen" #: templates/web/base/auth/general.html:98 #: templates/web/base/report/form/user_loggedout_password.html:20 @@ -1601,7 +1598,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:78 msgid "Generate token" -msgstr "" +msgstr "Generiere Token" #: templates/web/base/around/_updates.html:3 #: templates/web/base/report/display_tools.html:15 @@ -1623,7 +1620,7 @@ msgstr "Aktualisierungen von Problemen in diesem %s holen" #: templates/web/base/alert/_list.html:80 msgid "Give me an RSS feed" -msgstr "" +msgstr "RSS Feed erstellen" #: templates/web/base/admin/reportextrafields/edit.html:6 msgid "Give this collection of fields a name. It is not shown publicly, just here in the admin." @@ -1659,9 +1656,9 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" -msgstr "" +msgstr "Graph der Entwicklung der gemeldeten Probleme nach Status über die Zeit" #: templates/web/base/dashboard/index.html:95 msgid "Group by %s" @@ -1677,14 +1674,14 @@ msgstr "" #: templates/web/base/questionnaire/index.html:63 msgid "Have you ever reported a problem to a council before, or is this your first time?" -msgstr "" +msgstr "Dies dies Ihre erste Problemmeldung an eine Behörde?" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" -msgstr "" +msgstr "Heatmap" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1721,24 +1718,24 @@ msgstr "" #: templates/web/base/report/_main.html:121 msgid "Hide entire report" -msgstr "" +msgstr "Gesamten Bericht ausblenden" #: templates/web/base/my/anonymize.html:1 #: templates/web/base/my/anonymize.html:2 msgid "Hide my name" -msgstr "" +msgstr "Meinen Namen nicht anzeigen" #: templates/web/base/my/anonymize.html:21 msgid "Hide my name everywhere" -msgstr "" +msgstr "Meinen Namen überall nicht anzeigen" #: templates/web/base/my/anonymize.html:10 msgid "Hide my name in this update" -msgstr "" +msgstr "Meinen Namen in diesem Update verbergen" #: templates/web/base/my/anonymize.html:16 msgid "Hide my name on this report" -msgstr "" +msgstr "Meinen Namen in diesem Report verbergen" #. ("JS") #: templates/web/base/around/display_location.html:65 @@ -1748,9 +1745,8 @@ 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" +msgstr "Meldungen dieser Kategorie ausblenden" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -1759,7 +1755,7 @@ msgstr "" #: templates/web/base/report/_report_meta_info.html:3 #: templates/web/base/report/_update_state.html:16 msgid "Hide your name?" -msgstr "" +msgstr "Name nicht veröffentlichen?" #: templates/web/base/admin/bodies/category.html:25 msgid "History" @@ -1771,7 +1767,7 @@ msgstr "" #: templates/web/base/index-steps.html:1 msgid "How to report a problem" -msgstr "Erfasse eine neue Meldung:" +msgstr "Ein neues Problem melden" #. ("JS") #: templates/web/base/js/translation_strings.html:46 @@ -1903,9 +1899,9 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." -msgstr "" +msgstr "Beschreiben Sie für andere Administratoren welche Änderungen sie vorgenommen haben." #: perllib/FixMyStreet/App/Controller/Contact.pm:166 msgid "Illegal ID" @@ -1913,11 +1909,11 @@ msgstr "Unbekannt ID" #: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" -msgstr "" +msgstr "Ungültige Feed Auswahl" #: templates/web/base/admin/users/import.html:15 msgid "Import users" -msgstr "" +msgstr "Nutzer importieren" #: templates/web/base/admin/flagged.html:39 msgid "In abuse table?" @@ -1930,11 +1926,11 @@ msgstr "" #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" -msgstr "" +msgstr "Inaktiv" #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" -msgstr "" +msgstr "Alle gemeldeten Probleme sind gelöst!" #: templates/web/zurich/admin/reports/edit.html:213 msgid "Include reporter personal details" @@ -1942,7 +1938,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Open311.pm:348 msgid "Incorrect has_photo value \"%s\"" -msgstr "" +msgstr "Inkorrekter has_photo Wert \"%s\"" #: templates/web/base/admin/triage/_inspect.html:31 #: templates/web/base/report/_inspect.html:5 @@ -1955,12 +1951,11 @@ msgstr "" #: templates/web/base/admin/extra-metadata-item.html:50 msgid "Internal data set by Open311" -msgstr "" +msgstr "Interne Daten zuF Open311" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "Interne Hinweise" +msgstr "Interner Schlüssel" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -1995,11 +1990,11 @@ msgstr "" #: templates/web/base/admin/bodies/_translations.html:6 #: templates/web/base/admin/reportextrafields/edit.html:45 msgid "Language" -msgstr "" +msgstr "Sprache" #: templates/web/base/admin/reportextrafields/index.html:8 msgid "Languages" -msgstr "" +msgstr "Sprachen" #: templates/web/base/reports/index.html:40 msgid "Last 7 days" @@ -2011,17 +2006,16 @@ msgid "Last editor" msgstr "Letzter Bearbeiter" #: templates/web/base/admin/reports/edit.html:92 -#, fuzzy msgid "Last failure:" -msgstr "Letzte Bearbeitung" +msgstr "" #: templates/web/base/questionnaire/index.html:55 msgid "Last update" -msgstr "" +msgstr "Letzte Bearbeitung" #: templates/web/base/admin/reports/edit.html:95 msgid "Last update:" -msgstr "Letzte Bearbeitung" +msgstr "Letzte Bearbeitung:" #: templates/web/base/admin/problem_row.html:39 msgid "Last update:" @@ -2036,7 +2030,7 @@ msgstr "Breitengrad/Längengrad:" #: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" -msgstr "" +msgstr "Älteste Bearbeitung" #: templates/web/base/admin/bodies/form.html:128 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." @@ -2048,9 +2042,9 @@ msgstr "Liste aller Meldungen" #: templates/web/base/around/on_map_list_items.html:18 msgid "Loading reports…" -msgstr "" +msgstr "Lade Meldungen…" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Lade..." @@ -2061,15 +2055,15 @@ msgstr "Lade..." #: 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 "" +msgstr "Lokaler RSS Feed und E-Mail-Benachrichtigungen" #: 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 "" +msgstr "Lokaler RSS Feed und E-Mail Benachrichtigungen für '%s'" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "RSS" @@ -2096,17 +2090,16 @@ msgstr "Mit E-Mail anmelden" #. ("JS") #: templates/web/base/js/translation_strings.html:83 msgid "Log in with email/text" -msgstr "" +msgstr "Mit E-Mail/Text anmelden" #: templates/web/base/admin/users/form.html:194 msgid "Log out of all sessions" -msgstr "" +msgstr "Abmelden" #: 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" +msgstr "Anmelden mit %s" #: templates/web/base/dashboard/index.html:83 msgid "Look up" @@ -2123,7 +2116,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:763 msgid "Manage shortlist" -msgstr "" +msgstr "Favoritenliste verwalten" #: perllib/FixMyStreet/Cobrand/Default.pm:688 msgid "Manifest Theme" @@ -2225,7 +2218,7 @@ msgstr "Meistkommentiert" #: perllib/FixMyStreet/App/Controller/Report.pm:707 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" -msgstr "" +msgstr "Mehrere Gruppen" #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 @@ -2264,11 +2257,11 @@ msgstr "" #: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" -msgstr "" +msgstr "Zu diesem Problem springen" #: templates/web/base/report/inspect/information.html:35 msgid "Nearest calculated address:" -msgstr "" +msgstr "Berechnete Adresse:" #: perllib/FixMyStreet/Geocode/OSM.pm:154 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -2291,11 +2284,11 @@ msgstr "" #: templates/web/base/auth/token.html:18 msgid "Nearly done!" -msgstr "" +msgstr "Fast abgeschlossen!" #: templates/web/base/auth/token.html:22 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" -msgstr "" +msgstr "Fast abgeschlossen! Prüfen Sie ihr E-Mail Postfach…" #: templates/web/base/auth/2fa/form.html:8 #: templates/web/base/auth/smsform.html:19 @@ -2306,18 +2299,18 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" -msgstr "" +msgstr "Bearbeitende Stelle der Kategorie hinzugefügt" #: templates/web/base/auth/change_email.html:39 msgid "New email address:" -msgstr "" +msgstr "Neue E-Mail Adresse:" #: templates/web/base/admin/extra-metadata-item.html:14 #: templates/web/base/admin/extra-metadata-item.html:20 msgid "New field" -msgstr "" +msgstr "Neues Feld" #: templates/web/zurich/admin/report_edit-sdm.html:96 #: templates/web/zurich/admin/reports/edit.html:125 @@ -2326,7 +2319,7 @@ msgstr "Neue interne Anmerkung:" #: db/alert_types.pl:18 db/alert_types.pl:22 msgid "New local problems on FixMyStreet" -msgstr "" +msgstr "Neue lokale Probleme auf FixMyStreet" #: templates/web/zurich/admin/report_edit-sdm.html:100 msgid "New note to DM:" @@ -2340,7 +2333,7 @@ msgstr "Neues Passwort:" #: templates/web/base/auth/change_phone.html:38 msgid "New phone number:" -msgstr "" +msgstr "Neue Telefonnummer:" #: templates/web/base/admin/responsepriorities/edit.html:3 #: templates/web/base/admin/responsepriorities/index.html:52 @@ -2422,7 +2415,7 @@ msgstr "Weiter" #: templates/web/base/report/form/user.html:5 msgid "Next:" -msgstr "" +msgstr "Nächster Schritt:" #: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 @@ -2443,11 +2436,11 @@ msgstr "Nein" #: templates/web/base/admin/category-checkboxes.html:31 msgid "No Group" -msgstr "" +msgstr "Keine Gruppe" #: templates/web/base/report/form/user_loggedout_password.html:7 msgid "No account?" -msgstr "" +msgstr "Kein Benutzerkonto?" #: templates/web/base/admin/users/form.html:55 msgid "No body" @@ -2459,7 +2452,7 @@ msgstr "Kein Rat ausgewählt" #: templates/web/base/admin/bodies/edit-league.html:17 msgid "No edits have yet been made." -msgstr "Noch keine Antwort" +msgstr "Es liegen noch keine Bearbeitungen vor." #: templates/web/base/admin/flagged.html:25 msgid "No flagged problems found." @@ -2554,7 +2547,7 @@ msgstr "" #: templates/web/base/admin/extra-metadata-item.html:42 msgid "Notice shown to user" -msgstr "" +msgstr "Beim Benutzer eingeblendeter Hinweis" #: templates/web/base/admin/extra-metadata-item.html:61 msgid "Notice text" @@ -2570,17 +2563,17 @@ msgstr "" #: templates/web/base/offline/fallback.html:4 msgid "Offline" -msgstr "" +msgstr "Offline" #. ("JS") #: templates/web/base/js/translation_strings.html:100 msgid "Offline data cleared" -msgstr "" +msgstr "Offline Daten gelöscht" #. ("JS") #: templates/web/base/js/translation_strings.html:97 msgid "Offline update data saved" -msgstr "" +msgstr "Offline Daten gespeichert" #: templates/web/base/admin/stats/questionnaire.html:24 msgid "Old state" @@ -2609,7 +2602,7 @@ msgstr "" #: templates/web/base/dashboard/index.html:117 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" -msgstr "Öffnen" +msgstr "Offen" #: templates/web/base/admin/bodies/open311-form-fields.html:47 msgid "Open311 API Key" @@ -2617,7 +2610,7 @@ msgstr "Open311 API-Schlüssel" #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" -msgstr "" +msgstr "Open311 API-Schlüssel für den mySociety FixMyStreet Server" #: templates/web/base/admin/bodies/open311-form-fields.html:34 msgid "Open311 Jurisdiction" @@ -2633,7 +2626,7 @@ msgstr "Open311-Spezifikation" #: templates/web/base/admin/extra-metadata-item.html:75 msgid "Options" -msgstr "" +msgstr "Optionen" #: templates/web/base/report/new/fill_in_details_form.html:8 msgid "Or <a href=\"/\">search for a different location</a>" @@ -2645,30 +2638,30 @@ msgstr "" #: templates/web/base/alert/_list.html:79 msgid "Or subscribe by RSS" -msgstr "" +msgstr "Oder RSS-Feed abonnieren" #: templates/web/base/admin/extra-metadata-item.html:55 msgid "Order" -msgstr "" +msgstr "Reihenfolge" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Andere" #: templates/web/base/reports/index.html:136 msgid "Other categories" -msgstr "" +msgstr "Andere Kategorien" #: templates/web/base/reports/index.html:107 msgid "Other wards" @@ -2692,10 +2685,9 @@ msgstr "Seite nicht gefunden" msgid "Parent" msgstr "Übergeordnet" -#: templates/web/base/admin/bodies/contact-form.html:91 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:98 msgid "Parent categories" -msgstr "Alle Kategorien" +msgstr "Oberkategorien" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" @@ -2708,19 +2700,16 @@ msgid "Password (optional)" msgstr "Passwort (optional)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 -#, fuzzy msgid "Password change cancelled." -msgstr "Ihr Passwort wurde geändert" +msgstr "Passwortzurücksetzen abgebrochen:" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Passwort (optional)" +msgstr "Passwort abgelaufen" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "Berechtigungen:" +msgstr "Berechtigungen" #: templates/web/base/admin/users/form.html:159 msgid "Permissions:" @@ -2728,7 +2717,7 @@ msgstr "Berechtigungen:" #: templates/web/base/admin/bodies/open311-form-fields.html:61 msgid "Permit blank updates" -msgstr "" +msgstr "Erlaube leere Updates" #: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" @@ -2748,11 +2737,11 @@ msgstr "Telefonnummer (optional)" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:30 msgid "Phone numbers are limited to %s characters in length." -msgstr "" +msgstr "Telefonnummern dürfen maximal %s Zeichen besitzen." #: templates/web/base/admin/users/form.html:32 msgid "Phone verified:" -msgstr "" +msgstr "Verifizierte Telefonnummer:" #: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 @@ -2791,7 +2780,7 @@ msgstr "Foto erforderlich" #: perllib/FixMyStreet/App/Controller/Photo.pm:130 msgid "Photo upload failed." -msgstr "" +msgstr "Fehler beim Hochladen den Fotos." #: templates/web/base/questionnaire/index.html:80 #: templates/web/base/report/new/form_report.html:41 @@ -2806,7 +2795,7 @@ msgstr "Fotos von neuen Meldungen in der Nähe" #: templates/web/base/contact/enquiry/index.html:49 msgid "Photos/Documents" -msgstr "" +msgstr "Fotos/Dokumente" #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 @@ -2830,19 +2819,19 @@ msgstr "" #: templates/web/base/report/new/notes.html:5 msgid "Please be polite, concise and to the point." -msgstr "Bitte seien Sie freundlich und prägnant." +msgstr "Bitte seien Sie freundlich und präzise." #: templates/web/base/auth/change_password.html:26 #: templates/web/base/auth/change_password.html:31 msgid "Please check the passwords and try again" -msgstr "" +msgstr "Überprüfen Sie Ihr Passwort und versuchen Sie es erneut" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:9 #: templates/web/base/auth/change_email.html:24 #: templates/web/base/auth/change_email.html:27 msgid "Please check your email address is correct" -msgstr "Bitte überprüfen Sie ob Ihre eMail-Adresse korrekt ist" +msgstr "Bitte überprüfen Sie ob Ihre E-Mail-Adresse korrekt ist" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 #: perllib/FixMyStreet/DB/Result/User.pm:263 @@ -2850,12 +2839,12 @@ msgstr "Bitte überprüfen Sie ob Ihre eMail-Adresse korrekt ist" #: 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 "" +msgstr "Bitte überprüfen Sie ob Ihre Telefonnummer korrekt ist" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1029 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Bitte wählen Sie eine Kategorie" @@ -2863,9 +2852,9 @@ msgstr "Bitte wählen Sie eine Kategorie" #: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" -msgstr "" +msgstr "Bitte wählen Sie ein sichereres Passwort" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2885,7 +2874,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2897,14 +2886,14 @@ msgstr "Bitte geben Sie eine Nachricht ein" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" -msgstr "" +msgstr "Bitte geben Sie Ihre Telefonnummer an" #: 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:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2930,17 +2919,17 @@ msgstr "Bitte geben Sie einen Betreff ein" #: 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" +msgstr "Bitte geben Sie eine gültige E-Mail-Adresse an" #: perllib/FixMyStreet/App/Controller/Alert.pm:355 #: perllib/FixMyStreet/App/Controller/Contact.pm:157 msgid "Please enter a valid email address" -msgstr "Bitte geben Sie eine gültige eMail-Adresse an" +msgstr "Bitte geben Sie eine gültige E-Mail-Adresse an" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 msgid "Please enter a valid email or phone number" -msgstr "" +msgstr "Bitte geben Sie eine gültige E-Mail-Adresse oder Telefonnummer an" #. ("JS") #: perllib/FixMyStreet/DB/Result/Problem.pm:371 @@ -2958,7 +2947,7 @@ msgstr "Bitte geben Sie einiges Details an" #: 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" +msgstr "Bitte geben Sie Ihre E-Mail-Adresse an" #. ("JS") #: templates/web/base/js/translation_strings.html:40 @@ -2966,15 +2955,14 @@ msgid "Please enter your first name" msgstr "Bitte geben Sie Ihren Vornamen ein" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Bitte geben Sie Ihren Namen an" +msgstr "Bitte geben Sie Ihren Namen an." #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3005,7 +2993,7 @@ msgstr "Bitte geben Sie Ihren Titel ein" #: templates/web/base/auth/sign_out.html:5 #: templates/web/zurich/auth/sign_out.html:5 msgid "Please feel free to <a href=\"%s\">sign in again</a>, or go back to the <a href=\"/\">front page</a>." -msgstr "" +msgstr "Melden sie sich <a href=\"%s\">wieder an</a>, oder gehen Sie zurück zur <a href=\"/\">Startseite</a>." #: templates/web/base/report/new/fill_in_details_text.html:2 #: templates/web/base/report/new/fill_in_details_text.html:8 @@ -3028,15 +3016,14 @@ msgstr "" #. ("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" +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 "" +msgstr "Bitte stellen Sie sicher, dass Ihr Passwort mindestens %d Zeichen besitzt" #: templates/web/base/report/updates-sidebar-notes.html:2 msgid "Please note that updates are not sent to the council." @@ -3044,16 +3031,16 @@ msgstr "" #: templates/web/base/report/new/oauth_email_form.html:4 msgid "Please note your report has <strong>not yet been sent</strong>." -msgstr "" +msgstr "Beachten Sie, dass Ihre Meldung <strong> noch nicht gesendet</strong> wurde." #: templates/web/base/report/new/fill_in_details_form.html:23 #: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." -msgstr "" +msgstr "Beachten Sie, dass Ihre Meldung <strong> noch nicht gesendet</strong> wurde. Wählen Sie zunächst eine Kategorie und ergänzen Sie weitere Informationen." #: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." -msgstr "" +msgstr "Beachten Sie, dass Ihre Aktualisierung <strong>noch nicht veröffentlicht</strong> wurde." #: templates/web/base/report/new/notes.html:1 #: templates/web/zurich/report/new/notes.html:1 @@ -3091,11 +3078,11 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" -msgstr "" +msgstr "Bitte wählen Sie den Feed" #: perllib/FixMyStreet/App/Controller/Alert.pm:134 msgid "Please select the type of alert you want" -msgstr "" +msgstr "Bitte wählen Sie die Benachrichtigungsart" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please state whether or not the problem has been fixed" @@ -3107,7 +3094,7 @@ msgstr "" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 #: templates/web/base/js/translation_strings.html:80 msgid "Please upload an image only" -msgstr "" +msgstr "Bitte laden Sie nur ein Bild hoch" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 @@ -3124,7 +3111,7 @@ msgstr "" #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" -msgstr "" +msgstr "Postleitzahl oder Straßen Name und Gebiet" #: perllib/FixMyStreet/DB/Result/Comment.pm:215 msgid "Posted anonymously at %s" @@ -3156,7 +3143,7 @@ msgstr "" #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Prevent user from submitting the form until this field is filled in." -msgstr "" +msgstr "Beantworten der Frage ist zum Senden der Meldung erforderlich." #: templates/web/base/pagination.html:4 msgid "Previous" @@ -3171,7 +3158,7 @@ msgstr "Prioritäten" msgid "Priority" msgstr "Priorität" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Datenschutz" @@ -3184,7 +3171,7 @@ msgstr "Datenschutz und Cookies" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privat" @@ -3202,21 +3189,19 @@ msgstr "Problem %d erstellt" #: templates/web/base/admin/users/log.html:54 msgid "Problem %s added to shortlist" -msgstr "" +msgstr "Probelm %s zur Favoritenlisten hinzugefügt" #: 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" +msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" @@ -3226,13 +3211,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problem als offen markiert." @@ -3248,7 +3233,7 @@ msgstr "Meldungen" #: templates/web/base/alert/_list.html:22 msgid "Problems in an area" -msgstr "" +msgstr "Probleme in einem Gebiet" #: templates/web/base/report/display_tools.html:24 msgid "Problems nearby" @@ -3264,20 +3249,20 @@ msgstr "Meldungen, welche kürzlich gelöst wurden" #: templates/web/base/alert/_list_rss_local.html:7 msgid "Problems within %.1fkm of %s" -msgstr "" +msgstr "Probleme innhalb %.1fkm von %s" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3295,7 +3280,12 @@ msgstr "Immobilien-Adresse:" #: templates/web/base/admin/extra-metadata-item.html:105 msgid "Protect from Open311 changes" -msgstr "" +msgstr "Gesperrt für Open311 Veränderungen" + +#: templates/web/base/admin/bodies/contact-form.html:69 +#, fuzzy +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "Gesperrt für Open311 Veränderungen" #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 @@ -3334,9 +3324,8 @@ msgid "Publish photo" msgstr "Foto veröffentlichen" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Fragebogen" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3351,12 +3340,12 @@ msgstr "" #: templates/web/base/admin/timeline.html:28 msgid "Questionnaire %d sent for problem %d" -msgstr "" +msgstr "Fragebogen %d zu Problem %d gesendet" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 #: templates/web/base/report/updates.html:20 msgid "Questionnaire filled in by problem reporter" -msgstr "" +msgstr "Fragebogen von ProblemmelderIn beantwortet" #: templates/web/base/alert/_list.html:35 #: templates/web/base/alert/_list.html:53 @@ -3367,11 +3356,11 @@ msgstr "" msgid "RSS feed" msgstr "RSS-Feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" -msgstr "" +msgstr "RSS-Feed für %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3379,49 +3368,49 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" -msgstr "" +msgstr "RSS-Feed von %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" #: templates/web/base/alert/_list_rss_local.html:3 msgid "RSS feed of nearby problems" -msgstr "" +msgstr "RSS-Feed von Problem in der Umgebung" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" -msgstr "" +msgstr "RSS-Feed der Problem innerhalb von %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" #: templates/web/base/around/display_location.html:3 #: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" -msgstr "" +msgstr "RSS-Feed von neuen lokalen Problemen" #: templates/web/base/alert/updates.html:9 #: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" -msgstr "" +msgstr "RSS-Feed zu Aktualisierungen dieses Problems" #: templates/web/base/report/_item_expandable.html:55 msgid "Read less" -msgstr "" +msgstr "Weniger anzeigen" #: templates/web/base/report/_item_expandable.html:55 msgid "Read more" -msgstr "" +msgstr "Mehr anzeigen" #: templates/web/base/admin/reports/edit.html:93 msgid "Reason:" -msgstr "" +msgstr "Grund:" #: templates/web/base/alert/updates.html:14 #: templates/web/base/report/display_tools.html:46 @@ -3445,7 +3434,7 @@ msgstr "Kürzlich erfasste Meldungen" #: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" -msgstr "" +msgstr "Neuste Bearbeitung" #: templates/web/base/report/inspect/information.html:52 msgid "Reject report" @@ -3453,7 +3442,7 @@ msgstr "" #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." -msgstr "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." +msgstr "Fix My Zürich wird primär dafür verwendet, physische Mängel zu melden, welche behoben werden können. Wenn Ihr Problem dafür nicht passend erscheint, können sie die entsprechende Dienststelle weiterhin telefonisch oder per E-Mail erreichen." #: templates/web/base/admin/users/form.html:197 msgid "Remove account details" @@ -3461,7 +3450,7 @@ msgstr "" #: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" -msgstr "" +msgstr "Feld entfernen" #: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" @@ -3480,9 +3469,8 @@ msgid "Remove from site" msgstr "Von Seite entfernen" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "Von Seite entfernen" +msgstr "" #: templates/web/base/admin/reports/edit.html:174 #: templates/web/base/admin/update_edit.html:74 @@ -3496,31 +3484,32 @@ msgstr "" #: templates/web/zurich/admin/reports/edit.html:228 msgid "Reply to user:" -msgstr "" +msgstr "An Benutzer antworten:" #: templates/web/base/header_logo.html:2 msgid "Report" -msgstr "Bericht" +msgstr "Meldung" #: templates/web/base/report/_item.html:60 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" -msgstr "" +msgstr "Meldungsnummer:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" -msgstr "Eine Meldung erfassen" +msgstr "Ein Problem erfassen" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" -msgstr "" +msgstr "Ein neues Problem melden" #: templates/web/base/report/display_tools.html:11 msgid "Report abuse" @@ -3528,13 +3517,12 @@ msgstr "Missbrauch melden" #: templates/web/base/report/form/user.html:32 #: templates/web/base/report/form/user.html:39 -#, fuzzy msgid "Report anonymously" -msgstr "Anonym gemeldet um" +msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3544,9 +3532,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Missbrauch melden" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3554,11 +3541,11 @@ msgstr "Bericht auf %s" #: templates/web/base/dashboard/index.html:63 msgid "Report state:" -msgstr "" +msgstr "Meldungsstatus:" #: templates/web/base/report/new/form_heading.html:1 msgid "Report your problem" -msgstr "" +msgstr "Melden Sie Ihr Problem" #: templates/web/base/header_opengraph.html:4 msgid "Report, view, and discuss local street-related problems." @@ -3604,7 +3591,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s anonymously at %s" -msgstr "Anonym gemeldet von %s um %s " +msgstr "Anonym gemeldet von %s um %s" #: perllib/FixMyStreet/DB/Result/Problem.pm:670 msgid "Reported via %s by %s at %s" @@ -3612,7 +3599,7 @@ msgstr "Gemeldet von %s um %s" #: 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 " +msgstr "Anonym gemeldet von %s um %s" #: perllib/FixMyStreet/DB/Result/Problem.pm:665 msgid "Reported via %s in the %s category by %s at %s" @@ -3647,12 +3634,12 @@ msgstr "Berichte" #: 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 "" +msgstr "Meldungen dürften maximal %s Zeichen enthalten. Bitte kürzen Sie Ihre Meldung" #. ("JS") #: templates/web/base/js/translation_strings.html:15 msgid "Reports are limited to {0} characters in length. Please shorten your report" -msgstr "" +msgstr "Meldungen dürften maximal {0} Zeichen enthalten. Bitte kürzen Sie Ihre Meldung" #: templates/web/zurich/admin/index-sdm.html:7 msgid "Reports awaiting approval" @@ -3673,13 +3660,13 @@ msgstr "Berichte veröffentlicht" #. ("JS") #: templates/web/base/js/translation_strings.html:101 msgid "Reports saved offline." -msgstr "" +msgstr "Meldungen offline gespeichert." -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" -msgstr "" +msgstr "Meldungen gesendet an %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3694,7 +3681,7 @@ msgstr "" #: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" -msgstr "" +msgstr "Erforderlich" #: templates/web/base/admin/reports/edit.html:85 msgid "Resend report" @@ -3702,23 +3689,23 @@ msgstr "Bericht erneut senden" #: templates/web/base/auth/create.html:72 msgid "Reset" -msgstr "" +msgstr "Zurücksetzen" #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" -msgstr "" +msgstr "Antwortprioritäten" #: templates/web/base/admin/responsepriorities/edit.html:1 msgid "Response Priority for %s" -msgstr "" +msgstr "Antwortpriorität für %s" #: templates/web/base/admin/templates/edit.html:1 msgid "Response Template for %s" -msgstr "" +msgstr "Antwortvorlage für %s" #: templates/web/base/admin/templates/index.html:1 msgid "Response Templates" -msgstr "" +msgstr "Antwortvorlagen" #: templates/web/base/admin/templates/view.html:1 #: templates/web/zurich/admin/templates/edit.html:1 @@ -3726,19 +3713,19 @@ msgstr "" #: templates/web/zurich/admin/templates/view.html:1 #: templates/web/zurich/admin/templates/view.html:3 msgid "Response Templates for %s" -msgstr "" +msgstr "Antwortvorlagen für %s" #: templates/web/base/report/update.html:44 msgid "Revert to original" -msgstr "" +msgstr "Auf Ursprungszustand zurücksetzen" #: templates/web/base/report/_main.html:111 msgid "Revert to original text" -msgstr "" +msgstr "Auf ursprünglichen Text zurücksezten" #: templates/web/base/report/_main.html:60 msgid "Revert to original title" -msgstr "" +msgstr "Auf ursprünglichen Titel zurücksetzen" #. ("JS") #: templates/web/base/js/translation_strings.html:59 @@ -3755,28 +3742,28 @@ msgstr "" #: templates/web/base/admin/roles/index.html:5 msgid "Role" -msgstr "" +msgstr "Rolle" #: templates/web/base/admin/users/form.html:143 #: templates/web/base/admin/users/index.html:29 msgid "Role:" -msgstr "" +msgstr "Rolle:" #: 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 "" +msgstr "Rollen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Nach links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3785,7 +3772,7 @@ msgstr "Nach rechts drehen" #: templates/web/zurich/admin/reports/edit.html:98 msgid "Rotating this photo will discard unsaved changes to the report." -msgstr "" +msgstr "Drehen des Fotos löscht ungespeicherte Änderungen der Meldung." #. ("JS") #: templates/web/base/js/translation_strings.html:66 @@ -3796,9 +3783,9 @@ msgstr "Satellit" #: templates/web/base/admin/triage/_inspect.html:69 #: templates/web/base/report/_inspect.html:78 msgid "Save + close as duplicate" -msgstr "" +msgstr "Speichern und als Duplikat schließen" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3816,7 +3803,7 @@ msgstr "Änderungen speichern" #: templates/web/base/admin/reportextrafields/edit.html:64 msgid "Save new fields" -msgstr "" +msgstr "Neue Felder speichern" #: templates/web/base/report/inspect/public_update.html:7 msgid "Save with a public update" @@ -3825,7 +3812,7 @@ msgstr "" #. ("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 "" +msgstr "Meldung offline speichern" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 @@ -3855,17 +3842,17 @@ msgstr "Suchen:" #: templates/web/base/admin/reports/index.html:27 #: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." -msgstr "" +msgstr "Keine Meldungen gefunden." #: templates/web/base/admin/users/index.html:89 msgid "Searching found no users." -msgstr "" +msgstr "Keine Benutzer gefunden." #: 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 "" +msgstr "Sicherheit" #: templates/web/base/report/form/private_details.html:14 #: templates/web/base/report/new/councils_text_private.html:8 @@ -3902,12 +3889,12 @@ msgstr "" #: templates/web/base/admin/category-checkboxes.html:4 msgid "Select:" -msgstr "" +msgstr "Auswählen:" #: templates/web/base/contact/enquiry/index.html:75 #: templates/web/base/contact/index.html:120 msgid "Send" -msgstr "" +msgstr "Senden" #: templates/web/base/admin/reports/edit.html:91 msgid "Send Fail Count:" @@ -3919,7 +3906,7 @@ msgstr "" #: templates/web/base/admin/users/form.html:25 msgid "Send login email" -msgstr "" +msgstr "Login E-Mail senden" #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:5 @@ -3947,7 +3934,7 @@ msgstr "Dienst:" #: templates/web/base/auth/change_password.html:4 #: templates/web/base/my/my.html:70 msgid "Set password" -msgstr "" +msgstr "Setze Passwort" #: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" @@ -3961,7 +3948,7 @@ msgstr "Teilen" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4002,12 +3989,12 @@ msgstr "Name öffentlich anzeigen?" #: templates/web/base/pagination.html:12 msgid "Show older" -msgstr "" +msgstr "Zeige ältere" #: templates/web/base/admin/triage/_list-filters.html:43 #: templates/web/base/reports/_list-filters.html:47 msgid "Show older reports" -msgstr "" +msgstr "Ältere Meldungen anzeigen" #: templates/web/base/report/_main.html:95 msgid "Show photo" @@ -4026,12 +4013,12 @@ msgstr "" #: templates/web/base/reports/index.html:64 msgid "Show reports in your area" -msgstr "" +msgstr "Meldungen in Ihrem Gebiet" #: 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/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4052,7 +4039,7 @@ msgstr "Melden Sie sich an oder erstellen Sie ein Konto" #: templates/web/base/auth/general.html:87 msgid "Sign in with a password" -msgstr "" +msgstr "Mit Passwort anmelden" #: templates/web/base/auth/create.html:31 #: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:77 @@ -4089,8 +4076,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4110,7 +4097,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4147,7 +4134,7 @@ msgstr "" #: templates/web/base/admin/triage/_list-filters.html:28 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" -msgstr "" +msgstr "Sortieren nach" #: templates/web/base/admin/bodies/contact-form.html:45 msgid "Staff only" @@ -4216,7 +4203,6 @@ msgstr "" #: 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 @@ -4266,9 +4252,10 @@ msgstr "Titel:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Abschicken" @@ -4307,11 +4294,11 @@ msgstr "Abonnieren" #: templates/web/base/alert/_list.html:67 msgid "Subscribe by email" -msgstr "" +msgstr "Per E-Mail abonniert" #: templates/web/base/admin/users/alerts.html:22 msgid "Subscribed:" -msgstr "" +msgstr "Abboniert:" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 msgid "Summaries are limited to %d characters in length. Please shorten your summary" @@ -4329,11 +4316,11 @@ msgstr "" #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" -msgstr "" +msgstr "Problembeschreibung" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" -msgstr "" +msgstr "Beschreiben Sie Ihre Änderungen" #: perllib/FixMyStreet/Cobrand/Default.pm:678 #: perllib/FixMyStreet/Cobrand/KiitC.pm:314 @@ -4353,10 +4340,10 @@ msgstr "Zusammenfassung" msgid "Summary reports" msgstr "Zusammenfassungsberichte" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" -msgstr "" +msgstr "Statistikübersicht" #: templates/web/base/admin/users/form.html:130 msgid "Superuser:" @@ -4366,7 +4353,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Umfrageergebnisse" @@ -4374,7 +4361,7 @@ msgstr "Umfrageergebnisse" #: templates/web/base/report/form/private_details.html:2 #: templates/web/base/report/form/user.html:5 msgid "Tell us about you" -msgstr "" +msgstr "Informationen zu Ihrer Person" #: templates/web/zurich/admin/templates/edit.html:7 msgid "Template «%s»" @@ -4393,7 +4380,7 @@ msgstr "Text" #: templates/web/base/admin/extra-metadata-item.html:69 msgid "Text field" -msgstr "" +msgstr "Textfeld" #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" @@ -4455,16 +4442,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Das Problem wird jetzt erneut gesendet." @@ -4514,8 +4501,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4623,7 +4610,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4640,22 +4627,22 @@ msgstr "" #: templates/web/base/admin/manifesttheme/form.html:1 msgid "Theme" -msgstr "" +msgstr "Thema" #: templates/web/base/admin/manifesttheme/index.html:10 msgid "Theme Colour" -msgstr "" +msgstr "Farbthema" #: templates/web/base/admin/manifesttheme/index.html:1 msgid "Themes" -msgstr "" +msgstr "Themen" #: 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 "" +msgstr "Keine Meldungen zum anzeigen." #: templates/web/base/report/new/duplicate_suggestions.html:10 msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" @@ -4663,32 +4650,32 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 msgid "There is already a template with that title." -msgstr "" +msgstr "Es existiert bereits eine Vorlage mit diesem Namen." #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 msgid "There is already an auto-response template for this category/state." -msgstr "" +msgstr "Es existiert bereits eine Automatische Antwortvorlage für diese Kategorie/Status." #: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." -msgstr "" +msgstr "Es ist ein Fehler auf der Alle Meldungen Seite aufgetreten. Bitte versuchen Sie es später noch einmal." #: 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 "" +msgstr "Es ist ein Fehler beim Anzeigen dieser Seite aufgetreten. Bitte versuchen Sie es später noch einmal." #: 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 "" +msgstr "Es ist ein Fehler bei der Anmeldung aufgetreten." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." -msgstr "" +msgstr "Es ist ein Fehler bei der Anmeldung aufgetreten. Wenn Sie sich nicht mehr an Ihr Passwort erinnern oder keines besitzen, bitte kreuzen Sie das 'Nein' Feld im Formular an." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." @@ -4696,7 +4683,7 @@ msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erne msgid "There were problems with your report. Please see below." msgstr "Es gab ein Problem mit Ihrem Bericht. Bitte versuchen Sie es erneut." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Es gab Probleme mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." @@ -4711,7 +4698,7 @@ msgstr "" #: templates/web/base/report/new/councils_text_private.html:4 msgid "These details will never be shown online without your permission." -msgstr "" +msgstr "Angaben zu Ihrer Person werden niemals ohne Ihre Einstimmung veröffentlicht:" #: templates/web/base/admin/bodies/open311-form-fields.html:3 #: templates/web/base/admin/bodies/open311-form-fields.html:4 @@ -4730,7 +4717,7 @@ msgstr "" #: templates/web/base/report/new/councils_text.html:4 #: templates/web/base/report/new/councils_text.html:5 msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." -msgstr "" +msgstr "Ihre Meldung wird online für andere Bürger veröffentlicht. Beachten Sie dazu unsere href=\"%s\">privacy Datenschutzrichtlinie</a>." #: templates/web/base/report/new/councils_text_all.html:6 #: templates/web/base/report/new/councils_text_all.html:9 @@ -4764,18 +4751,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -4794,7 +4781,7 @@ msgstr "" #: templates/web/base/admin/users/import.html:65 msgid "This page is a quick way to create many new staff users in one go." -msgstr "" +msgstr "Mit dieser Seite können in einem Schritt Konten für mehrere Verwaltungsmitarbeiter erstellt werden." #: templates/web/base/report/update/form_state_checkbox.html:14 msgid "This problem has been fixed" @@ -4806,16 +4793,16 @@ msgstr "Dieser Mangel wurde nicht behoben" #: templates/web/base/report/update/form_state_checkbox.html:5 msgid "This problem is still ongoing" -msgstr "" +msgstr "Das Problem besteht weiterhin" #. ("JS") #: templates/web/base/js/translation_strings.html:49 msgid "This report" -msgstr "" +msgstr "Diese Meldung" #: templates/web/base/report/duplicate-no-updates.html:5 msgid "This report is a duplicate. Please leave updates on the original report:" -msgstr "" +msgstr "Diese Meldung ist ein Duplikat. Bitte tragen Sie Aktualisierungen in die erste Meldung ein:" #: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: perllib/FixMyStreet/Cobrand/Zurich.pm:143 @@ -4840,16 +4827,16 @@ msgstr "Dieser Bericht ist aktuell als offen markiert." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." -msgstr "" +msgstr "Diese Seite enthält ein Foto des Problems, hochgeladen vom Benutzer." #: 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 "" +msgstr "Verbrachte Zeit (in Minuten):" #: perllib/FixMyStreet/Cobrand/Default.pm:679 #: perllib/FixMyStreet/Cobrand/KiitC.pm:315 @@ -4882,7 +4869,7 @@ msgstr "" #: templates/web/base/alert/_index_text.html:23 msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" -msgstr "" +msgstr "Für eine Übersicht der zur Verfügung stehenden Benachrichtigungen geben Sie bitte Ihre Postleitzahl oder Straßenname und Gebiet ein" #: templates/web/base/admin/reportextrafields/edit.html:19 msgid "To limit this collection of fields to a single cobrand, select it here." @@ -4894,24 +4881,24 @@ msgstr "" #: templates/web/base/report/update-form-wrapper.html:4 msgid "To provide an update, please <a href=\"%s\">sign in</a>." -msgstr "" +msgstr "Zum aktualisieren der Meldung, bitte <a href=\"%s\">anmelden</a>." -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" #: templates/web/base/auth/generate_token.html:11 #: templates/web/base/auth/generate_token.html:66 msgid "Token" -msgstr "" +msgstr "Token" #: templates/web/base/reports/index.html:126 msgid "Top 5 most used categories" -msgstr "" +msgstr "Die häufigst gemeldeten Kategorien" #: templates/web/base/reports/index.html:111 msgid "Top 5 responsive councils" -msgstr "" +msgstr "Die 5 zügigsten Behörden" #: templates/web/base/reports/index.html:98 msgid "Top 5 wards" @@ -4933,11 +4920,11 @@ msgstr "" #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" -msgstr "" +msgstr "Übersetzung" #: templates/web/base/admin/bodies/_translations.html:2 msgid "Translations" -msgstr "" +msgstr "Übersetzungen" #. ("JS") #: templates/web/base/auth/2fa/form-add.html:8 @@ -4949,14 +4936,14 @@ msgstr "Erneut versuchen" #: templates/web/base/contact/submit.html:14 msgid "Try emailing us directly:" -msgstr "" +msgstr "Versuchen Sie uns direkt per E-Mail zu erreichen:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 #: templates/web/base/auth/generate_token.html:36 #: templates/web/base/auth/generate_token.html:49 msgid "Two-factor authentication" -msgstr "" +msgstr "Zwei-Faktor-Authentifizierung" #: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" @@ -5011,7 +4998,7 @@ msgstr "Unbekannte Problemkennung" #: perllib/FixMyStreet/App/Controller/Contact.pm:106 msgid "Unknown update ID" -msgstr "" +msgstr "Unbekannte Problemkennung" #: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" @@ -5028,9 +5015,8 @@ 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" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5088,8 +5074,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5135,7 +5121,7 @@ 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 "" +msgstr "Aktivieren wenn Benutzer Probleme in dieser Kategorie melden können, aber es kein öffentliches Interesse gibt den Bearbeitungszustand einzusehen. Beispielsweise die Anfragen nach einem zusätzlichen Mülleimer an einer speziellen Adresse." #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -5211,8 +5197,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Werte aktualisiert" @@ -5271,15 +5257,15 @@ msgstr "" #: templates/web/base/alert/choose.html:7 #: templates/web/base/around/_error_multiple.html:6 msgid "We found more than one match for that location." -msgstr "" +msgstr "Ihre Anfrage ergab mehrere mögliche Ergebnisse." #: templates/web/base/around/lookup_by_ref.html:6 msgid "We found more than one match for that problem reference:" -msgstr "" +msgstr "Zu der Meldungs Nummer gibt mehrere mögliche Ergebnisse:" #: templates/web/base/auth/smsform.html:20 msgid "We have sent a confirmation code to your phone. Please enter it below:" -msgstr "" +msgstr "Bitte geben Sie unten den Bestätigungscode ein, der an Ihr Handy gesendet wurde." #: templates/web/base/auth/general.html:13 #: templates/web/base/report/display.html:35 @@ -5287,18 +5273,18 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" #: templates/web/base/index-steps.html:11 msgid "We send it to the council on your behalf" -msgstr "" +msgstr "Wir senden den Mangel an die zuständige Behörde" #: 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 "" +msgstr "Bitte versuchen Sie es mit einer anderen Suchanfrage, wenn die gesuchte Adresse sich nicht unter den Ergebnissen befindet." #: templates/web/base/report/new/notes.html:4 #: templates/web/zurich/report/new/notes.html:4 @@ -5311,15 +5297,15 @@ msgstr "" #: templates/web/base/dashboard/index.html:123 msgid "Website" -msgstr "" +msgstr "Website" #: templates/web/base/contact/submit.html:7 msgid "We’ll get back to you as soon as we can." -msgstr "" +msgstr "Sie werden von uns möglichst zeitnah benachrichtigt." #: templates/web/base/report/new/duplicate_suggestions.html:12 msgid "We’ve already reported these nearby problems to the council. Is one of them yours?" -msgstr "" +msgstr "Es wurden bereits folgende Probleme in der Nähe der Behörde gemeldet. Ist Ihres darüber erfasst?" #: templates/web/base/admin/bodies/category.html:28 #: templates/web/zurich/admin/bodies/body.html:18 @@ -5332,7 +5318,7 @@ msgstr "Wann gesendet" #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" -msgstr "" +msgstr "Zu welchen Problemen möchten Sie Benachrichtigungen erhalten?" #: templates/web/base/report/_inspect.html:40 msgid "Which report is it a duplicate of?" @@ -5352,7 +5338,7 @@ msgstr "" #: templates/web/base/front/footer-marketing.html:3 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"https://fixmystreet.org\">available at fixmystreet.org</a>." -msgstr "" +msgstr "Möchten Sie zu FixMyStreet beitragen? FixMyStreet ist freie Software und der Code verfügbar unter <a href=\"https://fixmystreet.org\">fixmystreet.org</a>." #: templates/web/base/questionnaire/index.html:103 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" @@ -5360,7 +5346,7 @@ msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:23 msgid "Would you like us to notify you when this problem is updated or fixed?" -msgstr "" +msgstr "Möchtest du benachrichtigt werden wenn das Problem bearbeitet oder gelöst wurde?" #: templates/web/base/report/new/notes.html:7 msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." @@ -5397,7 +5383,7 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:103 msgid "You are offline" -msgstr "" +msgstr "Sie sind offline" #: templates/web/base/contact/unsuitable-text.html:2 msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:" @@ -5445,11 +5431,11 @@ msgstr "" #: templates/web/base/admin/bodies/form.html:92 msgid "You can mark a body as deleted if you do not want it to be active on the site." -msgstr "" +msgstr "Sie können einen Body auf inaktiv stellen, wenn dieser nicht auf der Website erscheinen soll." #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 msgid "You cannot rename a category to an existing category" -msgstr "" +msgstr "Kategoriename existiert bereits" #. ("JS") #: templates/web/base/js/translation_strings.html:54 @@ -5467,7 +5453,7 @@ msgstr "" #: 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 "" +msgstr "Es sind bereits Dateien zu dieser Meldung hochgeladen. Maximale Anzahl ist 3." #: templates/web/base/report/new/form_report.html:50 #: templates/web/zurich/report/new/fill_in_details_form.html:30 @@ -5499,24 +5485,24 @@ msgstr "Sie haben Ihre E-Mail-Adresse erfolgreich bestätigt." #: templates/web/base/auth/change_phone.html:15 msgid "You have successfully confirmed your phone number." -msgstr "" +msgstr "Ihre Telefonnummer wurde erfolgreich verifiziert." #: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." -msgstr "" +msgstr "Ihre Telefonnummer wurde erfolgreich gelöscht." #: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" -msgstr "" +msgstr "Sie haben sich angemeldet; Bitte überprüfen Sie ob Ihre Angaben korrekt sind:" #: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:165 msgid "You have successfully verified your phone number." -msgstr "" +msgstr "Ihre Telefonnummer wurde erfolgreich verifiziert." #: templates/web/base/my/my.html:83 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" -msgstr "" +msgstr "Sie haben noch keine Probleme gemeldet. <a href=\"%s\">Ein Problem melden.</a>" #: templates/web/base/my/planned.html:21 msgid "You haven’t shortlisted any reports yet." @@ -5542,9 +5528,9 @@ msgstr "Ihre Berichte" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" -msgstr "" +msgstr "Ihr Benutzerkonto" #: templates/web/base/auth/2fa/intro.html:18 msgid "Your account requires two-factor authentication to be set up." @@ -5560,21 +5546,21 @@ msgstr "" #: 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" +msgstr "Ihre E-Mail" #: templates/web/base/auth/change_email.html:15 msgid "Your email address" -msgstr "Ihre eMail-Adresse" +msgstr "Ihre E-Mail-Adresse" #: 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 "" +msgstr "Ihre E-Mail-Adresse oder Telefonnummer" #: templates/web/base/report/updates-sidebar-notes.html:3 msgid "Your information will only be used in accordance with our <a href=\"%s\">privacy policy</a>" -msgstr "" +msgstr "Ihre Daten werden nur unter Einhaltung unserer <a href=\"$s\">Datenschutzrichtlinie</a> verwendet" #: templates/web/base/contact/enquiry/index.html:12 #: templates/web/base/contact/index.html:85 @@ -5591,12 +5577,12 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/My.pm:297 msgid "Your name has been hidden." -msgstr "" +msgstr "Ihr Name wurde ausgeblendet." #. ("JS") #: templates/web/base/js/translation_strings.html:95 msgid "Your offline reports" -msgstr "" +msgstr "Ihre Offline Meldungen" #: templates/web/base/auth/create.html:64 #: templates/web/base/auth/general.html:90 @@ -5611,14 +5597,14 @@ msgstr "Ihr Passwort wurde geändert" #: 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 "" +msgstr "Ihr Passwort ist abgelaufen. Klicken Sie auf den Link in Ihrer E-Mail um es zu aktualisieren." #: templates/web/base/auth/create.html:67 #: templates/web/base/report/form/user_loggedout_by_email.html:57 #: templates/web/base/report/form/user_loggedout_by_email.html:59 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." -msgstr "" +msgstr "Das Passwort muss mindestens %d Zeichen enthalten." #: templates/web/base/auth/change_phone.html:19 #: templates/web/base/contact/enquiry/index.html:25 @@ -5628,7 +5614,7 @@ msgstr "Ihre Telefonnummer" #: templates/web/base/questionnaire/index.html:46 msgid "Your report" -msgstr "" +msgstr "Ihre Meldung" #: templates/web/base/my/my.html:80 msgid "Your reports" @@ -5645,7 +5631,7 @@ msgstr "" #: templates/web/base/report/update/form_user.html:6 msgid "Your update" -msgstr "" +msgstr "Ihre Aktualisierung" #. ("JS") #: templates/web/base/js/translation_strings.html:96 @@ -5675,7 +5661,7 @@ msgstr "" #: templates/web/base/report/inspect/information.html:10 msgid "admin" -msgstr "" +msgstr "Administrator" #: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 #: templates/web/base/admin/category-checkboxes.html:5 @@ -5685,7 +5671,7 @@ msgstr "alle" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5715,11 +5701,11 @@ msgstr "z.B. ‘%s’ oder ‘%s’" #: templates/web/base/report/new/form_title.html:2 msgid "e.g. ‘10 inch pothole on Example St, near post box’" -msgstr "" +msgstr "z.B. 'Tiefes Schlagloch am Ostwall, in der Nähe vom Lippetor'" #: templates/web/base/report/new/form_report.html:70 msgid "e.g. ‘This pothole has been here for two months and…’" -msgstr "" +msgstr "z.B. 'Dieses Schlagloch besteht bereits seit 2 Monaten und...'" #: templates/web/base/admin/bodies/open311-form-fields.html:93 #: templates/web/base/admin/flagged.html:51 @@ -5740,7 +5726,7 @@ msgstr "zuletzt aktualisiert %s" msgid "less than a minute" msgstr "weniger als einer Minute" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5758,28 +5744,26 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/index.html:99 -#, fuzzy msgid "optional" -msgstr "(optional)" +msgstr "" #: templates/web/base/report/form/user.html:31 #: templates/web/base/report/form/user.html:41 -#, fuzzy msgid "or" -msgstr "oder" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or <a href=\"%s\">create an account</a>" -msgstr "" +msgstr "oder <a href=\"%s\">Konto erstellen</a>" #: templates/web/base/auth/create.html:16 msgid "or <a href=\"%s\">sign in</a>" -msgstr "" +msgstr "oder <a href=\"%s\">melden Sie sich an</a>" #: templates/web/base/alert/index.html:18 #: templates/web/base/around/postcode_form.html:36 msgid "or use my location" -msgstr "" +msgstr "oder verwende meinen Standort" #: templates/web/base/admin/reports/edit.html:50 #: templates/web/base/admin/reports/edit.html:51 @@ -5798,7 +5782,7 @@ msgstr "andere Gebiete:" #: templates/web/zurich/admin/bodies/contact-form.html:29 msgid "show" -msgstr "" +msgstr "anzeigen" #: templates/web/zurich/footer.html:12 msgid "sign out" @@ -5821,7 +5805,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" @@ -5832,7 +5816,7 @@ msgstr "heute" #. ("JS") #: templates/web/base/js/translation_strings.html:106 msgid "update" -msgstr "" +msgstr "aktualisieren" #. ("JS") #: templates/web/base/js/translation_strings.html:107 @@ -5841,7 +5825,7 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:53 msgid "used map" -msgstr "" +msgstr "verwendete Karte" #: templates/web/base/admin/update_edit.html:39 msgid "user is from same council as problem - %d" @@ -5896,8 +5880,8 @@ msgstr[1] "%d Minuten" #, perl-format msgid "%d month" msgid_plural "%d months" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d Monat" +msgstr[1] "%d Monate" #: templates/web/base/report/_support.html:6 #, perl-format @@ -5931,15 +5915,15 @@ msgstr[1] "" #, perl-format msgid "%s problem marked as fixed" msgid_plural "%s problems marked as fixed" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s Problem als gelöst markiert" +msgstr[1] "%s Probleme als gelöst markiert" #: templates/web/base/reports/index.html:45 #, perl-format msgid "%s problem reported" msgid_plural "%s problems reported" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s Problem gemeldet" +msgstr[1] "%s Probleme gemeldet" #: templates/web/fixmystreet.com/reports/summary.html:168 #, perl-format @@ -5973,8 +5957,8 @@ msgstr[1] "<big>%s</big> Meldungen in der letzten Woche" #, perl-format msgid "<big>%s</big> report recently" msgid_plural "<big>%s</big> reports recently" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "<big>%s</big> Gegenwärtige Meldung" +msgstr[1] "<big>%s</big> Gegenwärtige Meldungen" #: templates/web/westminster/front/stats.html:19 #, perl-format @@ -5987,8 +5971,8 @@ msgstr[1] "<big>%s</big> Meldungen bearbeitet" #, perl-format msgid "Reported %d day ago" msgid_plural "Reported %d days ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Vor %d Tag gemeldet" +msgstr[1] "Vor %d Tagen gemeldet" #: templates/web/base/report/new/top_message_some.html:3 #, perl-format @@ -6008,34 +5992,19 @@ msgstr[1] "" #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "zuletzt vor %d Tag bearbeitet" +msgstr[1] "zuletzt vor %d Tagen bearbeitet" #: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Monat" +msgstr[1] "Monate" #: 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." +msgstr[0] "Meldung" +msgstr[1] "Meldungen" diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po index 5a78432c8..a9ba8d340 100644 --- a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Greek (Greece) (https://www.transifex.com/mysociety/teams/12067/el_GR/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "και" @@ -183,8 +183,8 @@ msgstr "(στάλθηκε και στις δύο)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Διάλεξε κατηγορία --" @@ -228,7 +228,7 @@ msgstr "<label for=\"statuses\">Προβολή</label> %s αναφορές <labe msgid "<span>%s</span> saved." msgstr "<span>%s</span> αποθηκεύτηκε." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> προβλήματα τώρα" @@ -293,7 +293,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Πρόσθεσε μία επαφή χρησιμοποιώντας την παρακάτω φόρμα." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Προσθήκη νέας κατηγορίας" @@ -370,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Διαχειριστής" @@ -680,12 +680,12 @@ msgstr "Κατηγορία" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Μέσος όρος διόρθωσης προβλημάτων για την κατηγορία > 4 εβδομάδες" @@ -943,7 +943,7 @@ msgstr "Δημιουργία αναφοράς" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Δημιουργία κατηγορίας" @@ -1385,7 +1385,7 @@ msgstr "Σημείο τερματισμού" msgid "Enter a Zürich street name" msgstr "Δώσε μια ονομασία για την οδό" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, οδό ή περιοχή" @@ -1480,7 +1480,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1686,7 +1686,7 @@ msgstr "Σκοπεύεις να στείλεις ερωτηματολόγιο;" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Γράφημα της δημιουργίας προβλημάτων (κατάσταση προς χρόνος)" @@ -1706,12 +1706,12 @@ msgstr "Διορθώθηκε το πρόβλημα;" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Έχεις αναφέρει ποτέ ξανά ένα πρόβλημα στην υπηρεσία ή αυτή είναι η πρώτη φορά;" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1932,7 +1932,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2079,7 +2079,7 @@ msgstr "Λίστα όλων των αναφερθέντων προβλημάτω msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Φορτώνει..." @@ -2097,8 +2097,8 @@ msgstr "Τοπικές ροές RSS και ειδοποιήσεις email" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Τοπικές ροές RSS και ειδοποιήσεις email για ‘%s’" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Τοπικές ειδοποιήσεις" @@ -2336,7 +2336,7 @@ msgstr "" msgid "New body added" msgstr "Προστέθηκε νέος τομέας" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Προστέθηκε νέα επαφή κατηγορίας" @@ -2688,15 +2688,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Άλλα" @@ -2726,7 +2726,7 @@ msgstr "Η σελίδα δεν βρέθηκε" msgid "Parent" msgstr "Πηγή" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Όλες οι κατηγορίες" @@ -2888,8 +2888,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Παρακαλούμε επίλεξε μια κατηγορία" @@ -2899,7 +2899,7 @@ msgstr "Παρακαλούμε επίλεξε μια κατηγορία" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2922,7 +2922,7 @@ msgstr "Παρακαλούμε να μην κάνεις κατάχρηση #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2941,7 +2941,7 @@ msgstr "" msgid "Please enter a name" msgstr "Παρακαλώ γράψτε ένα όνομα" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -3003,7 +3003,7 @@ msgid "Please enter your first name" msgstr "Παρακαλούμε γράψε το όνομά σου" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Παρακαλούμε γράψε το ονοματεπώνυμό σου, οι υπηρεσίες χρειάζονται αυτή την πληροφορία – αν δεν επιθυμείς να εμφανίζεται το όνομά σου στην ιστοσελίδα, ξετσέκαρε το πεδίο παρακάτω" @@ -3208,7 +3208,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Ιδιωτικότητα" @@ -3221,7 +3221,7 @@ msgstr "Ιδιωτικότητα και cookies" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Ιδιωτικό" @@ -3264,13 +3264,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Το πρόβλημα %s στάλθηκε στην υπηρεσία %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Ανάλυση προβλήματος ανά κατάσταση" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." @@ -3306,16 +3306,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Προβλήματα στο "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Προβλήματα στην περιοχή "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3335,6 +3335,10 @@ msgstr "Διεύθυνση ακινήτου:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3405,11 +3409,11 @@ msgstr "Το ερωτηματολόγιο συμπληρώθηκε από τον msgid "RSS feed" msgstr "Ροή RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "Ροή RSS για "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "Ροή RSS για την περιοχή %s, %s" @@ -3417,11 +3421,11 @@ msgstr "Ροή RSS για την περιοχή %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "Ροή RSS από %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "Ροή RSS από %s, στην περιοχή "%s"" @@ -3431,11 +3435,11 @@ msgstr "Ροή RSS για κοντινά προβλήματα" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "Ροή RSS για προβλήματα στο "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "Ροή RSS για προβλήματα στην περιοχή "%s"" @@ -3548,15 +3552,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Αναφορά προβλήματος" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3572,7 +3577,7 @@ msgstr "Αναφέρθηκε ανώνυμα στις %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3713,11 +3718,11 @@ msgstr "Αναφορές που δημοσιεύθηκαν" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3806,15 +3811,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Περιστροφή αριστερά" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3836,7 +3841,7 @@ msgstr "Δορυφόρος" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3999,7 +4004,7 @@ msgstr "Κοινοποίηση" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4069,7 +4074,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4127,8 +4132,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Συγνώμη, φαίνεται πως αυτός ο ταχυδρομικός κώδικας είναι Crown dependency postcode, δεν καλύπτουμε τέτοιους ΤΚ," @@ -4148,7 +4153,7 @@ msgstr "Συγνώμη, υπήρξε βλάβη στην επιβεβαίωση #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Συγνώμη, δεν μπορέσαμε να βρούμε αυτήν την τοποθεσία." @@ -4255,7 +4260,6 @@ msgstr "" #: 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 @@ -4305,9 +4309,10 @@ msgstr "Θέμα:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Υποβολή" @@ -4371,7 +4376,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4393,7 +4398,7 @@ msgstr "Περίληψη" msgid "Summary reports" msgstr "Περιληπτικές αναφορές" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4406,7 +4411,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Αποτελέσματα έρευνας" @@ -4496,16 +4501,16 @@ msgstr "Η τοποθεσία δεν φαίνεται να βρίσκεται σ #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Ο ταχυδρομικός κώδικας δεν αναγνωρίστηκε, λυπούμαστε." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Αυτό το πρόβλημα έχει σημειωθεί ως απεσταλμένο." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Το πρόβλημα τώρα θα αποσταλθεί ξανά." @@ -4555,8 +4560,8 @@ msgstr "Η <strong>αρμοδιότητα</strong> χρειάζεται μόνο msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4669,7 +4674,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Ο χρήστης δεν μπορέσε να εντοπίσει το πρόβλημα στον χάρτη, αλλά για να δει την περιοχή κοντά στην τοποθεσία έγραψε" @@ -4731,12 +4736,12 @@ msgstr "Υπήρξε πρόβλημα στην προβολή αυτής της msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Παρακαλούμε προσπάθησε ξανά." @@ -4744,7 +4749,7 @@ msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Π msgid "There were problems with your report. Please see below." msgstr "Υπήρξαν προβλήματα με την αναφορά σου. Παρακαλούμε δες παρακάτω." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Υπήρξαν προβλήματα με την ενημέρωσή σου. Παρακαλούμε δες παρακάτω." @@ -4820,18 +4825,18 @@ msgstr "" "Αυτή η υπηρεσία θα δέχεται μόνο αναφορές για προβλήματα που βρίσκονται στην <strong>περιοχή αρμοδιότητας της</strong>.\n" "Μια υπηρεσία δεν θα δέχεται καμία αναφορά, εκτός αν είναι αρμόδια για τουλάχιστον μία περιοχή." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Αυτό το email στάλθηκε και στις δύο υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, μιας και ο χρήστης δεν το κατηγοριοποίησε. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος, ή ενημέρωσέ μας για τη σωστή κατηγορία του προβλήματος ώστε να την προσθέσουμε στο σύστημα." -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Αυτό το email στάλθηκε σε πολλές υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, αφού η επιλεγμένη κατηγορία συμπεριλαμβάνεται σε κάθε μια από αυτές. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος." -#: 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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Αυτή η πληροφορία απαιτείται" @@ -4896,7 +4901,7 @@ msgstr "Αυτή η αναφορά είναι προς το παρόν κατα msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Αυτή η ιστοσελίδα περιέχει επίσης μία φωτογραφία του προβλήματος, που παρέχεται από το χρήστη." @@ -4952,7 +4957,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Για την προβολή ενός χάρτη με την ακριβή τοποθεσία του ζητήματος" @@ -5145,8 +5150,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5268,8 +5273,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Οι τιμές ενημερώθηκαν" @@ -5344,7 +5349,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "Χρειαζόμαστε το email σου, παρακαλώ γράψ" το παρακάτω." -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Καταλαβαίνουμε ότι το πρόβλημα ίσως είναι στην ευθύνη του %s. Ωστόσο, μέχρι στιγμής δεν έχουμε πληροφορίες επικοινωνίας μαζί τους. Αν γνωρίζεις μία κατάλληλη διεύθυνση επικοινωνίας, παρακαλούμε επικοινώνησε μαζί τους." @@ -5606,7 +5611,7 @@ msgstr "Οι Αναφορές σου" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5750,7 +5755,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5805,7 +5810,7 @@ msgstr "τελευταία ενημέρωση %s" msgid "less than a minute" msgstr "λιγότερο από ένα λεπτό" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5887,7 +5892,7 @@ msgstr "δεν υπάρχει καρφίτσα στον χάρτη επειδή msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "αυτή η κατηγορία τοπικού προβλήματος" diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po index c19a71416..8fe49cfbb 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: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Spanish (https://www.transifex.com/mysociety/teams/12067/es/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " y " @@ -175,8 +175,8 @@ msgstr "(enviado a ambos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(también tenemos feeds RSS para problemas en %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -220,7 +220,7 @@ msgstr "<label for=\"statuses\">Mostrar</label> %s informes<label for=\"filter_c msgid "<span>%s</span> saved." msgstr "<span>%s</span> guardado" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> notificaciones en curso" @@ -286,7 +286,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Añada un contacto usando el siguiente formulario." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Agregar nueva categoría" @@ -363,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Administrador" @@ -673,12 +673,12 @@ msgstr "Categoría" msgid "Category and State" msgstr "Categoría y Estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de '%s' a '%s'" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Ratio de arreglo de problemas > 4 semanas" @@ -938,7 +938,7 @@ msgstr "Crear una notificación" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crear una categoría" @@ -1380,7 +1380,7 @@ msgstr "Punto final" msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 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" @@ -1475,7 +1475,7 @@ msgstr "Equipo externo" msgid "Extra Fields" msgstr "Campos adicionales" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1681,7 +1681,7 @@ msgstr "¿Va a enviar cuestionario?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Gráfico temporal de creación problemas por estado" @@ -1701,12 +1701,12 @@ msgstr "¿Ha sido corregido este problema?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1931,7 +1931,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2078,7 +2078,7 @@ msgstr "Listar todos los problemas notificados" msgid "Loading reports…" msgstr "Cargando reportes..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Cargando..." @@ -2096,8 +2096,8 @@ msgstr "Listados RSS locales y alertas por email" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Alertas locales" @@ -2336,7 +2336,7 @@ msgstr "¡Casi listo! Por favor revise su teléfono." msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2692,15 +2692,15 @@ msgstr "Orden" #: 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/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Otros" @@ -2730,7 +2730,7 @@ msgstr "Página no encontrada" msgid "Parent" msgstr "Padre" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Otras categorías" @@ -2892,8 +2892,8 @@ 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:1029 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Por favor, elija una categoría" @@ -2903,7 +2903,7 @@ msgstr "Por favor, elija una categoría" msgid "Please choose a less commonly-used password" msgstr "Por favor elija una contraseña menos habitual" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2926,7 +2926,7 @@ msgstr "Por favor notifique incidencias relevantes y no abuse; abusando de su ay #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2945,7 +2945,7 @@ msgstr "Por favor ingrese un número de celular o móvil" msgid "Please enter a name" msgstr "Por favor ingrese un nombre" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Por favor ingrese un nombre para éste órgano" @@ -3007,7 +3007,7 @@ msgid "Please enter your first name" msgstr "Por favor, indique su nombre" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Por favor 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" @@ -3212,7 +3212,7 @@ msgstr "Prioridades" msgid "Priority" msgstr "Prioridad" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privacidad" @@ -3225,7 +3225,7 @@ msgstr "Privacidad y cookies" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privado" @@ -3269,13 +3269,13 @@ msgstr "usuario eliminado de la lista de abusos" msgid "Problem %s sent to council %s" msgstr "Problema %s enviado al Ayuntamiento %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Desglose de problemas según estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -3311,16 +3311,16 @@ msgstr "Problemas en un radio de %.1fkm de %s" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemas en %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3340,6 +3340,10 @@ msgstr "Dirección de la propiedad:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3410,11 +3414,11 @@ msgstr "Cuestionario cumplimentado por el notificador problema" msgid "RSS feed" msgstr "Listado RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" @@ -3422,11 +3426,11 @@ msgstr "Listado RSS para %s del barrio, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" @@ -3436,11 +3440,11 @@ msgstr "Listado RSS de los problemas cercanos" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "Listado RSS de los problemas dentro del barrio %s" @@ -3553,15 +3557,16 @@ msgstr "ID del reporte:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Notificar un problema" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Reportar un problema aquí" @@ -3577,7 +3582,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "Reportar otro problema aquí" @@ -3718,11 +3723,11 @@ msgstr "Notificaciones publicadas" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "Reportes enviados a %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3811,15 +3816,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3841,7 +3846,7 @@ msgstr "Satélite" msgid "Save + close as duplicate" msgstr "Guardar como duplicado y cerrar " -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4004,7 +4009,7 @@ msgstr "Compartir" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4074,7 +4079,7 @@ msgstr "Mostrar reportes en tu área" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4134,8 +4139,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4155,7 +4160,7 @@ msgstr "Lo sentimos, hubo un error confirmando su notificación." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Lo sentimos, no hemos podido encontrar ese lugar." @@ -4267,7 +4272,6 @@ msgstr "" #: 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 @@ -4317,9 +4321,10 @@ msgstr "Título:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Enviar" @@ -4383,7 +4388,7 @@ msgstr "" msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Resuma sus cambios" @@ -4405,7 +4410,7 @@ msgstr "Resumen" msgid "Summary reports" msgstr "Resumen de notificaciones" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4418,7 +4423,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Resultados de la Encuesta" @@ -4508,16 +4513,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." @@ -4569,8 +4574,8 @@ msgstr "La <strong>jurisdicción</strong> solo es necesaria si los límites incl msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4684,7 +4689,7 @@ msgstr "" 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:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo." @@ -4747,13 +4752,13 @@ msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 #, 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 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 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." @@ -4761,7 +4766,7 @@ msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." @@ -4838,18 +4843,18 @@ msgstr "" "A este organismo sólo se enviarán informes de problemas que se encuentran en el <strong>área cubierta</strong>.\n" "Un organismo no recibirá ningún informe salvo que represente al menos un área." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este 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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este 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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Esta información es necesaria" @@ -4914,7 +4919,7 @@ msgstr "Esta notificación está marcada como abierta." msgid "This report is now closed to updates." msgstr "Este reporte ya no admite actualizaciones." -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4971,7 +4976,7 @@ msgstr "Para limitar esta colección de campos a un solo idioma, selecciónelo a msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "Nuevas actualizaciones al reporte <a href=\"%s\">%s</a>" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Para ver un mapa de la ubicación precisa de este problema" @@ -5165,8 +5170,8 @@ msgstr "Actualizado por <strong>%s</strong> (%s) el %s" msgid "Updated by <strong>%s</strong> at %s" msgstr "Actualizado por <strong>%s</strong> el %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5288,8 +5293,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Valores actualizados" @@ -5364,7 +5369,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5626,7 +5631,7 @@ msgstr "Sus notificaciones" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Su cuenta" @@ -5771,7 +5776,7 @@ msgstr "todas" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5826,7 +5831,7 @@ msgstr "ultima actualización %s" msgid "less than a minute" msgstr "menos de un minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5908,7 +5913,7 @@ msgstr "no hay marcador porque el usuario no usó el mapa" msgid "this location" msgstr "esta ubicación" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "este tipo de problema local" diff --git a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po index 5cdee75bd..127be6737 100644 --- a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/mysociety/teams/12067/es_DO/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " y " @@ -178,8 +178,8 @@ msgstr "(enviado a ambos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -223,7 +223,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> notificaciones en curso" @@ -289,7 +289,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Añada un contacto usando el siguiente formulario." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Agregar nueva categoría" @@ -366,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Administración" @@ -676,12 +676,12 @@ msgstr "Categoría" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de ‘%s’ a ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Ratio de arreglo de problemas > 4 semanas" @@ -940,7 +940,7 @@ msgstr "Crear una notificación" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crear una categoría" @@ -1382,7 +1382,7 @@ msgstr "Punto final" msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 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" @@ -1477,7 +1477,7 @@ msgstr "Equipo externo" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1683,7 +1683,7 @@ msgstr "¿Va a enviar cuestionario?" msgid "Grant access to the admin" msgstr "Permitir el acceso al administrador" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Gráfico temporal de creación problemas por estado" @@ -1703,12 +1703,12 @@ msgstr "¿Ha sido corregido este problema?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1933,7 +1933,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2080,7 +2080,7 @@ msgstr "Listar todos los problemas notificados" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Cargando..." @@ -2098,8 +2098,8 @@ msgstr "Listados RSS locales y alertas por email" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Alertas locales" @@ -2338,7 +2338,7 @@ msgstr "" msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2694,15 +2694,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Otros" @@ -2732,7 +2732,7 @@ msgstr "Página no encontrada" msgid "Parent" msgstr "Padre" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Todas las categorías" @@ -2894,8 +2894,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Por favor, elija una categoría" @@ -2905,7 +2905,7 @@ msgstr "Por favor, elija una categoría" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2925,7 +2925,7 @@ msgstr "Por favor notifique incidencias relevantes y no abuse; abusando de su ay #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2944,7 +2944,7 @@ msgstr "" msgid "Please enter a name" msgstr "Por favor, indique un nombre" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Por favor, indique un nombre para este organismo" @@ -3006,7 +3006,7 @@ msgid "Please enter your first name" msgstr "Por favor, indique su nombre" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Por favor 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" @@ -3211,7 +3211,7 @@ msgstr "Prioridades" msgid "Priority" msgstr "Prioridad" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privacidad" @@ -3224,7 +3224,7 @@ msgstr "Privacidad y cookies" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privado" @@ -3268,13 +3268,13 @@ msgstr "Eliminar de los pre-seleccionados" msgid "Problem %s sent to council %s" msgstr "Problema %s enviado al Ayuntamiento %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Desglose de problemas según estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -3310,16 +3310,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemas en %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3339,6 +3339,10 @@ msgstr "Dirección de la propiedad:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3409,11 +3413,11 @@ msgstr "Cuestionario cumplimentado por el notificador problema" msgid "RSS feed" msgstr "Listado RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" @@ -3421,11 +3425,11 @@ msgstr "Listado RSS para %s del barrio, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" @@ -3435,11 +3439,11 @@ msgstr "Listado RSS de los problemas cercanos" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "Listado RSS de los problemas dentro del barrio %s" @@ -3552,15 +3556,16 @@ msgstr "ID del informe:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Notificar un problema" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3576,7 +3581,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3717,11 +3722,11 @@ msgstr "Notificaciones publicadas" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3810,15 +3815,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3840,7 +3845,7 @@ msgstr "Satélite" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4003,7 +4008,7 @@ msgstr "Compartir" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4073,7 +4078,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4133,8 +4138,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4154,7 +4159,7 @@ msgstr "Lo sentimos, hubo un error confirmando su notificación." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Lo sentimos, no hemos podido encontrar ese lugar." @@ -4263,7 +4268,6 @@ msgstr "" #: 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 @@ -4313,9 +4317,10 @@ msgstr "Título:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Enviar" @@ -4379,7 +4384,7 @@ msgstr "" msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Resuma sus cambios" @@ -4401,7 +4406,7 @@ msgstr "Resumen" msgid "Summary reports" msgstr "Resumen de notificaciones" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4414,7 +4419,7 @@ msgstr "Súperusuario:" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Los súperusuarios tienen el permiso de realizar <strong>todas las acciones</strong> dentro del administrador." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Resultados de la Encuesta" @@ -4503,16 +4508,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." @@ -4564,8 +4569,8 @@ msgstr "La <strong>jurisdicción</strong> solo es necesaria si los límites incl msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4678,7 +4683,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo." @@ -4740,12 +4745,12 @@ msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 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." @@ -4753,7 +4758,7 @@ msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." @@ -4830,18 +4835,18 @@ msgstr "" "A este organismo sólo se enviarán informes de problemas que se encuentran en el <strong>área cubierta</strong>.\n" "Un organismo no recibirá ningún informe salvo que represente al menos un área." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este 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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este 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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Esta información es necesaria" @@ -4906,7 +4911,7 @@ msgstr "Esta notificación está marcada como abierta." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4962,7 +4967,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Para ver un mapa de la ubicación precisa de este problema" @@ -5154,8 +5159,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5278,8 +5283,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Valores actualizados" @@ -5354,7 +5359,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5616,7 +5621,7 @@ msgstr "Sus notificaciones" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Su cuenta" @@ -5760,7 +5765,7 @@ msgstr "todo" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5815,7 +5820,7 @@ msgstr "ultima actualización %s" msgid "less than a minute" msgstr "menos de un minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5897,7 +5902,7 @@ msgstr "no hay marcador porque el usuario no usó el mapa" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "este tipo de problema local" diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po index df60f37ae..5acfb1d8c 100644 --- a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: fixmystreetfr <fixmystreet@fixmystreet.fr>, 2019\n" "Language-Team: French (France) (https://www.transifex.com/mysociety/teams/12067/fr_FR/)\n" @@ -24,7 +24,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " et " @@ -183,8 +183,8 @@ msgstr "(envoyé aux deux)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(nous avons également des flux RSS pour les problèmes internes%s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Choisissez une catégorie --" @@ -228,7 +228,7 @@ msgstr "<label for=\"statuses\">Afficher </label> %s les rapports <label for=\"f msgid "<span>%s</span> saved." msgstr "<span>%s</span>enregistré." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> problèmes actifs" @@ -294,7 +294,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Ajouter un contact en utilisant le formulaire ci-dessous." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Ajouter une nouvelle catégorie" @@ -371,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Admin" @@ -681,12 +681,12 @@ msgstr "Catégorie" msgid "Category and State" msgstr "Catégorie et Statistique" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Changement de catégorie de ‘%s’ à ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Taux de résolution pour les problèmes > 4 semaines" @@ -947,7 +947,7 @@ msgstr "Créer un rapport" msgid "Create an account" msgstr "Créer un compte" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Créer une catégorie" @@ -1393,7 +1393,7 @@ msgstr "destinataire" msgid "Enter a Zürich street name" msgstr "Saisir un nom de rue Zücomplet" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 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é" @@ -1488,7 +1488,7 @@ msgstr "Équipe externe" msgid "Extra Fields" msgstr "Champs supplémentaires" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1694,7 +1694,7 @@ msgstr "Envoi du questionnaire ?" msgid "Grant access to the admin" msgstr "Accorder l'accès à l'admin" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Graphique historique des problèmes créés, par statut" @@ -1714,12 +1714,12 @@ msgstr "Est-ce que le problème a été réglé ?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1940,7 +1940,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2087,7 +2087,7 @@ msgstr "Lister tous les problèmes rapportés" msgid "Loading reports…" msgstr "Chargement des rapports…" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Chargement…" @@ -2105,8 +2105,8 @@ msgstr "Flux RSS et alertes email locaux" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Alertes locales" @@ -2345,7 +2345,7 @@ msgstr "Presque fini! Maintenant, vérifiez votre téléphone…" msgid "New body added" msgstr "Nouveau body ajouté" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Nouveau contact de catégorie rajouté" @@ -2704,15 +2704,15 @@ msgstr "Commander" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Autres" @@ -2742,7 +2742,7 @@ msgstr "Page Introuvable" msgid "Parent" msgstr "Parent" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Autres catégories" @@ -2904,8 +2904,8 @@ 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:1029 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Merci de sélectionner une catégorie" @@ -2915,7 +2915,7 @@ msgstr "Merci de sélectionner une catégorie" msgid "Please choose a less commonly-used password" msgstr "Veuillez choisir un mot de passe moins utilisé" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2938,7 +2938,7 @@ msgstr "Merci de ne pas être injurieux — Calomnier l'administration #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2957,7 +2957,7 @@ msgstr "Merci d’entrer un numéro de téléphone portable" msgid "Please enter a name" msgstr "Merci d'entrer un nom" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "S'il vous plaît entrez un nom pour cet organisme" @@ -3019,7 +3019,7 @@ msgid "Please enter your first name" msgstr "Saisissez votre prénom" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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" @@ -3224,7 +3224,7 @@ msgstr "Priorités" msgid "Priority" msgstr "Priorité" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Confidentialité" @@ -3237,7 +3237,7 @@ msgstr "Vie privée et cookies" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privé" @@ -3281,13 +3281,13 @@ msgstr "Supprimer de votre liste" msgid "Problem %s sent to council %s" msgstr "Problème %d signalé à l’administration %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Répartition des problèmes par état" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problème signalé comme ouvert." @@ -3323,16 +3323,16 @@ msgstr "Problèmes entre %.1fkm de %s " #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problèmes à l'intérieur de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problèmes dans la localité %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "Problèmes entre%squartier,%s" @@ -3352,6 +3352,10 @@ msgstr "Adresse de propriété:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3422,11 +3426,11 @@ msgstr "Questionnaire rempli par le requérant" msgid "RSS feed" msgstr "Flux RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "Flux RSS pour %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "Flux RSS pour la localité %s, %s" @@ -3434,11 +3438,11 @@ msgstr "Flux RSS pour la localité %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "Flux RSS de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "Flux RSS de %s, dans la localité %s" @@ -3448,11 +3452,11 @@ msgstr "Flux RSS de problèmes à proximité" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "Flux RSS des problèmes à l'intérieur de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "Flux RSS de problèmes à l'intérieur de la localité %s" @@ -3565,15 +3569,16 @@ msgstr "Rapport ID :" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Signaler un problème" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Signaler un problème ici" @@ -3589,7 +3594,7 @@ msgstr "Signalé anonymement à %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "Signaler un autre problème ici" @@ -3730,11 +3735,11 @@ msgstr "Rapports publiés" msgid "Reports saved offline." msgstr "Rapports enregistrés hors ligne." -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "Rapports envoyés à %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "Rapports envoyés à %s, entre %s quartier" @@ -3823,15 +3828,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Pivoter à gauche" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3853,7 +3858,7 @@ msgstr "Satellite" msgid "Save + close as duplicate" msgstr "Enregistrer + fermer en double" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4016,7 +4021,7 @@ msgstr "Partagez" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4086,7 +4091,7 @@ msgstr "Afficher les rapports dans votre région" #: 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/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4146,8 +4151,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4167,7 +4172,7 @@ msgstr "Désolé, il n'y a eu une erreur lors de la confirmation de votre probl #: 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 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Désolé, nous n'avons pas pu trouver cet emplacement." @@ -4278,7 +4283,6 @@ msgstr "État" #: 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 @@ -4328,9 +4332,10 @@ msgstr "Sujet :" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Envoyer" @@ -4394,7 +4399,7 @@ 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:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Résumez vos modifications" @@ -4416,7 +4421,7 @@ msgstr "Résumé" msgid "Summary reports" msgstr "Rapports résumés" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "Statistiques récapitulatives" @@ -4429,7 +4434,7 @@ msgstr "Superuser :" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Supeusers ont l'autorisation d'effectuer des <strong> toutes les actions </strong> au sein de l'administration du site." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Résultats de l'enquête" @@ -4519,16 +4524,16 @@ msgstr "Ce lieu ne semble pas ce trouver au Royaume-Uni; Merci de le saisir à n #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Ce code postal n'a pas été reconnu, désolé." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Ce problème a été marqué comme envoyé." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Ce problème va maintenant être renvoyé." @@ -4582,8 +4587,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4697,7 +4702,7 @@ msgstr "" 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:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "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é" @@ -4760,12 +4765,12 @@ msgstr "Il y a eu un problème pour afficher cette page. Merci de réessayer ult msgid "There was a problem with your login information." msgstr "Il y avait un problème avec vos informations de connexion." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Il y a un problème avec vos informations de connexion. Si vous ne vous souvenez plus de votre mot de passe ou n’en avez pas, veuillez remplir le champ ‘Non’ du formulaire." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 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." @@ -4773,7 +4778,7 @@ msgstr "Il y a un problème avec votre mise à jour. Réessayez s'il vous plaît msgid "There were problems with your report. Please see below." msgstr "Il y a un problème avec votre rapport. Voir s'il vous plaît plus bas." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 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." @@ -4849,18 +4854,18 @@ msgstr "" "Cet intelocuteur recevra seulement des rapports pour des problèmes qui sont situés sur sa <strong>zone couverte</strong>.\n" "Un interlocuteur ne recevra aucun rapport tant qu'il ne couvre aucune zone." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Ces renseignements sont nécessaires" @@ -4925,7 +4930,7 @@ msgstr "Ce rapport est actuellement marqué comme ouvert." msgid "This report is now closed to updates." msgstr "Ce rapport est maintenant fermé aux mises à jour." -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4982,7 +4987,7 @@ msgstr "Pour limiter cette collection de champs à une seule langue, sélectionn msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "ou <a href=\"%s\">se connecter</a>" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 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" @@ -5176,8 +5181,8 @@ msgstr "Mis à par <strong>%s</strong> (%s) à %s" msgid "Updated by <strong>%s</strong> at %s" msgstr "Mis à par <strong>%s</strong> à %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5300,8 +5305,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Valeurs mises à jour" @@ -5376,7 +5381,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5635,7 +5640,7 @@ msgstr "Vos rapports" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Votre compte" @@ -5780,7 +5785,7 @@ msgstr "Tous" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5835,7 +5840,7 @@ msgstr "dernière mise à jour %s" msgid "less than a minute" msgstr "moins d'une minute" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5917,7 +5922,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:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "Ce type de problème local" diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po index 91ad8e5c5..fcf382607 100644 --- a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,15 +4,17 @@ # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # # Translators: -# mySociety <transifex@mysociety.org>, 2019 +# mySociety <transifex@mysociety.org>, 2020 +# Yaron Shahrabani <sh.yaron@gmail.com>, 2020 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"PO-Revision-Date: 2020-03-05 09:59+0000\n" +"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>, 2020\n" "Language-Team: Hebrew (Israel) (https://www.transifex.com/mysociety/teams/12067/he_IL/)\n" "Language: he_IL\n" "MIME-Version: 1.0\n" @@ -22,7 +24,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "וגם" @@ -51,7 +53,7 @@ msgstr "" #: templates/web/base/admin/users/import.html:42 msgid "%d users already existed" -msgstr "" +msgstr "%d משתמשים כבר היו קיימים" #: templates/web/base/dashboard/heatmap.html:0 #: templates/web/base/dashboard/heatmap.html:9 @@ -63,7 +65,7 @@ msgstr "%s - דיווחי סיכום " #. ("%s here is the site name") #: templates/web/base/admin/navigation.html:3 msgid "%s admin:" -msgstr "" +msgstr "הנהלת %s:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" @@ -135,19 +137,19 @@ msgstr "(a-z ורווח בלבד)" #: templates/web/zurich/report/_item.html:21 msgid "(closed)" -msgstr "" +msgstr "(סגור)" #: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" -msgstr "" +msgstr "(מכסה בערך 200,000 איש)" #: templates/web/zurich/report/_item.html:19 msgid "(fixed)" -msgstr "" +msgstr "(מתוקן)" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" -msgstr "" +msgstr "(כגון גרפיטי, אשפה לא חוקית, אבני מדרכה שבורות או תאורת רחוב)" #: templates/web/base/reports/index.html:82 msgid "(no longer exists)" @@ -175,8 +177,8 @@ msgstr "(נשלח לשניהם)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- נא לבחור קטגוריה --" @@ -187,7 +189,7 @@ msgstr "-- נא לבחור באפשרות --" #: templates/web/base/contact/enquiry/index.html:35 msgid "-- Please select --" -msgstr "" +msgstr "-- נא לבחור --" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -203,23 +205,23 @@ msgstr "" #: templates/web/base/dashboard/index.html:18 msgid "<h2>Reports, Statistics and Actions for</h2> <h1>%s</h1>" -msgstr "" +msgstr "<h2>דיווחים, סטטיסטיקה ופעולות על</h2> <h1>%s</h1>" #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") #: templates/web/base/admin/triage/_list-filters.html:23 #: templates/web/base/reports/_list-filters.html:39 msgid "<label for=\"statuses\">Show</label> %s reports <label for=\"filter_categories\">about</label> %s" -msgstr "" +msgstr "<label for=\"statuses\">הצגת</label> דיווחים מסוג %s <label for=\"filter_categories\">על</label> %s" #. ("JS") #: templates/web/base/js/translation_strings.html:104 msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" -msgstr "" +msgstr "<strong>%s</strong> בעיות בזמן אמת" #: templates/web/base/report/form/user_loggedout_by_email_heading.html:11 msgid "<strong>No</strong> Let me confirm my report by email" @@ -252,16 +254,16 @@ msgstr "" #: templates/web/base/report/new/form_user.html:8 msgid "About the problem" -msgstr "" +msgstr "על התקלה" #: perllib/FixMyStreet/App/Controller/Root.pm:128 msgid "Access denied" -msgstr "" +msgstr "הגישה נדחתה" #: templates/web/base/auth/2fa/intro.html:20 #: templates/web/base/auth/generate_token.html:61 msgid "Activate two-factor authentication" -msgstr "" +msgstr "הפעלת אימות דו־שלבי" #: templates/web/base/my/my.html:39 templates/web/base/my/my.html:50 msgid "Add" @@ -279,10 +281,9 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:108 msgid "Add another parent category" -msgstr "הוספת קטגוריה חדשה" +msgstr "" #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 @@ -356,7 +357,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -430,7 +431,7 @@ msgstr "מתישהו" #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" -msgstr "" +msgstr "כבר דווח?" #: templates/web/base/my/anonymize.html:20 msgid "Alternatively, we can hide your name on <strong>all of your reports and updates</strong> across the site:" @@ -446,9 +447,8 @@ msgid "An email address or service ID (Open311 or similar)." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:14 -#, fuzzy msgid "An email address." -msgstr "הוספת כתובת דוא״ל" +msgstr "כתובת דוא״ל." #: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." @@ -665,12 +665,12 @@ msgstr "קטגוריה" msgid "Category and State" msgstr "קטגוריה ומדינה" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -773,7 +773,7 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:181 msgid "Closed to updates" -msgstr "" +msgstr "סגור לעדכונים" #: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" @@ -784,17 +784,17 @@ msgstr "נקודות ציון:" #: templates/web/base/admin/reportextrafields/edit.html:24 #: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" -msgstr "" +msgstr "מותג משנה" #: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" -msgstr "" +msgstr "נתוני מותג משנה:" #: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" -msgstr "" +msgstr "מותג משנה:" #: templates/web/base/admin/extra-metadata-item.html:29 #: templates/web/base/auth/2fa/form-add.html:11 @@ -806,7 +806,7 @@ msgstr "קוד" #. ("JS") #: templates/web/base/js/translation_strings.html:69 msgid "Collapse map" -msgstr "" +msgstr "צמצום המפה" #: perllib/FixMyStreet/Cobrand/Default.pm:687 #: perllib/FixMyStreet/Cobrand/KiitC.pm:321 @@ -925,9 +925,9 @@ msgstr "יצירת דוח" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" -msgstr "" +msgstr "יצירת חשבון" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "יצירת קטגוריה" @@ -940,17 +940,17 @@ msgstr "יצירת עדיפות" #: perllib/FixMyStreet/Cobrand/Default.pm:765 #: perllib/FixMyStreet/Cobrand/KiitC.pm:200 msgid "Create reports/updates as anonymous user" -msgstr "" +msgstr "יצירת דיווחים/עדכונים כמשתמש אלמוני" #: perllib/FixMyStreet/Cobrand/Default.pm:766 #: perllib/FixMyStreet/Cobrand/KiitC.pm:201 msgid "Create reports/updates as the council" -msgstr "" +msgstr "יצירת דיווחים/עדכונים בתור הוועדה" #: perllib/FixMyStreet/Cobrand/Default.pm:764 #: perllib/FixMyStreet/Cobrand/KiitC.pm:199 msgid "Create reports/updates on a user's behalf" -msgstr "" +msgstr "יצירת דיווחים/עדכונים בתור משתמש" #: templates/web/base/admin/templates/edit.html:84 #: templates/web/zurich/admin/templates/edit.html:32 @@ -964,7 +964,7 @@ msgstr "" #: templates/web/base/admin/users/import.html:20 msgid "Created %d new users" -msgstr "" +msgstr "נוצרו %d משתמשים חדשים" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 @@ -975,15 +975,15 @@ msgstr "" #: templates/web/base/auth/change_password.html:40 msgid "Current password:" -msgstr "" +msgstr "ססמה נוכחית:" #: templates/web/base/auth/generate_token.html:72 msgid "Current token:" -msgstr "" +msgstr "אסימון נוכחי:" #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" -msgstr "" +msgstr "כרגע מקובץ לפי %s" #: templates/web/base/admin/bodies/index.html:9 #: templates/web/base/admin/index.html:17 @@ -1021,7 +1021,7 @@ msgstr "" #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" -msgstr "" +msgstr "מחיקה" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 #: templates/web/base/admin/templates/edit.html:88 @@ -1030,9 +1030,8 @@ msgid "Delete template" msgstr "מחיקת תבנית" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "מחיקת תבנית" +msgstr "מחיקת ערכת עיצוב" #: templates/web/base/admin/bodies/contact-form.html:40 #: templates/web/base/admin/bodies/index.html:31 @@ -1053,9 +1052,8 @@ msgid "Description" msgstr "תיאור" #: templates/web/base/admin/bodies/contact-form.html:7 -#, fuzzy msgid "Destination" -msgstr "תיאור" +msgstr "יעד" #: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." @@ -1090,7 +1088,7 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:14 msgid "Disable" -msgstr "" +msgstr "השבתה" #: templates/web/base/admin/bodies/contact-form.html:58 #: templates/web/base/admin/extra-metadata-item.html:99 @@ -1112,7 +1110,7 @@ msgstr "התעלמות משינויים" #: templates/web/base/admin/extra-metadata-item.html:67 msgid "Display as" -msgstr "" +msgstr "הצגה בתור" #: templates/web/base/admin/extra-metadata-option.html:10 msgid "Displayed label" @@ -1357,7 +1355,7 @@ msgstr "נקודת סיום" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1452,7 +1450,7 @@ msgstr "צוות חיצוני" msgid "Extra Fields" msgstr "שדות נוספים" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1658,7 +1656,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1678,12 +1676,12 @@ msgstr "התקלה הזאת תוקנה?" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1747,9 +1745,8 @@ msgid "Hide pins" msgstr "הסתרת נעצים" #: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy msgid "Hide reports made in this category" -msgstr "הסתרת השם שלי בעדכון זה" +msgstr "" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -1902,7 +1899,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1957,9 +1954,8 @@ msgid "Internal data set by Open311" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "הערות פנימיות" +msgstr "" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -2010,9 +2006,8 @@ msgid "Last editor" msgstr "" #: templates/web/base/admin/reports/edit.html:92 -#, fuzzy msgid "Last failure:" -msgstr "עדכון אחרון:" +msgstr "" #: templates/web/base/questionnaire/index.html:55 msgid "Last update" @@ -2049,7 +2044,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "בטעינה…" @@ -2067,8 +2062,8 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "" @@ -2103,9 +2098,8 @@ msgstr "" #: templates/web/base/auth/general.html:36 #: templates/web/base/report/form/user.html:18 -#, fuzzy msgid "Login with %s" -msgstr "כניסה עם דוא״ל" +msgstr "" #: templates/web/base/dashboard/index.html:83 msgid "Look up" @@ -2305,7 +2299,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "" @@ -2315,9 +2309,8 @@ msgstr "" #: templates/web/base/admin/extra-metadata-item.html:14 #: templates/web/base/admin/extra-metadata-item.html:20 -#, fuzzy msgid "New field" -msgstr "הוספת שדה" +msgstr "" #: templates/web/zurich/admin/report_edit-sdm.html:96 #: templates/web/zurich/admin/reports/edit.html:125 @@ -2654,15 +2647,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "אחר" @@ -2692,10 +2685,9 @@ msgstr "העמוד לא נמצא" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:98 msgid "Parent categories" -msgstr "קטגוריות אחרות" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" @@ -2708,19 +2700,16 @@ msgid "Password (optional)" msgstr "ססמה (רשות)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 -#, fuzzy msgid "Password change cancelled." -msgstr "הססמה שלך הוחלפה" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "ססמה (רשות)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "הרשאות:" +msgstr "" #: templates/web/base/admin/users/form.html:159 msgid "Permissions:" @@ -2854,8 +2843,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "נא לבחור קטגוריה" @@ -2865,7 +2854,7 @@ msgstr "נא לבחור קטגוריה" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2885,7 +2874,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2904,7 +2893,7 @@ msgstr "נא להקליד מספר טלפון" msgid "Please enter a name" msgstr "נא להזין שם" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2966,15 +2955,14 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "נא להזין שם" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 @@ -3028,9 +3016,8 @@ msgstr "" #. ("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 "נא להקליד כתובת דוא״ל תקנית" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:494 @@ -3171,7 +3158,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3184,7 +3171,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "" @@ -3201,9 +3188,8 @@ msgid "Problem %d created" msgstr "" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "הוספה לרשימה מקוצרת" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" @@ -3225,13 +3211,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "" @@ -3267,16 +3253,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3296,6 +3282,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3365,11 +3355,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3377,11 +3367,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3391,11 +3381,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3478,9 +3468,8 @@ msgid "Remove from site" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "הוספת אפשרות" +msgstr "" #: templates/web/base/admin/reports/edit.html:174 #: templates/web/base/admin/update_edit.html:74 @@ -3508,15 +3497,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3531,7 +3521,7 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3541,9 +3531,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "פרטים נוספים" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3672,11 +3661,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3765,15 +3754,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3795,7 +3784,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3958,7 +3947,7 @@ msgstr "שיתוף" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4028,7 +4017,7 @@ msgstr "הצגת דיווחים באזור שלך" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4086,8 +4075,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4107,7 +4096,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4213,7 +4202,6 @@ msgstr "" #: 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 @@ -4263,9 +4251,10 @@ msgstr "" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" @@ -4328,7 +4317,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4350,7 +4339,7 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4363,7 +4352,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4389,9 +4378,8 @@ msgid "Text" msgstr "" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "הוספת שדות נוספים" +msgstr "" #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" @@ -4453,16 +4441,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4512,8 +4500,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4621,7 +4609,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4681,12 +4669,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4694,7 +4682,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4762,18 +4750,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "" @@ -4838,7 +4826,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4894,7 +4882,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5085,8 +5073,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5208,8 +5196,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5284,7 +5272,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5539,7 +5527,7 @@ msgstr "הדיווחים שלך" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "החשבון שלך" @@ -5642,7 +5630,7 @@ msgstr "האסימון שלך נוצר" #: templates/web/base/report/update/form_user.html:6 msgid "Your update" -msgstr "" +msgstr "העדכון שלך" #. ("JS") #: templates/web/base/js/translation_strings.html:96 @@ -5682,7 +5670,7 @@ msgstr "הכול" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5737,7 +5725,7 @@ msgstr "עדכון אחרון: %s" msgid "less than a minute" msgstr "פחות מדקה" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5755,15 +5743,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/index.html:99 -#, fuzzy msgid "optional" -msgstr "(רשות)" +msgstr "" #: templates/web/base/report/form/user.html:31 #: templates/web/base/report/form/user.html:41 -#, fuzzy msgid "or" -msgstr "או" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or <a href=\"%s\">create an account</a>" @@ -5775,9 +5761,8 @@ msgstr "" #: templates/web/base/alert/index.html:18 #: templates/web/base/around/postcode_form.html:36 -#, fuzzy msgid "or use my location" -msgstr "המיקום הזה" +msgstr "" #: templates/web/base/admin/reports/edit.html:50 #: templates/web/base/admin/reports/edit.html:51 @@ -5819,7 +5804,7 @@ msgstr "" msgid "this location" msgstr "המיקום הזה" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "סוג זה של בעיה מקומית" @@ -5938,10 +5923,10 @@ msgstr[3] "" #, perl-format msgid "%s day" msgid_plural "%s days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "יום %s" +msgstr[1] "יומיים (%s)" +msgstr[2] "%s ימים" +msgstr[3] "%s ימים" #: templates/web/base/reports/index.html:57 #, perl-format @@ -5965,10 +5950,10 @@ msgstr[3] "" #, perl-format msgid "%s report" msgid_plural "%s reports" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "דיווח %s " +msgstr[1] "%s דיווחים" +msgstr[2] "%s דיווחים" +msgstr[3] "%s דיווחים" #: templates/web/base/reports/index.html:51 #, perl-format @@ -6046,10 +6031,10 @@ msgstr[3] "" #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "עדכון אחרון אתמול (%d)" +msgstr[1] "עדכון אחרון שלשום (%d)" +msgstr[2] "עדכון אחרון לפני %d ימים" +msgstr[3] "עדכון אחרון לפני %d ימים" #: templates/email/fixamingata/inactive-account.txt:8 #, perl-format @@ -6064,43 +6049,7 @@ msgstr[3] "חודשים" #, perl-format msgid "report" msgid_plural "reports" -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 "האם על המשתמש לספק ערך לשדה הזה." +msgstr[0] "דיווח" +msgstr[1] "דיווחים" +msgstr[2] "דיווחים" +msgstr[3] "דיווחים" diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po index b644ba7a1..b41439aa3 100644 --- a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Croatian (https://www.transifex.com/mysociety/teams/12067/hr/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "i" @@ -175,8 +175,8 @@ msgstr "(poslano na obje adrese)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(također omogućavamo pretplate na RSS izvore za probleme unutar %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Izaberite kategoriju --" @@ -219,7 +219,7 @@ msgstr "<label for=\"statuses\">Prikaži</label> %s prijave <label for=\"filter_ msgid "<span>%s</span> saved." msgstr "<span>%s</span> spremljeno." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> postojeći problemi" @@ -282,7 +282,7 @@ msgstr "Dodajte <strong>tijelo</strong> 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 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Dodaj novu kategoriju" @@ -359,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Administrator" @@ -669,12 +669,12 @@ msgstr "Kategorija" msgid "Category and State" msgstr "Kategorija i stanje" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorija promijenjena iz \"%s\" u \"%s\"" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr " Postotak popravaka za kategoriju > staro 4 tjedna" @@ -932,7 +932,7 @@ msgstr "Kreiraj izvješće" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kreiraj kategoriju" @@ -1367,7 +1367,7 @@ msgstr "Krajnja točka" msgid "Enter a Zürich street name" msgstr "Unesite ime ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Unesite obližnji poštanski broj ili ime ulice i kvarta" @@ -1462,7 +1462,7 @@ msgstr "Vanjska ekipa" msgid "Extra Fields" msgstr "Dodatna polja" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1668,7 +1668,7 @@ msgstr "Pošalji upitnik?" msgid "Grant access to the admin" msgstr "Odobri pristup adminu" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Grafikon nastanka problema prema položaju tijekom vremena" @@ -1688,12 +1688,12 @@ msgstr "Je li ovaj problem popravljen?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1912,7 +1912,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2059,7 +2059,7 @@ msgstr "Izlistaj sve prijavljene probleme" msgid "Loading reports…" msgstr "Dohvaćanje prijava iz baze..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Dohvaćanje..." @@ -2077,8 +2077,8 @@ msgstr "Lokalni RSS izvori i e-mail upozorenja" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Lokalna upozorenja" @@ -2317,7 +2317,7 @@ msgstr "Skoro gotovo! Sada pogledajte svoj telefon..." msgid "New body added" msgstr "Dodano novo tijelo javne vlasti" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Novi kontakt dodan u kategoriju" @@ -2667,15 +2667,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Drugo" @@ -2705,7 +2705,7 @@ msgstr "Stranica nije pronađena" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Ostale kategorije" @@ -2867,8 +2867,8 @@ 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:1029 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Izaberite kategoriju" @@ -2878,7 +2878,7 @@ msgstr "Izaberite kategoriju" msgid "Please choose a less commonly-used password" msgstr "Molimo Vas da odaberete neku rjeđe korištenu lozinku koju je teže \"hakirati\"" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2901,7 +2901,7 @@ msgstr "Molimo Vas da budete pristojni; vrijeđanje službenika u tijelu javne v #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2920,7 +2920,7 @@ msgstr "Molimo da ostavite broj telefona" msgid "Please enter a name" msgstr "Molimo da unesete ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Molimo da unesete ime ovog tijela javne vlasti" @@ -2982,7 +2982,7 @@ msgid "Please enter your first name" msgstr "Unesite svoje ime" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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" @@ -3187,7 +3187,7 @@ msgstr "Prioriteti" msgid "Priority" msgstr "Prioritet" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privatnost" @@ -3200,7 +3200,7 @@ msgstr "Privatnost i kolačići" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privatno" @@ -3243,13 +3243,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Problem %s poslan odgovornom tijelu %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Analiza problema prema stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -3285,16 +3285,16 @@ msgstr "Problemi unutar radijusa %.1f km od %s" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemi unutar %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemi unutar %s ward" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "Problemi unutar %s JLS, %s" @@ -3314,6 +3314,10 @@ msgstr "Adresa objekta:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3384,11 +3388,11 @@ msgstr "Upitnik popunila osoba koja je prijavila problem" msgid "RSS feed" msgstr "RSS izvor" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS izvor za %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS izvor za %s JLS, %s" @@ -3396,11 +3400,11 @@ msgstr "RSS izvor za %s JLS, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS izvor za %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS izvor za %s, unutar %s JLS" @@ -3410,11 +3414,11 @@ msgstr "RSS izvor za okolne probleme" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS izvor za probleme unutar %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS izvor za probleme unutar %s JLS" @@ -3527,15 +3531,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Prijavite problem" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3551,7 +3556,7 @@ msgstr "Prijavljeno anonimno %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3692,11 +3697,11 @@ msgstr "Prijave objavljene" msgid "Reports saved offline." msgstr "Prijave sačuvane offline" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "Prijave poslane na adresu %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3785,15 +3790,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3815,7 +3820,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3978,7 +3983,7 @@ msgstr "Podijeli" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4048,7 +4053,7 @@ msgstr "Prikaz prijava u Vašoj okolini" #: 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/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4106,8 +4111,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4127,7 +4132,7 @@ msgstr "Žao nam je, došlo je do greške pri potvrđivanju problema." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Žao nam je, ne možemo pronaći tu lokaciju." @@ -4234,7 +4239,6 @@ msgstr "" #: 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 @@ -4284,9 +4288,10 @@ msgstr "Predmet:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Pošalji" @@ -4350,7 +4355,7 @@ msgstr "" msgid "Summarise the problem" msgstr "Ukratko opišite svoj problem:" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Ukratko opišite unesene izmjene" @@ -4372,7 +4377,7 @@ msgstr "Sažetak" msgid "Summary reports" msgstr "Sažetak prijava" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4385,7 +4390,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Super-korisnici imaju ovlasti da poduzimaju sve radnje u administratorskom sučelju." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Rezultati ispitivanja" @@ -4475,16 +4480,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Žao nam je, poštanski broj nije prepoznat." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Ovaj problem ima oznaku da je poslan nadležnom tijelu na postupanje." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Navedeni problem će biti ponovno poslan" @@ -4534,8 +4539,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4644,7 +4649,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Korisnik nije mogao locirati problem na karti, ali možete vidjeti područje oko navedene lokacije" @@ -4705,13 +4710,13 @@ msgstr "Došlo je do problema pri učitavanju ove stranice. Molimo pokušajte po msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 #, 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 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." @@ -4719,7 +4724,7 @@ msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." msgid "There were problems with your report. Please see below." msgstr "Došlo je do problema pri prijavi. Detalje pogledajte u nastavku." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Došlo je do problema pri ažuriranju. Detalje pogledajte u nastavku." @@ -4787,18 +4792,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Potrebna informacija" @@ -4863,7 +4868,7 @@ msgstr "Prijava je trenutno označena kao otvorena." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4919,7 +4924,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Karta točne lokacije ovog problema" @@ -5112,8 +5117,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5235,8 +5240,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Vrijednosti ažurirane" @@ -5311,7 +5316,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5566,7 +5571,7 @@ msgstr "Vaše prijave" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Vaš profil" @@ -5710,7 +5715,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5765,7 +5770,7 @@ msgstr "" msgid "less than a minute" msgstr "manje od minute" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5847,7 +5852,7 @@ msgstr "nema oznake jer korisnik nije označio problem na karti" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "ovaj tip " diff --git a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po index 6263f5c7a..98daa0555 100644 --- a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,15 +4,16 @@ # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # # Translators: -# mySociety <transifex@mysociety.org>, 2019 +# mySociety <transifex@mysociety.org>, 2020 # Gyula Rácz <gyula_racz25@hotmail.com>, 2020 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"PO-Revision-Date: 2020-03-05 09:59+0000\n" "Last-Translator: Gyula Rácz <gyula_racz25@hotmail.com>, 2020\n" "Language-Team: Hungarian (Hungary) (https://www.transifex.com/mysociety/teams/12067/hu_HU/)\n" "Language: hu_HU\n" @@ -23,7 +24,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " és " @@ -176,8 +177,8 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Válassz kategóriát --" @@ -217,7 +218,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "<span>%s</span> elmentve." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "" @@ -280,7 +281,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 msgid "Add another parent category" msgstr "" @@ -356,7 +357,7 @@ msgstr "" msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/main_nav_items.html:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Admin" @@ -664,12 +665,12 @@ msgstr "Kategória" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -704,9 +705,8 @@ msgid "Change phone number" msgstr "" #: templates/web/base/auth/generate_token.html:56 -#, fuzzy msgid "Change two-factor authentication" -msgstr "Kétfaktoros azonosítás aktiválása" +msgstr "" #: templates/web/base/admin/bodies/_category_field.html:3 msgid "" @@ -927,7 +927,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -1355,7 +1355,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1450,7 +1450,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1656,7 +1656,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1676,12 +1676,12 @@ msgstr "" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1899,7 +1899,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2044,7 +2044,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -2062,8 +2062,8 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "" @@ -2299,7 +2299,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "" @@ -2647,15 +2647,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2685,10 +2685,9 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:98 msgid "Parent categories" -msgstr "Mindegyik kategória" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" @@ -2844,8 +2843,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -2855,7 +2854,7 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2875,7 +2874,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2894,7 +2893,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2956,7 +2955,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3159,7 +3158,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3172,7 +3171,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "" @@ -3212,13 +3211,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "" @@ -3254,16 +3253,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3283,6 +3282,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3352,11 +3355,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3364,11 +3367,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3378,11 +3381,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3494,15 +3497,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3517,7 +3521,7 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3657,11 +3661,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3750,15 +3754,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3780,7 +3784,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3943,7 +3947,7 @@ msgstr "" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4013,7 +4017,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4071,8 +4075,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4092,7 +4096,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4198,7 +4202,6 @@ msgstr "" #: 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 @@ -4248,9 +4251,10 @@ msgstr "" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" @@ -4313,7 +4317,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4335,7 +4339,7 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4348,7 +4352,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4437,16 +4441,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4496,8 +4500,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4605,7 +4609,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4665,12 +4669,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4678,7 +4682,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4746,18 +4750,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "" @@ -4822,7 +4826,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4878,7 +4882,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -4937,9 +4941,8 @@ msgstr "" #: 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" +msgstr "" #: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" @@ -5070,8 +5073,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5193,8 +5196,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5269,7 +5272,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5524,14 +5527,13 @@ msgstr "" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" #: templates/web/base/auth/2fa/intro.html:18 -#, fuzzy msgid "Your account requires two-factor authentication to be set up." -msgstr "Kétfaktoros azonosítás aktiválása" +msgstr "" #: templates/web/base/alert/updates.html:30 #: templates/web/base/auth/create.html:50 @@ -5668,7 +5670,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5723,7 +5725,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5741,15 +5743,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/index.html:99 -#, fuzzy msgid "optional" -msgstr "(opcionális)" +msgstr "" #: templates/web/base/report/form/user.html:31 #: templates/web/base/report/form/user.html:41 -#, fuzzy msgid "or" -msgstr " vagy " +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or <a href=\"%s\">create an account</a>" @@ -5804,7 +5804,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" @@ -5977,33 +5977,33 @@ msgstr[1] "%d napja jelentve" #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Még nem állnak rendelkezésünkre az erre a helyre kiterjedő egyéb tanács részletei." +msgstr[1] "Még nem állnak rendelkezésünkre az erre a helyre kiterjedő egyéb tanácsok részletei." #: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Még nem állnak rendelkezésünkre az ezen a helyen található tanács részletei." +msgstr[1] "Még nem állnak rendelkezésünkre az ezen a helyen található tanácsok részletei." #: templates/web/base/report/_item_small.html:20 #, perl-format msgid "last updated %d day ago" msgid_plural "last updated %d days ago" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "legutóbb %d napja frissítve" +msgstr[1] "legutóbb %d napja frissítve" #: templates/email/fixamingata/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "hónap" +msgstr[1] "hónapok" #: templates/email/westminster/archive.txt:9 #, perl-format msgid "report" msgid_plural "reports" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "riport" +msgstr[1] "riportok" diff --git a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po index 258a475ef..9e9dfe8de 100644 --- a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Indonesian (Indonesia) (https://www.transifex.com/mysociety/teams/12067/id_ID/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "dan" @@ -181,8 +181,8 @@ msgstr "(dikirim ke dua-duanya)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -226,7 +226,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "<span>%s</span> disimpan." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> masalah yang sedang berlangsung" @@ -292,7 +292,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Tambahkan kontak dengan menggunakan formulir di bawah ini." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Tambahkan kategori baru" @@ -369,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Admin" @@ -679,12 +679,12 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori diubah dari ‘%s’ menjadi ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Tingkat perbaikan kategori untuk masalah > 4 minggu lamanya" @@ -943,7 +943,7 @@ msgstr "Buat laporan" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Buat kategori" @@ -1385,7 +1385,7 @@ msgstr "Titik Akhir" msgid "Enter a Zürich street name" msgstr "Masukkan sebuah nama jalan di Zurich" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Masukkan kode pos UK, atau nama jalan dan kawasan di sekitar" @@ -1480,7 +1480,7 @@ msgstr "Tim eksternal" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1686,7 +1686,7 @@ msgstr "Akan mengirim kuesioner?" msgid "Grant access to the admin" msgstr "Berikan izin akses untuk admin" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Grafik pembuatan masalah berdasarkan status sepanjang waktu" @@ -1706,12 +1706,12 @@ msgstr "Sudahkah masalah ini diatasi?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1936,7 +1936,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2083,7 +2083,7 @@ msgstr "Tampilkan semua masalah yang dilaporkan" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Memuat..." @@ -2101,8 +2101,8 @@ msgstr "Umpan RSS lokal dan surel peringatan" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Peringatan lokal" @@ -2341,7 +2341,7 @@ msgstr "" msgid "New body added" msgstr "Badan baru ditambahkan" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Kontak kategori baru ditambahkan" @@ -2697,15 +2697,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Lainnya" @@ -2735,7 +2735,7 @@ msgstr "Halaman Tidak Ditemukan" msgid "Parent" msgstr "Induk" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Kategori lainnya" @@ -2897,8 +2897,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Silakan pilih kategori" @@ -2908,7 +2908,7 @@ msgstr "Silakan pilih kategori" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2931,7 +2931,7 @@ msgstr "Mohon untuk tidak menggunakan bahasa yang kasar — menggunakan #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2950,7 +2950,7 @@ msgstr "" msgid "Please enter a name" msgstr "Silakan masukkan nama baru" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Silakan masukkan nama untuk badan ini" @@ -3012,7 +3012,7 @@ msgid "Please enter your first name" msgstr "Silakan masukkan nama depan Anda" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Silakan masukkan nama lengkap Anda, dewan membutuhkan informasi ini – jika Anda tidak ingin nama Anda ditampilkan di situs, hapus centang pada kotak di bawah" @@ -3217,7 +3217,7 @@ msgstr "Prioritas" msgid "Priority" msgstr "Prioritas" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privasi" @@ -3230,7 +3230,7 @@ msgstr "Privasi dan kuki" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Pribadi" @@ -3274,13 +3274,13 @@ msgstr "Hapus dari daftar pendek" msgid "Problem %s sent to council %s" msgstr "Masalah %s dikirim ke dewan %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Uraian masalah berdasarkan wilayah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Masalah ditandai terbuka." @@ -3316,16 +3316,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Masalah di kelurahan %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3345,6 +3345,10 @@ msgstr "Alamat properti:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3415,11 +3419,11 @@ msgstr "Kuesioner diisi oleh pelapor masalah" msgid "RSS feed" msgstr "Umpan RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "Umpan RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "Umpan RSS untuk kelurahan %s, %s" @@ -3427,11 +3431,11 @@ msgstr "Umpan RSS untuk kelurahan %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "Umpan RSS dari %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "Umpan RSS dari %s, di kelurahan %s" @@ -3441,11 +3445,11 @@ msgstr "Umpan RSS dari masalah di sekitar" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "Umpan RSS dari masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "Umpan RSS dari masalah di kelurahan %s" @@ -3558,15 +3562,16 @@ msgstr "ID Laporan:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Laporkan masalah" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3582,7 +3587,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3723,11 +3728,11 @@ msgstr "Laporan diterbitkan" msgid "Reports saved offline." msgstr "Laporan disimpan secara offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3816,15 +3821,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Putar Kiri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3846,7 +3851,7 @@ msgstr "Satelit" msgid "Save + close as duplicate" msgstr "Simpan + tutup sebagai duplikat" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4009,7 +4014,7 @@ msgstr "Bagikan" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4079,7 +4084,7 @@ msgstr "Tampilkan laporan di area Anda" #: 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/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4139,8 +4144,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4160,7 +4165,7 @@ msgstr "Maaf, terjadi kesalahan saat mengonfirmasikan masalah Anda." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Maaf, kami tidak dapat menemukan lokasi tersebut." @@ -4271,7 +4276,6 @@ msgstr "" #: 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 @@ -4321,9 +4325,10 @@ msgstr "Subjek:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Masukkan" @@ -4387,7 +4392,7 @@ msgstr "" msgid "Summarise the problem" msgstr "Buat ringkasan masalah" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Buat ringkasan tentang perubahan Anda" @@ -4409,7 +4414,7 @@ msgstr "Ringkasan" msgid "Summary reports" msgstr "Laporan ringkasan" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4422,7 +4427,7 @@ msgstr "Pengguna Super:" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Pengguna Super memiliki izin untuk melakukan <strong>semua tindakan</strong> sebagai admin." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Hasil Survei" @@ -4511,16 +4516,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Maaf, kode pos tersebut tidak dikenali." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Masalah tersebut telah ditandai sebagai terkirim." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Masalah tersebut sekarang akan dikirim ulang." @@ -4574,8 +4579,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4688,7 +4693,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Pengguna tidak dapat melacak masalah pada peta, tetapi untuk melihat area di sekitar lokasi yang mereka masukkan" @@ -4750,12 +4755,12 @@ msgstr "Terdapat masalah saat menampilkan halaman ini. Silakan coba lagi nanti." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Terdapat masalah dengan pembaruan Anda. Silakan coba lagi." @@ -4763,7 +4768,7 @@ msgstr "Terdapat masalah dengan pembaruan Anda. Silakan coba lagi." msgid "There were problems with your report. Please see below." msgstr "Terdapat masalah dengan laporan Anda. Silakan lihat di bawah ini." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Terdapat masalah dengan pembaruan Anda. Silakan lihat di bawah ini." @@ -4841,18 +4846,18 @@ msgstr "" "Badan ini hanya akan dikirimi laporan tentang masalah yang berlokasi di <strong>area cakupannya</strong>.\n" " Sebuah badan tidak akan menerima laporan kecuali badan mencakup paling tidak satu area." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Informasi ini diperlukan" @@ -4917,7 +4922,7 @@ msgstr "Laporan ini saat ini ditandai sebagai terbuka." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4973,7 +4978,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Untuk melihat peta dari lokasi tepat dari masalah ini" @@ -5165,8 +5170,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5289,8 +5294,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Nilai diperbarui" @@ -5365,7 +5370,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5626,7 +5631,7 @@ msgstr "Laporan Anda" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Akun Anda" @@ -5770,7 +5775,7 @@ msgstr "semua" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5825,7 +5830,7 @@ msgstr "terakhir diperbarui %s" msgid "less than a minute" msgstr "kurang dari satu menit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5907,7 +5912,7 @@ msgstr "tidak ada pin ditampilkan karena pengguna tidak menggunakan peta" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "tipe masalah lokal ini" diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index 4ed6b2ac5..7be3434c1 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: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Italian (https://www.transifex.com/mysociety/teams/12067/it/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "e" @@ -175,8 +175,8 @@ msgstr "(inviato ad entrambi)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Scegli una categoria --" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "<span>%s</span> salvati." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> problemi in tempo reale" @@ -279,7 +279,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Aggiungi una nuova categoria" @@ -356,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -666,12 +666,12 @@ msgstr "Categoria" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -929,7 +929,7 @@ msgstr "Crea una segnalazione" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crea una categoria" @@ -1360,7 +1360,7 @@ msgstr "Punto finale" 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:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 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à " @@ -1455,7 +1455,7 @@ msgstr "" msgid "Extra Fields" msgstr "Campi extra" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1661,7 +1661,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1681,12 +1681,12 @@ msgstr "E' stato risolto questo problema?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1905,7 +1905,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2052,7 +2052,7 @@ msgstr "Lista di tutti i problemi segnalati" msgid "Loading reports…" msgstr "Caricamento segnalazioni in corso..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Caricamento in corso..." @@ -2070,8 +2070,8 @@ msgstr "RSS feed locali ed avvertimenti via email" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Segnalazioni locali" @@ -2308,7 +2308,7 @@ msgstr "" msgid "New body added" msgstr "Nuovo corpo aggiunto" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Nuova categoria contatto aggiunta" @@ -2658,15 +2658,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Altro" @@ -2696,7 +2696,7 @@ msgstr "Pagina non trovata" msgid "Parent" msgstr "Parente" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Altre categorie" @@ -2857,8 +2857,8 @@ 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:1029 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Per favore scegli una categoria" @@ -2868,7 +2868,7 @@ msgstr "Per favore scegli una categoria" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2888,7 +2888,7 @@ msgstr "Per favore non abusarne — abusandone il comune svaluterà il #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2907,7 +2907,7 @@ msgstr "Inserisci un numero di cellulare" msgid "Please enter a name" msgstr "Inserire un nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2969,7 +2969,7 @@ msgid "Please enter your first name" msgstr "Per favore inserisci il tuo nome" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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" @@ -3174,7 +3174,7 @@ msgstr "Priorità" msgid "Priority" msgstr "Priorità" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privacy" @@ -3187,7 +3187,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privato" @@ -3230,13 +3230,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Problema %s inviato al comune %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problema marcato come aperto." @@ -3272,16 +3272,16 @@ msgstr "Problemi entro %.1fkm da %s" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemi dentro %s quartiere" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3301,6 +3301,10 @@ msgstr "L'indirizzo della proprietà:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3371,11 +3375,11 @@ msgstr "" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS feed per %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3383,11 +3387,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS feed di %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed di %s, dentro al quartiere %s " @@ -3397,11 +3401,11 @@ msgstr "RSS feed dei problemi vicino" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS feed dei problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS feed di problemi dentro al quartiere %s " @@ -3514,15 +3518,16 @@ msgstr "ID segnalazione:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Segnala un problema" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Segnala un problema qui" @@ -3538,7 +3543,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "Segnala un ulteriore problema qui" @@ -3679,11 +3684,11 @@ msgstr "Segnalazioni pubblicate" msgid "Reports saved offline." msgstr "Segnalazioni salvate offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "Segnalazione inviata a %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3772,15 +3777,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Ruota a sinistra" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3802,7 +3807,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3965,7 +3970,7 @@ msgstr "Condividi" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4035,7 +4040,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4093,8 +4098,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4114,7 +4119,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Ci scusiamo, non possiamo trovare questa zona." @@ -4221,7 +4226,6 @@ msgstr "" #: 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 @@ -4271,9 +4275,10 @@ msgstr "Soggetto:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Invia" @@ -4336,7 +4341,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4358,7 +4363,7 @@ msgstr "Sommario" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4371,7 +4376,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Risultati sondaggio" @@ -4461,16 +4466,16 @@ msgstr "Questa posizione non sembra essere nel Regno Unito, si prega di riprovar #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4520,8 +4525,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4629,7 +4634,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4689,12 +4694,12 @@ msgstr "E' accaduto un problema visualizzando questa pagine. Per favore riprova msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora." @@ -4702,7 +4707,7 @@ msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora msgid "There were problems with your report. Please see below." msgstr "Ci sono stati dei problemi con la tua segnalazione. Per favore guarda qui sotto." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4770,18 +4775,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Questa informazione è richiesta" @@ -4846,7 +4851,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4902,7 +4907,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5095,8 +5100,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5218,8 +5223,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5294,7 +5299,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5549,7 +5554,7 @@ msgstr "Tue segnalazioni" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5693,7 +5698,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5748,7 +5753,7 @@ msgstr "ultimo aggiornamento %s" msgid "less than a minute" msgstr "meno di un minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5829,7 +5834,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po index 13f5e1e9b..8da021680 100644 --- a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/mysociety/teams/12067/lt_LT/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "ir" @@ -175,8 +175,8 @@ msgstr "(išsiųsta į abu)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Išsirinktite kategorija --" @@ -219,7 +219,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> Problemos tiesiogiai" @@ -285,7 +285,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Pridėkite kontaktą naudodami žemiau pateikta anketa" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Pridėti naują kategoriją" @@ -362,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -671,12 +671,12 @@ msgstr "Kategorija" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Problemų kategorijoje tvarkymo sparta > 4 savaitės senumo" @@ -935,7 +935,7 @@ msgstr "Sukurti pranešimą" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Sukurti kategoriją" @@ -1376,7 +1376,7 @@ msgstr "Pabaigos taškas" msgid "Enter a Zürich street name" msgstr "Įveskite Zürich gatvės pavadinimą" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" @@ -1471,7 +1471,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1677,7 +1677,7 @@ msgstr "Ar ruošiates išsiųsti klausimyną?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Problemų sukurimo grafikas pagal statusą per laiką" @@ -1697,12 +1697,12 @@ msgstr "Ar ši problema buvo sutvarkyta?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1924,7 +1924,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2071,7 +2071,7 @@ msgstr "Pateikti visas praneštas problemas" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Kraunama..." @@ -2089,8 +2089,8 @@ msgstr "Vietiniai RSS srautai ir el. pašto pranešimai" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Vietiniai pranešimai" @@ -2328,7 +2328,7 @@ msgstr "" msgid "New body added" msgstr "Nauja dalis pridėta" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Naujas kategorijos kontaktas pridetas" @@ -2682,15 +2682,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Kita" @@ -2720,7 +2720,7 @@ msgstr "Puslapis nerastas" msgid "Parent" msgstr "Parent" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Sukurti kategoriją" @@ -2881,8 +2881,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Prašome pasirinkti kategoriją" @@ -2892,7 +2892,7 @@ msgstr "Prašome pasirinkti kategoriją" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2912,7 +2912,7 @@ msgstr "Prašome neįžeidinėti — įžeidinėjimai nuvertina paslaug #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2931,7 +2931,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2993,7 +2993,7 @@ msgid "Please enter your first name" msgstr "Prašome įvesti savo vardą" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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" @@ -3198,7 +3198,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privatumas" @@ -3211,7 +3211,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privatus" @@ -3254,13 +3254,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Problema %s išsiųsta savivaldybei %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Problemos pasiskirstymas pagal valstybės" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problema pažymėta kaip atidaryta" @@ -3296,16 +3296,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemos viduje %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemos %s rajone" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3325,6 +3325,10 @@ msgstr "Nuosavybės adresas:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3395,11 +3399,11 @@ msgstr "Questionnaire filled in by problem reporter" msgid "RSS feed" msgstr "RSS srautas" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS srautas skirtas %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS srautas skirtas %s rajonui, %s" @@ -3407,11 +3411,11 @@ msgstr "RSS srautas skirtas %s rajonui, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS srautas %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS srautas %s, viduje %s rajono" @@ -3421,11 +3425,11 @@ msgstr "Šalia esančių problemų RSS srautas" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3537,15 +3541,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3561,7 +3566,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3701,11 +3706,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3794,15 +3799,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3824,7 +3829,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3987,7 +3992,7 @@ msgstr "" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4057,7 +4062,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4115,8 +4120,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4136,7 +4141,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4242,7 +4247,6 @@ msgstr "" #: 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 @@ -4292,9 +4296,10 @@ msgstr "" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" @@ -4357,7 +4362,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4379,7 +4384,7 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4392,7 +4397,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4481,16 +4486,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4540,8 +4545,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4649,7 +4654,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4709,12 +4714,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4722,7 +4727,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4790,18 +4795,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "" @@ -4866,7 +4871,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4922,7 +4927,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5114,8 +5119,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5237,8 +5242,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5313,7 +5318,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5568,7 +5573,7 @@ msgstr "" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5711,7 +5716,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5766,7 +5771,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5847,7 +5852,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po index d3bbfbd0b..e4a336027 100644 --- a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Malay (https://www.transifex.com/mysociety/teams/12067/ms/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " dan " @@ -175,8 +175,8 @@ msgstr "(hantar kepada kedua-dua)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -219,7 +219,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> masalah" @@ -282,7 +282,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Tambahkan cara hubungan dengan borang dibawah" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Tambah kategori baru" @@ -359,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -669,12 +669,12 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Kategori rata masalah diselesai > 4 minggu" @@ -931,7 +931,7 @@ msgstr "Laporan baru" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategori baru" @@ -1362,7 +1362,7 @@ msgstr "Endpoint" msgid "Enter a Zürich street name" msgstr "Masukkan nama jalan Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Masukkan poskod UK terdekat, atau nama jalan dan kawasan" @@ -1457,7 +1457,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1663,7 +1663,7 @@ msgstr "Teruskan dengan menghantar soalan selidik?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Graf masalah dibuat dengan status dari masa ke masa" @@ -1683,12 +1683,12 @@ msgstr "Adakan masalah ini telah diselesai?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1906,7 +1906,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2053,7 +2053,7 @@ msgstr "Senaraikan semua laporan masalah" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Loading..." @@ -2071,8 +2071,8 @@ msgstr "RSS feed tempatan dan pemberitahuan emel" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Pemberitahuan tempatan" @@ -2308,7 +2308,7 @@ msgstr "" msgid "New body added" msgstr "Badan baru ditambahi" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Kategori hubungan baru ditambahi" @@ -2656,15 +2656,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Lain-lain" @@ -2694,7 +2694,7 @@ msgstr "Laman Tidak Dijumpai" msgid "Parent" msgstr "Induk" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Kategori baru" @@ -2856,8 +2856,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Sila pilihkan kategori" @@ -2867,7 +2867,7 @@ msgstr "Sila pilihkan kategori" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2887,7 +2887,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2906,7 +2906,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2968,7 +2968,7 @@ msgid "Please enter your first name" msgstr "Sila masukkan nama pertama anda" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Sila masukkan nama penuh anda, majlis memerlukan maklumat ini - Jika anda tidak ingin nama anda dikemukakan dalam laman, untik kota dibawah" @@ -3173,7 +3173,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3186,7 +3186,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Peribadi" @@ -3229,13 +3229,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Masalah %s dihantar kepada majlis %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Pecahan masalah bagi negeri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Masalah ditanda sebagai terbukan" @@ -3271,16 +3271,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Masalah dalam kawasan pentadbiran %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3300,6 +3300,10 @@ msgstr "Alamat bangunan" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3370,11 +3374,11 @@ msgstr "Soalan selidik diisikan oleh pelapor masalah" msgid "RSS feed" msgstr "Feed RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "Feed RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "Feed RSS untuk kawasan pentadbiran %s, %s" @@ -3382,11 +3386,11 @@ msgstr "Feed RSS untuk kawasan pentadbiran %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "Feed RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "Feed RSS untuk %s, dalam kawasan pentadbiran %s" @@ -3396,11 +3400,11 @@ msgstr "Feed RSS untuk masalah berdekatan" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "Feed RSS untuk masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "Feed RSS untuk masalah dalam kawasan pentadbiran %s" @@ -3512,15 +3516,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3536,7 +3541,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3676,11 +3681,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3769,15 +3774,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3799,7 +3804,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3962,7 +3967,7 @@ msgstr "Kongsi" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4032,7 +4037,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4090,8 +4095,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4111,7 +4116,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4217,7 +4222,6 @@ msgstr "" #: 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 @@ -4267,9 +4271,10 @@ msgstr "Tajuk:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Hantar" @@ -4332,7 +4337,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4354,7 +4359,7 @@ msgstr "Ringkasan" msgid "Summary reports" msgstr "Laporan ringkasan" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4367,7 +4372,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Hasil Kajian" @@ -4456,16 +4461,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4515,8 +4520,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4624,7 +4629,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4684,12 +4689,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4697,7 +4702,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4765,18 +4770,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "" @@ -4841,7 +4846,7 @@ msgstr "Laporan ini ditanda sebagai terbuka sekarang." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4897,7 +4902,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Melihat lokasi tepat atas peta bagi isu ini" @@ -5089,8 +5094,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5212,8 +5217,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Nilai dikemaskinikan" @@ -5288,7 +5293,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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" @@ -5546,7 +5551,7 @@ msgstr "Laporan Anda" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5689,7 +5694,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5744,7 +5749,7 @@ msgstr "kemaskini yang lepas %s" msgid "less than a minute" msgstr "kurang dari seminit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5826,7 +5831,7 @@ msgstr "pin tidak ditunjukkan sebab pengguna tidak menggunakan peta" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "jenis masalah tempatan ini" diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po index 4d7a8e840..1cf3a6b53 100644 --- a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Burmese (Myanmar) (https://www.transifex.com/mysociety/teams/12067/my_MM/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "ႏွင့္" @@ -175,8 +175,8 @@ msgstr "(ႏွစ္ခုလံုးသို႔ပို႔မည္)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong> %s </strong>ဘ၀ျပႆနာမ်ား" @@ -279,7 +279,7 @@ msgstr "အုပ္ခ်ဳပ္ေရး အဖြဲ႔တစ္ခုခ msgid "Add a contact using the form below." msgstr "ေအာက္ပါပံုစံကိုသံုးျပီးအဆက္အသြယ္တစ္ခုထည့္မည္" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "ေခါင္းစဥ္အသစ္ထည့္မည္" @@ -356,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -666,12 +666,12 @@ msgstr "အမ်ိဳးအစား" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -928,7 +928,7 @@ msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီး msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "အမ်ိဳးအစားဖန္တီးမည္" @@ -1359,7 +1359,7 @@ msgstr "ျပီးဆံုးမွတ္-" msgid "Enter a Zürich street name" msgstr "လမ္းနာမည္ ျဖည့္စြက္ပါ" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "ယူေကအနီးနားရွိ စာတိုက္နံပါတ္၊သို႔မဟုတ္လမ္းအမည္ႏွင့္ဧရိယာရိုက္ထည့္ပါ" @@ -1454,7 +1454,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1660,7 +1660,7 @@ msgstr "စစ္တမ္းကိုပို႔ေတာ့မွာလား msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1680,12 +1680,12 @@ msgstr "ဒီျပႆနာကိုေျဖရွင္းျပီးျပ msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "ယခင္က ေကာင္စီထံ ျပႆနာမ်ား အစီရင္ခံဖူးသလား။ သို႔မဟုတ္ ဒါက ပထမဦးဆံုး အႀကိမ္လား?" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1903,7 +1903,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2050,7 +2050,7 @@ msgstr "အစီရင္ခံစာတင္ျပီးေသာျပႆန msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "ဖြင့္ေနသည္" @@ -2068,8 +2068,8 @@ msgstr "ျပည္တြင္း RSS feed မ်ားႏွင့္ အီ msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "‘%s’ အတြက္ ျပည္တြင္း RSS feed မ်ားႏွင့္ အီးေမးလ္ သတိေပးခ်က္မ်ား" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "ေဒသတြင္းအသိေပးခ်က္" @@ -2305,7 +2305,7 @@ msgstr "" msgid "New body added" msgstr "စာကိုယ္အသစ္ထည့္ျပီးျပီ" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "ေခါင္းစဥ္အသစ္အဆက္အသြယ္ထည့္ျပီးျပီ" @@ -2653,15 +2653,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "တျခား" @@ -2691,7 +2691,7 @@ msgstr "စာမ်က္ႏွာရွာမေတြ႕ပါ" msgid "Parent" msgstr "ပင္မ" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "အမ်ိဳးအစားဖန္တီးမည္" @@ -2853,8 +2853,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" @@ -2864,7 +2864,7 @@ msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2884,7 +2884,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2903,7 +2903,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2965,7 +2965,7 @@ msgid "Please enter your first name" msgstr "သင္၏ပထမအမည္ကိုရိုက္ထည့္ပါ" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3170,7 +3170,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3183,7 +3183,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "ကိုယ္ပိုင္" @@ -3226,13 +3226,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပို႔လိုက္ပါျပီ" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "ျပည္နယ္မွ ျပႆနာကိုထပ္မံခြဲစိတ္လိုက္သည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "ျပႆနာကို ဖြင့္ထားသည္" @@ -3268,16 +3268,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3297,6 +3297,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3367,11 +3371,11 @@ msgstr "ျပႆနာ အစီရင္ခံသူ ျဖည့္စြက msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "%s အတြက္ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "%s အုပ္ခ်ဳဳပ္ေရးဌာန %s အတြက္ RSS feed" @@ -3379,11 +3383,11 @@ msgstr "%s အုပ္ခ်ဳဳပ္ေရးဌာန %s အတြက္ R #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "%s ၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ %s ၏ RSS feed" @@ -3393,11 +3397,11 @@ msgstr "အနီးအနားရိွ ျပႆနာမ်ား၏ RSS fee #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "%s အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" @@ -3509,15 +3513,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန္" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3533,7 +3538,7 @@ msgstr "%sမွာ အမည္မသိကဲ့သို႔တင္မည္ #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3674,11 +3679,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3767,15 +3772,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "ဘယ္ဘက္ကို လွည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3797,7 +3802,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3960,7 +3965,7 @@ msgstr "" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4030,7 +4035,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4088,8 +4093,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4109,7 +4114,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4215,7 +4220,6 @@ msgstr "" #: 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 @@ -4265,9 +4269,10 @@ msgstr "" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" @@ -4330,7 +4335,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4352,7 +4357,7 @@ msgstr "အက်ဥ္းခ်ဳပ္" msgid "Summary reports" msgstr "အစီရင္ခံစာအက်ဥ္းခ်ဳပ္" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4365,7 +4370,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "စစ္တမ္းရလဒ္" @@ -4454,16 +4459,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "ထိုျပႆနာကိုယခုပင္ျပန္ပို႔ပါမည္" @@ -4513,8 +4518,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4622,7 +4627,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4682,12 +4687,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4695,7 +4700,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4763,18 +4768,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" @@ -4839,7 +4844,7 @@ msgstr "ဒီအစီရင္ခံစာကိုယခုေလာေလာ msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "ဒီ web စာမ်က္ႏွာသည္ အသံုးျပဳသူမွရိုက္ထားေသာ ျပႆနာ၏ဓာတ္ပံုတစ္ပံုပါ၀င္သည္" @@ -4895,7 +4900,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5087,8 +5092,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5210,8 +5215,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5286,7 +5291,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "မိမိတို႔သည္ %s; ၏တာဝန္ျဖစ္ေၾကာင္း သတိျပဳမိေသာ္လည္း မိမိတို႔တြင္ ၎တို႔ကို ဆက္သြယ္ရန္ အေသးစိတ္ မရွိေသးပါ။ အကယ္၍ သင့္ေတာ္သည့္ လိပ္စာရွိပါက ေက်းဇူးျပဳၿပီး ဆက္သြယ္ေပးပါ။" @@ -5548,7 +5553,7 @@ msgstr "သင္၏ အစီရင္ခံစာမ်ား" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5691,7 +5696,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5746,7 +5751,7 @@ msgstr "ေနာက္ဆုံး ျပဳျပင္မြမ္းမံ msgid "less than a minute" msgstr "တစ္မိနစ္ခန္႔သာ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5828,7 +5833,7 @@ msgstr "အသုံးျပဳသူ မသုံးသည့္ ေျမပ msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "ေဒသတြင္း ျပႆနာသာျဖစ္သည္။" diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index dfe6c1c49..5cb559649 100644 --- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/mysociety/teams/12067/nb_NO/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " og " @@ -179,8 +179,8 @@ msgstr "(sendt til begge)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(vi har også RSS-strømmer for problemer innenfor %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Velg en kategori --" @@ -221,7 +221,7 @@ msgstr "<label for=\"statuses\">Vis</label> %s rapporter <label for=\"filter_cat msgid "<span>%s</span> saved." msgstr "<span>%s</span> lagret." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> aktive problemer" @@ -284,7 +284,7 @@ msgstr "Legg til en <strong>administrasjon</strong> 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 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Legg til ny kategori" @@ -361,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Admin" @@ -671,12 +671,12 @@ msgstr "Kategori" msgid "Category and State" msgstr "Kategori og tilstand" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori endret fra '%s' til '%s'" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Løsningsrate fordelt på kategori for problemer > 4 uker gamle" @@ -934,7 +934,7 @@ msgstr "Lag en rapport" msgid "Create an account" msgstr "Opprett konto" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lag kategori" @@ -1375,7 +1375,7 @@ msgstr "Endepunkt" msgid "Enter a Zürich street name" msgstr "Skriv inn et veinavn i Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Skriv inn et britisk postnummer i nærheten, eller veinavn og sted" @@ -1470,7 +1470,7 @@ msgstr "Eksternt lag" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1676,7 +1676,7 @@ msgstr "Skal det sendes spørreskjema?" msgid "Grant access to the admin" msgstr "Gi tilgang til administratoren" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" @@ -1696,12 +1696,12 @@ msgstr "Har dette problemet blitt løst?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1920,7 +1920,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2067,7 +2067,7 @@ msgstr "List alle rapporterte problemer" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laster..." @@ -2085,8 +2085,8 @@ msgstr "Lokal RSS-strøm og e-postvarsel" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Lokale varsler" @@ -2324,7 +2324,7 @@ msgstr "" msgid "New body added" msgstr "Ny administrasjon lagt til" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2682,15 +2682,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Annet" @@ -2720,7 +2720,7 @@ msgstr "Fant ikke siden" msgid "Parent" msgstr "Forelder" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Alle kategorier" @@ -2882,8 +2882,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Velg en kategori" @@ -2893,7 +2893,7 @@ msgstr "Velg en kategori" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2916,7 +2916,7 @@ msgstr "Ikke vær ufin — å kjefte på din administrasjon skader verdien a #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2935,7 +2935,7 @@ msgstr "" msgid "Please enter a name" msgstr "Vennligst skriv et navn" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Vennligst legg inn et navn for administrasjonen" @@ -2997,7 +2997,7 @@ msgid "Please enter your first name" msgstr "Vennligst tast inn ditt fornavn" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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" @@ -3204,7 +3204,7 @@ msgstr "Prioriteter" msgid "Priority" msgstr "Prioritet" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Personvern" @@ -3217,7 +3217,7 @@ msgstr "Personvern og cookies" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privat" @@ -3261,13 +3261,13 @@ msgstr "Fjern fra hurtiglisten" msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til administrasjon %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problem markert som åpent." @@ -3303,16 +3303,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemer innenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemer innenfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3332,6 +3332,10 @@ msgstr "Eiendomsadresse:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3402,11 +3406,11 @@ msgstr "Spørreskjema fylt inn av feilrapportøren" msgid "RSS feed" msgstr "RSS-strøm" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS-strøm for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" @@ -3414,11 +3418,11 @@ msgstr "RSS-strøm for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm av %s, innenfor %s bydel" @@ -3428,11 +3432,11 @@ msgstr "RSS-strøm med problemer i nærheten" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer innenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS-strøm for problemer innenfor %s bydel" @@ -3545,15 +3549,16 @@ msgstr "Rapport-ID:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapporter et problem" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3569,7 +3574,7 @@ msgstr "Rapportert anonymt %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3710,11 +3715,11 @@ msgstr "Publiserte rapporter" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3803,15 +3808,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Roter til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3833,7 +3838,7 @@ msgstr "Satelitt" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3996,7 +4001,7 @@ msgstr "Dele" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4066,7 +4071,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4127,8 +4132,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4148,7 +4153,7 @@ msgstr "Beklager, men det oppsto et problem når vi forsøkte å bekrefte proble #: 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 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Beklager, vi kunne ikke finne det stedet." @@ -4256,7 +4261,6 @@ msgstr "" #: 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 @@ -4306,9 +4310,10 @@ msgstr "Emne:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send inn" @@ -4372,7 +4377,7 @@ msgstr "" msgid "Summarise the problem" msgstr "Oppsummer problemet" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Oppsummer dine endringer" @@ -4394,7 +4399,7 @@ msgstr "Oppsummering" msgid "Summary reports" msgstr "Oppsummeringsrapporter" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4407,7 +4412,7 @@ msgstr "Superbruker:" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Superbrukere har tilgang til å utføre <strong>alle handlinger</strong> i admingrensesnittet." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Resultater fra spørreundersøkelsen" @@ -4497,16 +4502,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret ble ikke gjenkjent, beklager." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Det problemer har blitt markert som sendt." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Det problemet vil nå bli sendt på nytt." @@ -4560,8 +4565,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4678,7 +4683,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brukeren kunne ikke plassere problemet på et kart, men sjekk området rundt stedet de skrev inn" @@ -4740,12 +4745,12 @@ msgstr "Det var problemer med å vise denne siden. Vennligst prøv igjen senere. msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 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." @@ -4753,7 +4758,7 @@ msgstr "Det var problemer med din oppdatering. Vær så snill å forsøke igjen msgid "There were problems with your report. Please see below." msgstr "Det var problemer med din rapport. Vennligst se under." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Det var problemer med din oppdatering. Vennligst se under." @@ -4830,18 +4835,18 @@ msgstr "" "Denne instansen får bare rapporter for problemer som er lokalisert i <strong>area covered</strong>.\n" "En instans vil ikke få noen meldinger om det ikke dekker minst ett område." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Denne informasjonen er påkrevd" @@ -4906,7 +4911,7 @@ msgstr "Denne rapporten er for tiden markert som åpen." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4962,7 +4967,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 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." @@ -5155,8 +5160,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5279,8 +5284,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Verdier oppdatert" @@ -5355,7 +5360,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5615,7 +5620,7 @@ msgstr "Dine rapporter" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Din konto" @@ -5760,7 +5765,7 @@ msgstr "alle" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5815,7 +5820,7 @@ msgstr "sist oppdatert %s" msgid "less than a minute" msgstr "mindre enn et minutt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5897,7 +5902,7 @@ msgstr "Det vises ingen nål på grunn av at brukeren ikke brukte kartet" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "denne type lokalt problem" diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index 42016ad01..f77b8b7a0 100644 --- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/mysociety/teams/12067/nl_NL/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "en" @@ -175,8 +175,8 @@ msgstr "(verstuurd naar beide)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Kies een categorie --" @@ -219,7 +219,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> actieve problemen" @@ -284,7 +284,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Voeg een contactpersoon toe" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Voeg een nieuwe categorie toe" @@ -361,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -671,12 +671,12 @@ msgstr "Categorie" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categorie veranderd van '%s' in '%s'" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Doorloopsnelheid voor problemen in categorie >4 weken oud" @@ -933,7 +933,7 @@ msgstr "Maak een melding" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Maak een categorie" @@ -1365,7 +1365,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "Geef dichtstbijzijnde straatnaam en plaats" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Vul een dichtstbijzijnde UK postcode, of straatnaam en plaats in" @@ -1460,7 +1460,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1666,7 +1666,7 @@ msgstr "Vragenlijst versturen?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Grafiek van problemen aangemaakt per status na verloop van tijd" @@ -1686,12 +1686,12 @@ msgstr "Is dit probleem opgelost?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1910,7 +1910,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2057,7 +2057,7 @@ msgstr "Toon alle meldingen" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laden..." @@ -2075,8 +2075,8 @@ msgstr "Lokale RSS feeds en e-mail meldingen" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Lokale melding" @@ -2314,7 +2314,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Nieuw contactpersonen voor categorie toegevoegd" @@ -2662,15 +2662,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Anders" @@ -2700,7 +2700,7 @@ msgstr "Pagina Niet Gevonden" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Alle categoriën" @@ -2861,8 +2861,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Kies een categorie" @@ -2872,7 +2872,7 @@ msgstr "Kies een categorie" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2892,7 +2892,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2911,7 +2911,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2973,7 +2973,7 @@ msgid "Please enter your first name" msgstr "Geef je voornaam" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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." @@ -3178,7 +3178,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3191,7 +3191,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privé" @@ -3234,13 +3234,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Probleem %s verzonden naar gemeente %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Probleem verdeeld per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Probleem gemarkeerd als open" @@ -3276,16 +3276,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemen binnen %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemen binnen wijk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3305,6 +3305,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3375,11 +3379,11 @@ msgstr "Vragenlijst ingevuld door melder" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS feed voor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS feed voor wijk %s, %s" @@ -3387,11 +3391,11 @@ msgstr "RSS feed voor wijk %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS feed van %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed van %s, binnen wijk %s" @@ -3401,11 +3405,11 @@ msgstr "RSS feed van nabije problemen" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS feed van problemen binnen %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS feed van problemen in wijk %s" @@ -3517,15 +3521,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Meld een probleem" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3541,7 +3546,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3682,11 +3687,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3775,15 +3780,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Linksom roteren" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3805,7 +3810,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3968,7 +3973,7 @@ msgstr "Deel" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4038,7 +4043,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4096,8 +4101,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4117,7 +4122,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4223,7 +4228,6 @@ msgstr "" #: 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 @@ -4273,9 +4277,10 @@ msgstr "Onderwerp:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Opslaan" @@ -4338,7 +4343,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4360,7 +4365,7 @@ msgstr "Samenvatting" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4373,7 +4378,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4462,16 +4467,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "De postcode is niet geldig." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Het probleem is gemarkeerd als verzonden." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Het probleem wordt opnieuw verzonden." @@ -4521,8 +4526,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4631,7 +4636,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "The gebruiker kon het probleem niet vinden op de kaart, maar het gebied rond de lokatie wordt op de kaart getoond" @@ -4691,12 +4696,12 @@ msgstr "Er was een probleem bij het tonen van deze pagina. Probeer het later nog msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Er was een probleem met je update. Probeer het later nog eens." @@ -4704,7 +4709,7 @@ msgstr "Er was een probleem met je update. Probeer het later nog eens." msgid "There were problems with your report. Please see below." msgstr "Er was een probleem met je melding. Zie beneden." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Er was een probleem met je update. Zie beneden." @@ -4772,18 +4777,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Deze informatie is verplicht" @@ -4848,7 +4853,7 @@ msgstr "Deze melding is momenteel gemarkeerd als openstaand." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4904,7 +4909,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5096,8 +5101,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5219,8 +5224,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5295,7 +5300,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5550,7 +5555,7 @@ msgstr "Jouw meldingen" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5693,7 +5698,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5748,7 +5753,7 @@ msgstr "" msgid "less than a minute" msgstr "minder dan een minuut" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5829,7 +5834,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index b054b43a9..5bed755a8 100644 --- a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Norwegian Nynorsk (Norway) (https://www.transifex.com/mysociety/teams/12067/nn_NO/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " og " @@ -175,8 +175,8 @@ msgstr "(sendt til begge)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vel ein kategori --" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> aktive problem" @@ -279,7 +279,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Legg til ny kategori" @@ -356,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -664,12 +664,12 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Løysingsrate fordelt på kategori for problem > 4 veker gamle" @@ -926,7 +926,7 @@ msgstr "Lag ein rapport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lag kategori" @@ -1355,7 +1355,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1450,7 +1450,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1656,7 +1656,7 @@ msgstr "Skal spørjeskjemaet sendast?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" @@ -1676,12 +1676,12 @@ msgstr "Har dette problemet vorte løyst?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1900,7 +1900,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2046,7 +2046,7 @@ msgstr "Vis alle rapporterte problem" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Lastar …" @@ -2064,8 +2064,8 @@ msgstr "Lokal RSS-straum og e-postvarsel" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Lokale varsel" @@ -2301,7 +2301,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2649,15 +2649,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Anna" @@ -2687,7 +2687,7 @@ msgstr "Fann ikkje sida" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Lag kategori" @@ -2847,8 +2847,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vel ein kategori" @@ -2858,7 +2858,7 @@ msgstr "Vel ein kategori" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2878,7 +2878,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2897,7 +2897,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2959,7 +2959,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3166,7 +3166,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3179,7 +3179,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "" @@ -3222,13 +3222,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til administrasjon %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problem markert som ope." @@ -3264,16 +3264,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problem innanfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problem innanfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3293,6 +3293,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3363,11 +3367,11 @@ msgstr "Spørjeskjema fylt inn av feilrapportøren" msgid "RSS feed" msgstr "RSS-straum" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS-straum for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS-straum for %s bydel, %s" @@ -3375,11 +3379,11 @@ msgstr "RSS-straum for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS-straum frå %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS-straum av %s, innanfor %s bydel" @@ -3389,11 +3393,11 @@ msgstr "RSS-straum med problem i nærleiken" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS-straum for problem innanfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS-straum for problem innanfor %s bydel" @@ -3505,15 +3509,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapporter eit problem" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3529,7 +3534,7 @@ msgstr "Rapportert anonymt %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3670,11 +3675,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3763,15 +3768,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3793,7 +3798,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3956,7 +3961,7 @@ msgstr "" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4026,7 +4031,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4084,8 +4089,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4105,7 +4110,7 @@ msgstr "Orsak, men det oppstod eit problem når vi freista å stadfesta problemr #: 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 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Orsak, vi kunne ikkje finna den staden." @@ -4212,7 +4217,6 @@ msgstr "" #: 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 @@ -4262,9 +4266,10 @@ msgstr "Emne:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send inn" @@ -4327,7 +4332,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4349,7 +4354,7 @@ msgstr "Oppsummering" msgid "Summary reports" msgstr "Oppsummeringsrapportar" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4362,7 +4367,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Resultat frå spørjeundersøkinga" @@ -4454,16 +4459,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret vart ikkje gjenkjent, orsak." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Det problemet vil no sendast på nytt." @@ -4513,8 +4518,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4622,7 +4627,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brukaren kunne ikkje plassera problemet på eit kart, men sjekk områdde rundt staden dei skreiv inn" @@ -4682,12 +4687,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." @@ -4695,7 +4700,7 @@ msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." msgid "There were problems with your report. Please see below." msgstr "Det var problem med rapporten din. Ver venleg og sjå under." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Det var problem med oppdateringa di. Ver venleg og sjå under." @@ -4763,18 +4768,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Denne informasjonen er påkravd" @@ -4839,7 +4844,7 @@ msgstr "Denne rapporten er for tida markert som open." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4895,7 +4900,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 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" @@ -5087,8 +5092,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5210,8 +5215,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Verdi oppdatert" @@ -5286,7 +5291,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5541,7 +5546,7 @@ msgstr "Rapportane dine" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5684,7 +5689,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5739,7 +5744,7 @@ msgstr "" msgid "less than a minute" msgstr "mindre enn eitt minutt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5821,7 +5826,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "denne typen lokalt problem" diff --git a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po index 73c8f921e..c6397bd58 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: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Polish (Poland) (https://www.transifex.com/mysociety/teams/12067/pl_PL/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "" @@ -175,8 +175,8 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "" @@ -279,7 +279,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 msgid "Add another parent category" msgstr "" @@ -355,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -663,12 +663,12 @@ msgstr "" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -925,7 +925,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -1354,7 +1354,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "Wpisz nazwę ulicy lub dzielnicy" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1449,7 +1449,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1655,7 +1655,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1675,12 +1675,12 @@ msgstr "" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1898,7 +1898,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2043,7 +2043,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -2061,8 +2061,8 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "" @@ -2298,7 +2298,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "" @@ -2646,15 +2646,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2684,7 +2684,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 msgid "Parent categories" msgstr "" @@ -2842,8 +2842,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -2853,7 +2853,7 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2873,7 +2873,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2892,7 +2892,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2954,7 +2954,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3157,7 +3157,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3170,7 +3170,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "" @@ -3210,13 +3210,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "" @@ -3252,16 +3252,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3281,6 +3281,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3350,11 +3354,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3362,11 +3366,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3376,11 +3380,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3492,15 +3496,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3515,7 +3520,7 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3655,11 +3660,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3748,15 +3753,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3778,7 +3783,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3941,7 +3946,7 @@ msgstr "" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4011,7 +4016,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4069,8 +4074,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4090,7 +4095,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4196,7 +4201,6 @@ msgstr "" #: 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 @@ -4246,9 +4250,10 @@ msgstr "" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" @@ -4311,7 +4316,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4333,7 +4338,7 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4346,7 +4351,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4435,16 +4440,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4494,8 +4499,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4603,7 +4608,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4663,12 +4668,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4676,7 +4681,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4744,18 +4749,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "" @@ -4820,7 +4825,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4876,7 +4881,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5067,8 +5072,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5190,8 +5195,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5266,7 +5271,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5521,7 +5526,7 @@ msgstr "" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5664,7 +5669,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5719,7 +5724,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5798,7 +5803,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po index 4f117c31a..44bcc9718 100644 --- a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: ruifigueiredo <rui.figueiredo@gmail.com>, 2020\n" "Language-Team: Portuguese (https://www.transifex.com/mysociety/teams/12067/pt/)\n" @@ -24,7 +24,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "e" @@ -183,8 +183,8 @@ msgstr "(remeter para ambos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(também temos feeds RSS para problemas dentro 1%s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -228,7 +228,7 @@ msgstr "<label for=\"statuses\">Mostrar</label> %s relatórios<label for=\"filte msgid "<span>%s</span> saved." msgstr "<span>%s</span> gravado." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> problemas ao vivo" @@ -293,7 +293,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Adicione um contato usando o formulário abaixo." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Adicionar nova categoria" @@ -370,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Admin" @@ -680,12 +680,12 @@ msgstr "Categoria" msgid "Category and State" msgstr "Categoria e estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria alterada de '%s' para '%s'" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Categoria para cada correção taxa para problemas> 4 semanas, um mes" @@ -943,7 +943,7 @@ msgstr "Criar um report" msgid "Create an account" msgstr "Criar uma conta" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Criar uma categoria" @@ -1378,7 +1378,7 @@ msgstr "Endpoint" msgid "Enter a Zürich street name" msgstr "Digite um nome de uma rua de Mindelo" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 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" @@ -1473,7 +1473,7 @@ msgstr "Equipa Externa" msgid "Extra Fields" msgstr "Campos Extra" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1679,7 +1679,7 @@ msgstr "Vai enviar questionário?" msgid "Grant access to the admin" msgstr "Garantir acesso ao admin" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Status da tabela grafica ao longo do tempo" @@ -1699,12 +1699,12 @@ msgstr "Este problema já foi fixado, relatado?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1927,7 +1927,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "Se você ativou o envio de atualizações do Open311 acima, deve identificar qual utilizador do FixMyStreet <strong> </strong> será atribuído como o criador dessas atualizações quando elas forem mostradas no site. Digite o ID (número) desse utilizador." -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2074,7 +2074,7 @@ msgstr "Listar todos os problemas relatados" msgid "Loading reports…" msgstr "Carregar relatórios..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Carregando ..." @@ -2092,8 +2092,8 @@ msgstr "RSS feeds e alertas de e-mail locais" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Alertas locais" @@ -2333,7 +2333,7 @@ msgstr "Quase pronto! Verifique agora o seu telemóvel;" msgid "New body added" msgstr "Novo corpo adicionado" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Novo contato de categoria adicionado" @@ -2684,15 +2684,15 @@ msgstr "Ordem" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Outro" @@ -2722,7 +2722,7 @@ msgstr "Pagina nao encontrada" msgid "Parent" msgstr "Parente" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Outras categorias" @@ -2884,8 +2884,8 @@ 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:1029 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Escolher uma categoria" @@ -2895,7 +2895,7 @@ msgstr "Escolher uma categoria" msgid "Please choose a less commonly-used password" msgstr "Por favor escolha uma password menos frequentemente" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2918,7 +2918,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2937,7 +2937,7 @@ msgstr "Favor introduzir o numero de telemóvel" msgid "Please enter a name" msgstr "Favor introduzir o nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Digite um nome para este corpo" @@ -2999,7 +2999,7 @@ msgid "Please enter your first name" msgstr "Digite seu primeiro nome" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Por favor, 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" @@ -3204,7 +3204,7 @@ msgstr "Prioridades" msgid "Priority" msgstr "Prioridade" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privacidade" @@ -3217,7 +3217,7 @@ msgstr "Privacidade e cookies" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privado" @@ -3261,13 +3261,13 @@ msgstr "Remover da lista restrita" msgid "Problem %s sent to council %s" msgstr "Problema %s enviado ao município %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Colapso problema por estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problema marcado como aberto." @@ -3303,16 +3303,16 @@ msgstr "Problemas em %.1fkm de %s" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemas do departamento %s " -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "Problemas do departamento%s, %s" @@ -3332,6 +3332,10 @@ msgstr "Endereço do imóvel:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3402,11 +3406,11 @@ msgstr "Questionário preenchido por problema repórter" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS feed para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS feed para %s departamento,%s" @@ -3414,11 +3418,11 @@ msgstr "RSS feed para %s departamento,%s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS feed de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed de %s, %s problemas pendentes" @@ -3428,11 +3432,11 @@ msgstr "RSS feed dos problemas próximos" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS feed dos Problemas Nesta %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS feed dos problemas dentro de %s ala" @@ -3545,15 +3549,16 @@ msgstr "Relatório ID:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Reportar um problema" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Reporte o problema aqui" @@ -3569,7 +3574,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "Relate outro problema aqui" @@ -3710,11 +3715,11 @@ msgstr "Os relatórios publicados" msgid "Reports saved offline." msgstr "Relatórios salvos offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "Relatórios enviados para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "Relatório enviado para %s, do departamento %s" @@ -3803,15 +3808,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Girar para a esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3833,7 +3838,7 @@ msgstr "Satélite" msgid "Save + close as duplicate" msgstr "Salvar + fechar como duplicado" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3996,7 +4001,7 @@ msgstr "Acçao" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4066,7 +4071,7 @@ msgstr "Ver os relatórios na sua área" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4124,8 +4129,8 @@ msgstr "Alguém moderou este relatório desde que você começou." msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "Desculpe! Você atingiu o limite de imagens que podem ser anexadas a um relatório." -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Desculpe, codigo postal nao coincide. Area nao comprrendida." @@ -4145,7 +4150,7 @@ msgstr "Desculpe, houve um erro ao confirmar o seu problema." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Desculpe, não conseguimos encontrar esse local." @@ -4256,7 +4261,6 @@ msgstr "Estados" #: 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 @@ -4306,9 +4310,10 @@ msgstr "Assunto:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Submeter" @@ -4372,7 +4377,7 @@ 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:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Resuma suas alterações" @@ -4394,7 +4399,7 @@ msgstr "Resumo" msgid "Summary reports" msgstr "Resumo reports" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "Estatísticas resumidas" @@ -4407,7 +4412,7 @@ msgstr "SuperUtilizador\\:" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Super-utilizadoreshave têm permissão para executar <strong>todas as ações</strong> dentro do administrador." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Resultados teste" @@ -4497,16 +4502,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Esse código postal não foi reconhecido, me desculpe.Tente novamente." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Esse problema foi marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Esse problema agora será reenviado e reportado ao conselho." @@ -4556,8 +4561,8 @@ msgstr "A <strong> jurisdição </strong> será necessária apenas se o terminal msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4667,7 +4672,7 @@ msgstr "" 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:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "O usuário não conseguiu localizar o problema em um mapa, localizar a area mais proxima do local" @@ -4728,13 +4733,13 @@ msgstr "Houve um problema mostrada nesta página. Por favor, tente novamente mai msgid "There was a problem with your login information." msgstr "Ocorreu um problema com suas informações de login." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 #, 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 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." @@ -4742,7 +4747,7 @@ msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." msgid "There were problems with your report. Please see below." msgstr "Houve problemas com o seu relatório. Por favor, veja abaixo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Houve problemas com a sua atualização. Por favor, veja abaixo." @@ -4810,18 +4815,18 @@ 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 <strong> área coberta </strong>. Um organismo não receberá nenhum relatório, a menos que cubra pelo menos uma área." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este e-mail foi enviado 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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este e-mail foi enviado para 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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Esta informação é necessária" @@ -4886,7 +4891,7 @@ msgstr "Este relatório está marcado como aberto." msgid "This report is now closed to updates." msgstr "Este relatório agora está fechado para atualizações." -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4943,7 +4948,7 @@ msgstr "Para limitar essa coleção de campos a um único idioma, selecione-o aq msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "ou <a href=\"%s\">Entrar</a>" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Para ver no mapa a localização exata desse problema" @@ -5137,8 +5142,8 @@ msgstr "Actualizado por <strong>%s</strong> (%s) em %s" msgid "Updated by <strong>%s</strong> at %s" msgstr "Actualizado por <strong>%s</strong> em %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5261,8 +5266,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Valores atualizados" @@ -5337,7 +5342,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Percebemos 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." @@ -5599,7 +5604,7 @@ msgstr "Os meus relatórios" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "A minha conta" @@ -5744,7 +5749,7 @@ msgstr "todo" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5799,7 +5804,7 @@ msgstr "Última atualizada %s" msgid "less than a minute" msgstr "menos de um minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5881,7 +5886,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:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "este tipo de problema local" diff --git a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po index 2dcb74780..8409aef2d 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: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: Eugenio Pierazzoli <pierazzoli@gmail.com>, 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/mysociety/teams/12067/pt_BR/)\n" @@ -23,7 +23,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "e" @@ -182,8 +182,8 @@ msgstr "(enviar ambos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(também temos feeds RSS para problemas internos %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -224,7 +224,7 @@ msgstr "<label for=\"statuses\">Mostrar</label> %s denúncias <label for=\"filte msgid "<span>%s</span> saved." msgstr "<span>%s</span> salvo." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> problemas ao vivo" @@ -290,7 +290,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Adicione um contato usando o formulário abaixo." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Adicionar nova categoria" @@ -367,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Administrador" @@ -677,12 +677,12 @@ msgstr "Categoria" msgid "Category and State" msgstr "Categoria e estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria alterada de ‘%s’ para ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Taxa de correção para categoria de problemas > 4 semanas " @@ -940,7 +940,7 @@ msgstr "Criar uma denúncia" msgid "Create an account" msgstr "Criar uma conta" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Criar uma categoria" @@ -1372,7 +1372,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "Digite um nome de rua e área próximas" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1467,7 +1467,7 @@ msgstr "Time externo" msgid "Extra Fields" msgstr "Campos Extras" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1673,7 +1673,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "Garantir acesso ao administrador" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1693,12 +1693,12 @@ msgstr "Este problema foi solucionado?" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Você já denunciou um problema para um concelho antes, ou esta é sua primeira vez?" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1917,7 +1917,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2064,7 +2064,7 @@ msgstr "Listar todas os problemas denunciados" msgid "Loading reports…" msgstr "Carregando denúncias..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Carregando..." @@ -2082,8 +2082,8 @@ msgstr "Feeds RSS locais e alertas de email" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Alertas locais" @@ -2322,7 +2322,7 @@ msgstr "Quase pronto! Agora verifique seu telefone…" msgid "New body added" msgstr "Novo orgão adicionado" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Nova categoria de contato adicionada" @@ -2679,15 +2679,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Outro" @@ -2717,7 +2717,7 @@ msgstr "Página Não Encontrada" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Outras categorias" @@ -2879,8 +2879,8 @@ 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:1029 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1073 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Por favor escolha uma categoria" @@ -2890,7 +2890,7 @@ msgstr "Por favor escolha uma categoria" msgid "Please choose a less commonly-used password" msgstr "Por favor, escolha uma senha menos comum" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2910,7 +2910,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2929,7 +2929,7 @@ msgstr "Por favor, digite um número de telefone" msgid "Please enter a name" msgstr "Por favor, digite um nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Por favor, digite um nome para este orgão" @@ -2991,7 +2991,7 @@ msgid "Please enter your first name" msgstr "Por favor, digite seu primeiro nome" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3196,7 +3196,7 @@ msgstr "Prioridades" msgid "Priority" msgstr "Prioridade" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privacidade" @@ -3209,7 +3209,7 @@ msgstr "Cookies e Privacidade" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privado" @@ -3253,13 +3253,13 @@ msgstr "usuário removido da lista de abuso" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problema marcado como aberto" @@ -3295,16 +3295,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3324,6 +3324,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3394,11 +3398,11 @@ msgstr "Questionário preenchido pelo relator do problema " msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3406,11 +3410,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3420,11 +3424,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3537,15 +3541,16 @@ msgstr "ID da Denúnciia" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Denunciar um problema" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Denunciar um problema aqui" @@ -3561,7 +3566,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "Denunciar outro problema aqui" @@ -3702,11 +3707,11 @@ msgstr "Denúncias publicadas" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "Denúncias enviadas para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3795,15 +3800,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Girar Para a Esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3825,7 +3830,7 @@ msgstr "Satélite" msgid "Save + close as duplicate" msgstr "Salvar + fechar como duplicado" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3988,7 +3993,7 @@ msgstr "Compartilhar" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4058,7 +4063,7 @@ msgstr "Mostrar denúncias em sua área" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4116,8 +4121,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4137,7 +4142,7 @@ msgstr "Desculpe, houve um erro ao confirmar seu problema." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Desculpe, nós não conseguimos encontrar esta localização." @@ -4244,7 +4249,6 @@ msgstr "Estados" #: 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 @@ -4294,9 +4298,10 @@ msgstr "Assunto:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Enviar" @@ -4360,7 +4365,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4382,7 +4387,7 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4395,7 +4400,7 @@ msgstr "Superusuário:" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Resultados da Pesquisa" @@ -4485,16 +4490,16 @@ msgstr "Esse local não parece ser no Brasil; Por favor, tente novamente." #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 #: perllib/FixMyStreet/Cobrand/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "O CEP não foi encontrado, desculpe." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "O problema foi marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Este problema será reenviado." @@ -4544,8 +4549,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4654,7 +4659,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4714,12 +4719,12 @@ msgstr "Houve um problema ao tentar mostrar esta página. Por favor tente novame msgid "There was a problem with your login information." msgstr "Houve um problema com sua informação de login." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com sua atualização. Por favor tente novamente." @@ -4727,7 +4732,7 @@ msgstr "Houve um problema com sua atualização. Por favor tente novamente." msgid "There were problems with your report. Please see below." msgstr "Houveram problemas com o sua denúncia. Por favor veja abaixo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Houveram problemas com o sua atualização. Por favor veja abaixo." @@ -4795,18 +4800,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este 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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Esta informação é necessária" @@ -4871,7 +4876,7 @@ msgstr "Esta denúncia está atualmente marcada como aberta." msgid "This report is now closed to updates." msgstr "Esta denúncia está fechada para atualizações." -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4928,7 +4933,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "ou <a href=\"%s\">entrar</a>" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5122,8 +5127,8 @@ msgstr "Atualizado por <strong>%s</strong> (%s) em %s" msgid "Updated by <strong>%s</strong> at %s" msgstr "Atualizado por <strong>%s</strong> em %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5245,8 +5250,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Valores atualizados" @@ -5321,7 +5326,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5577,7 +5582,7 @@ msgstr "Suas Denúncias" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Sua conta" @@ -5721,7 +5726,7 @@ msgstr "tudo" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5776,7 +5781,7 @@ msgstr "última atualização %s" msgid "less than a minute" msgstr "menos de um minuto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5858,7 +5863,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:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "esse tipo de problema local" diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po index 308a26dec..b1898bdad 100644 --- a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/mysociety/teams/12067/ro_RO/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "şi" @@ -175,8 +175,8 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Alege o categorie --" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "" @@ -279,7 +279,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Adaugă o categorie nouă" @@ -356,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -664,12 +664,12 @@ msgstr "" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -926,7 +926,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -1354,7 +1354,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1449,7 +1449,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1655,7 +1655,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1675,12 +1675,12 @@ msgstr "" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1898,7 +1898,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2043,7 +2043,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -2061,8 +2061,8 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "" @@ -2298,7 +2298,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "" @@ -2646,15 +2646,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2684,7 +2684,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 msgid "Parent categories" msgstr "" @@ -2842,8 +2842,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" @@ -2853,7 +2853,7 @@ msgstr "" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2873,7 +2873,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2892,7 +2892,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2954,7 +2954,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3157,7 +3157,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3170,7 +3170,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "" @@ -3210,13 +3210,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "" @@ -3252,16 +3252,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3281,6 +3281,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3350,11 +3354,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3362,11 +3366,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3376,11 +3380,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3492,15 +3496,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3515,7 +3520,7 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3655,11 +3660,11 @@ msgstr "" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3748,15 +3753,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3778,7 +3783,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3941,7 +3946,7 @@ msgstr "" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4011,7 +4016,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4069,8 +4074,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4090,7 +4095,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "" @@ -4196,7 +4201,6 @@ msgstr "" #: 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 @@ -4246,9 +4250,10 @@ msgstr "" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" @@ -4311,7 +4316,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4333,7 +4338,7 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4346,7 +4351,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4435,16 +4440,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "" @@ -4494,8 +4499,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4603,7 +4608,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4663,12 +4668,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4676,7 +4681,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4744,18 +4749,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "" @@ -4820,7 +4825,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4876,7 +4881,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5067,8 +5072,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5190,8 +5195,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5266,7 +5271,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5521,7 +5526,7 @@ msgstr "Rapoartele dvs." #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5664,7 +5669,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5719,7 +5724,7 @@ msgstr "" msgid "less than a minute" msgstr "mai puţin de un minut" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5800,7 +5805,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po index b3436c926..bc13c2993 100644 --- a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Russian (https://www.transifex.com/mysociety/teams/12067/ru/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "и" @@ -181,8 +181,8 @@ msgstr "(отправлено в обе инстанции)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Выберите категорию --" @@ -226,7 +226,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "Актуальных неполадок: <strong>%s</strong>" @@ -292,7 +292,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Добавить контакт с помощью формы." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Добавить категорию" @@ -369,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -679,12 +679,12 @@ msgstr "Категория" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Процент устранения неполадок в этой категории, которым больше 4 недель" @@ -943,7 +943,7 @@ msgstr "Создать обращение" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Создать категорию" @@ -1385,7 +1385,7 @@ msgstr "Конечная точка" msgid "Enter a Zürich street name" msgstr "Введите название улицы в Цюрихе" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Введите почтовый индекс ближайшего отделения связи в Великобритании или название улицы и регион" @@ -1480,7 +1480,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1686,7 +1686,7 @@ msgstr "Собираетесь отправить опрос?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "График устранения неполадки: статус/время" @@ -1706,12 +1706,12 @@ msgstr "Эта проблема решена?" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Вы впервые отправляете обращение в орган самоуправления?" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1936,7 +1936,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2083,7 +2083,7 @@ msgstr "Все сообщения о неполадках в виде списк msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Загрузка..." @@ -2101,8 +2101,8 @@ msgstr "Местные RSS-фиды и уведомления по эл. поч msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Местные RSS-фиды и уведомления по эл. почте (‘%s’)" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Местные уведомления" @@ -2340,7 +2340,7 @@ msgstr "" msgid "New body added" msgstr "Добавлено новое учреждение" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Добавлен новый контакт в категории" @@ -2694,15 +2694,15 @@ msgstr "Порядок" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Другое" @@ -2732,7 +2732,7 @@ msgstr "Страница не найдена" msgid "Parent" msgstr "Родительская" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Другие категории" @@ -2894,8 +2894,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Выберите категорию" @@ -2905,7 +2905,7 @@ msgstr "Выберите категорию" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2928,7 +2928,7 @@ msgstr "Будьте вежливы! Грубые, некорректные об #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2947,7 +2947,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -3009,7 +3009,7 @@ msgid "Please enter your first name" msgstr "Введите свое имя" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Введите свое полное имя. Эта информация необходима представителям органов самоуправления. Если вы не хотите, чтобы ваше полное имя отображалось на сайте, снимите галочку ниже." @@ -3214,7 +3214,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Конфиденциальность" @@ -3227,7 +3227,7 @@ msgstr "Конфиденциальность и файлы cookie" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Доступ ограничен" @@ -3270,13 +3270,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Проблема (%s) отправлена в орган самоуправления: %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Сортировка проблем по статусу" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Проблема помечена как открытая." @@ -3312,16 +3312,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Проблемы в пределах этого места: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Проблемы в пределах этого района: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3341,6 +3341,10 @@ msgstr "Адрес имущества:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3411,11 +3415,11 @@ msgstr "Опрос заполнен автором обращения" msgid "RSS feed" msgstr "RSS-фид" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS-фид для: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS-фид для района: %s, %s" @@ -3423,11 +3427,11 @@ msgstr "RSS-фид для района: %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "%s: RSS-фид" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "%s: RSS-фид, в пределах района: %s" @@ -3437,11 +3441,11 @@ msgstr "RSS-фид о проблемах поблизости" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS-фид о проблемах в пределах: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS-фид о проблемах в пределах района: %s" @@ -3553,15 +3557,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Сообщить о проблеме" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3577,7 +3582,7 @@ msgstr "Сообщено анонимно в: %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3718,11 +3723,11 @@ msgstr "Опубликованные обращения" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3811,15 +3816,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Повернуть влево" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3841,7 +3846,7 @@ msgstr "Спутник" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4004,7 +4009,7 @@ msgstr "Поделиться" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4074,7 +4079,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4134,8 +4139,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "К сожалению, адреса по данному индексу относятся к коронным землям. Зона покрытия нашего ресурса на них не распространяется." @@ -4155,7 +4160,7 @@ msgstr "При подтверждении вашего обращения про #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Не удалось найти это местоположение." @@ -4262,7 +4267,6 @@ msgstr "" #: 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 @@ -4312,9 +4316,10 @@ msgstr "Тема:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Отправить" @@ -4378,7 +4383,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4400,7 +4405,7 @@ msgstr "Итог" msgid "Summary reports" msgstr "Отчеты об итогах" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4413,7 +4418,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Результаты опроса" @@ -4502,16 +4507,16 @@ msgstr "Это местоположение находится за предел #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Не удалось распознать индекс." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Проблема помечена как отправленная." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Сейчас мы еще раз отправим это обращение." @@ -4565,8 +4570,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4679,7 +4684,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Пользователь не смог определить местоположение неполадки на карте. Вместо этого он ввел данные о местности поблизости от неполадки." @@ -4741,12 +4746,12 @@ msgstr "При загрузке страницы произошла ошибка msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Не удалось загрузить новые данные. Повторите попытку." @@ -4754,7 +4759,7 @@ msgstr "Не удалось загрузить новые данные. Повт msgid "There were problems with your report. Please see below." msgstr "Не удалось загрузить обращение. Прочтите информациию ниже." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Не удалось загрузить новые данные. Прочтите информациию ниже." @@ -4832,18 +4837,18 @@ msgstr "" "В это учреждение будут отправляться только те обращения, неполадки в которых находятся на <strong>подведомственной территории</strong>.\n" " Чтобы получать обращения, учреждению необходимо иметь в ведении минимум одну область." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Поскольку пользователь не обозначил категорию проблемы, обращение было отправлено в оба органа самоуправления. Если данная проблема находится вне вашей ответственности, игнорируйте это обращение. Вы также можете написать нам, к какой категории относится данная проблема, и мы добавим новую информацию в систему." -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Поскольку пользователь обозначил категорию проблемы, находящейся в ведении нескольких органов самоуправления, мы отправили это письмо во все эти инстанции. Если данная проблема находится вне вашей ответственности, игнорируйте это обращение." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Эта информация является обязательной" @@ -4908,7 +4913,7 @@ msgstr "Это обращение на данный момент помечен msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Эта веб-страница также содержит фото неполадки, предоставленное пользователем." @@ -4964,7 +4969,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Просмотр точного местоположения данной проблемы на карте" @@ -5156,8 +5161,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5279,8 +5284,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Значения обновлены" @@ -5355,7 +5360,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Скорее всего, эта проблема находится в ведении этой инстанции: %s;. Однако в нашей системе нет ее контактных данных. Если вам известен действующий адрес этой организации, напишите нам об этом." @@ -5617,7 +5622,7 @@ msgstr "Ваши обращения" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5760,7 +5765,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5815,7 +5820,7 @@ msgstr "последнее обновление: %s" msgid "less than a minute" msgstr "менее минуты" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5897,7 +5902,7 @@ msgstr "метка не отображается, так как карта не msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "этот тип проблемы поблизости" diff --git a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po index d22713cd4..9b1d6d11e 100644 --- a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/mysociety/teams/12067/sl_SI/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "in" @@ -175,8 +175,8 @@ msgstr "(poslano obema)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "— Izberi kategorijo —" @@ -216,7 +216,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "" @@ -279,7 +279,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Dodaj novo kategorijo" @@ -356,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -665,12 +665,12 @@ msgstr "" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "" @@ -927,7 +927,7 @@ msgstr "Ustvari poročilo" msgid "Create an account" msgstr "Ustvari račun" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Ustvari kategorijo" @@ -1357,7 +1357,7 @@ msgstr "" msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1452,7 +1452,7 @@ msgstr "Zunanja ekipa" msgid "Extra Fields" msgstr "Dodatna Polja" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1658,7 +1658,7 @@ msgstr "" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "" @@ -1678,12 +1678,12 @@ msgstr "" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1902,7 +1902,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2049,7 +2049,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Nalagam..." @@ -2067,8 +2067,8 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "" @@ -2305,7 +2305,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "" @@ -2654,15 +2654,15 @@ msgstr "Vrstni red" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2692,7 +2692,7 @@ msgstr "Stran ni bila najdena" msgid "Parent" msgstr "Starš" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Vse kategorije" @@ -2853,8 +2853,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Prosim izberi kategorijo" @@ -2864,7 +2864,7 @@ msgstr "Prosim izberi kategorijo" msgid "Please choose a less commonly-used password" msgstr "Prosim izberi manj pogosto uporabljano geslo" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2884,7 +2884,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2903,7 +2903,7 @@ msgstr "Prosim vnesi mobilno številko" msgid "Please enter a name" msgstr "Prosim vnesi ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2965,7 +2965,7 @@ msgid "Please enter your first name" msgstr "Prosim vnesi svoje ime" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" @@ -3170,7 +3170,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3183,7 +3183,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "" @@ -3226,13 +3226,13 @@ msgstr "Odstrani s seznama" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problem označen kot odprt." @@ -3268,16 +3268,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3297,6 +3297,10 @@ msgstr "" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3367,11 +3371,11 @@ msgstr "Vprašalnik, ki ga je izpolnil prijavitelj problema" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3379,11 +3383,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3393,11 +3397,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3510,15 +3514,16 @@ msgstr "ID poročila:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Poročaj o problemu" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Poročaj o problemu tukaj" @@ -3534,7 +3539,7 @@ msgstr "Prijavi zlorabo" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "Prijavi še en problem tukaj" @@ -3675,11 +3680,11 @@ msgstr "Poročila obljavljena." msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3768,15 +3773,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Zavrti v levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3798,7 +3803,7 @@ msgstr "Satelit" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3961,7 +3966,7 @@ msgstr "Deli" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4031,7 +4036,7 @@ msgstr "Prikaži poročila v tvojem območju" #: 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/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4089,8 +4094,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4110,7 +4115,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Oprosti, ne najdem te lokacije." @@ -4217,7 +4222,6 @@ msgstr "" #: 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 @@ -4267,9 +4271,10 @@ msgstr "Zadeva:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Pošlji" @@ -4332,7 +4337,7 @@ msgstr "" msgid "Summarise the problem" msgstr "Povzemi težavo" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Povzemi svoje spremembe" @@ -4354,7 +4359,7 @@ msgstr "Povzetek" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4367,7 +4372,7 @@ msgstr "Superuser:" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "" @@ -4457,16 +4462,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Poštna številka je nepoznana. Oprosti." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Težava je označena kot poslana." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Težava bo poslana ponovno." @@ -4516,8 +4521,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4626,7 +4631,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" @@ -4686,12 +4691,12 @@ msgstr "Težava s prikazom strani. Poskusi kasneje." msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4699,7 +4704,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "" @@ -4767,18 +4772,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Podatek je obvezen" @@ -4843,7 +4848,7 @@ msgstr "" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" @@ -4899,7 +4904,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "" @@ -5090,8 +5095,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5213,8 +5218,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "" @@ -5289,7 +5294,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -5544,7 +5549,7 @@ msgstr "" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5687,7 +5692,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5742,7 +5747,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5824,7 +5829,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po index 1b8135ac3..448040b9d 100644 --- a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Albanian (https://www.transifex.com/mysociety/teams/12067/sq/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "dhe" @@ -181,8 +181,8 @@ msgstr "(dërguar te të dy)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Zgjedh kategorinë --" @@ -226,7 +226,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> problemet në kohë reale" @@ -292,7 +292,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Shto kontakt duke përdorë formularin e mëposhtëm." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Shto kategori të re" @@ -369,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -679,12 +679,12 @@ msgstr "Kategoria" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategoria është ndryshuar nga ‘%s’ në ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "norma fikse e kategorisë për probleme > më të vjetra se 4 javë" @@ -943,7 +943,7 @@ msgstr "Krijo raport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Krijo kategori" @@ -1386,7 +1386,7 @@ msgstr "Instanca e fundit" msgid "Enter a Zürich street name" msgstr "Fut një rrugë në Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Fut një kod postar të Britanisë, apo një rrugë / lagje" @@ -1481,7 +1481,7 @@ msgstr "Ekip i jashtëm" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1687,7 +1687,7 @@ msgstr "Do ta dërgoni pyetësorin?" msgid "Grant access to the admin" msgstr "Jepni qasje administratorit" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Grafika e krijimit të raportimeve sipas statusit dhe kohës" @@ -1707,12 +1707,12 @@ msgstr "A është rregulluar ky problem?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1937,7 +1937,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2084,7 +2084,7 @@ msgstr "Listo të gjitha problemet e raportuara" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Duke ngarkuar..." @@ -2102,8 +2102,8 @@ msgstr "Njoftimet me email dhe RSS-at lokal" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Njoftimet lokale" @@ -2341,7 +2341,7 @@ msgstr "" msgid "New body added" msgstr "U shtua një zyre e re" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "U shtua një kontakt i ri i kategorisë" @@ -2697,15 +2697,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Tjera" @@ -2735,7 +2735,7 @@ msgstr "Faqja nuk u gjet" msgid "Parent" msgstr "Instanca prindore" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Të gjitha kategoritë" @@ -2897,8 +2897,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Ju lutem zgjedhni kategorinë" @@ -2908,7 +2908,7 @@ msgstr "Ju lutem zgjedhni kategorinë" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2931,7 +2931,7 @@ msgstr "Ju lutemi mos u bëni abuziv — abuzimi i zyreve e zhvlerëson #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2950,7 +2950,7 @@ msgstr "" msgid "Please enter a name" msgstr "Ju lutemi shkruani emrin" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Ju lutem shkruani emrin për këtë zyre" @@ -3012,7 +3012,7 @@ msgid "Please enter your first name" msgstr "Ju lutemi shkruani emrin tuaj" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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ë" @@ -3217,7 +3217,7 @@ msgstr "Prioritetet" msgid "Priority" msgstr "Prioriteti" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privacia" @@ -3230,7 +3230,7 @@ msgstr "Privacia dhe cookiet" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privat" @@ -3274,13 +3274,13 @@ msgstr "Hiq nga lista" msgid "Problem %s sent to council %s" msgstr "Problemi %s u dërgua te zyrja %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Analiza e problemit sipas statusit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problemi është shenuar si i hapur." @@ -3316,16 +3316,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemet brenda %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemet brenda lagjes %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3345,6 +3345,10 @@ msgstr "Adresa e pronës:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3415,11 +3419,11 @@ msgstr "Pyetësori u plotësua nga raportuesi i problemit" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS feed për %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS feed për lagjen %s , %s" @@ -3427,11 +3431,11 @@ msgstr "RSS feed për lagjen %s , %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS feed i %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed i %s, brenda lagjes %s" @@ -3441,11 +3445,11 @@ msgstr "RSS feed i problemeve në afërsi" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS feed i problemeve brenda %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS feed i problemeve brenda lagjes %s " @@ -3558,15 +3562,16 @@ msgstr "ID e raportimit" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Raporto problemin" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3582,7 +3587,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3723,11 +3728,11 @@ msgstr "Raportimet e publikuara" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3816,15 +3821,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rrotullo majtas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3846,7 +3851,7 @@ msgstr "Sateliti" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4009,7 +4014,7 @@ msgstr "Shpërndaj" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4079,7 +4084,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4139,8 +4144,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4160,7 +4165,7 @@ msgstr "Kërkojmë falje, ndodhi një gabim gjatë konfirmimit të problemit tua #: 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 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Kërkojmë falje, lokacioni nuk u gjet." @@ -4268,7 +4273,6 @@ msgstr "" #: 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 @@ -4318,9 +4322,10 @@ msgstr "Tema:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Dërgo" @@ -4384,7 +4389,7 @@ msgstr "" msgid "Summarise the problem" msgstr "Përmblidhe problemin" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Përmblidh ndryshimet" @@ -4406,7 +4411,7 @@ msgstr "Përmbledhje" msgid "Summary reports" msgstr "Raportet përmbledhëse" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4419,7 +4424,7 @@ msgstr "Përdorues i privilegjuar" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Përdoruesit e privilegjuar kanë të drejta të kryejnë <strong>të gjitha veprimet</strong> në admin." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Rezultatet e anketimit" @@ -4508,16 +4513,16 @@ msgstr "Ky lokacion nuk duket se është brenda kufijve të shtetit; provoni pra #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Ky kod postar nuk është i njohur, na vjen keq." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Problemi u markua i dërguar." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Ky problem nuk do të ridërgohet." @@ -4571,8 +4576,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4685,7 +4690,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Përdoruesi nuk arriti ta lokalozojë problemin në hartë, por mund të shihni zonën përreth lokacionit që ka zgjedhur " @@ -4747,12 +4752,12 @@ msgstr "Pati një problem për të shfaqur këtë faqe. Ju lutemi provoni më vo msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 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." @@ -4760,7 +4765,7 @@ msgstr "Pati problem me përditësimin tuaj. Ju lutemi provoni përsëri." msgid "There were problems with your report. Please see below." msgstr "Pati një problem me raportin tuaj. Ju lutemi lexoni mëposhtë." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Pati një problem me përditësimin tuaj. Ju lutemi lexoni mëposhtë." @@ -4838,18 +4843,18 @@ msgstr "" "Kësaj zyre do t'i dërgohen vetëm problemet që ndodhen në <strong>zonën e mbuluar</strong>.\n" " Një zyre do të pranojë raporte vetëm nëse ka së paku një zonë që e mbulon." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Ky informacion është i domosdoshëm" @@ -4914,7 +4919,7 @@ msgstr "Ky problem është markuar i hapur." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4970,7 +4975,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 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" @@ -5162,8 +5167,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5286,8 +5291,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Vlerat e përditësuara" @@ -5362,7 +5367,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5624,7 +5629,7 @@ msgstr "Raportet tuaja" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Llogaria juaj" @@ -5768,7 +5773,7 @@ msgstr "të gjitha" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5823,7 +5828,7 @@ msgstr "përditësimi i fundit %s" msgid "less than a minute" msgstr "më pak se një minutë" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5905,7 +5910,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:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "ky lloj i problemit lokal" diff --git a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po index ba726626b..07fa25ed3 100644 --- a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Serbian (https://www.transifex.com/mysociety/teams/12067/sr/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "i" @@ -183,8 +183,8 @@ msgstr "(poslato oboma)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Izaberi kategoriju --" @@ -225,7 +225,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<label for=\"statuses\">prikaži</label> %s <label for=\"filter_categories\">o</label> %s" @@ -291,7 +291,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Dodaj kontakt korišćenjem obrasca ispod." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Dodaj novu kategoriju" @@ -368,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -678,12 +678,12 @@ msgstr "Kategorija je promenjena sa ‘%s’ na ‘%s’" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Norma rešavanja problema stari > od 4 nedelje " #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Norma rešavanja problema stari > od 4 nedelje " @@ -942,7 +942,7 @@ msgstr "Kreiraj izveštaj" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kreiraj kategoriju" @@ -1377,7 +1377,7 @@ msgstr "Završna tačka" msgid "Enter a Zürich street name" msgstr "Unesi Zürich naziv ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Unesi naziv obližnje ulice ili oblasti" @@ -1472,7 +1472,7 @@ msgstr "Spoljni tim" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1678,7 +1678,7 @@ msgstr "Šaljete upitnik?" msgid "Grant access to the admin" msgstr "Dozvolite pristup administratoru" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Grafikon kreiranja problema po statusu duž vremena" @@ -1698,12 +1698,12 @@ msgstr "Da li je ovaj problem rešen?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1926,7 +1926,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2073,7 +2073,7 @@ msgstr "Navedi sve prijavljene probleme" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Loading..." @@ -2091,8 +2091,8 @@ msgstr "Lokalna obaveštenja" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Lokalna obaveštenja" @@ -2328,7 +2328,7 @@ msgstr "" msgid "New body added" msgstr "Dodata nova direkcija" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Dodata nova kontakt kategorija" @@ -2684,15 +2684,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Drugi" @@ -2722,7 +2722,7 @@ msgstr "Strana nije nađena" msgid "Parent" msgstr "Izvor" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Sve kategorije" @@ -2883,8 +2883,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Molimo vas izaberite kategoriju" @@ -2894,7 +2894,7 @@ msgstr "Molimo vas izaberite kategoriju" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2914,7 +2914,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2933,7 +2933,7 @@ msgstr "" msgid "Please enter a name" msgstr "Molimo vas unesite ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Molimo vas unesite naziv ovog tela" @@ -2995,7 +2995,7 @@ msgid "Please enter your first name" msgstr "Molimo vas unesite vaše ime" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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 " @@ -3200,7 +3200,7 @@ msgstr "Prioriteti" msgid "Priority" msgstr "Prioritet" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Privatnost" @@ -3213,7 +3213,7 @@ msgstr "Privatnost i kolačići" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privatan" @@ -3257,13 +3257,13 @@ msgstr "Ukloni iz užeg kruga" msgid "Problem %s sent to council %s" msgstr "Problem %s poslat skupštini %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Pregled problema po stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -3299,16 +3299,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problemi u okviru %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problemi u okviru %s naselja" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3328,6 +3328,10 @@ msgstr "Adresa imovine:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3398,11 +3402,11 @@ msgstr "Upitnik popunio podnosilac problema " msgid "RSS feed" msgstr "RSS vesti" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS vesti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS vesti za %s naselje, %s" @@ -3410,11 +3414,11 @@ msgstr "RSS vesti za %s naselje, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS vesti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" @@ -3424,11 +3428,11 @@ msgstr "RSS vesti o obližnjim problemima" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS vesti %s, u okviru %s " -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" @@ -3541,15 +3545,16 @@ msgstr "ID prijave:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Prijavi problem" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3565,7 +3570,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3706,11 +3711,11 @@ msgstr "Objavljene prijave" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3799,15 +3804,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Okreni levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3829,7 +3834,7 @@ msgstr "Satelitski" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3992,7 +3997,7 @@ msgstr "Podeli" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4062,7 +4067,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4122,8 +4127,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4143,7 +4148,7 @@ msgstr "Izvinite, nastala je greška u potvrđivanju vašeg problema." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Izvinite, nismo mogli da nađemo datu lokaciju." @@ -4251,7 +4256,6 @@ msgstr "" #: 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 @@ -4301,9 +4305,10 @@ msgstr "Predmet" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Podnesi" @@ -4367,7 +4372,7 @@ msgstr "" msgid "Summarise the problem" msgstr "Rezimiraj problem" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Rezimiraj vaše promene" @@ -4389,7 +4394,7 @@ msgstr "Rezime" msgid "Summary reports" msgstr "Kratki izveštaji" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4402,7 +4407,7 @@ msgstr "Superkorisnik:" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Superkorisnici imaju dozvolu da obave <strong>sve radnje</strong> u sklopu admin." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Rezultati ankete" @@ -4491,16 +4496,16 @@ msgstr "Po svemu sudeći data lokacija nije na Kosovu; molimo vas pokušajte pon #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Dati poštanski broj nije prepoznat, izvinite." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Dati problem obeležen je kao poslat." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Dati problem će sada biti ponovo poslat." @@ -4552,8 +4557,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4666,7 +4671,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Korisnik nije mogao da pronađe problem na mapi, već samo da vidi oblast oko lokacije koju su uneli " @@ -4728,12 +4733,12 @@ msgstr "Nastao je problem u prikazivanju ove strane. Molimo vas probajte ponovo msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 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." @@ -4741,7 +4746,7 @@ msgstr "Bilo je problema sa vašim ažuriranjem. Molimo vas pokušajte ponovo." msgid "There were problems with your report. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." @@ -4818,18 +4823,18 @@ msgstr "" "Ovoj direkciji šalju se samo one prijave o problemima koji se nalaze u <strong>pokrivenoj oblasti</strong>.\n" "Direkcija neće primati nikakve prijave, sem u slučaju da pokriva najmanje jednu oblast ." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Ova informacija je tražena" @@ -4894,7 +4899,7 @@ msgstr "Ova prijava trenutno je obeležena kao otvorena." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4950,7 +4955,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Da pogledate mapu sa preciznom lokacijom ovog pitanja" @@ -5142,8 +5147,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5266,8 +5271,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Ažurirane vrednosti" @@ -5342,7 +5347,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5597,7 +5602,7 @@ msgstr "" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5741,7 +5746,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5796,7 +5801,7 @@ msgstr "" msgid "less than a minute" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5878,7 +5883,7 @@ msgstr "" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "" diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index 1c2608f3c..ae9640cd7 100644 --- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,16 +4,17 @@ # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # # Translators: -# mySociety <transifex@mysociety.org>, 2019 -# Joe Siltberg <joe@joesiltberg.se>, 2019 +# mySociety <transifex@mysociety.org>, 2020 +# Joe Siltberg <joe@joesiltberg.se>, 2020 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\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 <joe@joesiltberg.se>, 2019\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"PO-Revision-Date: 2020-03-05 09:59+0000\n" +"Last-Translator: Joe Siltberg <joe@joesiltberg.se>, 2020\n" "Language-Team: Swedish (Sweden) (https://www.transifex.com/mysociety/teams/12067/sv_SE/)\n" "Language: sv_SE\n" "MIME-Version: 1.0\n" @@ -23,7 +24,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " och " @@ -176,8 +177,8 @@ msgstr "(skickat till båda)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(vi har också RSS-flöden för problem inom %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Välj en kategori --" @@ -187,9 +188,8 @@ 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." +msgstr "-- Vänligen välj --" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -221,7 +221,7 @@ msgstr "<label for=\"statuses\">Visa</label> %s rapporter <label for=\"filter_ca msgid "<span>%s</span> saved." msgstr "<span>%s</span> sparad." -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> aktuella problem" @@ -249,11 +249,11 @@ msgstr "<strong>Ja</strong>, jag har ett lösenord" #. ("JS") #: templates/web/base/js/translation_strings.html:78 msgid "<u>Take or choose existing photo</u>" -msgstr "" +msgstr "<u>Ta eller välj foto</u>" #: templates/web/base/admin/bodies/contact-form.html:12 msgid "A service ID (Open311 or similar)." -msgstr "" +msgstr "Ett service ID (Open311 eller liknande)." #: templates/web/base/report/new/form_user.html:8 msgid "About the problem" @@ -261,7 +261,7 @@ msgstr "Om problemet" #: perllib/FixMyStreet/App/Controller/Root.pm:128 msgid "Access denied" -msgstr "" +msgstr "Tillgång nekad" #: templates/web/base/auth/2fa/intro.html:20 #: templates/web/base/auth/generate_token.html:61 @@ -284,10 +284,9 @@ msgstr "Lägg till en <strong>förvaltning</strong> 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 +#: templates/web/base/admin/bodies/contact-form.html:108 msgid "Add another parent category" -msgstr "Ny kategori" +msgstr "Lägg till en till föräldrakategori" #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 @@ -361,7 +360,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Administratörskontrollpanel" @@ -448,12 +447,11 @@ msgstr "Hämta alltid alla problem" #: 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 "" +msgstr "En e-postadress eller service ID (Open311 eller liknande)." #: templates/web/base/admin/bodies/contact-form.html:14 -#, fuzzy msgid "An email address." -msgstr "Lägg till epostadress" +msgstr "En e-postadress." #: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." @@ -513,9 +511,8 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "Eftersom detta är en testsajt och %s är falskt kommer rapporter gjorda här att rapporteras till problemrapportören istället för kontakten angiven i problemkategorin" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Tilldela användare till områden" +msgstr "Tilldela roll till urval:" #: templates/web/zurich/admin/reports/edit.html:199 msgid "Assign to competent body:" @@ -590,7 +587,7 @@ msgstr "Tillbaka till samtliga rapporter" #: templates/web/base/admin/manifesttheme/index.html:9 msgid "Background Colour" -msgstr "" +msgstr "Bakgrundsfärg" #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" @@ -598,7 +595,7 @@ msgstr "Förbjud användare" #: templates/web/base/admin/extra-metadata-item.html:35 msgid "Behaviour" -msgstr "" +msgstr "Beteende" #: perllib/FixMyStreet/Cobrand/Default.pm:693 #: perllib/FixMyStreet/Cobrand/Default.pm:776 @@ -671,12 +668,12 @@ msgstr "Kategori" msgid "Category and State" msgstr "Kategori och tillstånd" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori ändrat från ‘%s’ till ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Kategorins lösningsnivå för problem över 4 veckor gamla" @@ -711,9 +708,8 @@ msgid "Change phone number" msgstr "Ändra telefonnummer" #: templates/web/base/auth/generate_token.html:56 -#, fuzzy msgid "Change two-factor authentication" -msgstr "Aktivera tvåfaktorsautentisering" +msgstr "Ändra tvåfaktorsautentisering" #: templates/web/base/admin/bodies/_category_field.html:3 msgid "" @@ -934,7 +930,7 @@ msgstr "Skapa en rapport" msgid "Create an account" msgstr "Skapa ett konto" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Skapa en kategori" @@ -1037,9 +1033,8 @@ msgid "Delete template" msgstr "Ta bort mall" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Ta bort mall" +msgstr "Ta bort tema" #: templates/web/base/admin/bodies/contact-form.html:40 #: templates/web/base/admin/bodies/index.html:31 @@ -1060,9 +1055,8 @@ msgid "Description" msgstr "Beskrivning" #: templates/web/base/admin/bodies/contact-form.html:7 -#, fuzzy msgid "Destination" -msgstr "Beskrivning" +msgstr "Destination" #: perllib/FixMyStreet/App/Controller/Report.pm:442 msgid "Detailed information is limited to %d characters." @@ -1102,11 +1096,11 @@ 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 "" +msgstr "Avaktivera formulär när denna kategori väljs" #: templates/web/base/admin/extra-metadata-option.html:18 msgid "Disable form when this option is selected" -msgstr "" +msgstr "Avaktivera formulär när detta alternativ väljs" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1119,11 +1113,11 @@ msgstr "Ta bort ändringar" #: templates/web/base/admin/extra-metadata-item.html:67 msgid "Display as" -msgstr "" +msgstr "Visa som" #: templates/web/base/admin/extra-metadata-option.html:10 msgid "Displayed label" -msgstr "" +msgstr "Visad etikett" #: templates/web/base/admin/bodies/open311-form-fields.html:107 msgid "Do not send email alerts on fetched comments to problem creator" @@ -1148,13 +1142,12 @@ msgstr "Ner en" #. ("JS") #: templates/web/base/js/translation_strings.html:77 -#, fuzzy msgid "Drag photos here or <u>browse photos</u>" msgstr "Släpp foton här eller <u>klicka för att ladda upp</u>" #: templates/web/base/admin/extra-metadata-item.html:70 msgid "Drop-down list" -msgstr "" +msgstr "Rullgardinsmeny" #: templates/web/base/report/_inspect.html:39 msgid "Duplicate of" @@ -1374,11 +1367,10 @@ msgid "Endpoint" msgstr "Ändpunkt" #: perllib/FixMyStreet/Cobrand/Zurich.pm:83 -#, fuzzy msgid "Enter a Zürich street name" -msgstr "Skriv in ett Zürich-gatunamn" +msgstr "Skriv in ett Zürich-gatunamn" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Ange gatunamn och ort eller ett postnummer" @@ -1473,7 +1465,7 @@ msgstr "Externt arbetslag" msgid "Extra Fields" msgstr "Ytterligare fält" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1492,7 +1484,7 @@ msgstr "Extra fält:" #: templates/web/base/admin/extra-metadata-item.html:38 msgid "Extra question shown to user" -msgstr "" +msgstr "Extra fråga visad för användaren" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1505,7 +1497,7 @@ msgstr "Fält" #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:42 msgid "File type not recognised. Please upload an image." -msgstr "" +msgstr "Okänd filtyp. Vänligen ladda upp en bild." #: templates/web/base/report/form/user_loggedout_password.html:21 #: templates/web/base/report/form/user_loggedout_password.html:8 @@ -1515,7 +1507,7 @@ msgstr "Fyll i dina uppgifter manuellt." #. ("JS") #: templates/web/base/js/translation_strings.html:71 msgid "Filter" -msgstr "" +msgstr "Filter" #: templates/web/zurich/admin/index-dm.html:35 #: templates/web/zurich/admin/index-sdm.html:30 @@ -1617,7 +1609,7 @@ msgstr "Vanliga frågor" #: templates/web/base/contact/enquiry/index.html:1 #: templates/web/base/contact/enquiry/index.html:3 msgid "General Enquiry" -msgstr "" +msgstr "Allmän förfrågan" #: templates/web/base/auth/generate_token.html:78 msgid "Generate token" @@ -1679,7 +1671,7 @@ msgstr "Skicka enkät?" msgid "Grant access to the admin" msgstr "Bevilja tillgång till administratörskontrollpanelen" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Visualisering av rapporter över tid" @@ -1699,12 +1691,12 @@ msgstr "Har det här problemet blivit löst?" 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" -msgstr "" +msgstr "Heatmap" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1733,7 +1725,7 @@ msgstr "Gömd" #: templates/web/base/admin/extra-metadata-item.html:46 msgid "Hidden data in reporting form" -msgstr "" +msgstr "Dold data i rapportformulär" #: templates/web/base/admin/users/form.html:196 msgid "Hide all reports and updates" @@ -1768,9 +1760,8 @@ 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" +msgstr "Dölj rapporter i denna kategori" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -1842,11 +1833,11 @@ msgstr "Om denna prioritet skickas vidare till en extern tjänst (t.ex. Exor/Con #: 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 "" +msgstr "Om ikryssad kommer formuläret avaktiveras och notis-texten visas." #: 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 "" +msgstr "Om ikryssad kommer denna extra data inte redigeras eller tas bort av Open311 populeringsscriptet." #: 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." @@ -1931,9 +1922,9 @@ msgstr "" " <strong>FixaMinGata-användare</strong> ska stå som skaparen av dessa uppdateringar\n" " när de visas på sajten. Skriv in ID-värdet (ett nummer) för den önskade användaren." -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." -msgstr "" +msgstr "Om du har gjort ändringar, lämna en beskrivande kommentar, som andra administratörer kan se." #: perllib/FixMyStreet/App/Controller/Contact.pm:166 msgid "Illegal ID" @@ -1983,12 +1974,11 @@ msgstr "Instruera entreprenörer att lösa problem" #: templates/web/base/admin/extra-metadata-item.html:50 msgid "Internal data set by Open311" -msgstr "" +msgstr "Internt data set av Open311" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "Interna anteckningar" +msgstr "Intern nyckel" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" @@ -2039,9 +2029,8 @@ msgid "Last editor" msgstr "Senaste redaktör" #: templates/web/base/admin/reports/edit.html:92 -#, fuzzy msgid "Last failure:" -msgstr "Senaste uppdatering:" +msgstr "Senaste misslyckande:" #: templates/web/base/questionnaire/index.html:55 msgid "Last update" @@ -2078,7 +2067,7 @@ msgstr "Lista alla rapporterade problem" msgid "Loading reports…" msgstr "Laddar rapporter..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laddar..." @@ -2096,8 +2085,8 @@ msgstr "Lokala RSS-flöden och epostbevakningar" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Lokala rapporter" @@ -2132,9 +2121,8 @@ msgstr "Logga ut från alla sessioner" #: 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" +msgstr "Logga in med %s" #: templates/web/base/dashboard/index.html:83 msgid "Look up" @@ -2155,7 +2143,7 @@ msgstr "Hantera slutlista" #: perllib/FixMyStreet/Cobrand/Default.pm:688 msgid "Manifest Theme" -msgstr "" +msgstr "Manifest-tema" #: templates/web/base/admin/triage/_list-filters.html:31 #: templates/web/base/reports/_list-filters-sort.html:5 @@ -2195,7 +2183,7 @@ msgstr "Meddelande till extern förvaltning:" #: 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 "" +msgstr "Meddelande att visa när formuläret är avaktiverat (HTML tillåts)" #: templates/web/base/admin/reports/edit.html:72 msgid "Missing bodies:" @@ -2253,7 +2241,7 @@ msgstr "Mest kommenterad" #: perllib/FixMyStreet/App/Controller/Report.pm:707 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" -msgstr "" +msgstr "Flera grupper" #: templates/web/base/admin/bodies/form.html:24 #: templates/web/base/admin/bodies/index.html:25 @@ -2336,7 +2324,7 @@ msgstr "Nästan klart! Kolla meddelandet som har skickats till din telefon." msgid "New body added" msgstr "Ny förvaltning tillagd" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Nya kategorikontakter tillagda" @@ -2346,9 +2334,8 @@ msgstr "Ny e-postadress:" #: 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" +msgstr "Nytt fält" #: templates/web/zurich/admin/report_edit-sdm.html:96 #: templates/web/zurich/admin/reports/edit.html:125 @@ -2473,9 +2460,8 @@ msgid "No" msgstr "Nej" #: templates/web/base/admin/category-checkboxes.html:31 -#, fuzzy msgid "No Group" -msgstr "Grupp" +msgstr "Ingen grupp" #: templates/web/base/report/form/user_loggedout_password.html:7 msgid "No account?" @@ -2509,7 +2495,7 @@ msgstr "Inga fler uppdateringar" #: 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 "" +msgstr "Inga personuppgifter sparas och du får inga uppdateringar om denna rapport." #: templates/web/base/around/on_map_list_items.html:13 msgid "No reports to show on map, here are some nearby:" @@ -2588,12 +2574,11 @@ msgstr "Anteckningar från SDM till DM" #: templates/web/base/admin/extra-metadata-item.html:42 msgid "Notice shown to user" -msgstr "" +msgstr "Notis visad för användaren" #: templates/web/base/admin/extra-metadata-item.html:61 -#, fuzzy msgid "Notice text" -msgstr "Notis" +msgstr "Notistext" #: templates/web/base/reports/index.html:127 msgid "Number of problems reported in each category, in the last 7 days." @@ -2605,7 +2590,7 @@ msgstr "Antalet problem rapporterad i varje kommun, under de senaste sju dagarna #: templates/web/base/offline/fallback.html:4 msgid "Offline" -msgstr "" +msgstr "Offline" #. ("JS") #: templates/web/base/js/translation_strings.html:100 @@ -2632,7 +2617,7 @@ 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 "" +msgstr "Endast kommunanvändare kommer kunna skapa rapporter i den här kategorin." #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:178 #: perllib/FixMyStreet/Cobrand/Zurich.pm:156 @@ -2689,15 +2674,15 @@ msgstr "Ordning" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Övrig" @@ -2727,10 +2712,9 @@ msgstr "Sidan hittas ej" msgid "Parent" msgstr "Förälder" -#: templates/web/base/admin/bodies/contact-form.html:91 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:98 msgid "Parent categories" -msgstr "Andra kategorier" +msgstr "Föräldrakategorier" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" @@ -2743,19 +2727,16 @@ msgid "Password (optional)" msgstr "Lösenord (valfritt)" #: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 -#, fuzzy msgid "Password change cancelled." -msgstr "Ditt lösenord har ändrats" +msgstr "Lösenordsbyte avbröts." #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Lösenord (valfritt)" +msgstr "Gammalt lösenord" #: templates/web/base/admin/roles/index.html:6 -#, fuzzy msgid "Permissions" -msgstr "Rättigheter:" +msgstr "Rättigheter" #: templates/web/base/admin/users/form.html:159 msgid "Permissions:" @@ -2841,7 +2822,7 @@ msgstr "Foton från närliggande rapporter" #: templates/web/base/contact/enquiry/index.html:49 msgid "Photos/Documents" -msgstr "" +msgstr "Foton/dokument" #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 @@ -2889,8 +2870,8 @@ msgstr "Kontrollera att ditt telefonnummer är korrekt" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Välj en kategori" @@ -2900,7 +2881,7 @@ msgstr "Välj en kategori" msgid "Please choose a less commonly-used password" msgstr "Välj ett ovanligare lösenord" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2920,7 +2901,7 @@ msgstr "Var snäll och missbruka inte tjänsten, det förstör för alla." #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2939,7 +2920,7 @@ msgstr "Skriv in ett mobiltelefonnummer" msgid "Please enter a name" msgstr "Skriv in ett namn" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "Skriv in namnet på den här förvaltningen" @@ -3001,13 +2982,12 @@ msgid "Please enter your first name" msgstr "Skriv in ditt förnamn" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." msgstr "Skriv in ditt namn och efternamn" @@ -3063,9 +3043,8 @@ msgstr "Ange ifall du vill ta emot ett annat frågeformulär" #. ("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" +msgstr "Se till att inte ta med en e-postadress" #. ("JS") #: perllib/FixMyStreet/App/Controller/Auth.pm:494 @@ -3118,7 +3097,7 @@ msgstr "Ange om du har anmält ett problem till kommunen tidigare eller ej" #: 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 "" +msgstr "Scanna bilden med din app, eller mata in textkoden i din app, skapa sedan en ny engångskod och ange den nedan:" #: templates/web/zurich/admin/reports/edit.html:194 msgid "Please select a body." @@ -3183,15 +3162,15 @@ msgstr "Byggd på <a class=\"platform-logo\" href=\"https://fixmystreet.org/\">F #: templates/web/base/admin/bodies/contact-form.html:41 msgid "Prevent new reports from using this category, <em>and</em> also remove it from map filters." -msgstr "" +msgstr "Förhindra att nya rapporter använder denna kategori, <em>och</em> ta även bort den från kartfilter." #: templates/web/base/admin/bodies/contact-form.html:36 msgid "Prevent new reports from using this category, but keep it available in map filters." -msgstr "" +msgstr "Förhindra att nya rapporter använder denna kategori, men behåll den i kartfilter." #: templates/web/base/admin/extra-metadata-item.html:94 msgid "Prevent user from submitting the form until this field is filled in." -msgstr "" +msgstr "Förhindra att användaren skickar in formuläret tills detta fält är ifyllt." #: templates/web/base/pagination.html:4 msgid "Previous" @@ -3206,7 +3185,7 @@ msgstr "Prioriteringar" msgid "Priority" msgstr "Prioritet" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Personlig integritet" @@ -3219,7 +3198,7 @@ msgstr "Integritetsskydd och kakor" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Privat" @@ -3236,40 +3215,36 @@ 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" +msgstr "Rapport %s tillagd 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" +msgstr "Rapport %s skapad" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Rapport %d skapat" +msgstr "Rapport %s skapad för %s" #: templates/web/base/admin/users/log.html:56 -#, fuzzy msgid "Problem %s removed from shortlist" -msgstr "Ta bort från slutlista" +msgstr "Rapport %s borttagen från slutlista" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" msgstr "Rapport %s skickad till %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Rapporter per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problemet markerat som öppet." @@ -3305,16 +3280,16 @@ msgstr "Problem inom %.1f km av %s" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Problem inom %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Problem inom området %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "Problem inom %s område, %s" @@ -3332,7 +3307,12 @@ msgstr "Fastighetsadress:" #: templates/web/base/admin/extra-metadata-item.html:105 msgid "Protect from Open311 changes" -msgstr "" +msgstr "Skydda från Open311-ändringar" + +#: templates/web/base/admin/bodies/contact-form.html:69 +#, fuzzy +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "Skydda från Open311-ändringar" #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 @@ -3371,9 +3351,8 @@ msgid "Publish photo" msgstr "Publicera foto" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Frågeformulär" +msgstr "Frågetext" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3404,11 +3383,11 @@ msgstr "Frågeformulär ifyllt av rapportören" msgid "RSS feed" msgstr "RSS-flöde" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS-flöde för %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS-flöde för område %s, %s" @@ -3416,11 +3395,11 @@ msgstr "RSS-flöde för område %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS-flöde för %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "RSS-flöde för %s, inom område %s" @@ -3430,11 +3409,11 @@ msgstr "RSS-flöde av närliggande problem" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "RSS-flöde för problem inom %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "RSS-flöde för problem inom område %s" @@ -3458,7 +3437,7 @@ msgstr "Läs mer" #: templates/web/base/admin/reports/edit.html:93 msgid "Reason:" -msgstr "" +msgstr "Anledning:" #: templates/web/base/alert/updates.html:14 #: templates/web/base/report/display_tools.html:46 @@ -3517,9 +3496,8 @@ msgid "Remove from site" msgstr "Ta bort från sajten" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "Ta bort fält" +msgstr "Ta bort alternativ" #: templates/web/base/admin/reports/edit.html:174 #: templates/web/base/admin/update_edit.html:74 @@ -3547,15 +3525,16 @@ msgstr "Rapport-ID:" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapportera ett problem" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Rapportera ett problem här" @@ -3565,13 +3544,12 @@ msgstr "Rapportera missbruk" #: templates/web/base/report/form/user.html:32 #: templates/web/base/report/form/user.html:39 -#, fuzzy msgid "Report anonymously" -msgstr "Rapporterat anonymt %s" +msgstr "Rapportera anonymt" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "Rapportera ett annat problem här" @@ -3581,9 +3559,8 @@ msgid "Report as" msgstr "Rapportera som" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Redigera rapportuppgifter" +msgstr "Rapportuppgifter" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3712,11 +3689,11 @@ msgstr "Publicerade rapporter" msgid "Reports saved offline." msgstr "Rapporter sparade offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "Rapporter skickas till %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "Rapporter skickade till %s, inom området %s" @@ -3727,7 +3704,7 @@ msgstr "Rapporter som väntar på att skickas" #. ("JS") #: templates/web/base/js/translation_strings.html:42 msgid "Reposition if needed, then hit Continue" -msgstr "" +msgstr "Flytta vid behov, tryck sen på Fortsätt" #: templates/web/base/admin/extra-metadata-item.html:93 msgid "Required" @@ -3739,7 +3716,7 @@ msgstr "Skicka om rapporten" #: templates/web/base/auth/create.html:72 msgid "Reset" -msgstr "" +msgstr "Återställ" #: templates/web/base/admin/responsepriorities/index.html:1 msgid "Response Priorities" @@ -3792,28 +3769,28 @@ msgstr "Vägoperatör för den här namngivna vägen (från OpenStreetMap): %s" #: templates/web/base/admin/roles/index.html:5 msgid "Role" -msgstr "" +msgstr "Roll" #: templates/web/base/admin/users/form.html:143 #: templates/web/base/admin/users/index.html:29 msgid "Role:" -msgstr "" +msgstr "Roll:" #: 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 "" +msgstr "Roller" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotera åt vänster" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3835,7 +3812,7 @@ msgstr "Satellit" msgid "Save + close as duplicate" msgstr "Spara + stäng som dublett" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3877,7 +3854,7 @@ msgstr "Sök användare" #: templates/web/base/alert/index.html:10 msgid "Search for location of email alert or RSS feed" -msgstr "" +msgstr "Sök efter plats för epostbevakning eller RSS-flöde" #: templates/web/zurich/header.html:70 msgid "Search reports" @@ -3948,7 +3925,7 @@ msgstr "Skicka" #: templates/web/base/admin/reports/edit.html:91 msgid "Send Fail Count:" -msgstr "" +msgstr "Misslyckade försök att skicka:" #: templates/web/base/admin/bodies/open311-form-fields.html:121 msgid "Send extended Open311 statuses with service request updates" @@ -3996,9 +3973,9 @@ msgstr "Dela" #: templates/web/base/admin/manifesttheme/index.html:8 msgid "Short Name" -msgstr "" +msgstr "Kort namn" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4068,7 +4045,7 @@ msgstr "Visa lokala rapporter" #: 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/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4128,8 +4105,8 @@ msgstr "Någon har modererat den här rapporten sedan du började." msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "Tyvärr! Du har uppnått maximalt antal bifogade bilder för en rapport." -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4149,7 +4126,7 @@ msgstr "Tyvärr har det uppstått ett fel med att bekräfta ditt problem." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Tyvärr kan vi inte hitta den adressen." @@ -4168,14 +4145,12 @@ msgstr "Tyvärr kan vi inte förstå den adressen. Försök gärna igen." #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 #: perllib/FixMyStreet/App/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." +msgstr "Tyvärr kan vi inte spara filen eller filerna, försök gärna igen." #: 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." +msgstr "Anslutningen är inte tillräckligt bra för att hämta den sidan." #: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." @@ -4183,7 +4158,7 @@ msgstr "Du har inte rättigheterna som krävs för att göra det." #: 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 <a href=\"%s\">sign in</a> to view this report." -msgstr "" +msgstr "Tyvärr har du inte rättigheter att göra detta. Om du är rapportören eller en handläggare, vänligen <a href=\"%s\">logga in</a> för att se rapporten." #: templates/web/base/admin/triage/_list-filters.html:28 #: templates/web/base/reports/_list-filters-sort.html:2 @@ -4191,9 +4166,8 @@ msgid "Sort by" msgstr "Sortera efter" #: templates/web/base/admin/bodies/contact-form.html:45 -#, fuzzy msgid "Staff only" -msgstr "Personal:" +msgstr "Endast kommunanvändare" #: templates/web/base/admin/users/form.html:65 msgid "Staff users have permission to log in to the admin." @@ -4205,7 +4179,7 @@ msgstr "Personal:" #: templates/web/base/debug_header.html:3 msgid "Staging site" -msgstr "" +msgstr "Testsajt" #: templates/web/base/dashboard/index.html:75 msgid "Start Date" @@ -4258,7 +4232,6 @@ msgstr "Tillstånd" #: 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 @@ -4308,9 +4281,10 @@ msgstr "Ärende:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Skicka" @@ -4356,9 +4330,8 @@ msgid "Subscribed:" msgstr "Prenumererad:" #: 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" +msgstr "Sammanfattningar är begränsade till %d tecken. Vänligen korta ner din sammanfattning" #: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 @@ -4374,7 +4347,7 @@ 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:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "Sammanfatta dina ändringar" @@ -4396,7 +4369,7 @@ msgstr "Sammanfattning" msgid "Summary reports" msgstr "Sammanställningsrapporter" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "Sammanfattningsstatistik" @@ -4409,7 +4382,7 @@ msgstr "Superanvändare:" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "Superanvändare har rättigheter att utföra <strong>samtliga åtgärder</strong> i administratörskontrollpanelen." -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Frågeresultat" @@ -4435,9 +4408,8 @@ msgid "Text" msgstr "Text" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Extra fält:" +msgstr "Textfält" #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" @@ -4482,7 +4454,7 @@ msgstr "Tack, vi är glada över att det har blivit åtgärdat. Har du rapporter #: 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 "" +msgstr "Tack, du har aktiverat tvåfaktorsautentisering för ditt konto." #: perllib/FixMyStreet/App/Model/PhotoSet.pm:145 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." @@ -4499,16 +4471,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Det postnumret finns tyvärr inte." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Problemet har markerats som skickat." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Rapporten kommer nu att skickas om." @@ -4534,7 +4506,7 @@ msgstr "Den användarens rapporter och uppdateringar har dolts." #: templates/web/base/admin/manifesttheme/form.html:20 msgid "The <strong>background colour</strong> defines a placeholder background colour for the application splash screen before it has loaded. Colours should be specified with CSS syntax, e.g. <strong><code>#ff00ff</code></strong> or <strong><code>rgb(255, 0, 255)</code></strong> or a named colour like <strong><code>fuchsia</code></strong>." -msgstr "" +msgstr "<strong>Bakgrundsfärgen</strong> gäller för applikationens splash screen innan den har laddat. Färger ska anges i CSS syntax, e.g. <strong><code>#ff00ff</code></strong> eller <strong><code>rgb(255, 0, 255)</code></strong> eller en namngiven färg som <strong><code>fuchsia</code></strong>." #: templates/web/base/admin/bodies/open311-form-fields.html:14 #: templates/web/base/admin/bodies/open311-form-fields.html:15 @@ -4545,7 +4517,7 @@ msgstr "<strong>Ändpunkten</strong> är den webbadress till den tjänst som Fix #: templates/web/base/admin/manifesttheme/form.html:49 msgid "The <strong>icons</strong> are used when the application is installed to the user's home screen. Icons must be <strong>square</strong>, with <strong>512x512</strong>px and <strong>192x192</strong>px being the most common sizes." -msgstr "" +msgstr "<strong>Ikonerna</strong> används när applikationen installeras till användarens home screen. Ikoner måste vara <strong>kvadratiska</strong>, där <strong>512x512</strong>px och <strong>192x192</strong>px är de vanligaste storlekarna." #: templates/web/base/admin/bodies/open311-form-fields.html:27 #: templates/web/base/admin/bodies/open311-form-fields.html:28 @@ -4556,10 +4528,10 @@ msgstr "<strong>Jurisdiktion</strong> behövs bara om samma ändpunkt används a #: templates/web/base/admin/manifesttheme/form.html:5 msgid "The <strong>name</strong> 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 "" +msgstr "<strong>Namnet</strong> är en text som representerar namnet på webbapplikationen som det vanligtvis visas för användaren (t.ex. i en lista bland andra applikationer, eller som en etikett för en ikon)." -#: templates/web/base/admin/bodies/contact-form.html:69 -#: templates/web/base/admin/bodies/contact-form.html:70 +#: templates/web/base/admin/bodies/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4569,11 +4541,11 @@ msgstr "Utskicksmetoden avgör hur problemrapporter kommer att skickas till för #: templates/web/base/admin/manifesttheme/form.html:10 msgid "The <strong>short name</strong> 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 "" +msgstr "Det <strong>korta namnet</strong> är en text som representerar namnet på webbapplikationen som det visas om det inte finns tillräckligt med plats (t.ex. som en etikett för en ikon på mobilens home screen)." #: templates/web/base/admin/manifesttheme/form.html:15 msgid "The <strong>theme colour</strong> 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. <strong><code>#ff00ff</code></strong> or <strong><code>rgb(255, 0, 255)</code></strong> or a named colour like <strong><code>fuchsia</code></strong>." -msgstr "" +msgstr "<strong>Temafärgen</strong> är default temafärg för applikationen. Detta kan påverka hur operativsystemet visar appen (t.ex. i Android's task switcher visas temafärgen runt appen). Färger ska anges med CSS syntax, t.ex. <strong><code>#ff00ff</code></strong> eller <strong><code>rgb(255, 0, 255)</code></strong> eller en namngiven färg som <strong><code>fuchsia</code></strong>." #: 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." @@ -4588,12 +4560,11 @@ msgstr "Förvaltningens namn identifierar förvaltningen (till exempel, <em>Sand #: templates/web/base/admin/extra-metadata-item.html:30 msgid "The code used to store this field value in the database." -msgstr "" +msgstr "Koden som används för att spara detta värde i databasen." #: templates/web/base/admin/bodies/contact-form.html:31 -#, fuzzy msgid "The contact has been confirmed as correct." -msgstr "Problemet har markerats som skickat." +msgstr "Kontakten har bekräftats som korrekt." #: templates/web/base/report/new/fill_in_details_text.html:2 #: templates/web/base/report/new/fill_in_details_text.html:3 @@ -4662,14 +4633,13 @@ msgstr "Den sökta adressen '%s' hittades inte på denna server" #: templates/web/base/admin/roles/form.html:5 msgid "The role's <strong>name</strong> is used to refer to this group of permissions elsewhere in the admin." -msgstr "" +msgstr "Rollens <strong>namn</strong> används för att referera till den här gruppen av rättigheter på andra ställen i admin-gränssnittet." #: templates/web/base/admin/users/import.html:68 -#, fuzzy msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" -msgstr "Den uppladdade CSV-filen måste innehålla en rubrikrad, och varje post måste ha följande fält (i denna ordning):" +msgstr "Den uppladdade CSV-filen måste innehålla en titelrad och rader kan ha följande fält:" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Användaren kunde inte lokalisera problemet på kartan men angav en area inom vilket problemet finns" @@ -4686,15 +4656,15 @@ msgstr "Användarens <strong>namn</strong> visas offentligt i rapporter som inte #: templates/web/base/admin/manifesttheme/form.html:1 msgid "Theme" -msgstr "" +msgstr "Tema" #: templates/web/base/admin/manifesttheme/index.html:10 msgid "Theme Colour" -msgstr "" +msgstr "Temafärg" #: templates/web/base/admin/manifesttheme/index.html:1 msgid "Themes" -msgstr "" +msgstr "Teman" #: templates/web/base/around/_on_map_empty.html:1 #: templates/web/base/dashboard/heatmap-list.html:21 @@ -4708,9 +4678,8 @@ msgid "There are similar problems nearby that we’re already aware of, is one o msgstr "Det finns liknande problem i området, är ett av dom ditt problem?" #: 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." +msgstr "Det finns redan en svarsmall med den titeln." #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 msgid "There is already an auto-response template for this category/state." @@ -4730,13 +4699,12 @@ msgstr "Det uppstod ett problem med att visa denna sida. Försök gärna igen se msgid "There was a problem with your login information." msgstr "Det var ett problem med din inloggningsinformation." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 -#, fuzzy +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." -msgstr "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." +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 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Det uppstod ett problem med din uppdatering. Försök igen." @@ -4744,13 +4712,13 @@ msgstr "Det uppstod ett problem med din uppdatering. Försök igen." msgid "There were problems with your report. Please see below." msgstr "Det uppstod ett problem med din rapport. Se nedan." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 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 "" +msgstr "Dessa kategorier ingår i mer än en grupp:" #: templates/web/base/report/form/private_details.html:13 #: templates/web/base/report/new/councils_text_private.html:6 @@ -4788,7 +4756,7 @@ msgstr "Dessa kommer att skickas till <strong>%s</strong> och publiceras offentl #: 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 <strong>%s</strong> but not published online." -msgstr "" +msgstr "Dessa kommer att skickas till <strong>%s</strong> men kommer inte att visas på sajten." #: 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." @@ -4812,18 +4780,18 @@ 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 <strong>geografiska område</strong>. En förvaltning kommer inte att få några rapporter om den inte täcker åtminstone ett område." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Den här informationen krävs" @@ -4888,7 +4856,7 @@ msgstr "Den här rapporten är öppen" msgid "This report is now closed to updates." msgstr "Den här rapporten är nu stängd för uppdateringar." -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." @@ -4941,19 +4909,17 @@ 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." #: templates/web/base/report/update-form-wrapper.html:4 -#, fuzzy msgid "To provide an update, please <a href=\"%s\">sign in</a>." -msgstr "eller <a href=\"%s\">logga in</a>" +msgstr "För att ge en uppdatering, vänligen <a href=\"%s\">logga in</a>." -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "För att visa en karta med den exakta positionen för problemet" #: templates/web/base/auth/generate_token.html:11 #: templates/web/base/auth/generate_token.html:66 -#, fuzzy msgid "Token" -msgstr "Token:" +msgstr "Token" #: templates/web/base/reports/index.html:126 msgid "Top 5 most used categories" @@ -5005,9 +4971,8 @@ msgstr "Prova att skicka ett e-brev till oss direkt:" #: 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" +msgstr "Tvåfaktorsautentisering" #: templates/web/base/auth/generate_token.html:29 msgid "Two-factor authentication has been activated" @@ -5079,9 +5044,8 @@ 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" +msgstr "Uppdatering %s skapad för rapport %d" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5139,8 +5103,8 @@ msgstr "Uppdaterad av <strong>%s</strong> (%s) %s" msgid "Updated by <strong>%s</strong> at %s" msgstr "Uppdaterad av <strong>%s</strong> %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5186,7 +5150,7 @@ msgstr "Använd Open311-update-sending-utökningen" #: 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 "" +msgstr "Använd detta för ärenden som medborgare ska kunna rapportera, men för vilka det inte finns något allmänt intresse att visa rapporten. T.ex. önskemål om en extra soptunna vid en specifik plats." #: templates/web/base/admin/bodies/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -5251,20 +5215,19 @@ msgstr "Användare" #: 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 "" +msgstr "Användare kan tilldelas en eller flera roller för att ge dom alla rättigheter för dessa roller. Genom att välja en eller flera roller avaktiveras manuella val av rättigheter." #: templates/web/base/admin/users/form.html:156 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." #: 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." +msgstr "Användare med denna roll kan utföra följande åtgärder i deras tilldelade kommun eller område." #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:354 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Värden uppdaterade" @@ -5339,7 +5302,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:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5444,7 +5407,7 @@ msgstr "Du anmäler att den här problemrapporten var modererad i onödan:" #: templates/web/base/admin/bodies/contact-form.html:26 msgid "You are not sure of the origin or validity of the contact." -msgstr "" +msgstr "Du är inte säker på ursprunget eller giltigheten för kontakten." #. ("JS") #: templates/web/base/js/translation_strings.html:103 @@ -5501,7 +5464,7 @@ msgstr "Du kan markera en förvaltning som borttagen om du inte vill att den ska #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 msgid "You cannot rename a category to an existing category" -msgstr "" +msgstr "Du kan inte döpa om en kategori till en existerande kategori." #. ("JS") #: templates/web/base/js/translation_strings.html:54 @@ -5518,9 +5481,8 @@ msgid "You have already answered this questionnaire. If you have a question, ple msgstr "Du har redan svarat på det här frågeformuläret. Om du har en fråga, <a href=\"%s\">kontakta oss</a> eller <a href=\"%s\">visa problemet</a>.\n" #: 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)." +msgstr "Du har redan bifogat filer till den här rapporten. Notera att du kan bifoga som mest tre till rapporten (om du försöker ladda upp fler tas de tidigaste bort)." #: templates/web/base/report/new/form_report.html:50 #: templates/web/zurich/report/new/fill_in_details_form.html:30 @@ -5595,14 +5557,13 @@ msgstr "Dina rapporter" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Ditt konto" #: templates/web/base/auth/2fa/intro.html:18 -#, fuzzy msgid "Your account requires two-factor authentication to be set up." -msgstr "Inaktivera tvåfaktorsautentisering" +msgstr "Ditt konto kräver tvåfaktorsautentisering." #: templates/web/base/alert/updates.html:30 #: templates/web/base/auth/create.html:50 @@ -5664,9 +5625,8 @@ msgid "Your password has been changed" msgstr "Ditt lösenord har ändrats" #: 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." +msgstr "Ditt lösenord är gammalt, skapa ett nytt nedan. När du klickar på länken i vårt e-postmeddelande så kommer ditt lösenord att uppdateras." #: templates/web/base/auth/create.html:67 #: templates/web/base/report/form/user_loggedout_by_email.html:57 @@ -5726,7 +5686,7 @@ msgstr "en kolonseparerad lista av tillstånd att bevilja den användaren, t.ex. #: templates/web/base/admin/users/import.html:73 msgid "a colon-separated list of roles to assign to that user." -msgstr "" +msgstr "en kolon-separerad lista av roller att tilldela den användaren." #: templates/web/base/report/inspect/information.html:10 msgid "admin" @@ -5740,7 +5700,7 @@ msgstr "samtliga" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5795,7 +5755,7 @@ msgstr "senast uppdaterad %s" msgid "less than a minute" msgstr "mindre än en minut" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5813,15 +5773,13 @@ msgstr "inte kommunens ansvar" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/index.html:99 -#, fuzzy msgid "optional" -msgstr "(valfritt)" +msgstr "valfritt" #: templates/web/base/report/form/user.html:31 #: templates/web/base/report/form/user.html:41 -#, fuzzy msgid "or" -msgstr " eller " +msgstr "eller" #: templates/web/base/auth/general.html:6 msgid "or <a href=\"%s\">create an account</a>" @@ -5833,9 +5791,8 @@ msgstr "eller <a href=\"%s\">logga in</a>" #: 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" +msgstr "eller <strong>hitta min position automatiskt</strong>" #: templates/web/base/admin/reports/edit.html:50 #: templates/web/base/admin/reports/edit.html:51 @@ -5877,7 +5834,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:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "den här typen av problem" @@ -6080,178 +6037,3 @@ 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 "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "<strong>Notera:</strong> Den här rapporten har vidarebefordrats. Ändringar i rapporten kommer inte att vidarebefordras." - -#~ msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." -#~ msgstr "<strong>Notera:</strong> 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 (<code>meta.datatype_description</code>), you must add it in <code>category_extras_fields.html</code>" -#~ msgstr "Kan användas för att visa ytterligare text till användaren vid sidan om fältet. Standardmallen visar inte detta (<code>meta.datatype_description</code>), du måste lägga till det i <code>category_extras_fields.html</code>" - -#~ msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." -#~ msgstr "Bocka för <strong>inspektion krävs</strong> om rapporter i den här kategorin <strong>måste inspekteras</strong> innan de skickas." - -#~ msgid "" -#~ "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" -#~ " <br>\n" -#~ " Normally, categories are not private.\n" -#~ " <br>\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 <strong>privat</strong> om rapporter i den här kategorin <strong>aldrig skall visas på sajten</strong>.<br>Kategorier är vanligtvis inte privata.<br>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, <strong>Key</strong> is the value which is stored in the database for that option and <strong>Name</strong> is the value displayed to the user." -#~ msgstr "För varje alternativ är <strong>Nyckel</strong> det värde som är sparat i databasen för det alternativet, och <strong>Namn</strong> ä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 <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." -#~ msgstr "Om du använder <strong>en utskicksmetod som inte är e-post</strong>, 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 <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." -#~ msgstr "Rapporter kommer automatiskt att skickas utan att en inspektion krävs om användarens <strong>anseende</strong> är detta värde eller högre. Sätt till <strong>0</strong> 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 <strong>email address</strong> 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 "<strong>E-postadressen</strong> är destinationen till vilken rapporter i den här kategorin kommer att skickas. Andra förvaltningskategorier kan ha samma e-postadress." - -#~ msgid "" -#~ "The <strong>group</strong> is used for the top-level category field when\n" -#~ " subcategory grouping is enabled." -#~ msgstr "" -#~ "<strong>Gruppen</strong> 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. <code>address</code> would be available as <code>problem.extra.address</code> in the templates." -#~ msgstr "Koden används för att spara det här fältvärdet i databasen, t.ex. <code>address</code> skulle bli tillgänglig som <code>problem.extra.address</code> 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. <strong>Text</strong> is a simple text field, <strong>List</strong> is a drop-down selection." -#~ msgstr "Typen av fält som visas för användaren. <strong>Text</strong> är ett simpelt textfält, <strong>List</strong> ä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 <strong>confirmed</strong> 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 <strong>unconfirmed</strong>. <strong>inactive</strong> will\n" -#~ "remove the category from use when reporting problems, but keep it available in\n" -#~ "map filters, and <strong>deleted</strong> will remove the category from there\n" -#~ "as well." -#~ msgstr "Använd <strong>bekräftad</strong> 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 <strong>obekräftad</strong>. <strong>inaktiv</strong> 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. <strong>borttagen</strong> å 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 <strong>hitta min position automatiskt</strong>" diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po index 93bfa40dd..fb4a4c240 100644 --- a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/mysociety/teams/12067/tr_TR/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "ve" @@ -175,8 +175,8 @@ msgstr "(her ikisine de gönderildi)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(%s problemi için RSS bildirimimiz var)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Kategori seçiniz--" @@ -219,7 +219,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> güncel problemler" @@ -286,7 +286,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Aşağıdaki formu kullanarak iletişim bilgisi ekleyin" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Yeni kategori ekle" @@ -363,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "yönetici" @@ -673,12 +673,12 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "Bu kategori için problemlerin onarılma süresi > 4 hafta" @@ -937,7 +937,7 @@ msgstr "Bildiri oluştur" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategori oluştur" @@ -1372,7 +1372,7 @@ msgstr "Varılan nokta" msgid "Enter a Zürich street name" msgstr "Bir Zürich sokak ismi giriniz" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" @@ -1467,7 +1467,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1673,7 +1673,7 @@ msgstr "Anket gönderecek misiniz?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Zamanla oluşan problemlerin duruma göre grafikleri" @@ -1693,12 +1693,12 @@ msgstr "Bu sorun giderildi mi? " 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/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1917,7 +1917,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2064,7 +2064,7 @@ msgstr "Bildirilmiş problemleri güncelle" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Yükleniyor..." @@ -2082,8 +2082,8 @@ msgstr "Yerel RSS bildirimi ve e-posta uyarısı" 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:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Yerel uyarılar" @@ -2320,7 +2320,7 @@ msgstr "" msgid "New body added" msgstr "Yeni bölüm eklendi" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Yeni kategori bilgisi eklendi" @@ -2669,15 +2669,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Diğer" @@ -2707,7 +2707,7 @@ msgstr "Sayfa bulunamadı" msgid "Parent" msgstr "Ebeveyn" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "tüm kategoriler" @@ -2869,8 +2869,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Kategori seçiniz" @@ -2880,7 +2880,7 @@ msgstr "Kategori seçiniz" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2900,7 +2900,7 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2919,7 +2919,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2981,7 +2981,7 @@ msgid "Please enter your first name" msgstr "Ad giriniz" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "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." @@ -3186,7 +3186,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "Gizlilik" @@ -3199,7 +3199,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Özel" @@ -3242,13 +3242,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Problem %s kurula gönderildi %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Sorun devlet tarafından meydana gelmiştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Problem çözülmemiş olarak işaretlenmiştir." @@ -3284,16 +3284,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "%s deki problemler" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "%s semtindeki sorunlar" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3313,6 +3313,10 @@ msgstr "Emlak adresi:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3383,11 +3387,11 @@ msgstr "Anket sorun bildirici tarafından dolduruldu" msgid "RSS feed" msgstr "RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "%s için RSS Besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "%s için %s gözetiminde RSS besleme" @@ -3395,11 +3399,11 @@ msgstr "%s için %s gözetiminde RSS besleme" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "%s için RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "%s içinde %s gözetimiyle RSS besleme" @@ -3409,11 +3413,11 @@ msgstr "Civardaki problemlerle alakalı RSS besleme" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "%s içerisindeki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "%s bölgesi içerisindeki problemlerle alakalı RSS besleme" @@ -3526,15 +3530,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Bir problem bildir" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3550,7 +3555,7 @@ 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/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3691,11 +3696,11 @@ msgstr "Yayınlanmış bildirimler" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3784,15 +3789,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Sola Yerleştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3814,7 +3819,7 @@ msgstr "Uydu" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3977,7 +3982,7 @@ msgstr "Paylaş" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4047,7 +4052,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4105,8 +4110,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 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." @@ -4126,7 +4131,7 @@ msgstr "Üzgünüz, sorununuzu onaylarken bir hata oluştu." #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Üzgünüz, konum bulunamadı." @@ -4233,7 +4238,6 @@ msgstr "" #: 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 @@ -4283,9 +4287,10 @@ msgstr "Konu:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Kaydet" @@ -4349,7 +4354,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4371,7 +4376,7 @@ msgstr "Özet" msgid "Summary reports" msgstr "Özet bildirimler" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4384,7 +4389,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Anket Sonuçları" @@ -4474,16 +4479,16 @@ 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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:88 -#: perllib/FixMyStreet/Cobrand/UK.pm:78 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Üzgünüz, bu posta kodu bulunamadı." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "Problem gönderildi olarak işaretlenmiştir." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Bu problem yeniden gönderilecektir." @@ -4533,8 +4538,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4643,7 +4648,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Kullanıcı sorunu harşta üzerinde konumlandıramadı ama onların girdiği bölgenin etrafındaki konumları görmek için." @@ -4703,12 +4708,12 @@ msgstr "Bu sayfa görüntülenirken bir sorun oluştu. Lütfen daha sonra tekrar msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." @@ -4716,7 +4721,7 @@ msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." msgid "There were problems with your report. Please see below." msgstr "Bildiriminiz esnasında hata oluştu. Lütfen aşağıya bakınız." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 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." @@ -4784,18 +4789,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "Bu birime sadece <strong>alanda yer alan ve</strong> konuyu kapsayan bildirimler gönderilebilecektir. Bu birime bu iki maddeden herhangi birini kapsamayan bildirimler ulaşmayacaktır." -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "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:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "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:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Bu bilgi gereklidir" @@ -4860,7 +4865,7 @@ msgstr "Bu rapor şu an açık olarak işaretlenmiş." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 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. " @@ -4916,7 +4921,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "Bu konudaki kesin lokasyonu haritasını göstermek için" @@ -5108,8 +5113,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5231,8 +5236,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Değerler güncellendi" @@ -5307,7 +5312,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "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." @@ -5564,7 +5569,7 @@ msgstr "Bildirimlerin" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "Hesabınız" @@ -5707,7 +5712,7 @@ msgstr "tümü" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5762,7 +5767,7 @@ msgstr "son güncelleme %s" msgid "less than a minute" msgstr "bir dakikadan az" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5844,7 +5849,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:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "bu tip lokal problem" diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po index 3906fc925..9ded4de18 100644 --- a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/mysociety/teams/12067/uk_UA/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "і" @@ -175,8 +175,8 @@ msgstr "(відправлено обидвом)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Оберіть категорію --" @@ -219,7 +219,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> актуальні проблеми" @@ -282,7 +282,7 @@ msgstr "Додайте <strong>запис</strong> для кожної адмі msgid "Add a contact using the form below." msgstr "Додати контакт через форму нижче." -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "Додати нову категорію" @@ -359,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -669,12 +669,12 @@ msgstr "Категорія" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Категорія змінена з ‘%s’ на ‘%s’" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "В цій категорії проблеми не вирішуються > 4 тижнів" @@ -931,7 +931,7 @@ msgstr "Створити сповіщення" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Створити категорію" @@ -1363,7 +1363,7 @@ msgstr "Кінцева точка" msgid "Enter a Zürich street name" msgstr "Введіть назву вулиці чи району поблизу" -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Вкажіть поштовий код UK або назву вулиці та місця" @@ -1458,7 +1458,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1664,7 +1664,7 @@ msgstr "Збираєтесь відправити опитувальник?" msgid "Grant access to the admin" msgstr "Надання адміністративного доступу" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "Графік створення проблем з часом" @@ -1684,12 +1684,12 @@ msgstr "Проблему було вирішено?" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Ви вже сповіщали про проблеми раніше, чи це вперше?" -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1912,7 +1912,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2059,7 +2059,7 @@ msgstr "Показати всі прозвітовані проблеми" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Завантаження..." @@ -2077,8 +2077,8 @@ msgstr "Локальний RSS потік та поштові сповіщенн msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Локальний RSS потік та поштові сповіщення для ‘%s’" -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Локальні сповіщення" @@ -2316,7 +2316,7 @@ msgstr "" msgid "New body added" msgstr "Новий орган додано" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "Новий контакт категорії додано" @@ -2664,15 +2664,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Інше" @@ -2702,7 +2702,7 @@ msgstr "Сторінку не знайдено" msgid "Parent" msgstr "Предок" -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "Всі Категорії" @@ -2864,8 +2864,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Будь ласка оберіть категорію" @@ -2875,7 +2875,7 @@ msgstr "Будь ласка оберіть категорію" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2895,7 +2895,7 @@ msgstr "Будь ласка не використовуйте образи #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2914,7 +2914,7 @@ msgstr "" msgid "Please enter a name" msgstr "Будь ласка, введіть ім'я " -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -2976,7 +2976,7 @@ msgid "Please enter your first name" msgstr "Будь ласка введіть ім'я" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "Будь ласка введіть ім'я та прізвище - департаментам потрібні ці дані. Якщо не хочете їх показувати - не ставте галочку внизу." @@ -3181,7 +3181,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "" @@ -3194,7 +3194,7 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:90 #: templates/web/base/admin/reports/edit.html:157 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:67 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "Приватний" @@ -3238,13 +3238,13 @@ msgstr "Видалити з переліку" msgid "Problem %s sent to council %s" msgstr "Проблему %s надіслано департаменту %s" -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Розбивка проблем по стану" -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "Проблема маркована відкритою." @@ -3280,16 +3280,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "Проблеми в межах %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "Проблеми в межах %s району" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3309,6 +3309,10 @@ msgstr "Адреса майна:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3379,11 +3383,11 @@ msgstr "Анкета заповнена автором сповіщення" msgid "RSS feed" msgstr "RSS потік" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "RSS потік для %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "RSS потік для %s району, %s" @@ -3391,11 +3395,11 @@ msgstr "RSS потік для %s району, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "RSS потік з %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3405,11 +3409,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3521,15 +3525,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Сповістити про проблему" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3545,7 +3550,7 @@ msgstr "Сповіщено анонімно по %s" #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3686,11 +3691,11 @@ msgstr "Сповіщення опубліковано" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3779,15 +3784,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Повернули вліво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3809,7 +3814,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -3972,7 +3977,7 @@ msgstr "Поширити" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4042,7 +4047,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4100,8 +4105,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4121,7 +4126,7 @@ msgstr "Вибачте, сталася помилка" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "Вибачте, ми не знайшли це місце" @@ -4228,7 +4233,6 @@ msgstr "" #: 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 @@ -4278,9 +4282,10 @@ msgstr "Тема:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Підтвердити" @@ -4344,7 +4349,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4366,7 +4371,7 @@ msgstr "Резюме" msgid "Summary reports" msgstr "Сумарні сповіщення" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4379,7 +4384,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Результати опитування" @@ -4468,16 +4473,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "Поштовий код не розпізнано, вибачте." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "Цю проблему зараз перезвітують." @@ -4529,8 +4534,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4638,7 +4643,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Користувач не зміг позначити проблему на карті, тільки введену зону" @@ -4700,12 +4705,12 @@ msgstr "Сталась помилка при спробі показати ст msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "Сталась проблема з поновленням. Будь ласка спробуйте ще раз." @@ -4713,7 +4718,7 @@ msgstr "Сталась проблема з поновленням. Будь ла msgid "There were problems with your report. Please see below." msgstr "Зі сповіщенням є негаразди. Гляньте нижче." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "З поновленням щось негаразд. Гляньте нижче." @@ -4781,18 +4786,18 @@ msgid "" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "Ця інформація обов'язкова" @@ -4857,7 +4862,7 @@ msgstr "Це сповіщення відмічено відкритим." msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Ця веб-сторінка також містить фото проблеми, які надав користувач." @@ -4913,7 +4918,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "До перегляду точного місцезнаходження проблеми на карті" @@ -5105,8 +5110,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5228,8 +5233,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "Значення оновлено" @@ -5304,7 +5309,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Ми розумієм, що проблема може лежати у відповідальності %s; нажаль, наразі у нас немає їх контактних даних. Якщо ви знаєте точну адресу, будь ласка залишайтесь на зв'язку." @@ -5562,7 +5567,7 @@ msgstr "Ваші сповіщення" #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5705,7 +5710,7 @@ msgstr "всі" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5760,7 +5765,7 @@ msgstr "останнє поновлення %s" msgid "less than a minute" msgstr "менше хвилини" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5842,7 +5847,7 @@ msgstr "шпильки немає так як користувач не вико msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "цей тип локальної проблеми" diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po index 89493593d..dd722962d 100644 --- a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-03-03 15:29+0000\n" +"POT-Creation-Date: 2020-05-06 13:37+0100\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>, 2019\n" "Language-Team: Chinese (https://www.transifex.com/mysociety/teams/12067/zh/)\n" @@ -22,7 +22,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Problem.pm:714 #: perllib/FixMyStreet/DB/Result/Problem.pm:716 -#: perllib/FixMyStreet/Script/Reports.pm:174 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "與" @@ -181,8 +181,8 @@ msgstr "兩個都送出" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:764 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "選擇分類" @@ -228,7 +228,7 @@ msgstr "" msgid "<span>%s</span> saved." msgstr "" -#: templates/web/base/status/stats.html:18 +#: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 msgid "<strong>%s</strong> live problems" msgstr "<strong>%s</strong> 現場問題" @@ -295,7 +295,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "增加聯絡人請使用下方表單" -#: templates/web/base/admin/bodies/contact-form.html:101 +#: templates/web/base/admin/bodies/contact-form.html:108 #, fuzzy msgid "Add another parent category" msgstr "新增種類" @@ -372,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:39 +#: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "" @@ -682,12 +682,12 @@ msgstr "類別" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" #: templates/web/base/admin/stats/fix_rate.html:1 -#: templates/web/base/admin/stats/index.html:6 +#: templates/web/base/admin/stats/index.html:14 msgid "Category fix rate for problems > 4 weeks old" msgstr "4週前己修復問題之類別" @@ -944,7 +944,7 @@ msgstr "創建申報" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "創建類別" @@ -1383,7 +1383,7 @@ msgstr "結束點" msgid "Enter a Zürich street name" msgstr "輸入街道名稱 " -#: perllib/FixMyStreet/Cobrand/UK.pm:21 +#: perllib/FixMyStreet/Cobrand/UK.pm:22 msgid "Enter a nearby UK postcode, or street name and area" msgstr "輸入本區的郵編,街名或區域。" @@ -1478,7 +1478,7 @@ msgstr "" msgid "Extra Fields" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:107 +#: templates/web/base/admin/bodies/contact-form.html:114 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 @@ -1684,7 +1684,7 @@ msgstr "即將送出問卷?" msgid "Grant access to the admin" msgstr "" -#: templates/web/base/admin/index.html:82 +#: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" msgstr "隨時間産生的問題圖片" @@ -1704,12 +1704,12 @@ msgstr "問題已處理了嗎?" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "您之前是否曾向地方政府申報過問題?或者此為您的首次申報? " -#: templates/web/base/admin/stats/index.html:15 -#: templates/web/base/admin/stats/index.html:9 +#: templates/web/base/admin/stats/index.html:17 +#: templates/web/base/admin/stats/index.html:23 msgid "Heatmap" msgstr "" -#: templates/web/base/main_nav_items.html:32 +#: templates/web/base/main_nav_items.html:24 #: templates/web/zurich/about/faq-de-ch.html:1 #: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 @@ -1935,7 +1935,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:117 +#: templates/web/base/admin/bodies/contact-form.html:124 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -2082,7 +2082,7 @@ msgstr "列出所有申報的問題 " msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1552 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "載入中...." @@ -2100,8 +2100,8 @@ msgstr "當地問題訂閱與電郵通知" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "當地問題訂閱與電郵通知 %s " -#: templates/web/base/main_nav_items.html:24 -#: templates/web/base/main_nav_items.html:29 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "當地問題 " @@ -2339,7 +2339,7 @@ msgstr "" msgid "New body added" msgstr "新增內文" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 msgid "New category contact added" msgstr "新增類別承辦 人" @@ -2693,15 +2693,15 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 #: perllib/FixMyStreet/App/Controller/Report.pm:703 #: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1423 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:765 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:766 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 #: perllib/FixMyStreet/DB/Result/Problem.pm:641 #: perllib/FixMyStreet/DB/Result/Problem.pm:648 #: perllib/FixMyStreet/DB/Result/Problem.pm:663 #: perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Script/Reports.pm:168 -#: perllib/FixMyStreet/Script/Reports.pm:175 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "其它" @@ -2731,7 +2731,7 @@ msgstr "找無此頁" msgid "Parent" msgstr "上級 " -#: templates/web/base/admin/bodies/contact-form.html:91 +#: templates/web/base/admin/bodies/contact-form.html:98 #, fuzzy msgid "Parent categories" msgstr "創建類別" @@ -2893,8 +2893,8 @@ msgstr "" #. ("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 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "請選擇類別" @@ -2904,7 +2904,7 @@ msgstr "請選擇類別" msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:307 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2927,7 +2927,7 @@ msgstr "請勿濫用本服務,濫用將造成您的政府輕視其它使用者 #. ("JS") #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:293 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 #: perllib/FixMyStreet/DB/Result/Comment.pm:143 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" @@ -2946,7 +2946,7 @@ msgstr "" msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:431 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 msgid "Please enter a name for this body" msgstr "" @@ -3008,7 +3008,7 @@ msgid "Please enter your first name" msgstr "請輸入您的大名" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:343 +#: perllib/FixMyStreet/Cobrand/UK.pm:337 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "請輸入您的全名,地方政府需要此資料 – 如果您不希望名字公開在網站上,請在下面方格中劃掉勾選。" @@ -3213,7 +3213,7 @@ msgstr "" msgid "Priority" msgstr "" -#: templates/web/base/main_nav_items.html:35 +#: templates/web/base/main_nav_items.html:27 msgid "Privacy" msgstr "隱私" @@ -3226,7 +3226,7 @@ msgstr "隱私與cookies" #: 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 +#: templates/web/base/report/new/form_user_loggedin.html:69 msgid "Private" msgstr "私人" @@ -3269,13 +3269,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "%s 問題已送達到地方政府 %s " -#: templates/web/base/admin/stats/index.html:5 +#: templates/web/base/admin/stats/index.html:13 #: templates/web/base/admin/stats/state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "本站出現故障問題 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:276 +#: perllib/FixMyStreet/App/Controller/Admin.pm:244 msgid "Problem marked as open." msgstr "問題標註為開放" @@ -3311,16 +3311,16 @@ msgstr "" #: 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 +#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 +#: perllib/FixMyStreet/Cobrand/UK.pm:277 msgid "Problems within %s" msgstr "在 %s 內的問題" -#: perllib/FixMyStreet/Cobrand/UK.pm:240 +#: perllib/FixMyStreet/Cobrand/UK.pm:234 msgid "Problems within %s ward" msgstr "在 %s 里/區的問題" -#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 msgid "Problems within %s ward, %s" msgstr "" @@ -3340,6 +3340,10 @@ msgstr "公物地址:" msgid "Protect from Open311 changes" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:69 +msgid "Protect this category's name and group(s) from Open311 changes" +msgstr "" + #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 @@ -3410,11 +3414,11 @@ msgstr "由問題申報者所填之問卷" msgid "RSS feed" msgstr "RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 msgid "RSS feed for %s" msgstr "%s RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:278 perllib/FixMyStreet/Cobrand/UK.pm:290 +#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 msgid "RSS feed for %s ward, %s" msgstr "%s里/區 RSS訂閱" @@ -3422,11 +3426,11 @@ msgstr "%s里/區 RSS訂閱" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 msgid "RSS feed of %s" msgstr "%s RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:317 +#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 msgid "RSS feed of %s, within %s ward" msgstr "%s, 在%s 里/區" @@ -3436,11 +3440,11 @@ msgstr " RSS訂閱 %s區域問題" #: perllib/FixMyStreet/Cobrand/Default.pm:906 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:227 msgid "RSS feed of problems within %s" msgstr "在 %s 內之問題RSS 訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:239 +#: perllib/FixMyStreet/Cobrand/UK.pm:233 msgid "RSS feed of problems within %s ward" msgstr "在 %s 里/區問題的RSS 訂閱" @@ -3552,15 +3556,16 @@ msgstr "" #. ("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/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "申報問題" #. ("JS") #: templates/web/base/js/translation_strings.html:90 -#: templates/web/base/main_nav_items.html:4 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3576,7 +3581,7 @@ msgstr "在%s 匿名申報 " #. ("JS") #: templates/web/base/js/translation_strings.html:91 -#: templates/web/base/main_nav_items.html:2 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -3717,11 +3722,11 @@ msgstr "己公開之申報" msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:304 perllib/FixMyStreet/Cobrand/UK.pm:318 +#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3810,15 +3815,15 @@ msgstr "" msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 -#: perllib/FixMyStreet/App/Controller/Admin.pm:448 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:416 #: templates/web/base/admin/reports/edit.html:171 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "左轉 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:444 +#: perllib/FixMyStreet/App/Controller/Admin.pm:412 #: templates/web/base/admin/reports/edit.html:172 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 @@ -3840,7 +3845,7 @@ msgstr "衛星" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:131 #: templates/web/base/admin/manifesttheme/form.html:58 #: templates/web/base/admin/reportextrafields/edit.html:64 #: templates/web/base/admin/responsepriorities/edit.html:41 @@ -4003,7 +4008,7 @@ msgstr "分享" msgid "Short Name" msgstr "" -#: templates/web/base/main_nav_items.html:18 +#: templates/web/base/main_nav_items.html:10 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 @@ -4073,7 +4078,7 @@ msgstr "" #: templates/web/base/auth/create.html:72 #: templates/web/base/auth/general.html:4 #: templates/web/base/auth/general.html:94 -#: templates/web/base/main_nav_items.html:14 +#: templates/web/base/main_nav_items.html:6 #: templates/web/zurich/auth/general.html:23 #: templates/web/zurich/auth/general.html:8 msgid "Sign in" @@ -4134,8 +4139,8 @@ msgstr "" msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:95 -#: perllib/FixMyStreet/Cobrand/UK.pm:85 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 +#: perllib/FixMyStreet/Cobrand/UK.pm:86 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "抱歉,該郵區號碼我們尚未支援" @@ -4155,7 +4160,7 @@ msgstr "抱歉無法確認你的問題" #: perllib/FixMyStreet/App/Controller/Report/New.pm:249 #: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 perllib/FixMyStreet/Geocode/URL.pm:19 +#: perllib/FixMyStreet/Geocode/OSM.pm:53 msgid "Sorry, we could not find that location." msgstr "抱歉,我們無法找到此位置" @@ -4262,7 +4267,6 @@ msgstr "" #: 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 @@ -4312,9 +4316,10 @@ msgstr "主旨:" #: 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/form_user_loggedin.html:73 #: templates/web/base/report/new/login_success_form.html:17 #: templates/web/base/report/new/oauth_email_form.html:20 +#: templates/web/base/report/new/report_import.html:103 #: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "送出" @@ -4378,7 +4383,7 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:116 +#: templates/web/base/admin/bodies/contact-form.html:123 msgid "Summarise your changes" msgstr "" @@ -4400,7 +4405,7 @@ msgstr "摘要" msgid "Summary reports" msgstr "申報摘要" -#: templates/web/base/admin/stats/index.html:7 +#: templates/web/base/admin/stats/index.html:15 #: templates/web/base/dashboard/index.html:21 msgid "Summary statistics" msgstr "" @@ -4413,7 +4418,7 @@ msgstr "" msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/stats/index.html:4 +#: templates/web/base/admin/stats/index.html:12 #: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "調查結果" @@ -4502,16 +4507,16 @@ msgstr "這地點似乎不在台灣; 請再試 一次。" #: 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 +#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 +#: perllib/FixMyStreet/Cobrand/UK.pm:79 msgid "That postcode was not recognised, sorry." msgstr "抱歉此郵遞區號無法辨識" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 msgid "That problem has been marked as sent." msgstr "問題被標註為送出" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:263 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 msgid "That problem will now be resent." msgstr "此問題將重新送出" @@ -4565,8 +4570,8 @@ msgstr "" msgid "The <strong>name</strong> 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/contact-form.html:76 +#: templates/web/base/admin/bodies/contact-form.html:77 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4679,7 +4684,7 @@ msgstr "" msgid "The uploaded CSV file must contain a header row, and records can have the following fields:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:101 +#: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "用戶無法在地點上標示問題,但可以看到他們輸入的地點" @@ -4741,12 +4746,12 @@ msgstr "本頁出現錯誤,請再試一次" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:911 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:147 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:354 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 msgid "There was a problem with your update. Please try again." msgstr "您的申報有問題,請重試一次" @@ -4754,7 +4759,7 @@ msgstr "您的申報有問題,請重試一次" msgid "There were problems with your report. Please see below." msgstr "您的申報有問題,請見下方說明" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:395 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 msgid "There were problems with your update. Please see below." msgstr "您的更新有問題,請見下方說明" @@ -4832,18 +4837,18 @@ msgstr "" "此單位只涵蓋 <strong>負責區域</strong>的申報問題處理。 \n" "除非其涵蓋至少一個區域,否則政府單位不會接收到問題申報 " -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "當用戶沒有選擇類別時,電子郵件將送到負責該區域的各地方政府。如果您不是該問題的受理機關,請略過,或讓我們知道該問題的類別以在系統作修正。" -#: perllib/FixMyStreet/Script/Reports.pm:179 +#: perllib/FixMyStreet/Queue/Item/Report.pm:199 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "電子郵件將送到負責該區域的多個地方政府,因選擇的類別提供這些對象。如果您不是負責受理機關,請略過。" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1087 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1159 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1206 -#: perllib/FixMyStreet/Cobrand/UK.pm:50 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 +#: perllib/FixMyStreet/Cobrand/UK.pm:51 msgid "This information is required" msgstr "本項資訊必填" @@ -4908,7 +4913,7 @@ msgstr "該申報目前注記為開放狀態" msgid "This report is now closed to updates." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Queue/Item/Report.pm:108 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "本頁包括由用戶提供反應問題的照片 " @@ -4964,7 +4969,7 @@ msgstr "" msgid "To provide an update, please <a href=\"%s\">sign in</a>." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:100 +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 msgid "To view a map of the precise location of this issue" msgstr "檢視地圖上問題之確切位置" @@ -5156,8 +5161,8 @@ msgstr "" msgid "Updated by <strong>%s</strong> at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:271 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:364 +#: perllib/FixMyStreet/App/Controller/Admin.pm:239 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 @@ -5279,8 +5284,8 @@ msgid "Users with this role can perform the following actions within their assig 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 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 msgid "Values updated" msgstr "數值更新" @@ -5355,7 +5360,7 @@ msgstr "" msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Queue/Item/Report.pm:149 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "我們理解此問題可能是%s之責任,然而目前我們並無他們的聯絡資訊。如果您知道適當的聯絡人資訊,請告訴我們。" @@ -5617,7 +5622,7 @@ msgstr "您的申報 " #: 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 +#: templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 msgid "Your account" msgstr "" @@ -5760,7 +5765,7 @@ msgstr "" #: perllib/FixMyStreet/DB/Result/Comment.pm:220 #: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:160 +#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" @@ -5815,7 +5820,7 @@ msgstr "%s上回更新:" msgid "less than a minute" msgstr "少於一分鐘" -#: perllib/FixMyStreet/App/Controller/Admin.pm:114 +#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 #: templates/web/base/admin/stats/questionnaire.html:15 #: templates/web/base/admin/stats/questionnaire.html:16 msgid "n/a" @@ -5897,7 +5902,7 @@ msgstr "地圖上無標記,用戶未使用地圖" msgid "this location" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:169 +#: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" msgstr "此類在地問題" |