aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-10-03 12:35:33 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-10-03 12:35:33 +0100
commit5372bc6ce8c92bd54faef6df80c51ea3c146b9fb (patch)
tree4a72d68f5190e01dcb7172ada8abf3186d7944d3
parent19f8ec9a3f61b1561cb4bebdcc0fb7da92421511 (diff)
parent5ea3916780aee8e905370fb872d3ea811a8729c8 (diff)
Merge branch 'version-2.4.1'v2.4.1
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md2
-rw-r--r--bin/site-specific-install.sh2
-rw-r--r--cpanfile2
-rw-r--r--cpanfile.snapshot7
-rw-r--r--docs/_posts/2018-10-01-v2.4.1.md32
-rw-r--r--locale/FixMyStreet.po144
-rw-r--r--locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po264
-rw-r--r--locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po205
-rw-r--r--locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po191
-rw-r--r--t/Mock/Facebook.pm4
-rw-r--r--templates/web/base/report/new/fill_in_details_form.html5
-rw-r--r--web/cobrands/fixmystreet/images/change-location-arrow.pngbin138 -> 0 bytes
-rw-r--r--web/cobrands/fixmystreet/images/change-location-arrow.svg1
-rw-r--r--web/cobrands/fixmystreet/images/change-location-search.pngbin220 -> 0 bytes
-rw-r--r--web/cobrands/fixmystreet/images/change-location-search.svg1
-rw-r--r--web/cobrands/fixmystreet/images/wrong-location.pngbin0 -> 316 bytes
-rw-r--r--web/cobrands/sass/_base.scss33
-rw-r--r--web/cobrands/sass/_layout.scss4
51 files changed, 3592 insertions, 3420 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5e85417f..8ba6effb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,14 @@
## Releases
* Unreleased
+
+* v2.4.1 (2nd October 2018)
- New features:
- Support for storing photos in AWS S3. #2253
- Front end improvements:
- Import end point can optionally return a web page #2225
- Clicking the "Report" header links on the homepage now focusses
the #pc search input #2237
- - Clearer relocation options while you’re reporting a problem #2238
- Speed up fetching lists of bodies. #2248
- Improve vertical alignment of navigation menu in Internet Explorer 9–11.
- Mobile menu button no longer uses -9999px text-indent hack.
diff --git a/README.md b/README.md
index a09c38c8d..ef065060a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ RSS alerts of problems in their area.
It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
-Platform is now at version 2.4; see CHANGELOG.md for a version history.
+Platform is now at version 2.4.1; see CHANGELOG.md for a version history.
## Installation
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 4d7f05f1e..422f39d7c 100644
--- a/bin/site-specific-install.sh
+++ b/bin/site-specific-install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Set this to the version we want to check out
-VERSION=${VERSION_OVERRIDE:-v2.4}
+VERSION=${VERSION_OVERRIDE:-v2.4.1}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh
diff --git a/cpanfile b/cpanfile
index 71b3fc93e..aa0224c84 100644
--- a/cpanfile
+++ b/cpanfile
@@ -82,7 +82,7 @@ requires 'namespace::autoclean';
requires 'Net::Amazon::S3';
requires 'Net::DNS::Resolver';
requires 'Net::Domain::TLD', '1.75';
-requires 'Net::Facebook::Oauth2', '0.10';
+requires 'Net::Facebook::Oauth2', '0.11';
requires 'Net::OAuth';
requires 'Net::Twitter::Lite::WithAPIv1_1', '0.12008';
requires 'Number::Phone', '3.4003';
diff --git a/cpanfile.snapshot b/cpanfile.snapshot
index 565c389a6..aa00250ae 100644
--- a/cpanfile.snapshot
+++ b/cpanfile.snapshot
@@ -4897,15 +4897,16 @@ DISTRIBUTIONS
Carp 0
ExtUtils::MakeMaker 0
Storable 0
- Net-Facebook-Oauth2-0.10
- pathname: M/MA/MAMOD/Net-Facebook-Oauth2-0.10.tar.gz
+ Net-Facebook-Oauth2-0.11
+ pathname: M/MA/MAMOD/Net-Facebook-Oauth2-0.11.tar.gz
provides:
MyApp::Controller::Facebook undef
- Net::Facebook::Oauth2 0.10
+ Net::Facebook::Oauth2 0.11
requirements:
Carp 0
ExtUtils::MakeMaker 0
JSON::MaybeXS 0
+ LWP::Protocol::https 0
LWP::UserAgent 0
Plack::Loader 0
Plack::Request 0
diff --git a/docs/_posts/2018-10-01-v2.4.1.md b/docs/_posts/2018-10-01-v2.4.1.md
new file mode 100644
index 000000000..e39c3f0c5
--- /dev/null
+++ b/docs/_posts/2018-10-01-v2.4.1.md
@@ -0,0 +1,32 @@
+---
+layout: post
+title: Version 2.4.1
+author: matthew
+---
+
+<div class="r" align="right">
+<a data-flickr-embed="true" href="https://www.flickr.com/photos/bradhoc/6341956589/" title="Docks"><img src="https://farm7.staticflickr.com/6097/6341956589_97f39d3f3b.jpg" width="500" height="304" alt="Docks"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
+</div>
+
+Today we have released **version 2.4.1** of FixMyStreet.
+
+This release contains a wide variety of new features for use by reusers of our software,
+funded by [NDI](https://www.ndi.org/) as part of their FixMyCommunity project; thanks
+very much to them. It also includes a number of smaller features and bugfixes.
+
+FixMyStreet now comes with a Dockerfile and example Docker Compose setup for
+use by those tools, and we provide a hosted Vagrant box that can be used also.
+You can choose to store photos in Amazon S3 rather then the local filesystem,
+use an external memcache server,
+
+We've added a script, `cobrand-checks`, that will list/diff template changes in core
+that might need applying to a cobrand, to help with upgrading, and added more checks
+to our Pull Requests on GitHub to spot included cobrands that need checking with each
+PR made.
+
+We have sped up fetching full lists of bodies to help installs that have
+thousands of bodies, sped up the display of `/_dev` pages, fixed the display of
+pins on a body page when using Bing or TonerLite maps, and fixed an issue where the
+`from_body` field was lost on a user when edited by a non-superuser admin.
+
+[Full changelog](https://github.com/mysociety/fixmystreet/releases/tag/v2.4.1)
diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po
index 608c03b6d..fca9eb89f 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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+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"
@@ -159,7 +159,7 @@ msgstr ""
msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 perllib/FixMyStreet/App/Controller/Report/New.pm:701 perllib/FixMyStreet/DB/Result/Problem.pm:381
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 perllib/FixMyStreet/App/Controller/Report/New.pm:707 perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr ""
@@ -282,7 +282,7 @@ msgstr ""
msgid "Add phone number"
msgstr ""
-#: templates/web/base/report/_item.html:10 templates/web/base/report/_item.html:16 templates/web/base/report/_main.html:134 templates/web/base/report/_main.html:17 templates/web/base/report/_main.html:28
+#: templates/web/base/report/_item.html:10 templates/web/base/report/_item.html:16 templates/web/base/report/_main.html:138 templates/web/base/report/_main.html:20 templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -302,11 +302,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr ""
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -482,7 +482,7 @@ msgstr ""
msgid "Back"
msgstr ""
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -490,7 +490,7 @@ msgstr ""
msgid "Ban user"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:655 perllib/FixMyStreet/Cobrand/Default.pm:740 perllib/FixMyStreet/Cobrand/Zurich.pm:383 templates/web/base/admin/bodies.html:1 templates/web/base/admin/report_edit.html:56 templates/web/zurich/header.html:49
+#: perllib/FixMyStreet/Cobrand/Default.pm:655 perllib/FixMyStreet/Cobrand/Default.pm:740 perllib/FixMyStreet/Cobrand/Zurich.pm:408 templates/web/base/admin/bodies.html:1 templates/web/base/admin/report_edit.html:56 templates/web/zurich/header.html:49
msgid "Bodies"
msgstr ""
@@ -554,7 +554,7 @@ msgstr ""
msgid "Change email address"
msgstr ""
-#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:5 templates/web/base/my/my.html:63
+#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:5 templates/web/base/my/my.html:65
msgid "Change password"
msgstr ""
@@ -651,7 +651,7 @@ msgstr ""
msgid "Collapse map"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:650 perllib/FixMyStreet/Cobrand/Zurich.pm:397 templates/web/base/admin/config_page.html:1
+#: perllib/FixMyStreet/Cobrand/Default.pm:650 perllib/FixMyStreet/Cobrand/Zurich.pm:422 templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -700,7 +700,7 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr ""
@@ -788,7 +788,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 templates/web/zurich/admin/report_edit-sdm.html:105
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -824,7 +824,7 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: templates/web/base/report/_main.html:111 templates/web/base/report/update.html:51
+#: templates/web/base/report/_main.html:115 templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -864,7 +864,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116 templates/web/base/report/update.html:54
+#: templates/web/base/report/_main.html:120 templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1213,11 +1213,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1317,7 +1317,7 @@ msgstr ""
msgid "Hide all reports and updates"
msgstr ""
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -1711,7 +1711,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -1719,7 +1719,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -1727,7 +1727,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71 templates/web/base/report/_update_state.html:19
+#: templates/web/base/report/_main.html:75 templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2049,7 +2049,7 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 perllib/FixMyStreet/App/Controller/Report/New.pm:702 perllib/FixMyStreet/App/Controller/Report/New.pm:703 perllib/FixMyStreet/App/Controller/Report/New.pm:738 perllib/FixMyStreet/App/Controller/Report/New.pm:741 perllib/FixMyStreet/DB/Result/Problem.pm:600 perllib/FixMyStreet/DB/Result/Problem.pm:607 perllib/FixMyStreet/DB/Result/Problem.pm:622 perllib/FixMyStreet/DB/Result/Problem.pm:631 perllib/FixMyStreet/Script/Reports.pm:182 perllib/FixMyStreet/Script/Reports.pm:189
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 perllib/FixMyStreet/App/Controller/Report/New.pm:708 perllib/FixMyStreet/App/Controller/Report/New.pm:709 perllib/FixMyStreet/App/Controller/Report/New.pm:744 perllib/FixMyStreet/App/Controller/Report/New.pm:747 perllib/FixMyStreet/DB/Result/Problem.pm:600 perllib/FixMyStreet/DB/Result/Problem.pm:607 perllib/FixMyStreet/DB/Result/Problem.pm:622 perllib/FixMyStreet/DB/Result/Problem.pm:631 perllib/FixMyStreet/Script/Reports.pm:182 perllib/FixMyStreet/Script/Reports.pm:189
msgid "Other"
msgstr ""
@@ -2121,7 +2121,7 @@ msgstr ""
msgid "Photo"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2129,6 +2129,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78 templates/web/base/report/new/form_report.html:27 templates/web/base/report/update/form_update.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20
msgid "Photos"
msgstr ""
@@ -2165,7 +2169,7 @@ msgstr ""
msgid "Please check your phone number is correct"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:315 perllib/FixMyStreet/App/Controller/Report/New.pm:947 perllib/FixMyStreet/App/Controller/Report/New.pm:982 perllib/FixMyStreet/DB/Result/Problem.pm:383 templates/web/base/js/translation_strings.html:13
+#: perllib/FixMyStreet/App/Controller/Admin.pm:315 perllib/FixMyStreet/App/Controller/Report/New.pm:954 perllib/FixMyStreet/App/Controller/Report/New.pm:989 perllib/FixMyStreet/DB/Result/Problem.pm:383 templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
msgstr ""
@@ -2336,7 +2340,7 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 perllib/FixMyStreet/App/Model/PhotoSet.pm:156 perllib/FixMyStreet/App/Model/PhotoSet.pm:158 templates/web/base/js/translation_strings.html:68
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 perllib/FixMyStreet/App/Model/PhotoSet.pm:148 perllib/FixMyStreet/App/Model/PhotoSet.pm:150 templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2477,7 +2481,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66 templates/web/base/report/duplicate-no-updates.html:3 templates/web/base/report/update-form.html:9
+#: templates/web/base/report/display.html:67 templates/web/base/report/duplicate-no-updates.html:3 templates/web/base/report/update-form.html:9
msgid "Provide an update"
msgstr ""
@@ -2610,7 +2614,7 @@ msgstr ""
msgid "Remove flag"
msgstr ""
-#: templates/web/base/report/_item.html:12 templates/web/base/report/_item.html:9 templates/web/base/report/_main.html:132 templates/web/base/report/_main.html:16 templates/web/base/report/_main.html:24
+#: templates/web/base/report/_item.html:12 templates/web/base/report/_item.html:9 templates/web/base/report/_main.html:136 templates/web/base/report/_main.html:19 templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -2730,7 +2734,7 @@ msgstr ""
msgid "Reporting a problem"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:660 perllib/FixMyStreet/Cobrand/Default.pm:674 perllib/FixMyStreet/Cobrand/Zurich.pm:375 templates/web/zurich/header.html:45
+#: perllib/FixMyStreet/Cobrand/Default.pm:660 perllib/FixMyStreet/Cobrand/Default.pm:674 perllib/FixMyStreet/Cobrand/Zurich.pm:400 templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -2818,11 +2822,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -2838,11 +2842,11 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 perllib/FixMyStreet/App/Controller/Admin.pm:2086 templates/web/base/admin/report_edit.html:165 templates/web/base/admin/update_edit.html:71 templates/web/zurich/admin/report_edit.html:118
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 perllib/FixMyStreet/App/Controller/Admin.pm:2087 templates/web/base/admin/report_edit.html:165 templates/web/base/admin/update_edit.html:71 templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 templates/web/base/admin/report_edit.html:166 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/report_edit.html:119
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 templates/web/base/admin/report_edit.html:166 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/report_edit.html:119
msgid "Rotate Right"
msgstr ""
@@ -2858,7 +2862,7 @@ msgstr ""
msgid "Save + close as duplicate"
msgstr ""
-#: templates/web/base/admin/contact-form.html:156 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:58 templates/web/base/admin/template_edit.html:87 templates/web/base/report/_inspect.html:209 templates/web/base/report/_main.html:115 templates/web/base/report/update.html:53 templates/web/zurich/admin/contact-form.html:49 templates/web/zurich/admin/template_edit.html:29
+#: templates/web/base/admin/contact-form.html:156 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:58 templates/web/base/admin/template_edit.html:87 templates/web/base/report/_inspect.html:209 templates/web/base/report/_main.html:119 templates/web/base/report/update.html:53 templates/web/zurich/admin/contact-form.html:49 templates/web/zurich/admin/template_edit.html:29
msgid "Save changes"
msgstr ""
@@ -2899,7 +2903,7 @@ msgstr ""
msgid "Searching found no users."
msgstr ""
-#: templates/web/base/auth/generate_token.html:1 templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:39 templates/web/base/my/my.html:65
+#: templates/web/base/auth/generate_token.html:1 templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:39 templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -2951,7 +2955,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -2971,7 +2975,7 @@ msgstr ""
msgid "Service:"
msgstr ""
-#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:4
+#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:4 templates/web/base/my/my.html:67
msgid "Set password"
msgstr ""
@@ -2983,7 +2987,7 @@ msgstr ""
msgid "Share"
msgstr ""
-#: templates/web/base/main_nav_items.html:18 templates/web/base/report/_main.html:134 templates/web/base/report/_main.html:19 templates/web/base/report/_main.html:27
+#: templates/web/base/main_nav_items.html:18 templates/web/base/report/_main.html:138 templates/web/base/report/_main.html:22 templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -2991,11 +2995,11 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132 templates/web/base/report/_main.html:18 templates/web/base/report/_main.html:23 templates/web/base/reports/_list-filters.html:24
+#: templates/web/base/report/_main.html:136 templates/web/base/report/_main.html:21 templates/web/base/report/_main.html:26 templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
-#: templates/web/base/report/_item.html:15 templates/web/base/report/_main.html:142
+#: templates/web/base/report/_item.html:15 templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3023,7 +3027,7 @@ msgstr ""
msgid "Show older reports"
msgstr ""
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3031,7 +3035,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3055,7 +3059,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 templates/web/zurich/auth/sign_out.html:1
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3106,7 +3110,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3152,11 +3156,11 @@ msgstr ""
msgid "State:"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:649 perllib/FixMyStreet/Cobrand/Zurich.pm:396 templates/web/base/admin/states/index.html:1
+#: perllib/FixMyStreet/Cobrand/Default.pm:649 perllib/FixMyStreet/Cobrand/Zurich.pm:421 templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:643 perllib/FixMyStreet/Cobrand/Zurich.pm:378 templates/web/base/admin/index.html:71 templates/web/base/admin/stats/index.html:1 templates/web/base/admin/stats/state.html:1 templates/web/zurich/admin/stats/index.html:1 templates/web/zurich/header.html:58
+#: perllib/FixMyStreet/Cobrand/Default.pm:643 perllib/FixMyStreet/Cobrand/Zurich.pm:403 templates/web/base/admin/index.html:71 templates/web/base/admin/stats/index.html:1 templates/web/base/admin/stats/state.html:1 templates/web/zurich/admin/stats/index.html:1 templates/web/zurich/header.html:58
msgid "Stats"
msgstr ""
@@ -3224,7 +3228,7 @@ msgstr ""
msgid "Summarise your changes"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:641 perllib/FixMyStreet/Cobrand/Zurich.pm:374 templates/web/base/admin/bodies.html:29 templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 templates/web/base/status/index.html:3 templates/web/zurich/admin/index-dm.html:1 templates/web/zurich/admin/index-sdm.html:1 templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 templates/web/zurich/header.html:42
+#: perllib/FixMyStreet/Cobrand/Default.pm:641 perllib/FixMyStreet/Cobrand/Zurich.pm:399 templates/web/base/admin/bodies.html:29 templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 templates/web/base/status/index.html:3 templates/web/zurich/admin/index-dm.html:1 templates/web/zurich/admin/index-sdm.html:1 templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 templates/web/zurich/header.html:42
msgid "Summary"
msgstr ""
@@ -3252,7 +3256,7 @@ msgstr ""
msgid "Template &laquo;%s&raquo;"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:666 perllib/FixMyStreet/Cobrand/Zurich.pm:385 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:62
+#: perllib/FixMyStreet/Cobrand/Default.pm:666 perllib/FixMyStreet/Cobrand/Zurich.pm:410 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:62
msgid "Templates"
msgstr ""
@@ -3296,7 +3300,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3328,19 +3332,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -3396,7 +3400,7 @@ msgstr ""
msgid "The diligency prize league table shows editors' activity (who's been editing the most records)."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -3468,7 +3472,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
msgid "The user has been sent a login email"
msgstr ""
@@ -3486,7 +3490,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -3498,11 +3502,11 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 perllib/FixMyStreet/App/Controller/Report/Update.pm:142 templates/web/base/auth/general.html:51 templates/web/zurich/auth/general.html:18
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 perllib/FixMyStreet/App/Controller/Report/Update.pm:142 templates/web/base/auth/general.html:51 templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -3510,7 +3514,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -3572,7 +3576,7 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 perllib/FixMyStreet/App/Controller/Report/New.pm:1074 perllib/FixMyStreet/App/Controller/Report/New.pm:1120 perllib/FixMyStreet/App/Controller/Report/New.pm:996 perllib/FixMyStreet/Cobrand/UK.pm:45
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 perllib/FixMyStreet/App/Controller/Report/New.pm:1064 perllib/FixMyStreet/App/Controller/Report/New.pm:1081 perllib/FixMyStreet/App/Controller/Report/New.pm:1127 perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -3752,7 +3756,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109 perllib/FixMyStreet/App/Controller/Root.pm:142 templates/web/base/js/translation_strings.html:46
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115 perllib/FixMyStreet/App/Controller/Root.pm:142 templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
msgstr ""
@@ -3828,7 +3832,7 @@ msgstr ""
msgid "Updated by <strong>%s</strong> at %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1358 perllib/FixMyStreet/App/Controller/Admin.pm:1473 perllib/FixMyStreet/App/Controller/Admin.pm:1679 perllib/FixMyStreet/App/Controller/Admin.pm:997 perllib/FixMyStreet/Cobrand/Zurich.pm:780 perllib/FixMyStreet/Cobrand/Zurich.pm:805 perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1358 perllib/FixMyStreet/App/Controller/Admin.pm:1473 perllib/FixMyStreet/App/Controller/Admin.pm:1680 perllib/FixMyStreet/App/Controller/Admin.pm:997 perllib/FixMyStreet/Cobrand/Zurich.pm:805 perllib/FixMyStreet/Cobrand/Zurich.pm:830 perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -3887,7 +3891,7 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -3895,15 +3899,15 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -3919,7 +3923,7 @@ msgstr ""
msgid "User:"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:675 perllib/FixMyStreet/Cobrand/Default.pm:734 perllib/FixMyStreet/Cobrand/Zurich.pm:390 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
+#: perllib/FixMyStreet/Cobrand/Default.pm:675 perllib/FixMyStreet/Cobrand/Default.pm:734 perllib/FixMyStreet/Cobrand/Zurich.pm:415 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -4178,7 +4182,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -4261,7 +4265,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -4277,7 +4281,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -4301,7 +4305,7 @@ msgstr ""
msgid "all"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:973 perllib/FixMyStreet/App/Controller/Moderate.pm:88 perllib/FixMyStreet/DB/Result/Comment.pm:216 perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
+#: perllib/FixMyStreet/App/Controller/Admin.pm:973 perllib/FixMyStreet/App/Controller/Moderate.pm:90 perllib/FixMyStreet/DB/Result/Comment.pm:216 perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
msgstr ""
@@ -4425,11 +4429,11 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po
index 1e3aa0ee5..aabbfe6c3 100644
--- a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/ar.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/mysociety/teams/12067/ar/)\n"
@@ -185,7 +185,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "موجز RSS للمشكلات الموجودة ضمن حدود %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "--إختر تصنيف--"
@@ -336,9 +336,9 @@ msgstr "(بلا رقم هاتف)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "اضف للقائمة القصيرة"
@@ -360,11 +360,11 @@ msgstr "اضف/عدل أولويات الاستجابة"
msgid "Add/edit response templates"
msgstr "اضف/عدل قوالب الاستجابة"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "أُضيف %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr "اضافة التقرير للقائمة القصيرة خاصتك سيحذفه من %s’s القائمة القصيرة."
@@ -567,7 +567,7 @@ msgstr "في إنتظار المشرفين"
msgid "Back"
msgstr "الخلف"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "عد إلى كل التقارير"
@@ -578,7 +578,7 @@ msgstr "مستخدم مشار إليه"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -677,7 +677,7 @@ msgstr "تغيير عنوان البريد الإلكتروني"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "تغيير كلمة المرور"
@@ -800,7 +800,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "إعدادت"
@@ -863,8 +863,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "الإحداثيات:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "لم يتمكن من إيجاد المستخدم"
@@ -966,7 +966,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "حاليا لايوجد جهات مسئولة تم إنشائها."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "لا يمكن الاتصال بالعميل"
@@ -1011,7 +1011,7 @@ msgstr "حذف القالب"
msgid "Deleted"
msgstr "محذوف"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1061,7 +1061,7 @@ msgstr "لم يتم استخدام الخريطة"
msgid "Diligency prize league table"
msgstr "جدول رابطة جائزة العناية بالدقة"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1502,11 +1502,11 @@ msgstr "للمزيد من المعلومات، راجع <a href='https://fixmyst
msgid "Forgotten your password?"
msgstr "هل نسيت كلمة المرور؟"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "تمت إعادة التوجيه إلى هيئة خارجية"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية"
@@ -1632,7 +1632,7 @@ msgstr "مخفي"
msgid "Hide all reports and updates"
msgstr "بلاغات ومستخدمين مشار إليهم"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2081,7 +2081,7 @@ msgstr "هيئات مفقودة:"
msgid "Missing jurisdiction_id"
msgstr " jurisdiction_id غير موجود"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "إشراف"
@@ -2089,7 +2089,7 @@ msgstr "إشراف"
msgid "Moderate report details"
msgstr "قم بالاشراف على تفاصيل التبليغ"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "قم بالاشراف على التبليغ"
@@ -2097,7 +2097,7 @@ msgstr "قم بالاشراف على التبليغ"
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2496,11 +2496,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2608,7 +2608,7 @@ msgstr "الهاتف:"
msgid "Photo"
msgstr "الصورة"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "الصورة مطلوبة."
@@ -2616,6 +2616,10 @@ msgstr "الصورة مطلوبة."
msgid "Photo required"
msgstr "الصورة مطلوبة"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2668,8 +2672,8 @@ msgid "Please check your phone number is correct"
msgstr "الرجاء التحقق من أن عنوان البريد الإلكتروني صحيح"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2891,9 +2895,9 @@ msgstr "الرجاء تحديد نوع التنبيه الذي تريده"
msgid "Please state whether or not the problem has been fixed"
msgstr "الرجاء تحديد ما إذا كانت المشكلة قد تم حلها أم لا"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "الرجاء تحميل صورة فقط"
@@ -3056,7 +3060,7 @@ msgstr "المشكلات ضمن حدود %s، %s"
msgid "Property address:"
msgstr "عنوان الملكية:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3216,9 +3220,9 @@ msgstr "إزالة الإشارة"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "حذف من القائمة القصيرة"
@@ -3367,7 +3371,7 @@ msgstr "الإبلاغ عن مشكلة"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "التقارير"
@@ -3464,11 +3468,11 @@ msgstr "قوالب الاستجابة لـ %s"
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3485,15 +3489,15 @@ msgstr "مشغل الطرق لهذا الطريق المسمى (يتم اشتق
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "مشغل الطرق لهذا الطريق المسمى (من OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "تدوير لليسار"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3518,7 +3522,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3570,7 +3574,7 @@ msgstr "لم يعثر البحث عن أي مستخدمين."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3627,7 +3631,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "تمت إعادة إرسال التقرير"
@@ -3650,6 +3654,7 @@ msgstr "الخدمة:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "كلمة مرور جديدة:"
@@ -3663,9 +3668,9 @@ msgid "Share"
msgstr "مشاركة"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "قائمة قصيرة"
@@ -3673,15 +3678,15 @@ msgstr "قائمة قصيرة"
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr "تم الاضافة الى القائمة القصيرة"
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr "تم الاضافة الى القائمة القصيرة في %s"
@@ -3711,7 +3716,7 @@ msgstr "إظهار القديم"
msgid "Show older reports"
msgstr "البحث عن تقارير"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3721,7 +3726,7 @@ msgstr ""
msgid "Show pins"
msgstr "إظهار الدبابيس"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3752,7 +3757,7 @@ msgstr "الرجاء الدخولعبر البريد الإلكتروني بدل
msgid "Sign in or create an account"
msgstr "سجل الدخول أو أنشئ حساب جديد"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "تسجيل الخروج"
@@ -3815,7 +3820,7 @@ msgstr "عذرا، لم نتمكن من تسجيل دخولك. يرجى ملئ
msgid "Sorry, we could not parse that location. Please try again."
msgstr "عذرًا، لم نستطع تحليل ذلك الموقع. الرجاء إعادة المحاولة."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "عذرًا، لم نستطع حفظ الصورة (الصور)، الرجاء إعادة المحاولة."
@@ -3884,14 +3889,14 @@ msgid "State:"
msgstr "الحالة:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "الحالة"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3991,7 +3996,7 @@ msgid "Summarise your changes"
msgstr "لخص تغييراتك"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -4031,7 +4036,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "القالب &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4081,7 +4086,7 @@ msgstr "شكرًا لك على تحميل الصورة. نحن نحتاج الآ
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "شكرًا لك، يسعدنا معرفة أن المشكلة قد حُلت! هل يمكنا أن نسألك عما إذا كنت قد أبلغت عن مشكلة للمجلس من قبل؟"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "يبدو أنه لم يتم تحميل هذه الصورة بصورة سليمة (%s)، الرجاء إعادة المحاولة."
@@ -4115,20 +4120,20 @@ msgstr "لا يمكن عرض هذا التقرير على %s."
msgid "That report has been removed from FixMyStreet."
msgstr "تمت إزالة هذا التقرير من FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "تمت إزالة هذا التقرير من FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4204,7 +4209,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "يعرض جدول رابطة جائزة العناية بالدقة نشاط المحررين (الأشخاص الذين يحررون معظم السجلات)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "الخطأ هو: %s"
@@ -4278,7 +4283,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "تعذر على المستخدم تحديد موقع المشكلة على الخريطة، ولكن يجب البحث عن المنطقة حول الموقع الذي أدخله"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "تمت إزالة هذا التقرير من FixMyStreet."
@@ -4302,7 +4307,7 @@ msgstr "لا توجد تقارير لعرضها."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "حدثت مشكلة أثناء عرض صفحة \"كل التقارير\". الرجاء إعادة المحاولة لاحقًا."
@@ -4315,7 +4320,7 @@ msgstr "حدثت مشكلة أثناء عرض هذه الصفحة. الرجاء
msgid "There was a problem with your email/password combination. Please try again."
msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. الرجاء إعادة المحاولة."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4323,7 +4328,7 @@ msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. إذا كنت لا تستطيع تذكر كلمة المرور، أو كنت لا تمتلك كلمة مرور، فالرجاء تعبئة قسم &lsquo;تسجيل الدخول بواسطة البريد الإلكتروني&rsquo; في النموذج."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة مرة آخرى."
@@ -4331,7 +4336,7 @@ msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة م
msgid "There were problems with your report. Please see below."
msgstr "حدثت مشكلات في التقرير. الرجاء الاطلاع على ما يلي."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "حدثت مشكلات في التحديث. الرجاء الاطلاع على ما يلي."
@@ -4409,10 +4414,10 @@ msgstr "أُرسلت رسالة البريد الإلكتروني إلى كلا
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "أُرسلت رسالة البريد الإلكتروني إلى عدة مجالس تغطي موقع المشكلة، وبما أن الفئة المحددة مدخلة لجميع المجالس، فالرجاء تجاهل المشكلة إذا لم تكن المجلس المختص بالتعامل معها."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "هذه المعلومات مطلوبة"
@@ -4620,7 +4625,7 @@ msgstr "غير معروف"
msgid "Unknown alert type"
msgstr "نوع تنبيه غير معروف"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4713,11 +4718,11 @@ msgstr "تم النشر بواسطة <strong>%s</strong> في %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "تم التحديث!"
@@ -4782,8 +4787,8 @@ msgstr "التعليق المأخوذ ينتمي الى مستخدم معرف"
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "البريد أضيف إلى لائحة المسيئين"
@@ -4793,17 +4798,17 @@ msgstr "البريد أضيف إلى لائحة المسيئين"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "البريد موجودا سابقا في لائحة المسيئين"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "تمت إزالة إشارة المستخدم"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "تم وضع إشارة للمستخدم"
@@ -4826,7 +4831,7 @@ msgstr "المستخدمون"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "المستخدمون"
@@ -5139,7 +5144,7 @@ msgstr "لقد قمت بتسجيل الدخول بنجاح؛ الرجاء الت
msgid "You have successfully verified your phone number."
msgstr "لقد قمت بتأكيد عنوان البريد الإلكتروني بنجاح."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "لم تقم بإنشاء أي تقارير حتى الآن. <a href=\"%s\">أبلغ عن مشكلة الآن.</a>"
@@ -5247,7 +5252,7 @@ msgstr "رقم الهاتف"
msgid "Your report"
msgstr "تقريرك"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "التقارير"
@@ -5265,7 +5270,7 @@ msgstr "تم تغيير كلمة المرور"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "التحديثات"
@@ -5293,7 +5298,7 @@ msgid "all"
msgstr "الكل"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5444,12 +5449,12 @@ msgstr "المستخدم من نفس المجلس مثل المشكلة - %d"
msgid "user is problem owner"
msgstr "المستخدم هو صاحب المشكلة"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "البريد موجودا سابقا في لائحة المسيئين"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "حذف من القائمة القصيرة"
diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po
index 598b71282..066dff283 100644
--- a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/bg_BG.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/mysociety/teams/12067/bg_BG/)\n"
@@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "RSS абонамент за проблеми в %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Изберете категория --"
@@ -326,9 +326,9 @@ msgstr "Телефонен номер"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -350,11 +350,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Добавено %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -557,7 +557,7 @@ msgstr "Очакващ преглед"
msgid "Back"
msgstr "Назад"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -568,7 +568,7 @@ msgstr "Означаване на потребител"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -666,7 +666,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Промяна на парола"
@@ -786,7 +786,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Конфигурация"
@@ -849,8 +849,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Потребителят не е намерен"
@@ -951,7 +951,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "В момента няма създадени Райони."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -995,7 +995,7 @@ msgstr ""
msgid "Deleted"
msgstr "Изтрит"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1045,7 +1045,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Таблица с районите в София"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1473,11 +1473,11 @@ msgstr "За повече информацич вижте <a href='https://fixm
msgid "Forgotten your password?"
msgstr "Забравена парола?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1605,7 +1605,7 @@ msgstr "Скрити"
msgid "Hide all reports and updates"
msgstr "Означени сигнали и потребители"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2037,7 +2037,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Липсващо jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2045,7 +2045,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2053,7 +2053,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2440,11 +2440,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2550,7 +2550,7 @@ msgstr "Телефон:"
msgid "Photo"
msgstr "Снимка"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2558,6 +2558,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2610,8 +2614,8 @@ msgid "Please check your phone number is correct"
msgstr "Моля проверете дали сте въвели коректен имейл адрес"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2830,9 +2834,9 @@ msgstr "Моля изберете тип известия, които бихте
msgid "Please state whether or not the problem has been fixed"
msgstr "Моля посочете дали проблемът е бил разрешен или не"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2995,7 +2999,7 @@ msgstr ""
msgid "Property address:"
msgstr "Адрес на имота:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3155,9 +3159,9 @@ msgstr "Премахване на означението"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3306,7 +3310,7 @@ msgstr "Сигнализиране за проблем"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Сигнали"
@@ -3401,11 +3405,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3422,15 +3426,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Завъртане наляво"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3455,7 +3459,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3507,7 +3511,7 @@ msgstr "Не са намерени потребители."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3564,7 +3568,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3587,6 +3591,7 @@ msgstr "Услуга:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Промяна на парола"
@@ -3600,9 +3605,9 @@ msgid "Share"
msgstr "Сподели"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3610,15 +3615,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3648,7 +3653,7 @@ msgstr "Показване на старите"
msgid "Show older reports"
msgstr "Търсене на сигнали"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3658,7 +3663,7 @@ msgstr ""
msgid "Show pins"
msgstr "Покажи кабърчетата"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3688,7 +3693,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Влезте или създайте акаунт"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Изход"
@@ -3748,7 +3753,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3817,14 +3822,14 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Статус"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3924,7 +3929,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3964,7 +3969,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4014,7 +4019,7 @@ msgstr "Благодаря за предоставената снимка. Тъ
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Благодаря! Радваме се, че този проблем е бил разрешен! Бихме искли да Ви питаме подавали ли сте сигнали към общината и преди?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Прикачването на изображение е неуспешно (%s). Моля опитайте отново."
@@ -4048,20 +4053,20 @@ msgstr "Сигналът не може да бъде разгледан %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Този сигнал е бил изтрит от ПоправиСофия."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Този сигнал е бил изтрит от ПоправиСофия."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4127,7 +4132,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Грешката беше: %s"
@@ -4201,7 +4206,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Този сигнал е бил изтрит от ПоправиСофия."
@@ -4225,7 +4230,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Възникна проблем при визуализирането на страницата с всички сигнали. Моля опитайте по-късно."
@@ -4238,7 +4243,7 @@ msgstr "Възникна проблем при визуализирането н
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Възникна проблем с комбинацията имейл/парола. Моля опитайте отново."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4246,7 +4251,7 @@ msgstr "Възникна проблем с комбинацията имейл/
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Възникна проблем с комбинацията имейл/парола. Ако не можете да си спомните паролата или нямате такава, моля попълнете секцията &lsquo;влизане чрез имейл&rsquo;."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Възникна проблем с вашата актуализация. Моля опитайте отново."
@@ -4254,7 +4259,7 @@ msgstr "Възникна проблем с вашата актуализация
msgid "There were problems with your report. Please see below."
msgstr "Възникна проблем с вашая сигнал. Моля опитайте отново."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Възникнаха проблеми с вашата актуализация. Моля вижте по-долу."
@@ -4321,10 +4326,10 @@ msgstr "Този имейл е изпратен към двете общини
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Този имейл е изпратен до няколко общини покриващи адреса на сигнала, тъй като категорията на сигнала съвпада с всички тях. Моля не го взимайте под внимание ако не сте правилната община задължена за този тип проблеми."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Тази информация е необходима"
@@ -4532,7 +4537,7 @@ msgstr "Неизвестен"
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4625,11 +4630,11 @@ msgstr "Публикувано от <strong>%s</strong> в %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Актуализирано!"
@@ -4694,8 +4699,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Имейлът е добавен в списъка със злоупотреби"
@@ -4705,17 +4710,17 @@ msgstr "Имейлът е добавен в списъка със злоупот
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Имейлът е в списъка със злоупотреби"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4738,7 +4743,7 @@ msgstr "Потребители"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Потребители"
@@ -5047,7 +5052,7 @@ msgstr "Успешно влязохте в системата; моля пров
msgid "You have successfully verified your phone number."
msgstr "Успешно пoтвърдихте Вашият имейл адрес."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Все още нямате подадени сигнали. <a href=\"%s\">Подайте сигнал.</a>"
@@ -5155,7 +5160,7 @@ msgstr "Телефонен номер"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Вашите сигнали"
@@ -5173,7 +5178,7 @@ msgstr "Паролата Ви беше променена успешно"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Актуализации"
@@ -5200,7 +5205,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5349,12 +5354,12 @@ msgstr "потребителят е от същата община като пр
msgid "user is problem owner"
msgstr "потребителят е собственик на сигнала"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Имейлът е в списъка със злоупотреби"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Имейлът е добавен в списъка със злоупотреби"
diff --git a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po
index 4c4afcc49..3d4705610 100644
--- a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/ca_ES.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Josep Lluís - LliureTIC <joseplluis@lliuretic.cat>, 2017\n"
"Language-Team: Catalan (Spain) (https://www.transifex.com/mysociety/teams/12067/ca_ES/)\n"
@@ -177,7 +177,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Tria una categoria --"
@@ -318,9 +318,9 @@ msgstr "(sense número de telèfon)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -342,11 +342,11 @@ msgstr "Afegeix/edita prioritats de resposta"
msgid "Add/edit response templates"
msgstr "Afegeix/edita plantilles de resposta"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Afegit %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -549,7 +549,7 @@ msgstr "Esperant moderació"
msgid "Back"
msgstr "Torna"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Torna a tots els informes"
@@ -560,7 +560,7 @@ msgstr "Marca l'usuari"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -659,7 +659,7 @@ msgstr "Canvia l'adreça de correu electrònic"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Canvia la contrasenya"
@@ -775,7 +775,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Configuració"
@@ -838,8 +838,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr ""
@@ -940,7 +940,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -985,7 +985,7 @@ msgstr "Elimina plantilla"
msgid "Deleted"
msgstr "Eliminat"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1035,7 +1035,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1461,11 +1461,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr "Has oblidat la teva contrasenya?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1588,7 +1588,7 @@ msgstr "Ocultat"
msgid "Hide all reports and updates"
msgstr "Informes i usuaris marcats"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr "Oculta l'informe complet"
@@ -2019,7 +2019,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Modera"
@@ -2027,7 +2027,7 @@ msgstr "Modera"
msgid "Moderate report details"
msgstr "Modera detalls de l'informe"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Modera aquest informe"
@@ -2035,7 +2035,7 @@ msgstr "Modera aquest informe"
msgid "Moderate this update"
msgstr "Modera aquesta actualització"
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr "Moderat per %s a %s"
@@ -2424,11 +2424,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2533,7 +2533,7 @@ msgstr ""
msgid "Photo"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2541,6 +2541,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2592,8 +2596,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2809,9 +2813,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2970,7 +2974,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3128,9 +3132,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3278,7 +3282,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3371,11 +3375,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3392,15 +3396,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3425,7 +3429,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3477,7 +3481,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3533,7 +3537,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3556,6 +3560,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Nova contrasenya:"
@@ -3569,9 +3574,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3579,15 +3584,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3616,7 +3621,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Informes tancats"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3626,7 +3631,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3656,7 +3661,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3716,7 +3721,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3783,13 +3788,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3887,7 +3892,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3926,7 +3931,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3976,7 +3981,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -4010,19 +4015,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4088,7 +4093,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4162,7 +4167,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
msgid "The user has been sent a login email"
msgstr ""
@@ -4183,7 +4188,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4196,14 +4201,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4211,7 +4216,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4278,10 +4283,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -4489,7 +4494,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4580,11 +4585,11 @@ msgstr "<strong>%s</strong> problemes actuals"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4648,8 +4653,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Correu electrònic afegit a la llista d'abús"
@@ -4659,17 +4664,17 @@ msgstr "Correu electrònic afegit a la llista d'abús"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "El correu electrònic ja existeix a la llista d'abús"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4691,7 +4696,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -4993,7 +4998,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5097,7 +5102,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5114,7 +5119,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5142,7 +5147,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5289,12 +5294,12 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "El correu electrònic ja existeix a la llista d'abús"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Correu electrònic afegit a la llista d'abús"
diff --git a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po
index 5dd86ce82..4beac8fb9 100644
--- a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/cs_CZ.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/mysociety/teams/12067/cs_CZ/)\n"
@@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "RSS kanál hlášení v oblasti %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Vyberte kategorii --"
@@ -329,9 +329,9 @@ msgstr "Vaše telefonní číslo:"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -353,11 +353,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Přidáno %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -560,7 +560,7 @@ msgstr "Čeká se na moderování"
msgid "Back"
msgstr "Zpět"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -571,7 +571,7 @@ msgstr "Sledovat uživatele"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -669,7 +669,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Změnit heslo"
@@ -792,7 +792,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Nastavení"
@@ -855,8 +855,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Uživatele nelze najít"
@@ -957,7 +957,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Doposud nebyl vytvořen žádný subjekt."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -1001,7 +1001,7 @@ msgstr ""
msgid "Deleted"
msgstr "Smazána"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1051,7 +1051,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Tabulka Vížěhů"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1481,11 +1481,11 @@ msgstr "Více informací naleznete v článku <a href='https://fixmystreet.org/c
msgid "Forgotten your password?"
msgstr "Zapomněli jste své heslo?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1611,7 +1611,7 @@ msgstr "Skrytý"
msgid "Hide all reports and updates"
msgstr "Sledovaná hlášení a sledovaní uživatelé"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2051,7 +2051,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Chybějící jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2059,7 +2059,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2067,7 +2067,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2462,11 +2462,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2572,7 +2572,7 @@ msgstr "Telefon:"
msgid "Photo"
msgstr "Fotografie"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2580,6 +2580,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2632,8 +2636,8 @@ msgid "Please check your phone number is correct"
msgstr "Zkontrolujte, zda je vaše emailová adresa správná"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2852,9 +2856,9 @@ msgstr "Vyberte typ upozornění, které chcete"
msgid "Please state whether or not the problem has been fixed"
msgstr "Uveďte, prosím, zda byl či nebyl problém vyřešen"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -3017,7 +3021,7 @@ msgstr ""
msgid "Property address:"
msgstr "Adresa nemovitosti:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3177,9 +3181,9 @@ msgstr "Odstranit příznak"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3328,7 +3332,7 @@ msgstr "Hlášení problému"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Hlášení"
@@ -3424,11 +3428,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3445,15 +3449,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Otočit doleva"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3478,7 +3482,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3530,7 +3534,7 @@ msgstr "Nebyli nalezeni žádní sledovaní uživatelé."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3587,7 +3591,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3610,6 +3614,7 @@ msgstr "Služba:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Změnit heslo"
@@ -3623,9 +3628,9 @@ msgid "Share"
msgstr "Sdílet"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3633,15 +3638,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3671,7 +3676,7 @@ msgstr "Zobrazit stará"
msgid "Show older reports"
msgstr "Vyhledat hlášení"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3681,7 +3686,7 @@ msgstr ""
msgid "Show pins"
msgstr "Zobrazit značky"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3711,7 +3716,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Přihlaste se nebo si vytvořte účet"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Odhlásit se"
@@ -3771,7 +3776,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Omlouváme se, nelze lokalizovat. Zkuste ještě jednou."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3840,14 +3845,14 @@ msgid "State:"
msgstr "Stav:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Stav"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3947,7 +3952,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3987,7 +3992,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4037,7 +4042,7 @@ msgstr "Děkujeme za nahrání fotografie. Nyní je třeba lokalizovat Vaše hl
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Díky, rádi slyšíme, že to bylo vyřešeno! Můžeme se ještě zeptat, jestli jste někdy předtím hlásili úřadům problém?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Zdá se, že se obrázek nenahrál správně (%s), zkuste to prosím znovu."
@@ -4071,20 +4076,20 @@ msgstr "Tento report nemůže být zobrazen na %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Toto hlášení bylo vyjmuto z FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Toto hlášení bylo vyjmuto z FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4156,7 +4161,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Tabulka Vítězů ukazuje aktivity editorů (kdo editoval nejvíce záznamů)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Nastala chyba: %s"
@@ -4230,7 +4235,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Uživatel nemohl lokalizovat problém v mapě, ale je zobrazeno okolí lokality při zadání hlášení"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Toto hlášení bylo vyjmuto z FixMyStreet."
@@ -4254,7 +4259,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Nastal problém v zobrazení stránky Všechna hlášení. Prosím, zkuste později."
@@ -4267,7 +4272,7 @@ msgstr "Nastal problém v zobrazení této stránky. Prosím, zkuste později."
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Nastal problém s kombinací Vaší e-mailové adresy a hesla. Prosím zkuste znovu."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4275,7 +4280,7 @@ msgstr "Nastal problém s kombinací Vaší e-mailové adresy a hesla. Prosím z
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Byl problém s kombinací e-mailu a hesla. Pokud si nemůžete vzpomenout na své heslo, nebo ho ještě nemáte, zadejte ho v sekci lsquo, přihlášení se prostřednictvím e-mailu & rsquo; tohoto formuláře."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou."
@@ -4283,7 +4288,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
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."
@@ -4360,10 +4365,10 @@ msgstr "Tento e-mail byl odeslán na oba úřady působící v dané lokalitě,
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Tento e-mail byl odeslán na několik úřadů působících v dané lokalitě, protože zvolená kategorie hlášení je uvedena pro všechny z nich. Prosím ignorujte, pokud nejste oprávněný úřad kompetentní řešit nahlášený problém."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Tato informace je vyžadována"
@@ -4571,7 +4576,7 @@ msgstr "Neznámé"
msgid "Unknown alert type"
msgstr "Neznámý typ upozornění"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4664,11 +4669,11 @@ msgstr "Odesláno uživatelem <strong>%s</strong> v %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Aktualizováno!"
@@ -4733,8 +4738,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "E-mail přidán do seznamu zneužívání"
@@ -4744,17 +4749,17 @@ msgstr "E-mail přidán do seznamu zneužívání"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "E-mail je již v seznamu zneužívání"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Uživatel vyjmut ze sledování"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Uživatel sledován"
@@ -4777,7 +4782,7 @@ msgstr "Uživatelé"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Uživatelé"
@@ -5089,7 +5094,7 @@ msgstr "Byli jste úspěšně přihlášeni; zkontrolujte a potvrďte zda jsou p
msgid "You have successfully verified your phone number."
msgstr "Úspěšně jste potvrdili svou e-mailovou adresu."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Doposud jste nevytvořili žádné hlášení. <a href=\"%s\">Nahlaste problém nyní.</a>"
@@ -5197,7 +5202,7 @@ msgstr "Vaše telefonní číslo:"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Vaše hlášení"
@@ -5215,7 +5220,7 @@ msgstr "Vaše heslo bylo změněno"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Vaše aktualizace"
@@ -5242,7 +5247,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5391,12 +5396,12 @@ msgstr "uživatel je ze stejného úřadu jako hlášení - %d"
msgid "user is problem owner"
msgstr "uživatel je vlastníkem hlášení"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "E-mail je již v seznamu zneužívání"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "E-mail přidán do seznamu zneužívání"
diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po
index d8f622dc0..cc498cb17 100644
--- a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/cy.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Welsh (https://www.transifex.com/mysociety/teams/12067/cy/)\n"
@@ -178,7 +178,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "Ffrwd RSS o broblemau yn %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Dewiswch gategori --"
@@ -322,9 +322,9 @@ msgstr "Eich rhif ffôn"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -346,11 +346,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Ychwanegwyd %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -553,7 +553,7 @@ msgstr ""
msgid "Back"
msgstr "Yn ôl"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -564,7 +564,7 @@ msgstr "Ychwanegu defnyddiwr"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -662,7 +662,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Newid cyfrinair"
@@ -777,7 +777,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -840,8 +840,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Methu dod o hyd i'r defnyddiwr"
@@ -942,7 +942,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Ar hyn o bryd does dim cyrff."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -986,7 +986,7 @@ msgstr ""
msgid "Deleted"
msgstr "Dilëwyd"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1036,7 +1036,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1460,11 +1460,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr "Wedi anghofio eich cyfrinair?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1590,7 +1590,7 @@ msgstr "Cudd"
msgid "Hide all reports and updates"
msgstr "Rhestru'r holl broblemau a adroddwyd"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2022,7 +2022,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "jurisdiction_id coll"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2030,7 +2030,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2038,7 +2038,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2425,11 +2425,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2535,7 +2535,7 @@ msgstr "Ffôn:"
msgid "Photo"
msgstr "Llun"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2543,6 +2543,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2595,8 +2599,8 @@ msgid "Please check your phone number is correct"
msgstr "Rhowch eich rhif ffôn"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2814,9 +2818,9 @@ msgstr "Dewiswch pa fath o hysbysiad hoffech chi ei gael"
msgid "Please state whether or not the problem has been fixed"
msgstr "Dywedwch a gafodd y broblem ei thrwsio"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2979,7 +2983,7 @@ msgstr ""
msgid "Property address:"
msgstr "Cyfeiriad yr eiddo:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3137,9 +3141,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3288,7 +3292,7 @@ msgstr "Adrodd problem"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Adroddiadau"
@@ -3384,11 +3388,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3405,15 +3409,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Cylchdroi i'r chwith"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3438,7 +3442,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3490,7 +3494,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3546,7 +3550,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3569,6 +3573,7 @@ msgstr "Gwasanaeth:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Newid cyfrinair"
@@ -3582,9 +3587,9 @@ msgid "Share"
msgstr "Rhannu"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3592,15 +3597,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3630,7 +3635,7 @@ msgstr "Dangos yr hen rai"
msgid "Show older reports"
msgstr "Chwilio am adroddiadau"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3640,7 +3645,7 @@ msgstr ""
msgid "Show pins"
msgstr "Dangos piniau"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3670,7 +3675,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Mewngofnodi neu greu cyfrif"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Allgofnodi"
@@ -3730,7 +3735,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3799,14 +3804,14 @@ msgid "State:"
msgstr "Cyflwr:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Cyflwr"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3906,7 +3911,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3946,7 +3951,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3996,7 +4001,7 @@ msgstr "Diolch am uwchlwytho eich llun. Nawr mae'n rhaid i ni leoli eich problem
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Diolch, mae'n dda gennym glywed y cafodd ei drwsio! Gawn ni ofyn a ydych wedi adrodd problem i gyngor o'r blaen?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Ni uwchlwythwyd y llun yn gywir (%s), ceisiwch eto."
@@ -4030,20 +4035,20 @@ msgstr "Ni ellir gweld yr adroddiad hwnnw ar %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4109,7 +4114,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Y gwall oedd: %s"
@@ -4183,7 +4188,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet."
@@ -4205,7 +4210,7 @@ msgstr "Nid oes unrhyw adroddiadau i'w dangos."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4218,7 +4223,7 @@ msgstr "Bu gwall dangos y dudalen hon. Rhowch gynnig arall arni nes ymlaen."
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Bu gwall gyda'r e-bost neu'r cyfrinair. Rhowch gynnig arall arni."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4226,7 +4231,7 @@ msgstr "Bu gwall gyda'r e-bost neu'r cyfrinair. Rhowch gynnig arall arni."
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Bu problem gyda'r e-bost neu gyfrinair. Os na allwch gofio eich cyfrinair, neu os nad oes un gennych, llenwch ddarn &lsquo;mewngofnodi drwy e-bost&rsquo; y ffurflen."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni."
@@ -4234,7 +4239,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Bu gwallau gyda'r diweddariad. Gwelwch isod."
@@ -4301,10 +4306,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Mae'r wybodaeth hon yn ofynnol"
@@ -4512,7 +4517,7 @@ msgstr "Anhysbys"
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4605,11 +4610,11 @@ msgstr "Postiwyd gan <strong>%s</strong> am %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Diweddarwyd!"
@@ -4674,8 +4679,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd"
@@ -4685,17 +4690,17 @@ msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "E-bost eisoes yn y rhestr camddefnydd"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4717,7 +4722,7 @@ msgstr "Defnyddwyr"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Defnyddwyr"
@@ -5026,7 +5031,7 @@ msgstr "Mewngofnodwyd yn llwyddiannus; gwiriwch a chadarnhewch fod eich manylion
msgid "You have successfully verified your phone number."
msgstr "Rhowch eich rhif ffôn"
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5131,7 +5136,7 @@ msgstr "Eich rhif ffôn"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Eich adroddiadau"
@@ -5149,7 +5154,7 @@ msgstr "Newidiwyd eich cyfrinair"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Eich diweddariadau"
@@ -5176,7 +5181,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5324,12 +5329,12 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "E-bost eisoes yn y rhestr camddefnydd"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd"
diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po
index 77fe77376..4fda3daed 100644
--- a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/da_DK.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Danish (Denmark) (https://www.transifex.com/mysociety/teams/12067/da_DK/)\n"
@@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "RSS-strøm for problemer indenfor %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Vælg en kategori --"
@@ -323,9 +323,9 @@ msgstr "Dit telefonnummer"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -347,11 +347,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Tilføjede %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -554,7 +554,7 @@ msgstr "Afventer moderation"
msgid "Back"
msgstr "Tilbage"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -565,7 +565,7 @@ msgstr "Markér bruger"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -663,7 +663,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Skift adgangskode"
@@ -783,7 +783,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Opsætning"
@@ -846,8 +846,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Kunne ikke finde bruger"
@@ -948,7 +948,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "I øjeblikket er der ikke lavet nogen instanser."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -992,7 +992,7 @@ msgstr ""
msgid "Deleted"
msgstr "Slettet"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1042,7 +1042,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Arbejdsheste"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1479,11 +1479,11 @@ msgstr "For mere information, se <a href='https://fixmystreet.org/customising/fm
msgid "Forgotten your password?"
msgstr "Glemt din adgangskode?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1609,7 +1609,7 @@ msgstr "Skjul"
msgid "Hide all reports and updates"
msgstr "Markerede rapporter og brugere"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2051,7 +2051,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Mangler jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2059,7 +2059,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2067,7 +2067,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2463,11 +2463,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2573,7 +2573,7 @@ msgstr "Telefon:"
msgid "Photo"
msgstr "Billed"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2581,6 +2581,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2633,8 +2637,8 @@ msgid "Please check your phone number is correct"
msgstr "Venligst kontrollér at du har skrevet en gyldig e-postadresse"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2855,9 +2859,9 @@ msgstr "Venligst vælg hvilken type varsel du ønsker"
msgid "Please state whether or not the problem has been fixed"
msgstr "Venligs angiv om dette problem er blevet fikset eller ikke"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -3020,7 +3024,7 @@ msgstr ""
msgid "Property address:"
msgstr "Ejendomsadresse:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3180,9 +3184,9 @@ msgstr "Fjern markering"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3331,7 +3335,7 @@ msgstr "Rapporterer et problem"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Rapporter"
@@ -3427,11 +3431,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3448,15 +3452,15 @@ msgstr "Vejoperatør for denne navngivne vej (udledt af vejens referencenummer o
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Vejoperatør for denne navngivne vej (fra OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Rotér til venstre"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3481,7 +3485,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3533,7 +3537,7 @@ msgstr "Søgningen fandt ingen brugere."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3590,7 +3594,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3613,6 +3617,7 @@ msgstr "Tjeneste:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Skift adgangskode"
@@ -3626,9 +3631,9 @@ msgid "Share"
msgstr "Del"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3636,15 +3641,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3674,7 +3679,7 @@ msgstr "Vis gamle"
msgid "Show older reports"
msgstr "Søg i rapporter"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3684,7 +3689,7 @@ msgstr ""
msgid "Show pins"
msgstr "Vis nåle"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3714,7 +3719,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Log ind eller opret en konto"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Log ud"
@@ -3777,7 +3782,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Beklager, men vi kunne ikke tolke den position. Prøv venligst igen."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3846,14 +3851,14 @@ msgid "State:"
msgstr "Tilstand:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Tilstand"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3953,7 +3958,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3993,7 +3998,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4043,7 +4048,7 @@ msgstr "Tak for at du har lagt dit billede op. Vi skal nu placere dit problem,
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Tak, glad for at høre at problemet er fikset! Vi vil gjerne spørge dig om du har rapporteret et problem til en myndighed tidligere?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Billedet ser ikke ud til at være blevet lagt op rigtigt (%s), prøv igen."
@@ -4077,20 +4082,20 @@ msgstr "Denne rapport kan ikke vises på %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Den rapport er blevet fjernet fra FixMinVej."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Den rapport er blevet fjernet fra FixMinVej."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4170,7 +4175,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "The diligency prize league tabellen viser redaktørernes aktivitet, (hvem som har redigeret flest)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Fejlen var: %s"
@@ -4244,7 +4249,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Brugeren kunne ikke placere problemet på et kort, men kontrollér området omkring stedet de angav"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Den rapport er blevet fjernet fra FixMinVej."
@@ -4268,7 +4273,7 @@ msgstr "Der er ingen rapporter at vise."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Der var problemer med at vise 'Alle rapporter'-siden. Venligst prøv igen senere."
@@ -4281,7 +4286,7 @@ msgstr "Der var problemer med at vise denne side. Venligst prøv igen senere."
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Der var problemer med din epost/adgangskode-kombination. Vær sød at forsøge igen."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4289,7 +4294,7 @@ msgstr "Der var problemer med din epost/adgangskode-kombination. Vær sød at f
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Der var problemer med din e-post/adgangskode-kombination. Hvis du har glemt din adgangskode, eller hvis du ikke har en, så udfyld venligst 'Log ind via e-post'-delen af skemaet"
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
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."
@@ -4297,7 +4302,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Der var problemer med din opdatering. Venligst se nedenfor."
@@ -4373,10 +4378,10 @@ msgstr "Denne e-post er blevet sendt til begge myndigheder som dækker stedet fo
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Denne e-post er blevet sendt til flere myndigheder som dækker stedet for problemet, da den valgte kategori er tilgængelig for disse. Vær sød at ignorere e-posten hvis I ikke er korrekt myndighed for at håndtere denne sag."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Denne information er påkrævet"
@@ -4584,7 +4589,7 @@ msgstr "Ukendt"
msgid "Unknown alert type"
msgstr "Ukendt varsel-type"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4677,11 +4682,11 @@ msgstr "Sendt ind af <strong>%s</strong> %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Opdateret!"
@@ -4746,8 +4751,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Epost lagt til misbrugsliste"
@@ -4757,17 +4762,17 @@ msgstr "Epost lagt til misbrugsliste"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Epost allerede i misbrugslisten"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Brugermarkering fjernet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Bruger markeret"
@@ -4790,7 +4795,7 @@ msgstr "Brugere"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Brugere"
@@ -5102,7 +5107,7 @@ msgstr "Du har lykkes med at logge ind. Venligst kontrollér og bekræft at dine
msgid "You have successfully verified your phone number."
msgstr "Du har nu lykkes med at bekræfte din e-postadresse."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Du har ikke lavet en rapport endnu. <a href=\"%s\">Rapportér et problem nu.</a>"
@@ -5209,7 +5214,7 @@ msgstr "Dit telefonnummer"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Dine opdateringer"
@@ -5227,7 +5232,7 @@ msgstr "Din adgangskode er blevet ændret"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Dine opdateringer"
@@ -5254,7 +5259,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5403,12 +5408,12 @@ msgstr "bruger er fra samme myndighed som problemet - %d"
msgid "user is problem owner"
msgstr "bruger er ejer af problemet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Epost allerede i misbrugslisten"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Epost lagt til misbrugsliste"
diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po
index a3ed370b2..a8589d863 100644
--- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/de_CH.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: German (Switzerland) (https://www.transifex.com/mysociety/teams/12067/de_CH/)\n"
@@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Wählen Sie eine Kategorie --"
@@ -319,9 +319,9 @@ msgstr "Ihre Telefonnummer"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -343,11 +343,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr "Vorlagen für %s"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr ""
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -550,7 +550,7 @@ msgstr "Überprüfung ausstehend"
msgid "Back"
msgstr "Zur&uuml;ck"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Alle Meldungen"
@@ -561,7 +561,7 @@ msgstr "User hinzuf&uuml;gen"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -659,7 +659,7 @@ msgstr "E-Mail Adresse &auml;ndern"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Passwort &auml;ndern"
@@ -775,7 +775,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -838,8 +838,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Koordinaten"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr ""
@@ -940,7 +940,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Bisher wurden noch keine Organisationseinheiten erfasst."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Kunde nicht kontaktierbar"
@@ -985,7 +985,7 @@ msgstr "Vorlage löschen"
msgid "Deleted"
msgstr "Gel&ouml;scht"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1035,7 +1035,7 @@ msgstr "hat Karte nicht verwendet"
msgid "Diligency prize league table"
msgstr "Weiss ich nicht"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1460,11 +1460,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr "Ihr Passwort"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "An externe Stelle weitergeleitet"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Wunsch an externe Stelle weitergeleitet"
@@ -1588,7 +1588,7 @@ msgstr "Unsichtbar"
msgid "Hide all reports and updates"
msgstr "Liste aller Meldungen"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2020,7 +2020,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2028,7 +2028,7 @@ msgstr ""
msgid "Moderate report details"
msgstr "Meldungsdetails anpassen"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Meldung anpassen"
@@ -2036,7 +2036,7 @@ msgstr "Meldung anpassen"
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2426,11 +2426,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2537,7 +2537,7 @@ msgstr "Telefonnummer:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Foto wird ben&ouml;tigt"
@@ -2545,6 +2545,10 @@ msgstr "Foto wird ben&ouml;tigt"
msgid "Photo required"
msgstr "Foto ben&ouml;tigt"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2597,8 +2601,8 @@ msgid "Please check your phone number is correct"
msgstr "Bitte &uuml;berpr&uuml;fen Sie ob Ihre E-Mail Adresse korrekt ist"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2816,9 +2820,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2981,7 +2985,7 @@ msgstr "Meldungen innerhalb %s, %s"
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3139,9 +3143,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3290,7 +3294,7 @@ msgstr "Ihre Meldung"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Meldungen"
@@ -3386,11 +3390,11 @@ msgstr "Vorlagen für %s"
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3407,15 +3411,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Links drehen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3440,7 +3444,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3492,7 +3496,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3548,7 +3552,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Meldung zur&uuml;ckgewiesen"
@@ -3571,6 +3575,7 @@ msgstr "Gerät"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Neues Passwort"
@@ -3584,9 +3589,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3594,15 +3599,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3631,7 +3636,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Meldungen suchen"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3641,7 +3646,7 @@ msgstr ""
msgid "Show pins"
msgstr "Zeige Stecknadeln"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3671,7 +3676,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Ausloggen"
@@ -3732,7 +3737,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Diese Adresse wurde nicht gefunden."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Ihre Bilder konnten nicht gespeichert werden. Bitte versuchen Sie es nochmals."
@@ -3800,14 +3805,14 @@ msgid "State:"
msgstr "Status"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Status"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3905,7 +3910,7 @@ msgid "Summarise your changes"
msgstr "Fassen Sie Ihre &Auml;nderungen zusammen"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3945,7 +3950,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Vorlage &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3995,7 +4000,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -4029,20 +4034,20 @@ msgstr "Diese Meldung wurde von &#171;Z&uuml;ri wie neu&#187; entfernt."
msgid "That report has been removed from FixMyStreet."
msgstr "Diese Meldung wurde von &#171;Z&uuml;ri wie neu&#187; entfernt."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Diese Meldung wurde von &#171;Z&uuml;ri wie neu&#187; entfernt."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4108,7 +4113,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4182,7 +4187,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Diese Meldung wurde von &#171;Z&uuml;ri wie neu&#187; entfernt."
@@ -4204,7 +4209,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4217,7 +4222,7 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4225,7 +4230,7 @@ msgstr ""
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Ihre E-Mail/Passwort Kombination war ung&uuml;ltig. Bitte versuchen Sie es erneut oder wenden Sie sich an den Administrator."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4233,7 +4238,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4301,10 +4306,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Diese Information wird ben&ouml;tigt"
@@ -4512,7 +4517,7 @@ msgstr "Unbekannt"
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4604,11 +4609,11 @@ msgstr "<strong>%s</strong> Meldungen Total"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Aktualisiert!"
@@ -4673,8 +4678,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4683,16 +4688,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4713,7 +4718,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -5020,7 +5025,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr "Sie haben Ihre Meldung erfolgreich best&auml;tigt. "
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5125,7 +5130,7 @@ msgstr "Ihre Telefonnummer"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Ihre Meldungen"
@@ -5143,7 +5148,7 @@ msgstr "Ihr Passwort wurde ge&auml;ndert"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5170,7 +5175,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5318,11 +5323,11 @@ msgstr ""
msgid "user is problem owner"
msgstr "Der User ist der Eigner der Meldung"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po
index 4eb2a686a..debda7d15 100644
--- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/de_DE.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: German (Germany) (https://www.transifex.com/mysociety/teams/12067/de_DE/)\n"
@@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- W&auml;hlen Sie eine Kategorie --"
@@ -317,9 +317,9 @@ msgstr "(Keine Telefonnummer)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -341,11 +341,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "%s hinzugefügt"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -548,7 +548,7 @@ msgstr "Wartet auf Moderation"
msgid "Back"
msgstr "Zurück"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -559,7 +559,7 @@ msgstr "Benutzer hinzufügen"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -658,7 +658,7 @@ msgstr "E-Mail-Adresse ändern"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Passwort &auml;ndern"
@@ -773,7 +773,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Konfiguration"
@@ -836,8 +836,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Koordinaten:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Benutzer konnte nicht gefunden werden"
@@ -938,7 +938,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -983,7 +983,7 @@ msgstr "Vorlage löschen"
msgid "Deleted"
msgstr "Gel&ouml;scht"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1033,7 +1033,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Weiss ich nicht"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr "Änderungen verwerfen"
@@ -1457,11 +1457,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr "Passwort vergessen?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1587,7 +1587,7 @@ msgstr "Unsichtbar"
msgid "Hide all reports and updates"
msgstr "Liste aller Meldungen"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2020,7 +2020,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Fehlendes jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2028,7 +2028,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2036,7 +2036,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2424,11 +2424,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2536,7 +2536,7 @@ msgstr "Telefonnummer:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Foto ist erforderlich."
@@ -2544,6 +2544,10 @@ msgstr "Foto ist erforderlich."
msgid "Photo required"
msgstr "Foto erforderlich"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2596,8 +2600,8 @@ msgid "Please check your phone number is correct"
msgstr "Bitte &uuml;berpr&uuml;fen Sie ob Ihre eMail-Adresse korrekt ist"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2815,9 +2819,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2980,7 +2984,7 @@ msgstr ""
msgid "Property address:"
msgstr "Immobilien-Adresse:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3139,9 +3143,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3290,7 +3294,7 @@ msgstr "Verfassen Sie eine Meldung"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Berichte"
@@ -3386,11 +3390,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3407,15 +3411,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Nach links drehen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3440,7 +3444,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3492,7 +3496,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3549,7 +3553,7 @@ msgstr "Mit E-Mail anmelden"
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3572,6 +3576,7 @@ msgstr "Dienst:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Neues Passwort:"
@@ -3585,9 +3590,9 @@ msgid "Share"
msgstr "Teilen"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3595,15 +3600,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3633,7 +3638,7 @@ msgstr "Alte anzeigen"
msgid "Show older reports"
msgstr "Berichte suchen"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr "Foto anzeigen"
@@ -3643,7 +3648,7 @@ msgstr "Foto anzeigen"
msgid "Show pins"
msgstr "Zeige Stecknadeln"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3673,7 +3678,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Melden Sie sich an oder erstellen Sie ein Konto"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Abmelden"
@@ -3733,7 +3738,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3802,14 +3807,14 @@ msgid "State:"
msgstr "Status:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Status"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3909,7 +3914,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3949,7 +3954,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3999,7 +4004,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -4033,20 +4038,20 @@ msgstr "Dieser Bericht kann nicht auf %s angeschaut werden."
msgid "That report has been removed from FixMyStreet."
msgstr "Diese Meldung wurde von Fix My Z&uuml;rich entfernt."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Diese Meldung wurde von Fix My Z&uuml;rich entfernt."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4112,7 +4117,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Der Fehler war: %s"
@@ -4186,7 +4191,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Diese Meldung wurde von Fix My Z&uuml;rich entfernt."
@@ -4208,7 +4213,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4221,14 +4226,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut."
@@ -4236,7 +4241,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Es gab Probleme mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut."
@@ -4303,10 +4308,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Diese Information wird ben&ouml;tigt"
@@ -4514,7 +4519,7 @@ msgstr "Unbekannt"
msgid "Unknown alert type"
msgstr "Unbekannter Benachrichtigungstyp"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4607,11 +4612,11 @@ msgstr "Anmerkung: <strong>%s</strong>"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Aktualisiert!"
@@ -4676,8 +4681,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4686,16 +4691,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4717,7 +4722,7 @@ msgstr "Benutzer"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Benutzer"
@@ -5024,7 +5029,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr "Sie haben Ihre E-Mail-Adresse erfolgreich bestätigt."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5129,7 +5134,7 @@ msgstr "Ihre Telefonnummer"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Ihre Meldungen"
@@ -5147,7 +5152,7 @@ msgstr "Ihr Passwort wurde ge&auml;ndert"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Ihre Aktualisierungen"
@@ -5175,7 +5180,7 @@ msgid "all"
msgstr "alle"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5322,11 +5327,11 @@ msgstr ""
msgid "user is problem owner"
msgstr "Benutzer ist Problemeigentümer"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Von Seite entfernen"
diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po
index 39c79348b..c986aaefe 100644
--- a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/el_GR.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: George Kanellopoulos <gkanel@live.com>, 2018\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/mysociety/teams/12067/el_GR/)\n"
@@ -187,7 +187,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "Ροή RSS για προβλήματα στο &quot;%s&quot;"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Διάλεξε κατηγορία --"
@@ -333,9 +333,9 @@ msgstr "Προσθήκη αρ. τηλεφώνου"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Προσθήκη στoν κατάλογο"
@@ -357,11 +357,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Προστέθηκε %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -562,7 +562,7 @@ msgstr "Σε αναμονή ελέγχου"
msgid "Back"
msgstr "Πίσω"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -573,7 +573,7 @@ msgstr "Επισήμανση χρήστη"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -671,7 +671,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Αλλαγή κωδικού πρόσβασης"
@@ -792,7 +792,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Ρυθμίσεις"
@@ -855,8 +855,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Συντεταγμένες:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Δεν είναι δυνατή η εύρεση χρήστη"
@@ -957,7 +957,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Δεν έχουν δημιουργηθεί τομείς μέχρι στιγμής."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Δεν υπάρχει τρόπος επικοινωνίας με τον πελάτη"
@@ -1001,7 +1001,7 @@ msgstr "Διαγραφή προτύπου"
msgid "Deleted"
msgstr "Διαγραμμένα"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1051,7 +1051,7 @@ msgstr "Δεν χρησιμοποιήθηκε ο χάρτης"
msgid "Diligency prize league table"
msgstr "Πίνακας βραβείων επιμέλειας"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1490,11 +1490,11 @@ msgstr "Για περισσότερες πληροφορίες, δες <a href='
msgid "Forgotten your password?"
msgstr "Ξέχασες τον κωδικό πρόσβασής σου;"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Προωθήθηκε στον εξωτερικό τομέα"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Η επιθυμία προωθήθηκε στον εξωτερικό τομέα"
@@ -1620,7 +1620,7 @@ msgstr "Κρυμμένα"
msgid "Hide all reports and updates"
msgstr "Επισημασμένες αναφορές και χρήστες"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2059,7 +2059,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Λείπει το jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2067,7 +2067,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2075,7 +2075,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2468,11 +2468,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2580,7 +2580,7 @@ msgstr "Τηλέφωνο:"
msgid "Photo"
msgstr "Φωτογραφία"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Απαιτείται φωτογραφία."
@@ -2588,6 +2588,10 @@ msgstr "Απαιτείται φωτογραφία."
msgid "Photo required"
msgstr "Απαιτείται φωτογραφία"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2640,8 +2644,8 @@ msgid "Please check your phone number is correct"
msgstr "Παρακαλούμε έλεγξε αν η διεύθυνση email είναι σωστή"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2863,9 +2867,9 @@ msgstr "Παρακαλούμε επίλεξε το είδος της ειδοπ
msgid "Please state whether or not the problem has been fixed"
msgstr "Παρακαλούμε δήλωσε αν το πρόβλημα έχει διορθωθεί ή όχι"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Παρακαλούμε ανέβασε μία εικόνα μόνο"
@@ -3028,7 +3032,7 @@ msgstr "Προβλήματα σε ακτίνα %s, %s"
msgid "Property address:"
msgstr "Διεύθυνση ακινήτου:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3188,9 +3192,9 @@ msgstr "Αφαίρεση σήμανσης"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3339,7 +3343,7 @@ msgstr "Αναφορά προβλήματος"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Αναφορές"
@@ -3436,11 +3440,11 @@ msgstr "Πρότυπα απαντήσεων για %s"
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3457,15 +3461,15 @@ msgstr "Χειριστής δρόμου για την ονομασμένη οδ
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Χειριστής δρόμου για την ονομασμένη οδο (από το OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Περιστροφή αριστερά"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3490,7 +3494,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3542,7 +3546,7 @@ msgstr "Η αναζήτηση δε βρήκε κανένα χρήστη."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3599,7 +3603,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Επιστροφή αναφοράς"
@@ -3622,6 +3626,7 @@ msgstr "Υπηρεσία:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Αλλαγή κωδικού πρόσβασης"
@@ -3635,9 +3640,9 @@ msgid "Share"
msgstr "Κοινοποίηση"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3645,15 +3650,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3683,7 +3688,7 @@ msgstr "Προβολή παλαιότερων"
msgid "Show older reports"
msgstr "Αναζήτηση αναφορών"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3693,7 +3698,7 @@ msgstr ""
msgid "Show pins"
msgstr "Προβολή καρφιτσών"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3724,7 +3729,7 @@ msgstr "Κάνε επιβεβαίωση μέσω email παρακάτω, εισ
msgid "Sign in or create an account"
msgstr "Σύνδεση ή δημιουργία λογαριασμού"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Αποσύνδεση"
@@ -3785,7 +3790,7 @@ msgstr "Λυπούμαστε, δεν μπορούμε να σας συνδέσο
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Συγνώμη, δεν μπορέσαμε να αναλύσουμε αυτήν την τοποθεσία. Παρακαλούμε προσπάθησε ξανά."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Λυπούμαστε, δεν μπορέσαμε να αποθηκεύσουμε τις εικόνες σας, παρακαλούμε προσπαθήστε ξανά."
@@ -3854,14 +3859,14 @@ msgid "State:"
msgstr "Κατάσταση:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Κατάσταση"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3961,7 +3966,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -4001,7 +4006,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Πρότυπο &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4051,7 +4056,7 @@ msgstr "Ευχαριστούμε που ανέβασες την φωτογραφ
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Ευχαριστούμε, χαιρόμαστε που διορθώθηκε! Μπορούμε απλά να σε ρωτήσουμε αν έχεις αναφέρει ξανά κάποιο πρόβλημα στην υπηρεσία στο παρελθόν;"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Η εικόνα δεν φαίνεται να έχει μεταφορτωθεί σωστά (%s), παρακαλούμε προσπάθησε ξανά."
@@ -4085,20 +4090,20 @@ msgstr "Η αναφορά δεν μπορεί να προβληθεί σε %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4170,7 +4175,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Ο πίνακας βραβείων επιμέλειας δείχνει τη δραστηριότητα των συντακτών (ποιος έχει συντάξει τις περισσότερες καταγραφές)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Το σφάλμα ήταν: %s"
@@ -4244,7 +4249,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Ο χρήστης δεν μπορέσε να εντοπίσει το πρόβλημα στον χάρτη, αλλά για να δει την περιοχή κοντά στην τοποθεσία έγραψε"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet."
@@ -4268,7 +4273,7 @@ msgstr "Δεν υπάρχουν αναφορές προς εμφάνιση."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Υπήρξε πρόβλημα στην προβολή της σελίδας Όλες οι Αναφορές. Παρακαλούμε προσπάθησε ξανά αργότερα."
@@ -4281,7 +4286,7 @@ msgstr "Υπήρξε πρόβλημα στην προβολή αυτής της
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Υπήρξε πρόβλημα με τον συνδυασμό email/κωδικού πρόσβασης. Παρακαλούμε προσπάθησε ξανά."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4289,7 +4294,7 @@ msgstr "Υπήρξε πρόβλημα με τον συνδυασμό email/κω
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Υπήρξε πρόβλημα με το συνδυασμό του email/κωδικού πρόσβασής σου. Αν δεν μπορείς να θυμηθείς τον κωδικό σου, ή δεν έχεις, παρακαλούμε συμπλήρωσε τον τομέα &lsquo;σύνδεση μέσω email&rsquo; αυτής της φόρμας."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Παρακαλούμε προσπάθησε ξανά."
@@ -4297,7 +4302,7 @@ msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Π
msgid "There were problems with your report. Please see below."
msgstr "Υπήρξαν προβλήματα με την αναφορά σου. Παρακαλούμε δες παρακάτω."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Υπήρξαν προβλήματα με την ενημέρωσή σου. Παρακαλούμε δες παρακάτω."
@@ -4372,10 +4377,10 @@ msgstr "Αυτό το email στάλθηκε και στις δύο υπηρεσ
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Αυτό το email στάλθηκε σε πολλές υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, αφού η επιλεγμένη κατηγορία συμπεριλαμβάνεται σε κάθε μια από αυτές. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Αυτή η πληροφορία απαιτείται"
@@ -4583,7 +4588,7 @@ msgstr "Άγνωστο"
msgid "Unknown alert type"
msgstr "Άγνωστο είδος ειδοποίησης"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4676,11 +4681,11 @@ msgstr "Δημοσιεύθηκε από <strong>%s</strong> στις %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Ενημερώθηκε!"
@@ -4745,8 +4750,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Το Email προστέθηκε στην μαύρη λίστα"
@@ -4756,17 +4761,17 @@ msgstr "Το Email προστέθηκε στην μαύρη λίστα"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Το Email είναι ήδη στην μαύρη λίστα"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Η επισήμανση του χρήστη αφαιρέθηκε"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Ο χρήστης επισημάνθηκε"
@@ -4789,7 +4794,7 @@ msgstr "Χρήστες"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Χρήστες"
@@ -5102,7 +5107,7 @@ msgstr "Έχεις με επιτυχία εγγραφεί, παρακαλούμ
msgid "You have successfully verified your phone number."
msgstr "Επιβεβαίωσες την διεύθυνση email σου επιτυχώς."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Δεν έχεις υποβάλλει ακόμα κάποιες αναφορές. <a href=\"%s\">Ανάφερε κάποιο πρόβλημα τώρα.</a>"
@@ -5210,7 +5215,7 @@ msgstr "Ο αριθμός τηλεφώνου σου"
msgid "Your report"
msgstr "Η αναφορά σου"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Οι αναφορές σου"
@@ -5228,7 +5233,7 @@ msgstr "Ο κωδικός σου έχει αλλάξει"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Οι ενημερώσεις σου"
@@ -5256,7 +5261,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5406,12 +5411,12 @@ msgstr "ο χρήστης είναι από την ίδια υπηρεσία ό
msgid "user is problem owner"
msgstr "ο χρήστης είναι ο ιδιοκτήτης του προβλήματος"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Το Email είναι ήδη στην μαύρη λίστα"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Το Email προστέθηκε στην μαύρη λίστα"
diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po
index 9fe12631d..0b2702763 100644
--- a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/es.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Alexis Sánchez, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/mysociety/teams/12067/es/)\n"
@@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "(también tenemos feeds RSS para problemas en %s)"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Escoja una categoría --"
@@ -320,9 +320,9 @@ msgstr ""
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Añadir a favoritos"
@@ -344,11 +344,11 @@ msgstr "Añadir / editar prioridades de respuesta"
msgid "Add/edit response templates"
msgstr "Añadir / editar plantillas de respuesta"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Añadido %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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."
@@ -548,7 +548,7 @@ msgstr "En espera de revisión"
msgid "Back"
msgstr "Atras"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Volver a todos los informes"
@@ -558,7 +558,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -655,7 +655,7 @@ msgstr "Cambiar dirección de email"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Cambiar contraseña"
@@ -778,7 +778,7 @@ msgid "Collapse map"
msgstr "Cerrar mapa"
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Configuración"
@@ -841,8 +841,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "No se pudo encontrar el usuario"
@@ -941,7 +941,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "No se han creado organismos aún."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Cliente no localizable"
@@ -985,7 +985,7 @@ msgstr "Eliminar plantilla"
msgid "Deleted"
msgstr "Eliminado"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1035,7 +1035,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Ranking de premios a la constancia"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1471,11 +1471,11 @@ msgstr "Para más información, vea <a href='https://fixmystreet.org/customising
msgid "Forgotten your password?"
msgstr "¿Olvidó su contraseña?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1598,7 +1598,7 @@ msgstr "Oculto"
msgid "Hide all reports and updates"
msgstr "Señalizar informes y usuarios"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2045,7 +2045,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Falta jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2053,7 +2053,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2061,7 +2061,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2455,11 +2455,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2564,7 +2564,7 @@ msgstr "Teléfono:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2572,6 +2572,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2623,8 +2627,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2840,9 +2844,9 @@ msgstr "Por favor, seleccione el tipo de alerta que desea"
msgid "Please state whether or not the problem has been fixed"
msgstr "Por favor, indique si el problema se ha solucionado"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -3002,7 +3006,7 @@ msgstr ""
msgid "Property address:"
msgstr "Dirección de la propiedad:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3160,9 +3164,9 @@ msgstr "Eliminar marca"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3311,7 +3315,7 @@ msgstr "Notificando un problema"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Notificaciones"
@@ -3404,11 +3408,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3425,15 +3429,15 @@ msgstr "Operador responsable de este camino (derivado del número de referencia
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Operador responsable de este camino (de OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Rotar a la izquierda"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3458,7 +3462,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3510,7 +3514,7 @@ msgstr "La búsqueda no encontró usuarios."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3567,7 +3571,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3590,6 +3594,7 @@ msgstr "Servicio:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Cambiar contraseña"
@@ -3603,9 +3608,9 @@ msgid "Share"
msgstr "Compartir"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3613,15 +3618,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3650,7 +3655,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Buscar informes"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3660,7 +3665,7 @@ msgstr ""
msgid "Show pins"
msgstr "Mostrar marcadores"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3690,7 +3695,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Iniciar sesión o crear una cuenta"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Salir"
@@ -3752,7 +3757,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Lo sentimos, pero no pudo analizar esa ubicación. Por favor, inténtelo de nuevo."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3819,13 +3824,13 @@ msgid "State:"
msgstr "Estado/Prov.:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3923,7 +3928,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3962,7 +3967,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4012,7 +4017,7 @@ msgstr "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuevo."
@@ -4046,20 +4051,20 @@ msgstr "Esa notificación no se puede ver en %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Esa notificación ha sido eliminada de FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Esa notificación ha sido eliminada de FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4133,7 +4138,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Los premios a la responsabilidad muestran la actividad de los editores (quién ha editado más registros)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "El error fue: %s"
@@ -4207,7 +4212,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Esa notificación ha sido eliminada de FixMyStreet."
@@ -4231,7 +4236,7 @@ msgstr "No hay ninguna notificación que mostrar."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Hubo un problema mostrando la página de Todas las Notificaciones. Por favor, inténtelo de nuevo más tarde."
@@ -4244,14 +4249,14 @@ msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Hubo un problema con su email/contraseña. Por favor, inténtelo de nuevo."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
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."
@@ -4259,7 +4264,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Hubo problemas con su actualización. Por favor, vea más abajo."
@@ -4335,10 +4340,10 @@ msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cub
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la ubicación del problema, pues la categoría de problema seleccionada por el usuario se proporciona para todos ellos. Por favor, si usted no pertenece al órgano administrativo responsable de resolver esta incidencia haga caso omiso de este mensaje."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Esta información es necesaria"
@@ -4546,7 +4551,7 @@ msgstr "Desconocido"
msgid "Unknown alert type"
msgstr "Tipo de alerta desconocida"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4637,11 +4642,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "¡Actualizado!"
@@ -4706,8 +4711,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4716,16 +4721,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Eliminada marca de usuario"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Usuario marcado"
@@ -4746,7 +4751,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Usuarios"
@@ -5051,7 +5056,7 @@ msgstr "Ha iniciado sesión correctamente, por favor revise y confirme si sus de
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "No ha notificado nada aún. <a href=\"%s\">Notifique un problema ahora</a>."
@@ -5158,7 +5163,7 @@ msgstr "Su número de teléfono"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Sus notificaciones"
@@ -5175,7 +5180,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Sus actualizaciones"
@@ -5203,7 +5208,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5351,11 +5356,11 @@ msgstr "El usuario es del mismo ayuntamiento que el problema - %d"
msgid "user is problem owner"
msgstr "El usuario es el propietario del problema"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po
index 534c74530..6dcbe84ef 100644
--- a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/es_DO.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/mysociety/teams/12067/es_DO/)\n"
@@ -182,7 +182,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "Listado RSS de los problemas dentro de %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Escoja una categoría --"
@@ -333,9 +333,9 @@ msgstr "(Sin número de teléfono)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Añadir a la lista de pre-seleccionados"
@@ -357,11 +357,11 @@ msgstr "Añadir/Editar las prioridades de respuesta"
msgid "Add/edit response templates"
msgstr "Añadir/Editar las plantillas de respuesta"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Añadido %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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."
@@ -564,7 +564,7 @@ msgstr "En espera de revisión"
msgid "Back"
msgstr "Atras"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Volver a todos los informes"
@@ -575,7 +575,7 @@ msgstr "Marca usuario"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -674,7 +674,7 @@ msgstr "Cambiar dirección de email"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Cambiar contraseña"
@@ -799,7 +799,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Configuración"
@@ -862,8 +862,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Coordenadas:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "No se pudo encontrar el usuario"
@@ -965,7 +965,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "No se han creado organismos aún."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Cliente imposible de contactar"
@@ -1010,7 +1010,7 @@ msgstr "Eliminar plantilla"
msgid "Deleted"
msgstr "Eliminado"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr "Describe el motivo de la moderación"
@@ -1060,7 +1060,7 @@ msgstr "No usó el mapa"
msgid "Diligency prize league table"
msgstr "Ranking de premios a la constancia"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr "Desechar cambios"
@@ -1501,11 +1501,11 @@ msgstr "Para más información, vea <a href='https://fixmystreet.org/customising
msgid "Forgotten your password?"
msgstr "¿Olvidó su contraseña?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Reenviado al organismo administrativo externo"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Deseo reenviado al organismo administrativo externo"
@@ -1631,7 +1631,7 @@ msgstr "Oculto"
msgid "Hide all reports and updates"
msgstr "Señalizar informes y usuarios"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr "Ocultar el reporte entero"
@@ -2081,7 +2081,7 @@ msgstr "Organismos administrativos perdidos:"
msgid "Missing jurisdiction_id"
msgstr "Falta jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Moderar"
@@ -2089,7 +2089,7 @@ msgstr "Moderar"
msgid "Moderate report details"
msgstr "Moderar los detalles del informe"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Moderar este informe"
@@ -2097,7 +2097,7 @@ msgstr "Moderar este informe"
msgid "Moderate this update"
msgstr "Moderar este actualización"
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr "Moderado por %s a %s"
@@ -2497,11 +2497,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2609,7 +2609,7 @@ msgstr "Teléfono:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Foto es obligatoria."
@@ -2617,6 +2617,10 @@ msgstr "Foto es obligatoria."
msgid "Photo required"
msgstr "Foto es obligatoria"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2669,8 +2673,8 @@ msgid "Please check your phone number is correct"
msgstr "Por favor, compruebe que su dirección de email es correcta"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2889,9 +2893,9 @@ msgstr "Por favor, seleccione el tipo de alerta que desea"
msgid "Please state whether or not the problem has been fixed"
msgstr "Por favor, indique si el problema se ha solucionado"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Por favor, suba solo una imagen"
@@ -3054,7 +3058,7 @@ msgstr "Problemas dentro %s, %s"
msgid "Property address:"
msgstr "Dirección de la propiedad:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3214,9 +3218,9 @@ msgstr "Eliminar marca"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "Eliminar de los pre-seleccionados"
@@ -3365,7 +3369,7 @@ msgstr "Notificando un problema"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Informes"
@@ -3462,11 +3466,11 @@ msgstr "Plantillas de respuesta por %s"
msgid "Revert to original"
msgstr "Volver al texto original"
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr "Volver al texto original"
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr "Volver al titulo original"
@@ -3483,15 +3487,15 @@ msgstr "Operador responsable de este camino (derivado del número de referencia
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Operador responsable de este camino (de OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Rotar a la izquierda"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3516,7 +3520,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3568,7 +3572,7 @@ msgstr "La búsqueda no encontró usuarios."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3626,7 +3630,7 @@ msgstr "Iniciar sesión con email"
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Devolver el informe"
@@ -3649,6 +3653,7 @@ msgstr "Servicio:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Contraseña nueva:"
@@ -3662,9 +3667,9 @@ msgid "Share"
msgstr "Compartir"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "Pre-seleccionados"
@@ -3672,15 +3677,15 @@ msgstr "Pre-seleccionados"
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr "Entre los pre-seleccionados"
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr "Pre-seleecionados por %s"
@@ -3710,7 +3715,7 @@ msgstr "Mostrar antiguos"
msgid "Show older reports"
msgstr "Buscar informes"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr "Mostrar foto"
@@ -3720,7 +3725,7 @@ msgstr "Mostrar foto"
msgid "Show pins"
msgstr "Mostrar marcadores"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr "Mostrar el nombre del reportero"
@@ -3751,7 +3756,7 @@ msgstr "Inicie sesión con su dirección de email, proporcionando una nueva cont
msgid "Sign in or create an account"
msgstr "Iniciar sesión o crear una cuenta"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Salir"
@@ -3814,7 +3819,7 @@ msgstr "Lo sentimos, pero pudimos iniciar la sesión. Por favor, llena el sigui
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Lo sentimos, pero no pudo analizar esa ubicación. Por favor, inténtelo de nuevo."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Lo sentimos, no pudimos guardar su(s) imagen(es), por favor inténtelo de nuevo."
@@ -3883,14 +3888,14 @@ msgid "State:"
msgstr "Estado/Prov.:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Estado"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3990,7 +3995,7 @@ msgid "Summarise your changes"
msgstr "Resuma sus cambios"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -4030,7 +4035,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Plantilla &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4080,7 +4085,7 @@ msgstr "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuevo."
@@ -4114,20 +4119,20 @@ msgstr "Esa notificación no se puede ver en %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Esa notificación ha sido eliminada de CuidoMiCiudad."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Esa notificación ha sido eliminada de CuidoMiCiudad."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4201,7 +4206,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Los premios a la responsabilidad muestran la actividad de los editores (quién ha editado más registros)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "El error fue: %s"
@@ -4275,7 +4280,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Esa notificación ha sido eliminada de CuidoMiCiudad."
@@ -4299,7 +4304,7 @@ msgstr "No hay ninguna notificación que mostrar."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Hubo un problema mostrando la página de Todas las Notificaciones. Por favor, inténtelo de nuevo más tarde."
@@ -4312,7 +4317,7 @@ msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Hubo un problema con su email/contraseña. Por favor, inténtelo de nuevo."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4320,7 +4325,7 @@ msgstr "Hubo un problema con su email/contraseña. Por favor, inténtelo de nuev
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Hubo un problema con su email/contraseña. Si no recuerda o no tiene contraseña, por favor rellene la sección 'registrarme con email' del formulario."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
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."
@@ -4328,7 +4333,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Hubo problemas con su actualización. Por favor, vea más abajo."
@@ -4405,10 +4410,10 @@ msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cub
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la ubicación del problema, pues la categoría de problema seleccionada por el usuario se proporciona para todos ellos. Por favor, si usted no pertenece al órgano administrativo responsable de resolver esta incidencia haga caso omiso de este mensaje."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Esta información es necesaria"
@@ -4616,7 +4621,7 @@ msgstr "Desconocido"
msgid "Unknown alert type"
msgstr "Tipo de alerta desconocida"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4709,11 +4714,11 @@ msgstr "Publicado por <strong>%s</strong> - %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "¡Actualizado!"
@@ -4778,8 +4783,8 @@ msgstr "ID de usuario a quien atribuir los comentarios obtenidos"
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Email añadido a lista de abusones"
@@ -4789,17 +4794,17 @@ msgstr "Email añadido a lista de abusones"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Email ya incluido en la lista de abusones"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Eliminada marca de usuario"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Usuario marcado"
@@ -4822,7 +4827,7 @@ msgstr "Usuarios"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Usuarios"
@@ -5133,7 +5138,7 @@ msgstr "Ha iniciado sesión correctamente, por favor revise y confirme si sus de
msgid "You have successfully verified your phone number."
msgstr "Ha confirmado correctamente su dirección de correo electrónico."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "No ha notificado nada aún. <a href=\"%s\">Notifique un problema ahora</a>."
@@ -5241,7 +5246,7 @@ msgstr "Su número de teléfono"
msgid "Your report"
msgstr "Su informe"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Sus notificaciones"
@@ -5259,7 +5264,7 @@ msgstr "Su contraseña ha cambiado"
msgid "Your update has been saved offline for submission when back online."
msgstr "Su reporte está guardado para subir cuando tenga una conexión internet."
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Sus actualizaciones"
@@ -5287,7 +5292,7 @@ msgid "all"
msgstr "todo"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5438,12 +5443,12 @@ msgstr "El usuario es del mismo ayuntamiento que el problema - %d"
msgid "user is problem owner"
msgstr "El usuario es el propietario del problema"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Email ya incluido en la lista de abusones"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Eliminar de los pre-seleccionados"
diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po
index f260e0a10..5bc15b4cd 100644
--- a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/fr_FR.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: fixmystreetfr <fixmystreet@fixmystreet.fr>, 2017\n"
"Language-Team: French (France) (https://www.transifex.com/mysociety/teams/12067/fr_FR/)\n"
@@ -183,7 +183,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "(nous avons également des flux RSS pour les problèmes internes%s)"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Choisissez une catégorie --"
@@ -332,9 +332,9 @@ msgstr "(Sans numéro de téléphone)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Ajouter à la liste"
@@ -356,11 +356,11 @@ msgstr "Ajouter/modifier les priorités de réponse"
msgid "Add/edit response templates"
msgstr "Ajouter/modifier des modèles de réponse"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Ajouté %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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."
@@ -561,7 +561,7 @@ msgstr "En attente de modération"
msgid "Back"
msgstr "Retour"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Retour vers tous les rapports"
@@ -572,7 +572,7 @@ msgstr "Signaler l'usager"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -671,7 +671,7 @@ msgstr "Changer l'adresse email"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Changer le mot de passe"
@@ -796,7 +796,7 @@ msgid "Collapse map"
msgstr "R&eacute;duire la carte"
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Configuration"
@@ -859,8 +859,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Coordonnées:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Impossible de trouver l'utilisateur"
@@ -960,7 +960,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Pour l'instant, aucun intelocuteur n'a été créé."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Le client est injoignable"
@@ -1004,7 +1004,7 @@ msgstr "Supprimer le modèle"
msgid "Deleted"
msgstr "Effacé"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr "D&eacute;crivez pourquoi vous mod&eacute;rez ceci"
@@ -1054,7 +1054,7 @@ msgstr "Ne pas utiliser la carte"
msgid "Diligency prize league table"
msgstr "Tableau d'honneur de la réactivité"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr "Annuler les modifications"
@@ -1492,11 +1492,11 @@ msgstr "Pour plus d'information, Lire <a href='https://fixmystreet.org/customisi
msgid "Forgotten your password?"
msgstr "Vous avez oublié votre mot de passe? "
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Transmis à l'administration"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Souhait transmis à l'administration"
@@ -1622,7 +1622,7 @@ msgstr "Caché(s)"
msgid "Hide all reports and updates"
msgstr "Rapports signalés et utilisateurs"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr "Masquer tout le rapport"
@@ -2069,7 +2069,7 @@ msgstr "Organismes disparus :"
msgid "Missing jurisdiction_id"
msgstr "jurisdiction_id manquant"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Modérer"
@@ -2077,7 +2077,7 @@ msgstr "Modérer"
msgid "Moderate report details"
msgstr "Modérer les détails du rapport"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Modérer ce rapport"
@@ -2085,7 +2085,7 @@ msgstr "Modérer ce rapport"
msgid "Moderate this update"
msgstr "Modifiez cette mise &agrave; jour"
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr "Modifiez par %s &agrave; %s"
@@ -2485,11 +2485,11 @@ msgstr "Ou abonnez-vous par RSS"
msgid "Order"
msgstr "Commander"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2596,7 +2596,7 @@ msgstr "Téléphone"
msgid "Photo"
msgstr "Photo"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "La photo est nécessaire."
@@ -2604,6 +2604,10 @@ msgstr "La photo est nécessaire."
msgid "Photo required"
msgstr "Photo requise"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2657,8 +2661,8 @@ msgid "Please check your phone number is correct"
msgstr "Merci de vérifier que votre adresse email est correcte"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2880,9 +2884,9 @@ msgstr "Merci de sélectionner le type d'alerte que vous voulez"
msgid "Please state whether or not the problem has been fixed"
msgstr "Merci de préciser si le problème a été réglé ou non."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Veuillez uniquement envoyer une image"
@@ -3042,7 +3046,7 @@ msgstr "Problèmes dans %s, %s"
msgid "Property address:"
msgstr "Adresse de propriété:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3200,9 +3204,9 @@ msgstr "Effacer le signalement"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "Supprimer de votre liste"
@@ -3351,7 +3355,7 @@ msgstr "Signalisation d'un problème"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Rapports"
@@ -3444,11 +3448,11 @@ msgstr "Modèles de réponse pour %s"
msgid "Revert to original"
msgstr "Revenir &agrave; l&apos;original"
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr "Revenir au texte original"
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr "Revenir au titre original"
@@ -3465,15 +3469,15 @@ msgstr "L'opérateur pour cette route (déterminé à partir de la référence e
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "L'opérateur pour cette route (selon OpenStreetMAp): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Pivoter à gauche"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3498,7 +3502,7 @@ msgstr "Enregistrer + fermer en double"
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3550,7 +3554,7 @@ msgstr "Aucun utilisateur trouvé lors de la recherche."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3608,7 +3612,7 @@ msgstr "Se connecter par email"
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Envoyé le rapport en retour"
@@ -3631,6 +3635,7 @@ msgstr "Service:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Nouveau mot de passe :"
@@ -3644,9 +3649,9 @@ msgid "Share"
msgstr "Partagez"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "Liste"
@@ -3654,15 +3659,15 @@ msgstr "Liste"
msgid "Shortlist all visible"
msgstr "Liste abr&eacute;g&eacute;e visible"
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr "Shortlisté"
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr "Shortlisté par %s"
@@ -3692,7 +3697,7 @@ msgstr "Montrer les anciens"
msgid "Show older reports"
msgstr "Rechercher les rapports"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr "Afficher la photo"
@@ -3702,7 +3707,7 @@ msgstr "Afficher la photo"
msgid "Show pins"
msgstr "Montrer les épingles"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr "Afficher le nom du déclarant"
@@ -3733,7 +3738,7 @@ msgstr "Connectez-vous par e-mail à la place en fournissant un nouveau mot de p
msgid "Sign in or create an account"
msgstr "Connectez-vous ou créez un compte"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Déconnexion"
@@ -3796,7 +3801,7 @@ msgstr "Désolé, nous ne pouvons pas vous connecter pour le moment. Veuillez co
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Désolé, nous n'avons pas pu trouver cet emplacement. Merci de réessayer."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Désolé, nous ne pouvions pas enregistrer votre image(s), veuillez essayer à nouveau."
@@ -3866,13 +3871,13 @@ msgid "State:"
msgstr "État actuel :"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr "&Eacute;tat"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3971,7 +3976,7 @@ msgid "Summarise your changes"
msgstr "Résumez vos modifications"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -4011,7 +4016,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Modèle &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4061,7 +4066,7 @@ msgstr "Merci d'avoir chargé votre photo. Nous avons besoin maintenant de local
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Merci, heureux d'apprendre que cela a été résolu ! Pourrions-nous juste vous demander si vous aviez déjà signalé un problème à une administration auparavant ?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Cette image ne ​​semble pas avoir été chargée correctement (% s), réessayez s'il vous plaît."
@@ -4095,21 +4100,21 @@ msgstr "Ce rapport ne peut pas être vu sur %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Ce rapport a été retiré de FixMyStreet.fr."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Ce rapport a été retiré de FixMyStreet.fr."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
#, fuzzy
msgid "That user has been made anonymous on all reports and updates."
msgstr "Votre nom a &eacute;t&eacute; cach&eacute; de tous vos rapports et mises &agrave; jour."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4185,7 +4190,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Le classement du prix d'assiduité montre l'activité des utilisateurs (qui écrit le plus de rapports)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "L'erreur était : %s"
@@ -4259,7 +4264,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "L'utilisateur n'a pas pu localiser le problème sur une carte, mais pour voir la zone autour de l'endroit qu'il ou elle a entré"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Ce rapport a été retiré de FixMyStreet.fr."
@@ -4283,7 +4288,7 @@ msgstr "Il n'y a pas de rapports à montrer."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Il y a eu un problème pour montrer la page tous les rapports. Réessayez s'il vous plaît ultérieurement."
@@ -4296,7 +4301,7 @@ msgstr "Il y a eu un problème pour afficher cette page. Merci de réessayer ult
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Il y a un problème avec votre combinaison email / mot de passe. Réessayez s'il vous plaît."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4304,7 +4309,7 @@ msgstr "Il y a un problème avec votre combinaison email / mot de passe. Réessa
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Il y a un problème avec votre combinaison email / mot de passe. Si vous ne pouvez pas vous souvenir de votre mot de passe, ou n'en avez pas, remplissez s'il vous plaît la section « s'authentifier par email » du formulaire."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
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."
@@ -4312,7 +4317,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
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."
@@ -4388,10 +4393,10 @@ msgstr "Cet email a été envoyé aux deux administrations couvrant l'emplacemen
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Cet email a été envoyé à plus d'une administration couvrant l'emplacement du problème, la catégorie de problème choisie par l'utilisateur étant présente pour chacune d'entre elles ; ignorez-le s'il vous plaît si vous n'êtes pas l'administration responsable pour la question."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Ces renseignements sont nécessaires"
@@ -4599,7 +4604,7 @@ msgstr "Inconnu"
msgid "Unknown alert type"
msgstr "Type d'alerte inconnu"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4690,11 +4695,11 @@ msgstr "Mis &agrave; par <strong>%s</strong> &agrave; %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Mis à jour !"
@@ -4766,8 +4771,8 @@ msgstr "ID utilisateur de récupération des commentaires à"
msgid "User Import"
msgstr "%s rapports"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Email rajouté à la liste des abus"
@@ -4777,17 +4782,17 @@ msgstr "Email rajouté à la liste des abus"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Email déjà présent dans la liste des abus"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Utilisateur dé–signalé"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Utilisateur signalé"
@@ -4810,7 +4815,7 @@ msgstr "Utilisateurs"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Utilisateurs"
@@ -5123,7 +5128,7 @@ msgstr "Vous avez réussi à vous connecter ; veuillez vérifier et confirmer qu
msgid "You have successfully verified your phone number."
msgstr "Votre adresse courriel a bien été confirmée."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Vous n'avez encore créés aucun rapport. <a href=\"%s\">Rapportez un problème maintenant.</a>"
@@ -5228,7 +5233,7 @@ msgstr "Votre numéro de téléphone"
msgid "Your report"
msgstr "Votre rapport"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Vos rapports"
@@ -5246,7 +5251,7 @@ msgstr "Votre nom a &eacute;t&eacute; cach&eacute;."
msgid "Your update has been saved offline for submission when back online."
msgstr "Votre mise &agrave; jour a &eacute;t&eacute; sauvegard&eacute;e en mode hors connexion pour la soumission en ligne."
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Vos mises à jour"
@@ -5274,7 +5279,7 @@ msgid "all"
msgstr "Tous"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5423,12 +5428,12 @@ msgstr "l'utilisateur est de la même administration que le problème - %d"
msgid "user is problem owner"
msgstr "L'utilisateur est propriétaire du problème"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Email déjà présent dans la liste des abus"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Supprimer de votre liste"
diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po
index f89efbcb2..f602dd14d 100644
--- a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/he_IL.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>, 2017\n"
"Language-Team: Hebrew (Israel) (https://www.transifex.com/mysociety/teams/12067/he_IL/)\n"
@@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- נא לבחור קטגוריה --"
@@ -313,9 +313,9 @@ msgstr "הוספת מספר טלפון"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "הוספה לרשימה מקוצרת"
@@ -337,11 +337,11 @@ msgstr "הוספה/עריכה של עדיפויות מענה"
msgid "Add/edit response templates"
msgstr "הוספה/עריכה של תבניות תגובה"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr ""
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -541,7 +541,7 @@ msgstr ""
msgid "Back"
msgstr "חזרה"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "חזרה לכל הדיווחים"
@@ -551,7 +551,7 @@ msgstr "חסימת משתמש"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -648,7 +648,7 @@ msgstr "החלפת כתובת דוא״ל"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "החלפת ססמה"
@@ -762,7 +762,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "תצורה"
@@ -825,8 +825,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "נקודות ציון:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "לא ניתן למצוא את המשתמש"
@@ -925,7 +925,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -969,7 +969,7 @@ msgstr "מחיקת תבנית"
msgid "Deleted"
msgstr "נמחק"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1019,7 +1019,7 @@ msgstr "לא נעשה שימוש במפה"
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr "התעלמות משינויים"
@@ -1442,11 +1442,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1569,7 +1569,7 @@ msgstr "הוספת שדה"
msgid "Hide all reports and updates"
msgstr ""
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr "הסתרת הדוח כולו"
@@ -2000,7 +2000,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2008,7 +2008,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2016,7 +2016,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2402,11 +2402,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2511,7 +2511,7 @@ msgstr "טלפון:"
msgid "Photo"
msgstr "תמונה"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "נדרשת תמונה."
@@ -2519,6 +2519,10 @@ msgstr "נדרשת תמונה."
msgid "Photo required"
msgstr "נדרשת תמונה"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2570,8 +2574,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2787,9 +2791,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2948,7 +2952,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3106,9 +3110,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3256,7 +3260,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3349,11 +3353,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3370,15 +3374,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3403,7 +3407,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3455,7 +3459,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3512,7 +3516,7 @@ msgstr "כניסה עם דוא״ל"
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3535,6 +3539,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "ססמה חדשה:"
@@ -3548,9 +3553,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3558,15 +3563,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3595,7 +3600,7 @@ msgstr ""
msgid "Show older reports"
msgstr "כל הדיווחים"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3605,7 +3610,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3635,7 +3640,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3695,7 +3700,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3762,13 +3767,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3865,7 +3870,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3904,7 +3909,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3954,7 +3959,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3988,19 +3993,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4066,7 +4071,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4140,7 +4145,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "נא להקליד כתובת דוא״ל תקנית"
@@ -4162,7 +4167,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4175,14 +4180,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4190,7 +4195,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4257,10 +4262,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -4467,7 +4472,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4557,11 +4562,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4625,8 +4630,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4635,16 +4640,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4665,7 +4670,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -4965,7 +4970,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5069,7 +5074,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5086,7 +5091,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5113,7 +5118,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5260,11 +5265,11 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po
index 106c7979d..ea1a8ea73 100644
--- a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/hr.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Vlejd <vhalgota@gmail.com>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/mysociety/teams/12067/hr/)\n"
@@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "(također omogućavamo pretplate na RSS izvore za probleme unutar %s)"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Izaberite kategoriju --"
@@ -317,9 +317,9 @@ msgstr "Dodajte telefonski broj"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -341,11 +341,11 @@ msgstr "Dodajte ili uredite prioritete za odgovor"
msgid "Add/edit response templates"
msgstr "Dodajte ili uredite predloške za odgovor"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Dodano %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -545,7 +545,7 @@ msgstr "Čeka odluku moderatora"
msgid "Back"
msgstr "Povratak"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Povratak na sve prijave"
@@ -555,7 +555,7 @@ msgstr "Zabranite korisniku pristup"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -652,7 +652,7 @@ msgstr "Promijenite e-mail adresu"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Promijenite lozinku"
@@ -771,7 +771,7 @@ msgid "Collapse map"
msgstr "Umanjite prikaz karte"
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Konfiguracija"
@@ -834,8 +834,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Koordinate"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Nepoznati korisnik"
@@ -933,7 +933,7 @@ msgstr "Trenutno grupirano prema %s"
msgid "Currently no bodies have been created."
msgstr "Trenutno nema izrađenih profila tijela javnih vlasti."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Ne možemo kontaktirati mušteriju"
@@ -977,7 +977,7 @@ msgstr "Izbrišite predložak"
msgid "Deleted"
msgstr "Izbrisano"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr "Opišite zašto ste odlučili moderirati ovo"
@@ -1027,7 +1027,7 @@ msgstr "Karta nije bila korištena"
msgid "Diligency prize league table"
msgstr "Ljestvica marljivosti"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr "Odbacite izmjene"
@@ -1454,11 +1454,11 @@ msgstr "Za više informacija, proučite <a href='http://fixmystreet.org/customis
msgid "Forgotten your password?"
msgstr "Zaboravili ste šifru?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Proslijeđeno vanjskom tijelu."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Proslijeđeno vanjskom tijelu."
@@ -1581,7 +1581,7 @@ msgstr "Skriveno"
msgid "Hide all reports and updates"
msgstr "Sakriti sve prijave i novosti"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr "Sakriti cijelu prijavu"
@@ -2013,7 +2013,7 @@ msgstr "Nedostajuća tijela:"
msgid "Missing jurisdiction_id"
msgstr "Nedostaje nadležni_ID"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Moderirajte"
@@ -2021,7 +2021,7 @@ msgstr "Moderirajte"
msgid "Moderate report details"
msgstr "Moderirajte detalje prijave"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Moderirajte ovu prijavu"
@@ -2029,7 +2029,7 @@ msgstr "Moderirajte ovu prijavu"
msgid "Moderate this update"
msgstr "Moderirajte ovo ažuriranje novosti"
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr "Moderirao/la %s u %s"
@@ -2417,11 +2417,11 @@ msgstr "Ili se pretplatite na RSS izvor"
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2526,7 +2526,7 @@ msgstr "Telefon:"
msgid "Photo"
msgstr "Fotografija"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Potrebna je fotografija"
@@ -2534,6 +2534,10 @@ msgstr "Potrebna je fotografija"
msgid "Photo required"
msgstr "Potrebna je fotografija"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2585,8 +2589,8 @@ msgid "Please check your phone number is correct"
msgstr "Molimo da provjerite je li ispravno unesen broj telefona"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2805,9 +2809,9 @@ msgstr "Izaberite tip upozorenja koja želite primati"
msgid "Please state whether or not the problem has been fixed"
msgstr "Navedite je li problem rješen "
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Molimo da pošaljete samo fotografiju"
@@ -2968,7 +2972,7 @@ msgstr "Problemi unutar %s, %s"
msgid "Property address:"
msgstr "Adresa objekta:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3126,9 +3130,9 @@ msgstr "Ukloni oznaku"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3277,7 +3281,7 @@ msgstr "Prijavljivanje problema"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Prijave"
@@ -3370,11 +3374,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3391,15 +3395,15 @@ msgstr "Cestovni operater za ovu imenovanu cestu (izveden iz cestovnog referentn
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Cestovni operater za ovu imenovanu cestu (sa OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3424,7 +3428,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3476,7 +3480,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3534,7 +3538,7 @@ msgstr "Prijavite se e-mail računom"
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3557,6 +3561,7 @@ msgstr "Servis:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr ""
@@ -3569,9 +3574,9 @@ msgid "Share"
msgstr "Podijeli"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3579,15 +3584,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3616,7 +3621,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Vaše prijave"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3626,7 +3631,7 @@ msgstr ""
msgid "Show pins"
msgstr "Prikaži pinove"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3656,7 +3661,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Prijavite se ili kreirajte korisnički račun"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Odjavite se"
@@ -3716,7 +3721,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Žao nam je, nije moguće analizirati tu lokaciju. Molimo pokušajte ponovno."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3783,13 +3788,13 @@ msgid "State:"
msgstr "Stanje:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3887,7 +3892,7 @@ msgid "Summarise your changes"
msgstr "Ukratko opišite unesene izmjene"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3926,7 +3931,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3976,7 +3981,7 @@ msgstr "Hvala na učitavanju slike. Sada trebamo locirati problem pa Vas molimo
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Hvala, drago nam je čuti da je Vaš problem riješen! Htjeli bismo Vass još samo upitati jeste li do sada prijavljivali problem odgovornom tijelu?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Slika nije ispravno učitana (%s), molimo pokušajte ponovno."
@@ -4010,19 +4015,19 @@ msgstr "Ovaj izvještaj se ne može pregledati na %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Navedena prijava je uklonjena s Popravi.to"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr "Taj korisnik se odjavio iz sustava."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr "Osobni podaci tog korisnika su anonimizirani u svim prijavama i ažuriranjima."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr "Osobni podaci tog korisnika su uklonjeni."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr "Prijave i ažuriranja od strane tog korisnika su označene kao sakrivene."
@@ -4090,7 +4095,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Greška je: %s"
@@ -4164,7 +4169,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Korisnik nije mogao locirati problem na karti, ali možete vidjeti područje oko navedene lokacije"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Taj korisnik se odjavio iz sustava."
@@ -4186,7 +4191,7 @@ msgstr "Nemamo Vaših prijava za prikaz."
msgid "There is already an auto-response template for this category/state."
msgstr "Već postoji predložak za automatsko odgovaranje za ovu kategoriju ili stanje."
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Došlo je do problema pri učitavanju svih prijava. Molimo pokušajte ponovno."
@@ -4199,14 +4204,14 @@ msgstr "Došlo je do problema pri učitavanju ove stranice. Molimo pokušajte po
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Došlo je do problema s kombinacijom Vaše e-maila i lozinke. Molimo pokušajte ponovno."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; 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 &lsquo;No&rsquo; dio obrasca."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno."
@@ -4214,7 +4219,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Došlo je do problema pri ažuriranju. Detalje pogledajte u nastavku."
@@ -4282,10 +4287,10 @@ msgstr "Kako korisnik nije kategorizirao problem, ovaj e-mail je automatski posl
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Kako je odabrana kategorija predviđena za više odgovornih tijela, ovaj e-mail poslan je na adrese nekoliko ureda koje prekrivaju mjesto problema. Molimo Vas da zanemarite e-mail ako problem ne ulazi u Vašu nadležnost ili nam se povratno javite kako bismo u svom sustavu mogli ispravno kategorizirati prijavu."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Potrebna informacija"
@@ -4493,7 +4498,7 @@ msgstr "Nepoznato"
msgid "Unknown alert type"
msgstr "Nepoznat tip upozorenja"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4584,11 +4589,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Ažurirano!"
@@ -4653,8 +4658,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr "Korisnik je dodan na popis zloupotreba."
@@ -4663,16 +4668,16 @@ msgstr "Korisnik je dodan na popis zloupotreba."
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Korisnička oznaka uklonjena"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Korisnik označen"
@@ -4693,7 +4698,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Korisnici"
@@ -4995,7 +5000,7 @@ msgstr "Uspješno ste se prijavili; molimo provjerite i potvrdite točnost Vaši
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Još niste poslali niti jednu prijavu. <a href=\"%s\">Pošaljite prijavu sada</a>."
@@ -5099,7 +5104,7 @@ msgstr "Vaš broj telefona"
msgid "Your report"
msgstr "Vaša prijava"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Vaše prijave"
@@ -5116,7 +5121,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Vaša ažuriranja"
@@ -5144,7 +5149,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5293,11 +5298,11 @@ msgstr "Korisnik je iz istog područja kao i problem - %d"
msgid "user is problem owner"
msgstr "korisnik je vlasnik problema"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po
index c1ef901b1..cd0110c78 100644
--- a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/hu_HU.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Gábor Auth <auth.gabor@gmail.com>, 2018\n"
"Language-Team: Hungarian (Hungary) (https://www.transifex.com/mysociety/teams/12067/hu_HU/)\n"
@@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Válassz kategóriát --"
@@ -312,9 +312,9 @@ msgstr ""
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -336,11 +336,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr ""
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -540,7 +540,7 @@ msgstr ""
msgid "Back"
msgstr "Vissza"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -550,7 +550,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -647,7 +647,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr ""
@@ -760,7 +760,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -823,8 +823,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr ""
@@ -922,7 +922,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -966,7 +966,7 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1016,7 +1016,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1436,11 +1436,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1561,7 +1561,7 @@ msgstr ""
msgid "Hide all reports and updates"
msgstr ""
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -1991,7 +1991,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -1999,7 +1999,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2007,7 +2007,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2393,11 +2393,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2501,7 +2501,7 @@ msgstr ""
msgid "Photo"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2509,6 +2509,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2560,8 +2564,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2777,9 +2781,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2938,7 +2942,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3095,9 +3099,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3243,7 +3247,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3336,11 +3340,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3357,15 +3361,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3390,7 +3394,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3442,7 +3446,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3498,7 +3502,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3521,6 +3525,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr ""
@@ -3533,9 +3538,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3543,15 +3548,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3579,7 +3584,7 @@ msgstr ""
msgid "Show older reports"
msgstr ""
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3589,7 +3594,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3619,7 +3624,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3679,7 +3684,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3746,13 +3751,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3849,7 +3854,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3888,7 +3893,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3938,7 +3943,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3972,19 +3977,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4050,7 +4055,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4124,7 +4129,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
msgid "The user has been sent a login email"
msgstr ""
@@ -4145,7 +4150,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4158,14 +4163,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4173,7 +4178,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4240,10 +4245,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -4450,7 +4455,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4540,11 +4545,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4608,8 +4613,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4618,16 +4623,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4648,7 +4653,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -4948,7 +4953,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5052,7 +5057,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5069,7 +5074,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5096,7 +5101,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5244,11 +5249,11 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po
index 46ab0ecd6..fb3d8e378 100644
--- a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/id_ID.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Gengo Projects Team <lian.abadia@gengo.com>, 2017\n"
"Language-Team: Indonesian (Indonesia) (https://www.transifex.com/mysociety/teams/12067/id_ID/)\n"
@@ -185,7 +185,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "Umpan RSS dari masalah dalam %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Pilih kategori --"
@@ -336,9 +336,9 @@ msgstr "(Tidak ada nomor telepon)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Tambahkan ke daftar pendek"
@@ -360,11 +360,11 @@ msgstr "Tambah/sunting prioritas tanggapan"
msgid "Add/edit response templates"
msgstr "Tambah/sunting template tanggapan"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "%s ditambahkan"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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."
@@ -567,7 +567,7 @@ msgstr "Menunggu moderasi"
msgid "Back"
msgstr "Kembali"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Kembali ke semua laporan"
@@ -578,7 +578,7 @@ msgstr "Tandai pengguna"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -677,7 +677,7 @@ msgstr "Ubah alamat surel"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Ubah kata sandi"
@@ -802,7 +802,7 @@ msgid "Collapse map"
msgstr "Ciutkan peta"
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Konfigurasi"
@@ -865,8 +865,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Koordinat:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Tidak dapat menemukan pengguna"
@@ -968,7 +968,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Saat ini belum ada badan dibuat."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Pelanggan tidak dapat dihubungi"
@@ -1013,7 +1013,7 @@ msgstr "Hapus template"
msgid "Deleted"
msgstr "Dihapus"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr "Jelaskan mengapa Anda memoderasi ini"
@@ -1063,7 +1063,7 @@ msgstr "Tidak menggunakan peta"
msgid "Diligency prize league table"
msgstr "Tabel liga kerajinan"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr "Buang perubahan"
@@ -1504,11 +1504,11 @@ msgstr "Untuk informasi lebih lanjut, lihat <a href='https://fixmystreet.org/cus
msgid "Forgotten your password?"
msgstr "Lupa kata sandi Anda?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Diteruskan ke badan eksternal"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Meneruskan permohonan ke badan eksternal"
@@ -1634,7 +1634,7 @@ msgstr "Tersembunyi"
msgid "Hide all reports and updates"
msgstr "Laporan dan pengguna ditandai"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr "Sembunyikan seluruh laporan"
@@ -2086,7 +2086,7 @@ msgstr "Badan tidak ditemukan:"
msgid "Missing jurisdiction_id"
msgstr "jurisdiction_id tidak ditemukan"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Moderasi"
@@ -2094,7 +2094,7 @@ msgstr "Moderasi"
msgid "Moderate report details"
msgstr "Detail laporan moderasi"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Moderasi laporan ini"
@@ -2102,7 +2102,7 @@ msgstr "Moderasi laporan ini"
msgid "Moderate this update"
msgstr "Moderasi pembaruan ini"
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr "Dimoderasi oleh %s pada %s"
@@ -2503,11 +2503,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2615,7 +2615,7 @@ msgstr "Telepon:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Foto diperlukan."
@@ -2623,6 +2623,10 @@ msgstr "Foto diperlukan."
msgid "Photo required"
msgstr "Foto diperlukan"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2676,8 +2680,8 @@ msgid "Please check your phone number is correct"
msgstr "Silakan periksa apakah alamat surel Anda benar"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2899,9 +2903,9 @@ msgstr "Silakan pilih tipe peringatan yang Anda inginkan"
msgid "Please state whether or not the problem has been fixed"
msgstr "Mohon beri tahu apakah masalah telah diatasi atau belum"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Mohon untuk hanya mengunggah gambar"
@@ -3064,7 +3068,7 @@ msgstr "Masalah dalam %s, %s"
msgid "Property address:"
msgstr "Alamat properti:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3224,9 +3228,9 @@ msgstr "Hapus tanda"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "Hapus dari daftar pendek"
@@ -3375,7 +3379,7 @@ msgstr "Melaporkan masalah"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Laporan"
@@ -3472,11 +3476,11 @@ msgstr "Template Tanggapan untuk %s"
msgid "Revert to original"
msgstr "Kembalikan ke awal"
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr "Kembalikan ke teks awal"
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr "Kembalikan ke judul awal"
@@ -3493,15 +3497,15 @@ msgstr "Operator jalan untuk jalan bernama ini (diambil dari tipe dan nomor refe
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Operator jalan untuk jalan bernama ini (dari OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Putar Kiri"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3526,7 +3530,7 @@ msgstr "Simpan + tutup sebagai duplikat"
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3578,7 +3582,7 @@ msgstr "Tidak ditemukan pengguna."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3636,7 +3640,7 @@ msgstr "Masuk dengan surel"
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Laporan dikirim kembali"
@@ -3659,6 +3663,7 @@ msgstr "Layanan:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Kata sandi baru:"
@@ -3672,9 +3677,9 @@ msgid "Share"
msgstr "Bagikan"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "Daftar Pendek"
@@ -3682,15 +3687,15 @@ msgstr "Daftar Pendek"
msgid "Shortlist all visible"
msgstr "Tampilkan semua dalam daftar pendek"
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr "Dimasukkan ke daftar pendek"
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr "Dimasukkan ke daftar pendek oleh %s"
@@ -3720,7 +3725,7 @@ msgstr "Tampilkan yang lama"
msgid "Show older reports"
msgstr "Cari laporan"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr "Tampilkan foto"
@@ -3730,7 +3735,7 @@ msgstr "Tampilkan foto"
msgid "Show pins"
msgstr "Tampilkan pin"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr "Tampilkan nama pelapor"
@@ -3761,7 +3766,7 @@ msgstr "Sebaliknya, masuk dengan surel dan berikan kata sandi baru. Saat Anda me
msgid "Sign in or create an account"
msgstr "Masuk atau buat akun"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Keluar"
@@ -3824,7 +3829,7 @@ msgstr "Maaf, kami tidak dapat memasukkan Anda ke akun. Silakan isi formulir di
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Maaf, kami tidak dapat mengurai lokasi tersebut. Silakan coba lagi."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Maaf, kami tidak dapat menyimpan gambar Anda, silakan coba lagi."
@@ -3895,14 +3900,14 @@ msgid "State:"
msgstr "Wilayah:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Wilayah"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -4002,7 +4007,7 @@ msgid "Summarise your changes"
msgstr "Buat ringkasan tentang perubahan Anda"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -4042,7 +4047,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Template &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4092,7 +4097,7 @@ msgstr "Terima kasih telah mengunggah foto Anda. Sekarang kami perlu melacak mas
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Terima kasih, kami senang mendengar masalahnya telah diatasi! Dapatkah kami bertanya apakah Anda sudah pernah melaporkan sebuah masalah kepada dewan sebelumnya?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Gambar tersebut tampaknya tidak terunggah dengan benar (%s), silakan coba lagi."
@@ -4126,21 +4131,21 @@ msgstr "Laporan tersebut tidak dapat ditampilkan di %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Laporan tersebut telah dihapus dari FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Laporan tersebut telah dihapus dari FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
#, fuzzy
msgid "That user has been made anonymous on all reports and updates."
msgstr "Nama Anda telah disembunyikan pada semua laporan dan pembaruan Anda."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4216,7 +4221,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Tabel liga kerajinan menampilkan aktivitas penyunting (siapa yang paling banyak menyunting data)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Kesalahannya adalah: %s"
@@ -4290,7 +4295,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Pengguna tidak dapat melacak masalah pada peta, tetapi untuk melihat area di sekitar lokasi yang mereka masukkan"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Laporan tersebut telah dihapus dari FixMyStreet."
@@ -4314,7 +4319,7 @@ msgstr "Tidak ada laporan untuk ditampilkan."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Terdapat masalah saat menampilkan halaman Semua Laporan. Silakan coba lagi nanti."
@@ -4327,7 +4332,7 @@ msgstr "Terdapat masalah saat menampilkan halaman ini. Silakan coba lagi nanti."
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Silakan coba lagi."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4335,7 +4340,7 @@ msgstr "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Silakan coba la
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Terdapat masalah dengan kombinasi surel/kata sandi Anda. Jika Anda tidak dapat mengingat kata sandi Anda, atau Anda tidak memilikinya, silakan isi formulir pada bagian &lsquo;masuk dengan surel&rsquo;."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Terdapat masalah dengan pembaruan Anda. Silakan coba lagi."
@@ -4343,7 +4348,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Terdapat masalah dengan pembaruan Anda. Silakan lihat di bawah ini."
@@ -4421,10 +4426,10 @@ msgstr "Surel ini telah dikirimkan kepada kedua dewan yang mencakup lokasi masal
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Surel ini telah dikirimkan kepada beberapa dewan yang mencakup lokasi masalah, karena kategori yang dipilih tersedia untuk semua dewan ini; silakan abaikan jika Anda bukan dewan yang tepat untuk menangani masalah ini."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Informasi ini diperlukan"
@@ -4632,7 +4637,7 @@ msgstr "Tidak diketahui"
msgid "Unknown alert type"
msgstr "Tipe peringatan tidak diketahui"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4725,11 +4730,11 @@ msgstr "Dikirim oleh <strong>%s</strong> pada %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Diperbarui!"
@@ -4801,8 +4806,8 @@ msgstr "ID Pengguna untuk dikaitkan dengan komentar yang diambil"
msgid "User Import"
msgstr "%s laporan"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Surel ditambahkan ke daftar penyalahgunaan"
@@ -4812,17 +4817,17 @@ msgstr "Surel ditambahkan ke daftar penyalahgunaan"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Surel sudah ada di daftar penyalahgunaan"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Tanda pada pengguna dihapus"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Pengguna ditandai"
@@ -4845,7 +4850,7 @@ msgstr "Pengguna"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Pengguna"
@@ -5158,7 +5163,7 @@ msgstr "Anda telah berhasil masuk; silakan periksa dan konfirmasikan bahwa detai
msgid "You have successfully verified your phone number."
msgstr "Anda telah berhasil mengonfirmasikan alamat surel Anda."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Anda belum membuat satu pun laporan. <a href=\"%s\">Laporkan sebuah masalah sekarang.</a>"
@@ -5265,7 +5270,7 @@ msgstr "Nomor telepon Anda"
msgid "Your report"
msgstr "Laporan Anda"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Laporan Anda"
@@ -5283,7 +5288,7 @@ msgstr "Nama Anda telah disembunyikan"
msgid "Your update has been saved offline for submission when back online."
msgstr "Pembaruan Anda telah disimpan secara offline untuk dikirim saat Anda kembali online."
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Pembaruan Anda"
@@ -5311,7 +5316,7 @@ msgid "all"
msgstr "semua"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5462,12 +5467,12 @@ msgstr "pengguna dari dewan yang sama dengan masalah - %d"
msgid "user is problem owner"
msgstr "pengguna adalah pemilik masalah"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Surel sudah ada di daftar penyalahgunaan"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Hapus dari daftar pendek"
diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po
index f868556a6..37b5c3355 100644
--- a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Sebastiano Pistore <SebastianoPistore.info@protonmail.ch>, 2017\n"
+"Last-Translator: Sebastiano Pistore <SebastianoPistore.info@protonmail.ch>, 2018\n"
"Language-Team: Italian (https://www.transifex.com/mysociety/teams/12067/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
@@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Scegli una categoria --"
@@ -260,7 +260,7 @@ msgstr "Attiva l'autenticazione a due fattori"
#: templates/web/base/my/my.html:39 templates/web/base/my/my.html:50
msgid "Add"
-msgstr ""
+msgstr "Aggiungi"
#: templates/web/base/admin/body-form.html:3
#: templates/web/base/admin/body-form.html:4
@@ -287,7 +287,7 @@ msgstr "Aggiungi un indirizzo email"
#: templates/web/base/admin/reportextrafields/index.html:24
msgid "Add extra fields"
-msgstr ""
+msgstr "Aggiungi campi extra"
#: templates/web/base/admin/extra-metadata-form.html:89
msgid "Add field"
@@ -304,7 +304,7 @@ msgstr "Aggiungi una nuova categoria"
#: templates/web/base/admin/extra-metadata-form.html:82
msgid "Add option"
-msgstr ""
+msgstr "Aggiungi opzione"
#: templates/web/base/auth/change_phone.html:1
#: templates/web/base/auth/change_phone.html:7
@@ -313,9 +313,9 @@ msgstr "Aggiungi numero telefonico"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -337,11 +337,11 @@ msgstr "Aggiungi/modifica priorità risposta"
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Aggiunti %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -541,7 +541,7 @@ msgstr "In attesa di moderazione"
msgid "Back"
msgstr "Indietro"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -551,7 +551,7 @@ msgstr "Segnala utente"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -648,7 +648,7 @@ msgstr "Cambia indirizzo email"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Cambia la password"
@@ -762,7 +762,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Configurazione"
@@ -825,8 +825,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Coordinate:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Non posso trovare l'utente"
@@ -859,7 +859,7 @@ msgstr "Contare"
#: templates/web/base/admin/states/index.html:114
msgid "Create"
-msgstr ""
+msgstr "Creare"
#: templates/web/base/email_sent.html:1
msgid "Create a report"
@@ -913,7 +913,7 @@ msgstr "Password attuale:"
#: templates/web/base/auth/generate_token.html:46
msgid "Current token:"
-msgstr ""
+msgstr "Token attuale:"
#: templates/web/base/dashboard/index.html:92
msgid "Currently grouped by %s"
@@ -924,7 +924,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -950,7 +950,7 @@ msgstr "Default"
#: templates/web/base/admin/responsepriorities/edit.html:39
msgid "Default priority"
-msgstr ""
+msgstr "Priorità predefinita"
#: templates/web/base/report/_inspect.html:93
msgid "Defect type"
@@ -968,7 +968,7 @@ msgstr ""
msgid "Deleted"
msgstr "Eliminato"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1018,7 +1018,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr "Non salvare modifiche"
@@ -1034,7 +1034,7 @@ msgstr ""
#: templates/web/base/report/update-form.html:34
#: templates/web/base/report/update/form_user_loggedout.html:27
msgid "Do you have a %s password?"
-msgstr ""
+msgstr "Possiedi una password per accedere a %s?"
#: templates/web/base/report/_inspect.html:108
msgid "Do you want to automatically raise a defect?"
@@ -1107,7 +1107,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:717
msgid "Edit reports"
-msgstr ""
+msgstr "Modifica segnalazioni"
#: perllib/FixMyStreet/Cobrand/Default.pm:735
msgid "Edit users' details/search for their reports"
@@ -1290,7 +1290,7 @@ msgstr ""
#: templates/web/base/js/translation_strings.html:57
msgid "Expand map"
-msgstr ""
+msgstr "Ingrandisci mappa"
#: templates/web/base/report/new/form_report.html:51
msgid "Explain what’s wrong"
@@ -1330,7 +1330,7 @@ msgstr ""
#: templates/web/base/admin/reportextrafields/edit.html:1
#: templates/web/base/admin/reportextrafields/index.html:1
msgid "Extra Fields"
-msgstr ""
+msgstr "Campi extra"
#: templates/web/base/admin/contact-form.html:159
#: templates/web/base/admin/report_edit.html:128
@@ -1439,11 +1439,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr "Hai dimenticato la tua password?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1519,7 +1519,7 @@ msgstr ""
#: templates/web/base/dashboard/index.html:99
msgid "Group by:"
-msgstr ""
+msgstr "Raggruppare per:"
#: templates/web/base/questionnaire/index.html:32
msgid "Has this problem been fixed?"
@@ -1557,17 +1557,16 @@ msgid "Hidden"
msgstr "Nascosto"
#: templates/web/base/admin/extra-metadata-form.html:18
-#, fuzzy
msgid "Hidden Field"
-msgstr "Nascosto"
+msgstr "Campo non visibile"
#: templates/web/base/admin/user-form.html:202
msgid "Hide all reports and updates"
msgstr ""
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
-msgstr ""
+msgstr "Rendi non visibile tutta segnalazione"
#: templates/web/base/my/anonymize.html:1
#: templates/web/base/my/anonymize.html:2
@@ -1580,7 +1579,7 @@ msgstr "Nascondi il mio nome ovunque"
#: templates/web/base/my/anonymize.html:10
msgid "Hide my name in this update"
-msgstr ""
+msgstr "Rendi non visibile il mio nome nella segnalazione"
#: templates/web/base/my/anonymize.html:16
msgid "Hide my name on this report"
@@ -1833,7 +1832,7 @@ msgstr ""
#: templates/web/base/admin/states/index.html:9
#: templates/web/base/admin/states/index.html:95
msgid "Label"
-msgstr ""
+msgstr "Etichetta"
#: templates/web/base/admin/_translations.html:6
#: templates/web/base/admin/reportextrafields/edit.html:45
@@ -1958,7 +1957,7 @@ msgstr ""
#: templates/web/base/reports/_list-filters.html:73
msgid "Manual order"
-msgstr ""
+msgstr "Ordinamento manuale"
#: templates/web/base/js/translation_strings.html:54
msgid "Map"
@@ -1966,7 +1965,7 @@ msgstr "Mappa"
#: templates/web/base/admin/report_edit.html:87
msgid "Mark as sent"
-msgstr ""
+msgstr "Segna come inviato"
#: templates/web/base/admin/user-form.html:110
msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>."
@@ -1996,7 +1995,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2004,7 +2003,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2012,7 +2011,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2177,7 +2176,7 @@ msgstr ""
#: templates/web/base/reports/_list-filters.html:75
msgid "Newest"
-msgstr ""
+msgstr "Più recenti"
#: templates/web/base/pagination.html:10
msgid "Next"
@@ -2348,7 +2347,7 @@ msgstr "Vecchio stato"
#: templates/web/base/reports/_list-filters.html:76
msgid "Oldest"
-msgstr ""
+msgstr "Più vecchi"
#: perllib/FixMyStreet/SendReport/Email.pm:91
msgid "On behalf of %s"
@@ -2398,11 +2397,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2480,7 +2479,7 @@ msgstr "Numero di telefono (opzionale)"
#: templates/web/base/admin/user-form.html:29
msgid "Phone verified:"
-msgstr ""
+msgstr "Telefono verificato:"
#: templates/web/base/admin/report_edit.html:142
#: templates/web/base/admin/user-form.html:27 templates/web/base/my/my.html:47
@@ -2507,7 +2506,7 @@ msgstr "Telefono:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Fotografia richiesta."
@@ -2515,6 +2514,10 @@ msgstr "Fotografia richiesta."
msgid "Photo required"
msgstr "Fotografia richiesta"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2566,8 +2569,8 @@ msgid "Please check your phone number is correct"
msgstr "Assicurati che il tuo numero di telefono sia esatto"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2612,7 +2615,7 @@ msgstr "Inserisci un numero di cellulare"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1433
#: perllib/FixMyStreet/App/Controller/Admin.pm:1549
msgid "Please enter a name"
-msgstr ""
+msgstr "Inserire un nome"
#: perllib/FixMyStreet/App/Controller/Admin.pm:501
msgid "Please enter a name for this body"
@@ -2647,7 +2650,7 @@ msgstr "Per favore inserire un indirizzo email valido"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1437
#: perllib/FixMyStreet/App/Controller/Admin.pm:1534
msgid "Please enter a valid email or phone number"
-msgstr ""
+msgstr "Inserire un numero di telefono oppure un'email valida"
#: perllib/FixMyStreet/DB/Result/Problem.pm:369
#: templates/web/base/js/translation_strings.html:8
@@ -2783,9 +2786,9 @@ msgstr "Per favore seleziona il tipo di avvertimento che desideri"
msgid "Please state whether or not the problem has been fixed"
msgstr "Si prega di indicare se il problema è stato risolto"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Invia un'unica fotografia"
@@ -2828,7 +2831,7 @@ msgstr "Postato da <strong>%s</strong> al %s"
#: templates/web/base/front/footer-marketing.html:6
msgid "Powered by <a class=\"platform-logo\" href=\"https://fixmystreet.org/\">FixMyStreet Platform</a>"
-msgstr ""
+msgstr "Basato sulla piattaforma <a class=\"platform-logo\" href=\"https://fixmystreet.org/\">FixMyStreet</a>"
#: templates/web/base/pagination.html:4
msgid "Previous"
@@ -2836,12 +2839,12 @@ msgstr "Precedente"
#: perllib/FixMyStreet/Cobrand/Default.pm:670
msgid "Priorities"
-msgstr ""
+msgstr "Priorità"
#: templates/web/base/report/_inspect.html:144
#: templates/web/base/report/_item.html:105
msgid "Priority"
-msgstr ""
+msgstr "Priorità"
#: templates/web/base/main_nav_items.html:51
msgid "Privacy"
@@ -2945,7 +2948,7 @@ msgstr ""
msgid "Property address:"
msgstr "L'indirizzo della proprietà:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3102,9 +3105,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3145,9 +3148,8 @@ msgstr "Segnala un problema"
#: templates/web/base/js/translation_strings.html:78
#: templates/web/base/main_nav_items.html:4
-#, fuzzy
msgid "Report a problem here"
-msgstr "Segnala un problema"
+msgstr "Segnala un problema qui"
#: templates/web/base/report/display_tools.html:10
#: templates/web/base/report/display_tools.html:9
@@ -3157,9 +3159,8 @@ msgstr "Segnala un abuso"
#: templates/web/base/js/translation_strings.html:79
#: templates/web/base/main_nav_items.html:2
#: templates/web/base/tokens/confirm_problem.html:40
-#, fuzzy
msgid "Report another problem here"
-msgstr "Segnala un problema"
+msgstr "Segnala un ulteriore problema qui"
#: templates/web/base/report/new/form_user_loggedin.html:17
msgid "Report as"
@@ -3167,7 +3168,7 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Rss.pm:303
msgid "Report on %s"
-msgstr ""
+msgstr "Segnala su %s"
#: templates/web/base/dashboard/index.html:62
msgid "Report state:"
@@ -3223,11 +3224,11 @@ msgstr "Riportato nella categoria %s da %s alle %s"
#: perllib/FixMyStreet/DB/Result/Problem.pm:605
msgid "Reported via %s anonymously at %s"
-msgstr ""
+msgstr "Segnalato via %s in modo anonimo il %s"
#: perllib/FixMyStreet/DB/Result/Problem.pm:629
msgid "Reported via %s by %s at %s"
-msgstr ""
+msgstr "Segnalato via %s da %s il %s"
#: perllib/FixMyStreet/DB/Result/Problem.pm:602
msgid "Reported via %s in the %s category anonymously at %s"
@@ -3253,7 +3254,7 @@ msgstr "Stai segnalando un problema"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Segnalazioni"
@@ -3288,7 +3289,7 @@ msgstr "Segnalazioni salvate offline."
#: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296
msgid "Reports sent to %s"
-msgstr ""
+msgstr "Segnalazione inviata a %s"
#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:303
msgid "Reports sent to %s, within %s ward"
@@ -3344,13 +3345,13 @@ msgstr ""
#: templates/web/base/report/update.html:39
msgid "Revert to original"
-msgstr ""
+msgstr "Torna all'originale"
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3367,20 +3368,20 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
-msgstr ""
+msgstr "Ruota a sinistra"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
msgid "Rotate Right"
-msgstr ""
+msgstr "Ruota a destra"
#: templates/web/zurich/admin/report_edit.html:110
msgid "Rotating this photo will discard unsaved changes to the report."
@@ -3400,7 +3401,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3452,7 +3453,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3509,7 +3510,7 @@ msgstr "Login tramite email"
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3532,6 +3533,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr "Imposta password"
@@ -3544,9 +3546,9 @@ msgid "Share"
msgstr "Condividi"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3554,15 +3556,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3591,7 +3593,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Ricerca segnalazioni"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3601,7 +3603,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3631,7 +3633,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Entra o crea un nuovo account"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Logout"
@@ -3691,7 +3693,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Ci scusiamo, non possiamo analizzare questa zona. Per favore prova ancora."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3758,13 +3760,13 @@ msgid "State:"
msgstr "Stato:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3862,7 +3864,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3901,7 +3903,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3951,7 +3953,7 @@ msgstr "Grazie per aver aggiunto la tua foto. Abbiamo adesso bisogno di localizz
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Grazie, è fantastico sapere che è stato risolto! Possiamo soltanto chiederti se avevi gia segnalato altri problemi al tuo comune precedentemente?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3985,19 +3987,19 @@ msgstr "La segnalazione non può essere vista su %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Quella segnalazione è stata rimossa da FixMyStreet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4063,7 +4065,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "L'errore era: %s"
@@ -4137,7 +4139,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Per favore inserire un email valida"
@@ -4159,7 +4161,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4172,14 +4174,14 @@ msgstr "E' accaduto un problema visualizzando questa pagine. Per favore riprova
msgid "There was a problem with your email/password combination. Please try again."
msgstr "E' accaduto un problema con la tua combinazione email/password. Per favore prova ancora."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora."
@@ -4187,7 +4189,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4254,10 +4256,10 @@ msgstr "Questa email è stata inviata ad entrambi i comuni che coprono la zona d
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Questa informazione è richiesta"
@@ -4464,7 +4466,7 @@ msgstr "Sconosciuto"
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4555,11 +4557,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Aggiornato!"
@@ -4625,8 +4627,8 @@ msgstr ""
msgid "User Import"
msgstr "%s segnalazione"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4635,16 +4637,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4665,7 +4667,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Utenti"
@@ -4965,7 +4967,7 @@ msgstr "Ti sei correttamente iscritto; per favore controlla e conferma i tuoi de
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5069,7 +5071,7 @@ msgstr "Il tuo numero di telefono"
msgid "Your report"
msgstr "La tua segnalazione"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Tue segnalazioni"
@@ -5086,7 +5088,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5113,7 +5115,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5260,11 +5262,11 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po
index 312ed2e42..ef0e0eff0 100644
--- a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/lt_LT.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/mysociety/teams/12067/lt_LT/)\n"
@@ -178,7 +178,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Išsirinktite kategorija --"
@@ -328,9 +328,9 @@ msgstr "(Nėra telefono numerio)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Įdėti į trumpajį sąrašą"
@@ -352,11 +352,11 @@ msgstr "Pridėti/redaguoti atsakymų prioritetus"
msgid "Add/edit response templates"
msgstr "Pridėti/redaguoti atsakymo šablonus"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Pridėta %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -559,7 +559,7 @@ msgstr "Laukiama "
msgid "Back"
msgstr "Atgal"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -570,7 +570,7 @@ msgstr "Pažymėti vartotoją"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -668,7 +668,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Pakeisti slaptažodį"
@@ -792,7 +792,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Nustatymai"
@@ -855,8 +855,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Vartotojas nerastas"
@@ -957,7 +957,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Šiuo metu ne viena institucija nėra sukurta."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -1001,7 +1001,7 @@ msgstr "Pašalinti šabloną"
msgid "Deleted"
msgstr "Ištrinta"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1051,7 +1051,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Diligency prize league table"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1490,11 +1490,11 @@ msgstr "Daugiau informacijos rasite <a href='https://fixmystreet.org/customising
msgid "Forgotten your password?"
msgstr "Pamiršote slaptažodį?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1618,7 +1618,7 @@ msgstr "Paslėpta"
msgid "Hide all reports and updates"
msgstr "Flagged reports and users"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2063,7 +2063,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Missing jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2071,7 +2071,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2079,7 +2079,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2474,11 +2474,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2584,7 +2584,7 @@ msgstr "Telefonas:"
msgid "Photo"
msgstr "Nuotrauka"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2592,6 +2592,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2644,8 +2648,8 @@ msgid "Please check your phone number is correct"
msgstr "Prašome patikrinti ar jūsų el. pašto adresas teisingas "
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2864,9 +2868,9 @@ msgstr "Prašome pasirinkti pageidaujama įspėjimo tipą"
msgid "Please state whether or not the problem has been fixed"
msgstr "Prašome nurodyti, ar problema buvo sutvarkyta"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -3029,7 +3033,7 @@ msgstr ""
msgid "Property address:"
msgstr "Nuosavybės adresas:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3187,9 +3191,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3338,7 +3342,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3432,11 +3436,11 @@ msgstr "%s Atsakymo Šablonai"
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3453,15 +3457,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3486,7 +3490,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3538,7 +3542,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3595,7 +3599,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3618,6 +3622,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Pakeisti slaptažodį"
@@ -3631,9 +3636,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3641,15 +3646,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3678,7 +3683,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Visi pranešimai"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3688,7 +3693,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3718,7 +3723,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3778,7 +3783,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3845,13 +3850,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3950,7 +3955,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3989,7 +3994,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Šablonas &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4039,7 +4044,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -4073,19 +4078,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4151,7 +4156,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4225,7 +4230,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Prašome įvesti galiojantį el. paštą"
@@ -4247,7 +4252,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4260,14 +4265,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4275,7 +4280,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4342,10 +4347,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -4553,7 +4558,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4645,11 +4650,11 @@ msgstr "Pastaba: <strong>%s</strong>"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4714,8 +4719,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo"
@@ -4725,17 +4730,17 @@ msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "El. paštas jau yra piktnaudžiavimo sąraše"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4757,7 +4762,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -5064,7 +5069,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr "Prašome įvesti savo telefono numerį"
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5168,7 +5173,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5185,7 +5190,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5213,7 +5218,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5360,12 +5365,12 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "El. paštas jau yra piktnaudžiavimo sąraše"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo"
diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po
index 7425a2815..e162049f4 100644
--- a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/ms.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Malay (https://www.transifex.com/mysociety/teams/12067/ms/)\n"
@@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "Feed RSS untuk masalah dalam %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Pilih kategori --"
@@ -326,9 +326,9 @@ msgstr "Nombor telefon anda"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -350,11 +350,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "%s telah ditambahi"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -557,7 +557,7 @@ msgstr "Mengunggu penyederhanaan"
msgid "Back"
msgstr "Balik"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -568,7 +568,7 @@ msgstr "Tanda pengguna"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -666,7 +666,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Menukar Kata Laluan"
@@ -781,7 +781,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Konfigurasi"
@@ -844,8 +844,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Tidak dapat mencari pengguna"
@@ -946,7 +946,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Belum ada badan wujud pada masa kini."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -990,7 +990,7 @@ msgstr ""
msgid "Deleted"
msgstr "Dipadam"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1040,7 +1040,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Jadual liga hadiah ketekunan"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1464,11 +1464,11 @@ msgstr "Untuk maklumat lanjut, lihat <a href='https://fixmystreet.org/customisin
msgid "Forgotten your password?"
msgstr "Terlupai kata laluan anda?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1594,7 +1594,7 @@ msgstr "Tersembunyi"
msgid "Hide all reports and updates"
msgstr "Laporan dan pengguna ditanda"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2025,7 +2025,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Kehilangan jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2041,7 +2041,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2428,11 +2428,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2538,7 +2538,7 @@ msgstr "Telefon:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2546,6 +2546,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2598,8 +2602,8 @@ msgid "Please check your phone number is correct"
msgstr "Sila periksa sama ada alamat emel anda adalah betul"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2817,9 +2821,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2982,7 +2986,7 @@ msgstr ""
msgid "Property address:"
msgstr "Alamat bangunan"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3140,9 +3144,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3290,7 +3294,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3384,11 +3388,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3405,15 +3409,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3438,7 +3442,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3490,7 +3494,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3547,7 +3551,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3570,6 +3574,7 @@ msgstr "Servis:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Menukar Kata Laluan"
@@ -3583,9 +3588,9 @@ msgid "Share"
msgstr "Kongsi"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3593,15 +3598,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3631,7 +3636,7 @@ msgstr "Tunjukkan lama"
msgid "Show older reports"
msgstr "Laporan anda"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3641,7 +3646,7 @@ msgstr ""
msgid "Show pins"
msgstr "Tunjukkan pin"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3671,7 +3676,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Log masuk atau daftarkan akaun"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Log keluar"
@@ -3731,7 +3736,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3799,14 +3804,14 @@ msgid "State:"
msgstr "Negeri:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Negeri"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3906,7 +3911,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3946,7 +3951,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3996,7 +4001,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -4030,20 +4035,20 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Anda telah dilog keluarkan"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4109,7 +4114,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4183,7 +4188,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Anda telah dilog keluarkan"
@@ -4205,7 +4210,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4218,14 +4223,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4233,7 +4238,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4300,10 +4305,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -4511,7 +4516,7 @@ msgstr "Tidak diketahui"
msgid "Unknown alert type"
msgstr "Jenis pemberitahuan tak diketahui"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4604,11 +4609,11 @@ msgstr "Dipostkan oleh <strong>%s</strong> pada %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Dikemas kinikan!"
@@ -4673,8 +4678,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Emel ditambahkan kepada senarai penyalahguna"
@@ -4684,17 +4689,17 @@ msgstr "Emel ditambahkan kepada senarai penyalahguna"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Emel telah dalam senarai penyalahguna"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Tanda pengguna dipadam"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Pengguna ditanda"
@@ -4717,7 +4722,7 @@ msgstr "Pengguna"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Pengguna"
@@ -5025,7 +5030,7 @@ msgstr "Anda telah berjaya log masuk; sila semak dan pastikan maklumat anda adal
msgid "You have successfully verified your phone number."
msgstr "Anda telah berjaya memastikan alamat emel anda."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5133,7 +5138,7 @@ msgstr "Nombor telefon anda"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Laporan anda"
@@ -5151,7 +5156,7 @@ msgstr "Kata laluan anda telah diubahi"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Kemas kini anda"
@@ -5178,7 +5183,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5327,12 +5332,12 @@ msgstr "pengguna adalah dari majlis yang sama dengan masalah - %d"
msgid "user is problem owner"
msgstr "pengguna adalah pemilik masalah"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Emel telah dalam senarai penyalahguna"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Emel ditambahkan kepada senarai penyalahguna"
diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po
index c4f1b5377..373213a4a 100644
--- a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/my_MM.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Burmese (Myanmar) (https://www.transifex.com/mysociety/teams/12067/my_MM/)\n"
@@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "%s အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --"
@@ -323,9 +323,9 @@ msgstr "သင္၏ ဖုန္းနံပါတ္"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -347,11 +347,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "%sကိုထည့္ျပီးျပီ"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -554,7 +554,7 @@ msgstr "စိစစ္ျခင္းကိုေစာင့္ဆိုင္
msgid "Back"
msgstr "ေနာက္သို႔"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -565,7 +565,7 @@ msgstr "သတ္မွတ္သည့္အသံုးျပဳသူ"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -663,7 +663,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "စကား၀ွက္ေျပာင္းမည္"
@@ -778,7 +778,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "အစီအစဥ္သတ္မွတ္ျခင္း"
@@ -841,8 +841,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "အသံုးျပဳသူရွာမေတြ႕ပါ"
@@ -943,7 +943,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "ယခုေလာေလာဆယ္ စာကိုယ္ ကိုမဖန္တီးရေသးပါ"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -987,7 +987,7 @@ msgstr ""
msgid "Deleted"
msgstr "ဖ်က္ျပီးျပီ"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1037,7 +1037,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1461,11 +1461,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr "သင္၏စကား၀ွက္ေမ့သြားျပီလား။"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1591,7 +1591,7 @@ msgstr "ေဖ်ာက္ထားေသာ"
msgid "Hide all reports and updates"
msgstr "အမွတ္အသားျပဳလုပ္ထားသည့္ အသံုးျပဳသူမ်ားကို ေဖာ္ျပျခင္း"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2022,7 +2022,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2030,7 +2030,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2038,7 +2038,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2425,11 +2425,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2535,7 +2535,7 @@ msgstr "ဖုန္း-"
msgid "Photo"
msgstr "ဓာတ္ပံု"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2543,6 +2543,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2595,8 +2599,8 @@ msgid "Please check your phone number is correct"
msgstr "သင္၏အီးေမးလ္လိပ္စာမွန္၊မမွန္ကိုစစ္ေဆးပါ"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2815,9 +2819,9 @@ msgstr "သင္လိုခ်င္ေသာ အသိေပးခ်က္
msgid "Please state whether or not the problem has been fixed"
msgstr "ျပႆနာေျဖရွင္းျပီးျပီ၊မရွင္းျပီးျပီကိုေဖာ္ျပပါ"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2979,7 +2983,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3137,9 +3141,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3288,7 +3292,7 @@ msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပျခ
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3382,11 +3386,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3403,15 +3407,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "ဘယ္ဘက္ကို လွည့္ပါ"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3436,7 +3440,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3488,7 +3492,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3545,7 +3549,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3568,6 +3572,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "စကား၀ွက္ေျပာင္းမည္"
@@ -3581,9 +3586,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3591,15 +3596,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3628,7 +3633,7 @@ msgstr ""
msgid "Show older reports"
msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြရန္"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3638,7 +3643,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3668,7 +3673,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "ဝင္ရန္ သို႔မဟုတ္ အေကာင့္တစ္ခု ဖန္တီးရန္"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3728,7 +3733,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3796,13 +3801,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3901,7 +3906,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3941,7 +3946,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3991,7 +3996,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "ေက်းဇူးတင္ပါသည္။ ျပင္ဆင္ၿပီး ျဖစ္ေၾကာင္း ၾကားသိရ၍ ဝမ္းသာမိပါသည္။ သင့္အေနျဖင့္ ယခင္က ေကာင္စီထံ ျပႆနာတစ္ခုကို အစီရင္ခံတင္ျပဖူးပါသလား?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -4025,20 +4030,20 @@ msgstr "ဒီအစီရင္ခံစာကို %s ေပၚတြင္
msgid "That report has been removed from FixMyStreet."
msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4104,7 +4109,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "ခ်ိဳ႕ယြင္းမႈမွာ - %s"
@@ -4178,7 +4183,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ"
@@ -4200,7 +4205,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4213,7 +4218,7 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွက္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ ျပန္လည္ ႀကိဳးစားပါ။"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4221,7 +4226,7 @@ msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွ
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "အီးေမးလ္ႏွင့္ လ်ွိဳ႕ဝွက္နံပါတ္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ သင္၏ လွ်ိဳ႕ဝွက္နံပါတ္ကို မမွတ္မိပါက သို႔မဟုတ္ မရိွေသးပါက ေလွ်က္လႊာ၏ \"အီးေမးလ္ျဖင့္ ဝင္ရန္\" ေနရာတြင္ ျဖည့္ပါ။"
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4229,7 +4234,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4296,10 +4301,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္"
@@ -4507,7 +4512,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4599,11 +4604,11 @@ msgstr "%s မွာ <strong>%s</strong>မွတင္ခဲ့သည္"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4668,8 +4673,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ထည့္ျပီး"
@@ -4679,17 +4684,17 @@ msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ရွိျပီး"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "သုံးစြဲသူ အမွတ္အသား ျပဳလုပ္ျခင္းကို ဖယ္ရွားလိုက္သည္။"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "သုုံးစြဲသူက အမွတ္အသား ျပဳလုပ္ျခင္း"
@@ -4712,7 +4717,7 @@ msgstr "အသံုးျပဳသူမ်ား"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "အသံုးျပဳသူမ်ား"
@@ -5028,7 +5033,7 @@ msgstr "သင္ ေအာင္ျမင္စြာ ဝင္ေရာက္
msgid "You have successfully verified your phone number."
msgstr "သင္၏ အီးေမးလ္လိပ္စာကို ေအာင္ျမင္စြာ အတည္ျပဳၿပီး ျဖစ္သည္"
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5133,7 +5138,7 @@ msgstr "သင္၏ ဖုန္းနံပါတ္"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "သင္၏ အစီရင္ခံစာမ်ား"
@@ -5151,7 +5156,7 @@ msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလ
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "သင္၏ မြမ္းမံျပင္ဆင္ထားမႈမ်ား"
@@ -5178,7 +5183,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5327,12 +5332,12 @@ msgstr "အသုံးျပဳသူသည္ တူညီသည့္ ေက
msgid "user is problem owner"
msgstr "အသုံးျပဳသူပ ျပႆနာပိုင္ရွင္ ျဖစ္သည္"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ရွိျပီး"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ထည့္ျပီး"
diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
index 76893b023..5d3a82497 100644
--- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/nb_NO.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: pere <pere-transifex@hungry.com>, 2017\n"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/mysociety/teams/12067/nb_NO/)\n"
@@ -180,7 +180,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "(vi har også RSS-strømmer for problemer innenfor %s)"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Velg en kategori --"
@@ -318,9 +318,9 @@ msgstr "Legg til telefonnummer"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Legg i hurtiglisten"
@@ -342,11 +342,11 @@ msgstr "Legg til / endre responsprioriteter"
msgid "Add/edit response templates"
msgstr "Legg til / endre responsmaler"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "La til %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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"
@@ -546,7 +546,7 @@ msgstr "Avventer moderasjon"
msgid "Back"
msgstr "Tilbake"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Tilbake til alle rapporter"
@@ -556,7 +556,7 @@ msgstr "Bannlys bruker"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -653,7 +653,7 @@ msgstr "Endre epostadresse"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Bytt passord"
@@ -772,7 +772,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Oppsett"
@@ -835,8 +835,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Koordinater:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Kunne ikke finne bruker"
@@ -934,7 +934,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "I øyeblikket er ikke laget noen instanser."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Kunden kan ikke kontaktes"
@@ -978,7 +978,7 @@ msgstr "Slett mal"
msgid "Deleted"
msgstr "Slettet"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1028,7 +1028,7 @@ msgstr "Brukte ikke kart"
msgid "Diligency prize league table"
msgstr "Arbeidshester"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1464,11 +1464,11 @@ msgstr "For mer informasjon, se <a href='https://fixmystreet.org/customising/fms
msgid "Forgotten your password?"
msgstr "Glemt passordet ditt?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Tildelt til ekstern administrasjon"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Ønsket er sendt videre til ekstern administrasjon"
@@ -1590,7 +1590,7 @@ msgstr "Skjul"
msgid "Hide all reports and updates"
msgstr ""
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2031,7 +2031,7 @@ msgstr "Manglende administrasjoner:"
msgid "Missing jurisdiction_id"
msgstr "Mangler jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Moderer"
@@ -2039,7 +2039,7 @@ msgstr "Moderer"
msgid "Moderate report details"
msgstr "Moderer detaljer i rapprten"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Moderer denne rapporten"
@@ -2047,7 +2047,7 @@ msgstr "Moderer denne rapporten"
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2444,11 +2444,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2553,7 +2553,7 @@ msgstr "Telefon:"
msgid "Photo"
msgstr "Bilde"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Foto er påkrevd."
@@ -2561,6 +2561,10 @@ msgstr "Foto er påkrevd."
msgid "Photo required"
msgstr "Foto kreves"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2612,8 +2616,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2834,9 +2838,9 @@ msgstr "Vennligst velg hvilken type varsel du ønsker"
msgid "Please state whether or not the problem has been fixed"
msgstr "Vennligs oppgi om dette problemet er blitt fikset eller ikke"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Vennligst last opp kun bilder"
@@ -2996,7 +3000,7 @@ msgstr "Problemer innenfor %s, %s"
msgid "Property address:"
msgstr "Eiendomsadresse:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3154,9 +3158,9 @@ msgstr "Fjern flagg"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "Fjern fra hurtiglisten"
@@ -3305,7 +3309,7 @@ msgstr "Legger til et problem"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Rapporter"
@@ -3398,11 +3402,11 @@ msgstr "Svarmaler for %s"
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3419,15 +3423,15 @@ msgstr "Veioperatør for denne navngitte veien (utledet fra veiens referansenumm
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Veioperatør for denne navngitte veien (fra OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Roter til venstre"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3452,7 +3456,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3504,7 +3508,7 @@ msgstr "Søket fant ingen brukere."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3561,7 +3565,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Rapport sendt tilbake"
@@ -3584,6 +3588,7 @@ msgstr "Tjeneste:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr ""
@@ -3596,9 +3601,9 @@ msgid "Share"
msgstr "Dele"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "Hurtigliste"
@@ -3606,15 +3611,15 @@ msgstr "Hurtigliste"
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr "I hurtiglisten"
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr "I hurtiglisten til %s"
@@ -3643,7 +3648,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Søk i rapporter"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3653,7 +3658,7 @@ msgstr ""
msgid "Show pins"
msgstr "Vis nåler"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3683,7 +3688,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Logg inn eller opprett en konto"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Logg ut"
@@ -3746,7 +3751,7 @@ msgstr "Beklager, vi kunne ikke logge deg inn. Vennligst fyll in skjemaet nedenf
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Beklager, vi kunne ikke tolke den posisjonen. Vennligst prøv på nytt."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Beklager, vi kunne ikke lagre bildet ditt. Forsøk igjen."
@@ -3813,13 +3818,13 @@ msgid "State:"
msgstr "Tilstand:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3917,7 +3922,7 @@ msgid "Summarise your changes"
msgstr "Oppsummer dine endringer"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3956,7 +3961,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Mal &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4006,7 +4011,7 @@ msgstr "Takk for at du lastet opp ditt bilde. Vi må nå plassere ditt problem,
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Takk, glad for å høre at problemet er fikset! Vi vil gjerne spørre deg om du har rapportert et problem til en administrasjon tidligere?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Bildet ser ikke ut til å ha blitt lastet opp riktig (%s), prøv på nytt."
@@ -4040,19 +4045,19 @@ msgstr "Den rapporten kan ikke ses på %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Den rapporten har blitt fjernet fra FiksGataMi."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4132,7 +4137,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "The diligency prize league tabellen viser redaktørenes aktivitet, (hvem som har redigert flest)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Feilen var: %s"
@@ -4206,7 +4211,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Brukeren kunne ikke plassere problemet på et kart, men sjekk området rundt stedet de skrev inn"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Legg til en gyldig e-post"
@@ -4230,7 +4235,7 @@ msgstr "Det er ingen rapporter å vise."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Det var problemer med å vise 'Alle rapporter'-siden. Vennligst prøv igjen senere."
@@ -4243,14 +4248,14 @@ msgstr "Det var problemer med å vise denne siden. Vennligst prøv igjen senere.
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Det var problemer med din epost/passord-kombinasjon. Vær så snill å forsøke igjen."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
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."
@@ -4258,7 +4263,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Det var problemer med din oppdatering. Vennligst se under."
@@ -4335,10 +4340,10 @@ msgstr "Denne e-posten har blitt sendt til begge administrasjonene som dekker st
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Denne e-posten har blitt sendt til flere administrasjoner som dekker stedet for problemet, da den valgte kategorien er tilgjengelig for disse. Vær så snill å ignorere e-posten hvis dere ikke er korrekt administrasjon for å håndtere denne saken."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Denne informasjonen er påkrevd"
@@ -4546,7 +4551,7 @@ msgstr "Ukjent"
msgid "Unknown alert type"
msgstr "Ukjent varsel-type"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4637,11 +4642,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Oppdatert!"
@@ -4706,8 +4711,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4716,16 +4721,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Brukerflagg fjernet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Bruker flagget"
@@ -4746,7 +4751,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Brukere"
@@ -5050,7 +5055,7 @@ msgstr "Du har lykkes med å logge inn. Vennligst sjekk og bekreft at dine detal
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Du har ikke laget en rapport ennå. <a href=\"%s\">Rapporter et problem nå.</a>"
@@ -5156,7 +5161,7 @@ msgstr "Ditt telefonnummer"
msgid "Your report"
msgstr "Din rapport"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Dine oppdateringer"
@@ -5173,7 +5178,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Dine oppdateringer"
@@ -5201,7 +5206,7 @@ msgid "all"
msgstr "alle"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5350,11 +5355,11 @@ msgstr "bruker er fra samme administrasjon som problemet - %d"
msgid "user is problem owner"
msgstr "bruker er eier av problemet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po
index 682d571cc..ec1cc8618 100644
--- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/nl_NL.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/mysociety/teams/12067/nl_NL/)\n"
@@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "RSS feed van problemen binnen %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Kies een categorie --"
@@ -328,9 +328,9 @@ msgstr "(Niet opgegeven)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Voeg aan favorieten toe"
@@ -352,11 +352,11 @@ msgstr "Voeg toe/wijzig beantwoordingsprioriteiten"
msgid "Add/edit response templates"
msgstr "Voeg toe/wijzig antwoordstramien"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "%s toegevoegd"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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."
@@ -559,7 +559,7 @@ msgstr "Wacht op controle"
msgid "Back"
msgstr "Vorige"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Terug naar alle rapportages"
@@ -570,7 +570,7 @@ msgstr "Gemarkeerde gebruikr"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -669,7 +669,7 @@ msgstr "Verander emailadres"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Verander Wachtwoord"
@@ -785,7 +785,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Configuratie"
@@ -848,8 +848,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Kan de gebruiker niet vinden"
@@ -950,7 +950,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Klant kan niet bereikt worden"
@@ -994,7 +994,7 @@ msgstr "Verwijder sjabloon"
msgid "Deleted"
msgstr "Verwijderd"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1044,7 +1044,7 @@ msgstr "Kaart niet gebruikt"
msgid "Diligency prize league table"
msgstr "Toewijdingsranglijst"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1468,11 +1468,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr "Wachtwoord vergeten?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1598,7 +1598,7 @@ msgstr "Verborgen"
msgid "Hide all reports and updates"
msgstr "Toon alle meldingen"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2030,7 +2030,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Vermiste jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2038,7 +2038,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2046,7 +2046,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2435,11 +2435,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2547,7 +2547,7 @@ msgstr "Telefoonnummer:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2555,6 +2555,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2607,8 +2611,8 @@ msgid "Please check your phone number is correct"
msgstr "Controleer of je e-mailadres klopt"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2827,9 +2831,9 @@ msgstr "Kies de melding die je wilt"
msgid "Please state whether or not the problem has been fixed"
msgstr "Geef aan of het probleem is verholpen"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2992,7 +2996,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3152,9 +3156,9 @@ msgstr "Verwijder markering"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3303,7 +3307,7 @@ msgstr "Meld een probleem"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Meldingen"
@@ -3399,11 +3403,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3420,15 +3424,15 @@ msgstr "Wegbeheerder voor deze straat (afgeleid van wegnummer en type): %s"
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Wegbeheerder voor deze straat (uit OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Linksom roteren"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3453,7 +3457,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3505,7 +3509,7 @@ msgstr "Geen gebruikers gevonden."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3562,7 +3566,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3585,6 +3589,7 @@ msgstr "Service:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Verander Wachtwoord"
@@ -3598,9 +3603,9 @@ msgid "Share"
msgstr "Deel"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3608,15 +3613,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3646,7 +3651,7 @@ msgstr "Toon oud"
msgid "Show older reports"
msgstr "Meldingen zoeken"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3656,7 +3661,7 @@ msgstr ""
msgid "Show pins"
msgstr "Toon spelden"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3686,7 +3691,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Inloggen of maak een account"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Uitloggen"
@@ -3746,7 +3751,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3815,14 +3820,14 @@ msgid "State:"
msgstr "Staat:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Staat"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3921,7 +3926,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3960,7 +3965,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4010,7 +4015,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -4044,20 +4049,20 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Je bent uitgelogd"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4123,7 +4128,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "De foutmelding was: %s"
@@ -4197,7 +4202,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "The gebruiker kon het probleem niet vinden op de kaart, maar het gebied rond de lokatie wordt op de kaart getoond"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Je bent uitgelogd"
@@ -4219,7 +4224,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Er was een probleem bij het tonen van de Alle Meldingen pagina. Probeer het later nog eens."
@@ -4232,7 +4237,7 @@ msgstr "Er was een probleem bij het tonen van deze pagina. Probeer het later nog
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Probeer het later nog eens."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4240,7 +4245,7 @@ msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Probeer he
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Als je het wachtwoord niet kunt herinneren, of je hebt er geen een, vul dan het formulier &lsquo;inloggen via email&rsquo; in."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Er was een probleem met je update. Probeer het later nog eens."
@@ -4248,7 +4253,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Er was een probleem met je update. Zie beneden."
@@ -4315,10 +4320,10 @@ msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïn
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïnteresseerd zijn in deze lokatie. Negeer deze melding als je niet de juiste contactpersoon bent."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Deze informatie is verplicht"
@@ -4526,7 +4531,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4618,11 +4623,11 @@ msgstr "Geplaatst door <strong>%s</strong> bij %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4687,8 +4692,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Email toegevoegd aan zwarte lijst"
@@ -4698,17 +4703,17 @@ msgstr "Email toegevoegd aan zwarte lijst"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Email staat al op zwarte lijst"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4731,7 +4736,7 @@ msgstr "Gebruikers"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Gebruikers"
@@ -5034,7 +5039,7 @@ msgstr "Je bent ingelogd; controleer of je gegevens nog kloppen:"
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5139,7 +5144,7 @@ msgstr "Je telefoonnummer"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Jouw meldingen"
@@ -5157,7 +5162,7 @@ msgstr "Je wachtwoord is gewijzigd"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Jouw updates"
@@ -5185,7 +5190,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5333,12 +5338,12 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Email staat al op zwarte lijst"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Email toegevoegd aan zwarte lijst"
diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
index fcfef89f7..78198ec91 100644
--- a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/nn_NO.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Norwegian Nynorsk (Norway) (https://www.transifex.com/mysociety/teams/12067/nn_NO/)\n"
@@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "RSS-straum for problem innanfor %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Vel ein kategori --"
@@ -319,9 +319,9 @@ msgstr ""
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -343,11 +343,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "La til %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -549,7 +549,7 @@ msgstr ""
msgid "Back"
msgstr ""
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -560,7 +560,7 @@ msgstr "Flagg brukar"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -658,7 +658,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Byt passord"
@@ -772,7 +772,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -835,8 +835,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Kunne ikkje finna brukaren"
@@ -937,7 +937,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -981,7 +981,7 @@ msgstr ""
msgid "Deleted"
msgstr "Sletta"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1031,7 +1031,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Arbeidshestar"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1453,11 +1453,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1583,7 +1583,7 @@ msgstr "Skjult"
msgid "Hide all reports and updates"
msgstr "Vis alle rapporterte problem"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2014,7 +2014,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Manglar jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2022,7 +2022,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2030,7 +2030,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2416,11 +2416,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2526,7 +2526,7 @@ msgstr "Telefon:"
msgid "Photo"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2534,6 +2534,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2586,8 +2590,8 @@ msgid "Please check your phone number is correct"
msgstr "Ver venleg og sjekk at du har skrive ei gyldig e-postadresse"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2808,9 +2812,9 @@ msgstr "Ver venleg og vel kva for ein type varsel du ynskjer"
msgid "Please state whether or not the problem has been fixed"
msgstr "Ver venleg og oppgje om dette problemet har vorte fiksa eller ikkje"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2973,7 +2977,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3133,9 +3137,9 @@ msgstr "Fjern flagg"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3284,7 +3288,7 @@ msgstr "Legger til eit problem"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3380,11 +3384,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3401,15 +3405,15 @@ msgstr "Vegoperatør for denne namngjevne vegen (utleia frå vegreferansenummer
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Vegoperatør for denne namngjevne vegen (frå OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3434,7 +3438,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3486,7 +3490,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3543,7 +3547,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3566,6 +3570,7 @@ msgstr "Teneste:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Byt passord"
@@ -3579,9 +3584,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3589,15 +3594,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3626,7 +3631,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Oppdateringane dine"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3636,7 +3641,7 @@ msgstr ""
msgid "Show pins"
msgstr "Vis nåler"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3666,7 +3671,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Logg inn eller opprett ein konto"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Logg ut"
@@ -3726,7 +3731,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Orsak, vi kunne ikkje tolka den posisjonen. Ver venleg og prøv på nytt."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3794,14 +3799,14 @@ msgid "State:"
msgstr "Tilstand:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Tilstand"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3901,7 +3906,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3941,7 +3946,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3994,7 +3999,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Takk, glad for å høyra at problemet er løyst! Vi vil gjerne spørja deg om du har rapportert eit problem til ein administrasjon tidlegare?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Biletet ser ikkje ut til å ha vorte lasta opp riktig (%s), prøv på nytt."
@@ -4028,20 +4033,20 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr "Den rapporten har vorte fjerna frå FiksGataMi."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Den rapporten har vorte fjerna frå FiksGataMi."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4107,7 +4112,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Feilen var: %s"
@@ -4181,7 +4186,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Brukaren kunne ikkje plassera problemet på eit kart, men sjekk områdde rundt staden dei skreiv inn"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Den rapporten har vorte fjerna frå FiksGataMi."
@@ -4203,7 +4208,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Det oppstod problem med å visa «Alle rapportar»-sida. Ver venleg og prøv igjen seinare."
@@ -4216,14 +4221,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Det var problem med e-post/passord-kombinasjonen din. Ver venleg og prøv igjen."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen."
@@ -4231,7 +4236,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Det var problem med oppdateringa di. Ver venleg og sjå under."
@@ -4298,10 +4303,10 @@ msgstr "Denne e-posten er sendt til begge administrasjonane som dekkjer staden f
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Denne e-posten er sendt til fleire administrasjonar som dekkjer staden for problemet, sidan den valde kategorien er tilgjengeleg for desse. Ver venleg og ignorer e-posten viss de ikkje er korrekt administrasjon for å handtera denne saka."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Denne informasjonen er påkravd"
@@ -4509,7 +4514,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr "Ukjend varsel-type"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4602,11 +4607,11 @@ msgstr "Lagt inn av <strong>%s</strong> %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Oppdatert!"
@@ -4671,8 +4676,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "E-post lagd til misbrukliste"
@@ -4682,17 +4687,17 @@ msgstr "E-post lagd til misbrukliste"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "E-post allereie i misbruklista"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Brukarflagg fjerna"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Brukar flagga"
@@ -4715,7 +4720,7 @@ msgstr "Brukarar"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Brukarar"
@@ -5019,7 +5024,7 @@ msgstr "Du har no logga inn. Ver venleg og sjekk og stadfest at detaljane dine e
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5123,7 +5128,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Oppdateringane dine"
@@ -5141,7 +5146,7 @@ msgstr "Passordet ditt har vorte endra"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Oppdateringane dine"
@@ -5168,7 +5173,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5316,12 +5321,12 @@ msgstr "brukaren er frå same administrasjon som problemet – %d"
msgid "user is problem owner"
msgstr "brukaren er eigaren av problemet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "E-post allereie i misbruklista"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "E-post lagd til misbrukliste"
diff --git a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po
index 8c4fe006b..4dc0804ab 100644
--- a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/pl_PL.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Seb Tur <dpbasti@gmail.com>, 2018\n"
"Language-Team: Polish (Poland) (https://www.transifex.com/mysociety/teams/12067/pl_PL/)\n"
@@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr ""
@@ -312,9 +312,9 @@ msgstr ""
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -336,11 +336,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr ""
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -540,7 +540,7 @@ msgstr ""
msgid "Back"
msgstr ""
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -550,7 +550,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -647,7 +647,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr ""
@@ -760,7 +760,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -823,8 +823,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr ""
@@ -922,7 +922,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -966,7 +966,7 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1016,7 +1016,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1436,11 +1436,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1561,7 +1561,7 @@ msgstr ""
msgid "Hide all reports and updates"
msgstr ""
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -1991,7 +1991,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -1999,7 +1999,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2007,7 +2007,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2393,11 +2393,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2501,7 +2501,7 @@ msgstr ""
msgid "Photo"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2509,6 +2509,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2560,8 +2564,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2777,9 +2781,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2939,7 +2943,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3096,9 +3100,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3246,7 +3250,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3339,11 +3343,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3360,15 +3364,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3393,7 +3397,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3445,7 +3449,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3501,7 +3505,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3524,6 +3528,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr ""
@@ -3536,9 +3541,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3546,15 +3551,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3582,7 +3587,7 @@ msgstr ""
msgid "Show older reports"
msgstr ""
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3592,7 +3597,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3622,7 +3627,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3682,7 +3687,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3749,13 +3754,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3852,7 +3857,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3891,7 +3896,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3941,7 +3946,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3975,19 +3980,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4053,7 +4058,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4127,7 +4132,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
msgid "The user has been sent a login email"
msgstr ""
@@ -4148,7 +4153,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4161,14 +4166,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4176,7 +4181,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4243,10 +4248,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -4453,7 +4458,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4543,11 +4548,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4611,8 +4616,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4621,16 +4626,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4651,7 +4656,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -4951,7 +4956,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5055,7 +5060,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5072,7 +5077,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5099,7 +5104,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5246,11 +5251,11 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po
index 8a0fc3b4b..2e0366049 100644
--- a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/pt.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Portuguese (https://www.transifex.com/mysociety/teams/12067/pt/)\n"
@@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "RSS feed dos Problemas Nesta %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Escolha uma categoria --"
@@ -324,9 +324,9 @@ msgstr "(Sem número de telefone)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -348,11 +348,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Adicionado %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -555,7 +555,7 @@ msgstr "Aguardando moderação"
msgid "Back"
msgstr "Voltar"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -566,7 +566,7 @@ msgstr "Bandeira - Usuario"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -664,7 +664,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Mudar password"
@@ -780,7 +780,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -843,8 +843,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Não foi possível encontrar usuário"
@@ -945,7 +945,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -989,7 +989,7 @@ msgstr ""
msgid "Deleted"
msgstr "Excluidos"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1039,7 +1039,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Diligency prêmio tabela classificativa"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1463,11 +1463,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr "Não se lembra da sua password?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1593,7 +1593,7 @@ msgstr "Esconder"
msgid "Hide all reports and updates"
msgstr "Listar todos os problemas relatados"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2025,7 +2025,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Falta informaçao jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2041,7 +2041,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2432,11 +2432,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2542,7 +2542,7 @@ msgstr "Telefone:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2550,6 +2550,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2602,8 +2606,8 @@ msgid "Please check your phone number is correct"
msgstr "Favor verificar se seu email esta correcto"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2825,9 +2829,9 @@ msgstr "Selecione o tipo de alerta que deseja"
msgid "Please state whether or not the problem has been fixed"
msgstr "Por favor, indique se o problema foi corrigido"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2990,7 +2994,7 @@ msgstr ""
msgid "Property address:"
msgstr "Endereço do imóvel:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3150,9 +3154,9 @@ msgstr "Remover bandeira"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3301,7 +3305,7 @@ msgstr "Relatando um problema"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Relatórios"
@@ -3397,11 +3401,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3418,15 +3422,15 @@ msgstr "Operador de estrada por esta estrada chamada (derivado do número de ref
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Operador de estrada por esta estrada chamada (a partir de OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Girar para a esquerda"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3451,7 +3455,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3503,7 +3507,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3560,7 +3564,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3583,6 +3587,7 @@ msgstr "Srerviço:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Mudar password"
@@ -3596,9 +3601,9 @@ msgid "Share"
msgstr "Acçao"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3606,15 +3611,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3644,7 +3649,7 @@ msgstr "Mostrar antigo"
msgid "Show older reports"
msgstr "elatórios de pesquisa"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3654,7 +3659,7 @@ msgstr ""
msgid "Show pins"
msgstr "Mostrar pins"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3684,7 +3689,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Entrar e criar uma conta"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Sair "
@@ -3744,7 +3749,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Desculpe, mas não foi possível analisar esse local. Por favor, tente novamente."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3812,14 +3817,14 @@ msgid "State:"
msgstr "Estado"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Estado"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3919,7 +3924,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3959,7 +3964,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4009,7 +4014,7 @@ msgstr "Obrigado por upload de sua foto. Precisamos agora de localizar o seu pro
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Obrigado, gratos em ouvir que o problema foi corrigido! Podemos apenas perguntar se você já relatou um problema para um conselho antes?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Essa imagem não parece ter sido carregada corretamente (%s), por favor, tente novamente."
@@ -4043,20 +4048,20 @@ msgstr "Esse relatório não pode ser visualizado em %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Esse relatório foi removido FixMyStreetMIndelo"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Esse relatório foi removido FixMyStreetMIndelo"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4122,7 +4127,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "O erro foi: %s"
@@ -4196,7 +4201,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "O usuário não conseguiu localizar o problema em um mapa, localizar a area mais proxima do local"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Esse relatório foi removido FixMyStreetMIndelo"
@@ -4218,7 +4223,7 @@ msgstr "Não existem relatórios a apresentar"
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Houve um problema ao mostrar a página de todos os relatórios. Por favor, tente novamente mais tarde."
@@ -4231,7 +4236,7 @@ msgstr "Houve um problema mostrada nesta página. Por favor, tente novamente mai
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Houve um problema com o email / combinação de senha. Por favor, tente novamente."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4239,7 +4244,7 @@ msgstr "Houve um problema com o email / combinação de senha. Por favor, tente
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Houve um problema com o email / combinação de senha. Se você não lembra da sua senha, ou não tiver um, por favor preencha o \"sinal de colocar e-mail 'seção do formulário."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Houve um problema com a sua atualização. Por favor, tente novamente."
@@ -4247,7 +4252,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Houve problemas com a sua atualização. Por favor, veja abaixo."
@@ -4314,10 +4319,10 @@ msgstr "Este e-mail foi enviado para ambos os conselhos que cobrem o local do pr
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 conselhos que cobrem o local do problema, como a categoria selecionada é fornecida para todos eles, por favor, ignorar se você não é o conselho correto para lidar com o problema."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Esta informação é necessária"
@@ -4525,7 +4530,7 @@ msgstr "Desconhecido"
msgid "Unknown alert type"
msgstr "Tipo de alerta desconhecido"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4618,11 +4623,11 @@ msgstr "Postado por <strong>%s</strong> em %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Actualizado!"
@@ -4687,8 +4692,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Email adicionado a lista de abusos"
@@ -4698,17 +4703,17 @@ msgstr "Email adicionado a lista de abusos"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "E-mail já está na lista abusos"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Bandeira usuário removida"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Usuário sinalizado"
@@ -4731,7 +4736,7 @@ msgstr "Usuários"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Usuários"
@@ -5041,7 +5046,7 @@ msgstr "Você se inscreveu com sucesso nos, por favor, verificar e confirmar os
msgid "You have successfully verified your phone number."
msgstr "Você confirmou com sucesso o seu endereço de e-mail."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5146,7 +5151,7 @@ msgstr "Telefone "
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Os meus relatórios"
@@ -5164,7 +5169,7 @@ msgstr "Sua password foi alterada"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Suas atualizações"
@@ -5191,7 +5196,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5339,12 +5344,12 @@ msgstr "usuário é da mesmo concelho do problema - %d"
msgid "user is problem owner"
msgstr "usuário é proprietário problema"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "E-mail já está na lista abusos"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Email adicionado a lista de abusos"
diff --git a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po
index 864b5bfff..74a3b0f87 100644
--- a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/pt_BR.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Eugenio Pierazzoli <pierazzoli@gmail.com>, 2018\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/mysociety/teams/12067/pt_BR/)\n"
@@ -181,7 +181,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Escolha uma categoria --"
@@ -321,9 +321,9 @@ msgstr "Adicionar número de telefone"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Adicione para lista"
@@ -345,11 +345,11 @@ msgstr "Adicionar / editar prioridades de resposta"
msgid "Add/edit response templates"
msgstr "Adicionar / editar modelos de resposta"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr ""
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -549,7 +549,7 @@ msgstr ""
msgid "Back"
msgstr ""
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -559,7 +559,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -656,7 +656,7 @@ msgstr "Alterar e-mail"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Alterar senha"
@@ -769,7 +769,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -832,8 +832,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr ""
@@ -931,7 +931,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -975,7 +975,7 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1025,7 +1025,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1445,11 +1445,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1571,7 +1571,7 @@ msgstr "Adicionar campo"
msgid "Hide all reports and updates"
msgstr ""
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2001,7 +2001,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2009,7 +2009,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2017,7 +2017,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2403,11 +2403,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2511,7 +2511,7 @@ msgstr ""
msgid "Photo"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2519,6 +2519,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2570,8 +2574,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2787,9 +2791,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2948,7 +2952,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3105,9 +3109,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3253,7 +3257,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3346,11 +3350,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3367,15 +3371,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3400,7 +3404,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3452,7 +3456,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3508,7 +3512,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3531,6 +3535,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr ""
@@ -3543,9 +3548,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3553,15 +3558,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3590,7 +3595,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Todos os relatórios"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3600,7 +3605,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3630,7 +3635,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3690,7 +3695,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3757,13 +3762,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3860,7 +3865,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3899,7 +3904,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3949,7 +3954,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3983,19 +3988,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4061,7 +4066,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4135,7 +4140,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
msgid "The user has been sent a login email"
msgstr ""
@@ -4156,7 +4161,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4169,14 +4174,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4184,7 +4189,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4251,10 +4256,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -4461,7 +4466,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4551,11 +4556,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4619,8 +4624,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4629,16 +4634,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4659,7 +4664,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -4959,7 +4964,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5063,7 +5068,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5080,7 +5085,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5107,7 +5112,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5255,11 +5260,11 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po
index 1b0c7fe84..5eb0ebcf0 100644
--- a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/ro_RO.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Romanian (Romania) (https://www.transifex.com/mysociety/teams/12067/ro_RO/)\n"
@@ -177,7 +177,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Alege o categorie --"
@@ -316,9 +316,9 @@ msgstr ""
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -340,11 +340,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr ""
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -544,7 +544,7 @@ msgstr ""
msgid "Back"
msgstr ""
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -555,7 +555,7 @@ msgstr "Adaugă utilizator"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -652,7 +652,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr ""
@@ -766,7 +766,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -829,8 +829,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr ""
@@ -928,7 +928,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -972,7 +972,7 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1022,7 +1022,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1442,11 +1442,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1567,7 +1567,7 @@ msgstr ""
msgid "Hide all reports and updates"
msgstr ""
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -1997,7 +1997,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2005,7 +2005,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2013,7 +2013,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2399,11 +2399,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2507,7 +2507,7 @@ msgstr ""
msgid "Photo"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2515,6 +2515,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2566,8 +2570,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2783,9 +2787,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2944,7 +2948,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3101,9 +3105,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3249,7 +3253,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr ""
@@ -3342,11 +3346,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3363,15 +3367,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3396,7 +3400,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3448,7 +3452,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3504,7 +3508,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3527,6 +3531,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr ""
@@ -3539,9 +3544,9 @@ msgid "Share"
msgstr ""
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3549,15 +3554,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3586,7 +3591,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Rapoartele dvs."
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3596,7 +3601,7 @@ msgstr ""
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3626,7 +3631,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr ""
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr ""
@@ -3686,7 +3691,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3753,13 +3758,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3856,7 +3861,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3895,7 +3900,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3945,7 +3950,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3979,19 +3984,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4057,7 +4062,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr ""
@@ -4131,7 +4136,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
msgid "The user has been sent a login email"
msgstr ""
@@ -4152,7 +4157,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4165,14 +4170,14 @@ msgstr ""
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4180,7 +4185,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4247,10 +4252,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr ""
@@ -4457,7 +4462,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4547,11 +4552,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr ""
@@ -4615,8 +4620,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4625,16 +4630,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4655,7 +4660,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -4955,7 +4960,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5059,7 +5064,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5076,7 +5081,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5103,7 +5108,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5251,11 +5256,11 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po
index b9948a7bf..46e8ba776 100644
--- a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/ru.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Михаил Нифантьев <nifantyev.me@gmail.com>, 2018\n"
"Language-Team: Russian (https://www.transifex.com/mysociety/teams/12067/ru/)\n"
@@ -184,7 +184,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "RSS-фид о проблемах в пределах: %s"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Выберите категорию --"
@@ -335,9 +335,9 @@ msgstr "(номер телефона отсутствует)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -359,11 +359,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Добавлено: %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -566,7 +566,7 @@ msgstr "Ожидает модерации"
msgid "Back"
msgstr "Назад"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -577,7 +577,7 @@ msgstr "Пометить пользователя"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -675,7 +675,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Сменить пароль"
@@ -800,7 +800,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Конфигурация"
@@ -863,8 +863,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Координаты:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Не удалось найти пользователя"
@@ -965,7 +965,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "В данный момент на сайте не зарегистрировано ни одного учреждения."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Невозможно связаться с покупателем"
@@ -1009,7 +1009,7 @@ msgstr "Удалить шаблон"
msgid "Deleted"
msgstr "Удалено"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1059,7 +1059,7 @@ msgstr "Карта не использовалась"
msgid "Diligency prize league table"
msgstr "Таблица самых активных пользователей"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1499,11 +1499,11 @@ msgstr "Подробнее читайте в разделе <a href='https://fix
msgid "Forgotten your password?"
msgstr "Забыли пароль?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Перенаправлено во внешнее учреждение"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Пожелание перенаправлено во внешнее учреждение"
@@ -1629,7 +1629,7 @@ msgstr "Скрыто"
msgid "Hide all reports and updates"
msgstr "Помеченные обращения и профили пользователей"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2078,7 +2078,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Не найден параметр jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2086,7 +2086,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2094,7 +2094,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2489,11 +2489,11 @@ msgstr ""
msgid "Order"
msgstr "Порядок"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2601,7 +2601,7 @@ msgstr "Телефон:"
msgid "Photo"
msgstr "Фото"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Необходимо добавить фото."
@@ -2609,6 +2609,10 @@ msgstr "Необходимо добавить фото."
msgid "Photo required"
msgstr "Необходимо добавить фото"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2661,8 +2665,8 @@ msgid "Please check your phone number is correct"
msgstr "Проверьте правильность написания адреса эл. почты"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2884,9 +2888,9 @@ msgstr "Выберите тип уведомления"
msgid "Please state whether or not the problem has been fixed"
msgstr "Сообщите о статусе неполадки: проблема была решена?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -3049,7 +3053,7 @@ msgstr "Проблемы в пределах этого места: %s, %s"
msgid "Property address:"
msgstr "Адрес имущества:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3209,9 +3213,9 @@ msgstr "Удалить пометку"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3360,7 +3364,7 @@ msgstr "Сообщение о проблеме"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Обращения"
@@ -3457,11 +3461,11 @@ msgstr "Шаблоны ответов для: %s"
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3478,15 +3482,15 @@ msgstr "Дорога находится в ведении: %s"
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Дорога находится в ведении (информация из ресурса OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Повернуть влево"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3511,7 +3515,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3563,7 +3567,7 @@ msgstr "Пользователи не найдены."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3620,7 +3624,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Обращение возвращено"
@@ -3643,6 +3647,7 @@ msgstr "Сервис:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Сменить пароль"
@@ -3656,9 +3661,9 @@ msgid "Share"
msgstr "Поделиться"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3666,15 +3671,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3704,7 +3709,7 @@ msgstr "Показать давние"
msgid "Show older reports"
msgstr "Искать обращения"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3714,7 +3719,7 @@ msgstr ""
msgid "Show pins"
msgstr "Показать метки"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3744,7 +3749,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Войдите или создайте аккаунт"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Выход"
@@ -3807,7 +3812,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Не удалось проанализировать это местоположение. Повторите попытку."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Не удалось сохранить фото. Повторите попытку."
@@ -3876,14 +3881,14 @@ msgid "State:"
msgstr "Статус:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Статус"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3983,7 +3988,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -4023,7 +4028,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Шаблон &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4073,7 +4078,7 @@ msgstr "Спасибо за предоставленное фото. Тепер
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Мы рады узнать, что проблема решена! Это было ваше первое обращение в орган самоуправления?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Кажется, возникли трудности с загрузкой фото (%s).Повторите попытку."
@@ -4107,20 +4112,20 @@ msgstr "Просмотр обращения невозможен на этом
msgid "That report has been removed from FixMyStreet."
msgstr "Это обращение было удалено с сайта FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Это обращение было удалено с сайта FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4196,7 +4201,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "В таблице самых активных пользователей показана деятельность тех редакторов, которые отредактировали наибольшее количество записей."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Ошибка: %s"
@@ -4270,7 +4275,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Пользователь не смог определить местоположение неполадки на карте. Вместо этого он ввел данные о местности поблизости от неполадки."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Это обращение было удалено с сайта FixMyStreet."
@@ -4294,7 +4299,7 @@ msgstr "Нет обращений."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "При загрузке страницы «Все обращения» произошла ошибка. Повторите попытку позже."
@@ -4307,7 +4312,7 @@ msgstr "При загрузке страницы произошла ошибка
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Имя пользователя или пароль указаны неверно. Повторите попытку."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4315,7 +4320,7 @@ msgstr "Имя пользователя или пароль указаны не
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Имя пользователя или пароль указаны неверно. Если вы не помните свой пароль или у вас его нет, заполните форму «Вход с помощью адреса эл. почты»."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Не удалось загрузить новые данные. Повторите попытку."
@@ -4323,7 +4328,7 @@ msgstr "Не удалось загрузить новые данные. Повт
msgid "There were problems with your report. Please see below."
msgstr "Не удалось загрузить обращение. Прочтите информациию ниже."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Не удалось загрузить новые данные. Прочтите информациию ниже."
@@ -4400,10 +4405,10 @@ msgstr "Поскольку пользователь не обозначил ка
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Поскольку пользователь обозначил категорию проблемы, находящейся в ведении нескольких органов самоуправления, мы отправили это письмо во все эти инстанции. Если данная проблема находится вне вашей ответственности, игнорируйте это обращение."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Эта информация является обязательной"
@@ -4611,7 +4616,7 @@ msgstr "Неизв."
msgid "Unknown alert type"
msgstr "Неизвестный тип уведомления"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4704,11 +4709,11 @@ msgstr "Автор публикации: <strong>%s</strong>, время пуб
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Обновлено!"
@@ -4773,8 +4778,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Адрес эл. почты добавлен в черный список"
@@ -4784,17 +4789,17 @@ msgstr "Адрес эл. почты добавлен в черный списо
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Этот адрес эл. почты уже находится в черном списке"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Пометка удалена"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Аккаунт пользователя помечен"
@@ -4817,7 +4822,7 @@ msgstr "Пользователи"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Пользователи"
@@ -5130,7 +5135,7 @@ msgstr "Вы вошли в систему. Проверьте и подтвер
msgid "You have successfully verified your phone number."
msgstr "Вы подтвердили свой адрес эл. почты."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Вы еще не создали ни одного обращения. <a href=\"%s\">Самое время начать!</a>"
@@ -5238,7 +5243,7 @@ msgstr "Ваш номер телефона"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Ваши обращения"
@@ -5256,7 +5261,7 @@ msgstr "Ваш пароль был изменен"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Ваши обновления"
@@ -5284,7 +5289,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5433,12 +5438,12 @@ msgstr "пользователь проживает недалеко от обн
msgid "user is problem owner"
msgstr "неполадка находится в собственности пользователя"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Этот адрес эл. почты уже находится в черном списке"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Адрес эл. почты добавлен в черный список"
diff --git a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po
index d8cf6de0e..0492b0ba7 100644
--- a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/sl_SI.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Matevz Langus <matevz.langus@borea.si>, 2018\n"
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/mysociety/teams/12067/sl_SI/)\n"
@@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr ""
@@ -312,9 +312,9 @@ msgstr ""
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -336,11 +336,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr ""
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -540,7 +540,7 @@ msgstr ""
msgid "Back"
msgstr ""
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -550,7 +550,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -647,7 +647,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr ""
@@ -760,7 +760,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr ""
@@ -823,8 +823,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr ""
@@ -922,7 +922,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -966,7 +966,7 @@ msgstr ""
msgid "Deleted"
msgstr ""
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1016,7 +1016,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1436,11 +1436,11 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1562,7 +1562,7 @@ msgstr "Skrit"
msgid "Hide all reports and updates"
msgstr "Skrij vsa poročila in novosti"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr "Skrij celotno poročilo"
@@ -1992,7 +1992,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Moderiraj"
@@ -2000,7 +2000,7 @@ msgstr "Moderiraj"
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2008,7 +2008,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2394,11 +2394,11 @@ msgstr ""
msgid "Order"
msgstr "Vrstni red"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2502,7 +2502,7 @@ msgstr "Telefon:"
msgid "Photo"
msgstr "Slika"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Slika je obvezna."
@@ -2510,6 +2510,10 @@ msgstr "Slika je obvezna."
msgid "Photo required"
msgstr "Slika obvezna"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2561,8 +2565,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2778,9 +2782,9 @@ msgstr ""
msgid "Please state whether or not the problem has been fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2939,7 +2943,7 @@ msgstr ""
msgid "Property address:"
msgstr ""
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3096,9 +3100,9 @@ msgstr ""
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3246,7 +3250,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Poročila"
@@ -3339,11 +3343,11 @@ msgstr ""
msgid "Revert to original"
msgstr "Vrni na original"
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr "Vrni na prvotno besedilo"
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr "Vrni na prvotni naslov"
@@ -3360,15 +3364,15 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Zavrti v levo"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3393,7 +3397,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3445,7 +3449,7 @@ msgstr ""
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr "Varnost"
@@ -3502,7 +3506,7 @@ msgstr "Prijavi se z elektronskim naslovom"
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3525,6 +3529,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr ""
@@ -3537,9 +3542,9 @@ msgid "Share"
msgstr "Deli"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3547,15 +3552,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3585,7 +3590,7 @@ msgstr "Prikaži vse posodobitve"
msgid "Show older reports"
msgstr "Išči poročila"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr "Prikaži sliko"
@@ -3595,7 +3600,7 @@ msgstr "Prikaži sliko"
msgid "Show pins"
msgstr ""
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3625,7 +3630,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Prijavi se ali ustvari račun"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Odjavi se"
@@ -3685,7 +3690,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3752,13 +3757,13 @@ msgid "State:"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3855,7 +3860,7 @@ msgid "Summarise your changes"
msgstr "Povzemi svoje spremembe"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3894,7 +3899,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3944,7 +3949,7 @@ msgstr ""
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr ""
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3978,19 +3983,19 @@ msgstr ""
msgid "That report has been removed from FixMyStreet."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr "Uporabnik odjavljen."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4056,7 +4061,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Napaka: %s"
@@ -4130,7 +4135,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Uporabnik odjavljen."
@@ -4152,7 +4157,7 @@ msgstr "Ni poročil za prikaz."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -4165,14 +4170,14 @@ msgstr "Težava s prikazom strani. Poskusi kasneje."
msgid "There was a problem with your email/password combination. Please try again."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr ""
@@ -4180,7 +4185,7 @@ msgstr ""
msgid "There were problems with your report. Please see below."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr ""
@@ -4247,10 +4252,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Podatek je obvezen"
@@ -4458,7 +4463,7 @@ msgstr ""
msgid "Unknown alert type"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4548,11 +4553,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Posodobljen!"
@@ -4616,8 +4621,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4626,16 +4631,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4656,7 +4661,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr ""
@@ -4956,7 +4961,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr "Uspešno si preveril svojo telefonsko številko."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5060,7 +5065,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5077,7 +5082,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5104,7 +5109,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5251,11 +5256,11 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po
index c5761aa29..2ed59b139 100644
--- a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/sq.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Albanian (https://www.transifex.com/mysociety/teams/12067/sq/)\n"
@@ -182,7 +182,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Zgjedh kategorinë --"
@@ -326,9 +326,9 @@ msgstr ""
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Shto në listë"
@@ -350,11 +350,11 @@ msgstr "Shto/modifiko prioritetet e përgjegjes"
msgid "Add/edit response templates"
msgstr "Shto/modifiko shabllonat e përgjegjeve"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Shtoi %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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."
@@ -554,7 +554,7 @@ msgstr "Në pritje të ndërmjetësimit"
msgid "Back"
msgstr "Prapa"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Prapa te të gjitha raportimet"
@@ -564,7 +564,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -661,7 +661,7 @@ msgstr "Ndrysho adresën e emailit"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Ndrysho fjalëkalimin"
@@ -784,7 +784,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Konfigurimi"
@@ -847,8 +847,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Koordinatat"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Përdoruesi nuk u gjet"
@@ -947,7 +947,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Aktualisht asnjë zyre nuk është krijuar."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Klienti nuk është i kontaktueshëm"
@@ -991,7 +991,7 @@ msgstr "Fshij shabllonin"
msgid "Deleted"
msgstr "Fshirë"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1041,7 +1041,7 @@ msgstr "Pa përdorë hartën"
msgid "Diligency prize league table"
msgstr "Tabela e tarifave"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1480,11 +1480,11 @@ msgstr "Për më shumë informata, shih <a href='https://fixmystreet.org/customi
msgid "Forgotten your password?"
msgstr "Keni harruar fjalëkalimin?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Është përcjellë te një zyre e jashtme"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Dëshirë për ta përcjellë te një zyre e jashtme"
@@ -1607,7 +1607,7 @@ msgstr "Fshehur"
msgid "Hide all reports and updates"
msgstr "Raportimet dhe përdoruesit e markuar"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2056,7 +2056,7 @@ msgstr "Zyret që mungojnë:"
msgid "Missing jurisdiction_id"
msgstr "ID e jurisdikcionit që mungon"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Modero"
@@ -2064,7 +2064,7 @@ msgstr "Modero"
msgid "Moderate report details"
msgstr "Detajet e raportimit të moderuar"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Modero këtë raportim"
@@ -2072,7 +2072,7 @@ msgstr "Modero këtë raportim"
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2468,11 +2468,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2577,7 +2577,7 @@ msgstr "Telefoni:"
msgid "Photo"
msgstr "Fotografia"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Fotografia është e domosdoshme"
@@ -2585,6 +2585,10 @@ msgstr "Fotografia është e domosdoshme"
msgid "Photo required"
msgstr "Foto e domosdoshme"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2636,8 +2640,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2856,9 +2860,9 @@ msgstr "Ju lutemi zgjedhni tipin e njoftimit që dëshironi"
msgid "Please state whether or not the problem has been fixed"
msgstr "Ju lutemi tregoni nëse problemi është rregulluar"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Ju lutemi vetëm ngarkoni një fotografi"
@@ -3018,7 +3022,7 @@ msgstr "Problemet brenda %s, %s"
msgid "Property address:"
msgstr "Adresa e pronës:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3176,9 +3180,9 @@ msgstr "Hiq markimin"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "Hiq nga lista"
@@ -3327,7 +3331,7 @@ msgstr "Raportimi i një problemi"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Raportimet"
@@ -3420,11 +3424,11 @@ msgstr "Shablloni i përgjigjes për %s"
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3441,15 +3445,15 @@ msgstr "Operatori i rrugës për këtë rrugë me emër (nxjerrë nga referenca
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Operatori i rrugës për këtë rrugë me emër (nga OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Rrotullo majtas"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3474,7 +3478,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3526,7 +3530,7 @@ msgstr "Kërkimi nuk gjeti asnjë përdorues."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3583,7 +3587,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Dërgo raportin prapa"
@@ -3606,6 +3610,7 @@ msgstr "Shërbimi:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Fjalëkalim i ri:"
@@ -3619,9 +3624,9 @@ msgid "Share"
msgstr "Shpërndaj"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "Lista"
@@ -3629,15 +3634,15 @@ msgstr "Lista"
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr "Listuar"
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr "Listuar nga %s"
@@ -3666,7 +3671,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Kërko raportet"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3676,7 +3681,7 @@ msgstr ""
msgid "Show pins"
msgstr "Shfaq shenjat"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3706,7 +3711,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Kyçu ose krijo një llogari"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Shkyçu"
@@ -3768,7 +3773,7 @@ msgstr "Kërkojmë falje, nuk arritëm t'ju kyçim. Plotësoni formularin e mëp
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Kërkojmë falje, lokacioni ishte i pakuptueshëm. Provoni përsëri."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Kërkojmë falje, nuk arritëm t'i ruajmë foto(t) tuaja, provoni përsëri."
@@ -3835,13 +3840,13 @@ msgid "State:"
msgstr "Statusi:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3939,7 +3944,7 @@ msgid "Summarise your changes"
msgstr "Përmblidh ndryshimet"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3978,7 +3983,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Shablloni &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4028,7 +4033,7 @@ msgstr "Ju falemnderit për ngarkimin e fotos. Na duhet ta dijmë vendndodhjen e
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Falemnderit, na vjen mirë që është rregulluar! A mund t'ju pyesim, nëse keni raportuar problem përpara?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Kjo foto nuk duket të jetë ngarkuar mirë (%s), ju lutemi provoni prap."
@@ -4062,20 +4067,20 @@ msgstr "Raporti nuk mund të shihet në %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Ky raport është fshirë nga FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Ky raport është fshirë nga FixMyStreet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4151,7 +4156,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Tabela e tarifave tregon aktivitetin e redaktorit (ai që ka redaktuar më së shumti raportime)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Gabimi ishte: %s"
@@ -4225,7 +4230,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Përdoruesi nuk arriti ta lokalozojë problemin në hartë, por mund të shihni zonën përreth lokacionit që ka zgjedhur "
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Ky raport është fshirë nga FixMyStreet."
@@ -4249,7 +4254,7 @@ msgstr "Nuk ka raporte për t'u shfaqur."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Pati një problem për të shfaqur faqen e të gjitha raporteve. Ju lutemi provoni më vonë."
@@ -4262,14 +4267,14 @@ msgstr "Pati një problem për të shfaqur këtë faqe. Ju lutemi provoni më vo
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Pati një problem me kombinimin email/fjalëkalim. Ju lutemi provoni përsëri."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
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."
@@ -4277,7 +4282,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Pati një problem me përditësimin tuaj. Ju lutemi lexoni mëposhtë."
@@ -4355,10 +4360,10 @@ msgstr "Ky email i është dërguar dy zyrave që e mbulojnë lokacionin, meqë
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Ky problem u është dërguar disa zyrave që mbulojnë vendndodhjen e tij, meqenëse kategoria e zgjedhur figuron te të gjitha këto zyra; ju lutemi injorojeni nëse nuk jeni zyra kompetente për t'u marrë me këtë çështje."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Ky informacion është i domosdoshëm"
@@ -4566,7 +4571,7 @@ msgstr "Panjohur"
msgid "Unknown alert type"
msgstr "Lloj i panjohur i njoftimit"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4657,11 +4662,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Përditësuar!"
@@ -4726,8 +4731,8 @@ msgstr "ID e përdoruesit për t'i atribuuar komentet te"
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4736,16 +4741,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Markimi i përdoruesit u hoq"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Përdorues i markuar"
@@ -4766,7 +4771,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Përdoruesit"
@@ -5071,7 +5076,7 @@ msgstr "Jeni kyçur me sukses; ju lutemi verifikoni nëse shenimet tuaja janë t
msgid "You have successfully verified your phone number."
msgstr ""
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Nuk keni krijua asnjë raport deri tash. <a href=\"%s\">Raportoni një problem tash.</a>"
@@ -5178,7 +5183,7 @@ msgstr "Numri juaj i telefonit"
msgid "Your report"
msgstr "Raporti juaj"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Raportet tuaja"
@@ -5195,7 +5200,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Përditësimet tuaja"
@@ -5223,7 +5228,7 @@ msgid "all"
msgstr "të gjitha"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5372,11 +5377,11 @@ msgstr "përdoruesi është nga e njejta zonë si problemi - %d"
msgid "user is problem owner"
msgstr "përdoruesi është pronar i problemit"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po
index a2d33cd0a..123c0d3f4 100644
--- a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/sr.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Serbian (https://www.transifex.com/mysociety/teams/12067/sr/)\n"
@@ -187,7 +187,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "RSS vesti %s, u okviru %s "
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Izaberi kategoriju --"
@@ -335,9 +335,9 @@ msgstr "(Bez broja telefona)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Dodaj u uži krug"
@@ -359,11 +359,11 @@ msgstr "Dodaj/izmeni prioritete odgovora"
msgid "Add/edit response templates"
msgstr "Dodaj/izmeni šablone odgovora"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Dodato %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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."
@@ -566,7 +566,7 @@ msgstr "Čekajući moderaciju"
msgid "Back"
msgstr "Nazad"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Nazad na sve prijave"
@@ -577,7 +577,7 @@ msgstr "Obeleži korisnika "
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -676,7 +676,7 @@ msgstr "Promeni e-mejl adresu"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Promeni lozinku"
@@ -801,7 +801,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Konfiguracija"
@@ -864,8 +864,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Koordinate:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Korisnik se ne može naći"
@@ -967,7 +967,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Trenutno nije kreirano nikakvo telo."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Klijent nedostupan"
@@ -1012,7 +1012,7 @@ msgstr "Izbriši šablon"
msgid "Deleted"
msgstr "Izbrisano"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1062,7 +1062,7 @@ msgstr "Nije koristio mapu"
msgid "Diligency prize league table"
msgstr ""
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1496,11 +1496,11 @@ msgstr "Za podrobnije informacije, vidi <a href='https://fixmystreet.org/customi
msgid "Forgotten your password?"
msgstr "Zaboravili ste lozinku?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Upućeno spoljnom telu"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Često postavljana pitanja"
@@ -1624,7 +1624,7 @@ msgstr "Sakriveno"
msgid "Hide all reports and updates"
msgstr "Obeležene prijave i korisnici"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2067,7 +2067,7 @@ msgstr "Direkcije koje nedostaju:"
msgid "Missing jurisdiction_id"
msgstr "Jurisdikcija koja nedostaje_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Uredi"
@@ -2075,7 +2075,7 @@ msgstr "Uredi"
msgid "Moderate report details"
msgstr "Uredi pojedinosti o prijavi"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Uredi ovu prijavu"
@@ -2083,7 +2083,7 @@ msgstr "Uredi ovu prijavu"
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2480,11 +2480,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2592,7 +2592,7 @@ msgstr "Tel:"
msgid "Photo"
msgstr "Fotografija"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Fotografija potrebna."
@@ -2600,6 +2600,10 @@ msgstr "Fotografija potrebna."
msgid "Photo required"
msgstr "Fotografija potrebna"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2652,8 +2656,8 @@ msgid "Please check your phone number is correct"
msgstr "Molimo vas proverite da li je vaša e-mejl adresa tačna "
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2872,9 +2876,9 @@ msgstr "Molimo vas iznesite da li je problem rešen ili ne "
msgid "Please state whether or not the problem has been fixed"
msgstr "Molimo vas iznesite da li je problem rešen ili ne "
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Molimo vas postavite samo sliku"
@@ -3037,7 +3041,7 @@ msgstr "Problemi u okviru %s, %s"
msgid "Property address:"
msgstr "Adresa imovine:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3197,9 +3201,9 @@ msgstr "Ukloni oznaku"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "Ukloni iz užeg kruga"
@@ -3348,7 +3352,7 @@ msgstr "Prijavljivanje problema"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Prijave"
@@ -3445,11 +3449,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3466,15 +3470,15 @@ msgstr "Drumski operater za naziv ove ulice (proizilazi iz referentnog broja i v
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Drumski operater za naziv ove ulice (iz OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Okreni levo"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3499,7 +3503,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3551,7 +3555,7 @@ msgstr "Pretragom nađeno nula korisnika."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3608,7 +3612,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Pošalji prijavu nazad"
@@ -3631,6 +3635,7 @@ msgstr "Usluga:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Nova lozinka:"
@@ -3644,9 +3649,9 @@ msgid "Share"
msgstr "Podeli"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "Uži krug"
@@ -3654,15 +3659,15 @@ msgstr "Uži krug"
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr "Ubačen u uži krug"
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr "Ubacio u uži krug %s"
@@ -3692,7 +3697,7 @@ msgstr "Prikaži stare"
msgid "Show older reports"
msgstr "Pretraži prijave"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3702,7 +3707,7 @@ msgstr ""
msgid "Show pins"
msgstr "Prikaži oznake"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3733,7 +3738,7 @@ msgstr "Umesto toga, upiši se e-mejlom, unošenjem nove lozinke. Kada kliknete
msgid "Sign in or create an account"
msgstr "Upiši se ili otvori račun"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Ispiši se"
@@ -3796,7 +3801,7 @@ msgstr "Izvinite, nismo uspeli da vas upišemo u sistem. Molimo vas popunite obr
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Izvinite, nismo mogli da shvatimo datu lokaciju. Molimo vas pokušajte ponovo."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Izvinite, nismo uspeli da sačuvamo vaše slike, molimo vas pokušajte ponovo."
@@ -3865,14 +3870,14 @@ msgid "State:"
msgstr "Statistike"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Država"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3972,7 +3977,7 @@ msgid "Summarise your changes"
msgstr "Rezimiraj vaše promene"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -4012,7 +4017,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Šablon &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4062,7 +4067,7 @@ msgstr "Hvala vam što ste postavili vašu fotografiju. Sada moramo da pronađem
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Hvala vam, drago nam je da čujemo da je sređeno! Da li samo možemo da vas upitamo da li ste ikada ovaj problem prijavili skupštini i ranije?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Slika nije učitana ispravno (%s), molimo vas pokušajte ponovo."
@@ -4096,20 +4101,20 @@ msgstr "Data prijava ne može se pogledati na %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Data prijava uklonjena je sa Sredimojuulicu."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Data prijava uklonjena je sa Sredimojuulicu."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4183,7 +4188,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Greška je: %s"
@@ -4257,7 +4262,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Korisnik nije mogao da pronađe problem na mapi, već samo da vidi oblast oko lokacije koju su uneli "
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Data prijava uklonjena je sa Sredimojuulicu."
@@ -4281,7 +4286,7 @@ msgstr "Nema prijava za prikazivanje."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Nastao je problem u prikazivanju strane Sve prijave. Molimo vas probajte ponovo kasnije."
@@ -4294,7 +4299,7 @@ msgstr "Nastao je problem u prikazivanju ove strane. Molimo vas probajte ponovo
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Postoji problem sa kombinacijom vašeg e-mejla/lozinke. Molimo vas pokušajte ponovo."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4302,7 +4307,7 @@ msgstr "Postoji problem sa kombinacijom vašeg e-mejla/lozinke. Molimo vas poku
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "Nastao je problem sa vašom kombinacijom e-mejla/lozinke. Ukoliko ne možete da se setite svoje lozinke ili je nemate, molimo vas popunite &lsquo;upišite se u odeljku na obrascu za email&rsquo;."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
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."
@@ -4310,7 +4315,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod."
@@ -4387,10 +4392,10 @@ msgstr "Ovaj e-mejl poslat je obema direkcijama koje pokrivaju lokaciju problema
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Ovaj e-mejl poslat je nekolicini skupština koje pokrivaju lokaciju problema, pošto je odabrana kategorija pružena za sve njih; molimo vas ignorišite je ukoliko niste ispravna direkcija da se pozabavi ovim pitanjem."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Ova informacija je tražena"
@@ -4598,7 +4603,7 @@ msgstr "Nepoznati"
msgid "Unknown alert type"
msgstr "Nepoznata vrsta obaveštenja"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4691,11 +4696,11 @@ msgstr "Postavio <strong>%s</strong> na %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Ažuriran!"
@@ -4760,8 +4765,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Emejl dodat listi zloupotreba"
@@ -4771,17 +4776,17 @@ msgstr "Emejl dodat listi zloupotreba"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "E-mejl već na listi zloupotreba"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Uklonjena oznaka korisnika"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr ""
@@ -4804,7 +4809,7 @@ msgstr "Korisnici"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Korisnici"
@@ -5113,7 +5118,7 @@ msgstr ""
msgid "You have successfully verified your phone number."
msgstr "Molimo vas unesite vaš broj telefona"
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr ""
@@ -5217,7 +5222,7 @@ msgstr ""
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr ""
@@ -5234,7 +5239,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr ""
@@ -5262,7 +5267,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5411,12 +5416,12 @@ msgstr ""
msgid "user is problem owner"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "E-mejl već na listi zloupotreba"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Ukloni iz užeg kruga"
diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
index afdb285a8..ad34fb4ad 100644
--- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/sv_SE.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Jonatan Nyberg, 2018\n"
"Language-Team: Swedish (Sweden) (https://www.transifex.com/mysociety/teams/12067/sv_SE/)\n"
@@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "(vi har också RSS-flöden för problem inom %s)"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Välj en katagori --"
@@ -315,9 +315,9 @@ msgstr "Lägg till telefonnummer"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Lägg till i slutlista"
@@ -339,11 +339,11 @@ msgstr "Lägg till eller ta bort svarsprioriteringar"
msgid "Add/edit response templates"
msgstr "Lägg till eller ta bort svarsmallar"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Lades till %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
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."
@@ -520,7 +520,7 @@ msgstr "Autosvar:"
#: templates/web/base/admin/extra-metadata-form.html:14
msgid "Automated"
-msgstr ""
+msgstr "Automatiserad"
#: templates/web/base/admin/report-category.html:8
msgid "Available categories"
@@ -543,7 +543,7 @@ msgstr "Väntar på att granskas"
msgid "Back"
msgstr "Tillbaka"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Tillbaka till samtliga rapporter"
@@ -553,7 +553,7 @@ msgstr "Förbjud användare"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -650,7 +650,7 @@ msgstr "Ändra e-postadress"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Ändra lösenord"
@@ -764,7 +764,7 @@ msgid "Collapse map"
msgstr "Vik ihop karta"
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Konfiguration"
@@ -827,8 +827,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Koordinater:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Kan inte hitta användaren"
@@ -926,7 +926,7 @@ msgstr "För närvarande grupperade efter %s"
msgid "Currently no bodies have been created."
msgstr "Inga förvaltningar har skapats ännu."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "Kund ej kontaktbar"
@@ -970,7 +970,7 @@ msgstr "Ta bort mall"
msgid "Deleted"
msgstr "Borttagen"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr "Beskriv varför du modererar detta"
@@ -1020,7 +1020,7 @@ msgstr "Använde inte kartan"
msgid "Diligency prize league table"
msgstr "Flitighetstopplistan"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr "Ta bort ändringar"
@@ -1354,9 +1354,8 @@ msgid "Extra details"
msgstr "Extra uppgifter"
#: templates/web/zurich/admin/contact-form.html:22
-#, fuzzy
msgid "Extra fields:"
-msgstr "Ytterligare fält"
+msgstr "Extra fält:"
#: templates/web/base/contact/submit.html:13
msgid "Failed to send message"
@@ -1450,11 +1449,11 @@ msgstr "För mer information, se <a href='https://fixmystreet.org/customising/fm
msgid "Forgotten your password?"
msgstr "Glömt ditt lösenord?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "Vidarebefordrad till extern förvaltning"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "Vidarebefordrade önskan till extern förvaltning"
@@ -1521,9 +1520,8 @@ msgid "Graph of problem creation by status over time"
msgstr "Visualisering av rapporter över tid"
#: templates/web/base/admin/contact-form.html:134
-#, fuzzy
msgid "Group"
-msgstr "Gruppera efter:"
+msgstr "Grupp"
#: templates/web/base/dashboard/index.html:94
msgid "Group by %s"
@@ -1569,15 +1567,14 @@ msgid "Hidden"
msgstr "Gömd"
#: templates/web/base/admin/extra-metadata-form.html:18
-#, fuzzy
msgid "Hidden Field"
-msgstr "Gömd"
+msgstr "Dolt fält"
#: templates/web/base/admin/user-form.html:202
msgid "Hide all reports and updates"
msgstr "Dölj alla rapporter och uppdateringar"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr "Dölj hela rapporten"
@@ -2011,7 +2008,7 @@ msgstr "Saknade förvaltningar:"
msgid "Missing jurisdiction_id"
msgstr "Saknat jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr "Moderera"
@@ -2019,7 +2016,7 @@ msgstr "Moderera"
msgid "Moderate report details"
msgstr "Moderera rapportdetaljer"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr "Moderera den här rapporten"
@@ -2027,7 +2024,7 @@ msgstr "Moderera den här rapporten"
msgid "Moderate this update"
msgstr "Moderera den här uppdateringen"
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr "Modererad av %s %s"
@@ -2417,11 +2414,11 @@ msgstr "Eller prenumerera via RSS"
msgid "Order"
msgstr "Ordning"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2526,7 +2523,7 @@ msgstr "Telefonnummer:"
msgid "Photo"
msgstr "Foto"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Foto är ett krav."
@@ -2534,6 +2531,10 @@ msgstr "Foto är ett krav."
msgid "Photo required"
msgstr "Foto krävs"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2585,8 +2586,8 @@ msgid "Please check your phone number is correct"
msgstr "Kontrollera att ditt telefonnummer är korrekt"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2802,9 +2803,9 @@ msgstr "Välj den kategori av rapporter du vill ha"
msgid "Please state whether or not the problem has been fixed"
msgstr "Ange om problemet har lösts eller ej"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Ladda upp endast en bild"
@@ -2825,9 +2826,8 @@ msgid "Post"
msgstr "Skicka"
#: templates/web/base/alert/index.html:33
-#, fuzzy
msgid "Postcode or street name and area"
-msgstr "Ange ett postnummer eller gatunamn och ort"
+msgstr "Postnummer eller gatunamn och område"
#: perllib/FixMyStreet/DB/Result/Comment.pm:211
msgid "Posted anonymously at %s"
@@ -2964,7 +2964,7 @@ msgstr "Problem inom %s, %s"
msgid "Property address:"
msgstr "Fastighetsadress:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3122,9 +3122,9 @@ msgstr "Ta bort flagga"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "Ta bort från slutlista"
@@ -3273,7 +3273,7 @@ msgstr "Rapportera ett problem"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Rapporter"
@@ -3366,11 +3366,11 @@ msgstr "Svarsmallar för %s"
msgid "Revert to original"
msgstr "Återgå till orginalrapporten"
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr "Återgå till orginalstexten"
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr "Återgå till orginalsammanfattningen"
@@ -3387,15 +3387,15 @@ msgstr "Vägoperatör för den här namngivna vägen (hämtat från vägens numm
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Vägoperatör för den här namngivna vägen (från OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Rotera åt vänster"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3420,7 +3420,7 @@ msgstr "Spara + stäng som dublett"
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3472,7 +3472,7 @@ msgstr "Inga användare hittades."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr "Säkerhet"
@@ -3530,7 +3530,7 @@ msgstr "Logga in med e-post"
msgid "Sending a confirmation text failed: \"%s\""
msgstr "SMS-bekräftelsetexten kunde inte skickas: \"%s\""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "Skicka tillbaka rapport"
@@ -3553,6 +3553,7 @@ msgstr "Tjänst:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
msgid "Set password"
msgstr "Sätt lösenord"
@@ -3565,9 +3566,9 @@ msgid "Share"
msgstr "Dela"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "Slutlista"
@@ -3575,15 +3576,15 @@ msgstr "Slutlista"
msgid "Shortlist all visible"
msgstr "Kortlista alla synliga"
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr "Satt på slutlistan"
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr "Satt på slutlistan av %s"
@@ -3613,7 +3614,7 @@ msgstr "Visa alla uppdateringar"
msgid "Show older reports"
msgstr "Sök bland rapporter"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr "Visa foto"
@@ -3623,7 +3624,7 @@ msgstr "Visa foto"
msgid "Show pins"
msgstr "Visa kartnålar"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr "Visa rapportörens namn"
@@ -3653,7 +3654,7 @@ msgstr "Ange ett nytt lösenord och logga in via epost eller SMS. När du klicka
msgid "Sign in or create an account"
msgstr "Logga in eller skapa nytt konto"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Logga ut"
@@ -3715,7 +3716,7 @@ msgstr "Inloggningen misslyckades. Fyll i formuläret nedan."
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Tyvärr kan vi inte förstå den adressen. Försök gärna igen."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "Tyvärr kan vi inte spara bilden eller bilderna. Försök gärna igen."
@@ -3782,13 +3783,13 @@ msgid "State:"
msgstr "Status:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr "Tillstånd"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3886,7 +3887,7 @@ msgid "Summarise your changes"
msgstr "Sammanfatta dina ändringar"
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3925,7 +3926,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "Mall &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3975,7 +3976,7 @@ msgstr "Tack för att du bifogade ett foto. Vi måste nu lokalisera ditt problem
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Tack, vi är glada över att det har blivit åtgärdat. Har du rapporterat ett problem till en kommun tidigare?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Bilden verkar inte ha laddats upp korrekt (%s), var vänlig försök igen."
@@ -4009,19 +4010,19 @@ msgstr "Rapporten kan inte visas på %s."
msgid "That report has been removed from FixMyStreet."
msgstr "Rapporten har tagits bort från FixaMinGata."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
msgid "That user has been logged out."
msgstr "Den användaren har loggats ut."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr "Den användaren har gjorts anonym i alla rapporter och uppdateringar."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr "Den användarens personliga information har tagits bort."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr "Den användarens rapporter och uppdateringar har dolts."
@@ -4087,7 +4088,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Flitighetstabellen visar redigerares aktiviteter (vem som har ändrat flest handlingar)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Felet var: %s"
@@ -4161,7 +4162,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Användaren kunde inte lokalisera problemet på kartan men angav en area inom vilket problemet finns"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Den användaren har loggats ut."
@@ -4183,7 +4184,7 @@ msgstr "Det finns inga rapporter att visa."
msgid "There is already an auto-response template for this category/state."
msgstr "Det finns redan en automatiskt svarsmall för denna kategori eller detta tillstånd."
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Det uppstod ett problem med att visa sidan med alla rapporter. Försök gärna igen senare."
@@ -4196,14 +4197,14 @@ msgstr "Det uppstod ett problem med att visa denna sida. Försök gärna igen se
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Felaktigt lösenord eller epostadress. Försök igen."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; 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 &lsquo;Nej&rsquo;-sektionen av formuläret."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Det uppstod ett problem med din uppdatering. Försök igen."
@@ -4211,7 +4212,7 @@ msgstr "Det uppstod ett problem med din uppdatering. Försök igen."
msgid "There were problems with your report. Please see below."
msgstr "Det uppstod ett problem med din rapport. Se nedan."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "Det uppstod ett problem med din uppdatering. Se nedan."
@@ -4279,10 +4280,10 @@ msgstr "Det här brevet har skickats till flera adresser eftersom rapportören i
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Det här brevet har skickats till flera adresser eftersom rapportören inte angav någon kategori, eller den kategori som angavs hör till flera olika enheter. Du kan ignorera det här brevet om du inte är rätt person att hantera det, men det vore också mycket hjälpsamt om du kan ta reda på vem som är rätt person och anmäla detta till oss så att vi kan ändra databasen för framtida brev."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Den här informationen krävs"
@@ -4490,7 +4491,7 @@ msgstr "Okänt"
msgid "Unknown alert type"
msgstr "Okänd feltyp"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4580,11 +4581,11 @@ msgstr "Uppdaterad av <strong>%s</strong> %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Uppdaterad!"
@@ -4648,8 +4649,8 @@ msgstr "Användar-ID att attribuera hämtade kommentarer till"
msgid "User Import"
msgstr "Användarimport"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr "Användaren har lagts till i missbruklistan"
@@ -4658,16 +4659,16 @@ msgstr "Användaren har lagts till i missbruklistan"
msgid "User already exists"
msgstr "Användaren finns redan"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr "Användaren finns redan i missbruklistan"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Användarflaggan borttagen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Användaren flaggad"
@@ -4688,7 +4689,7 @@ msgstr "Användare:"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Användare"
@@ -4990,7 +4991,7 @@ msgstr "Du har loggats in. Verifiera att dina uppgifter stämmer:"
msgid "You have successfully verified your phone number."
msgstr "Du har verifierat ditt telefonnummer."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Du har inte skapat några rapporter än. <a href=\"%s\">Rapportera ett problem nu.</a>"
@@ -5094,7 +5095,7 @@ msgstr "Ditt telefonnummer"
msgid "Your report"
msgstr "Din rapport"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Dina rapporter"
@@ -5111,7 +5112,7 @@ msgstr "Din token har genererats"
msgid "Your update has been saved offline for submission when back online."
msgstr "Din uppdatering har blivit sparad offline för att skickas när du kommer tillbaka online."
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Dina uppdateringar"
@@ -5138,7 +5139,7 @@ msgid "all"
msgstr "samtliga"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5287,11 +5288,11 @@ msgstr "användaren är från samma kommun som problemet - %d"
msgid "user is problem owner"
msgstr "användaren är inte problemägare"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr "användare inte i missbruklista"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr "användare borttagen från missbruklista"
diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po
index b6fef89a2..c7205a027 100644
--- a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/tr_TR.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Zeynep UZER <uzerzeynep@gmail.com>, 2018\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/mysociety/teams/12067/tr_TR/)\n"
@@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "(%s problemi için RSS bildirimimiz var)"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Kategori seçiniz--"
@@ -321,9 +321,9 @@ msgstr "telefon numarası ekle"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "kısa listeye ekle"
@@ -345,11 +345,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Eklenmiş %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -549,7 +549,7 @@ msgstr "Denetleme bekliyor"
msgid "Back"
msgstr "Geri"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -559,7 +559,7 @@ msgstr "kullanıcıyı yasakla"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -656,7 +656,7 @@ msgstr "e-posta adresini değiştir"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Şifreyi değiştir"
@@ -778,7 +778,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Yapılandırma"
@@ -841,8 +841,8 @@ msgstr ""
msgid "Coordinates:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Kullanıcı bulunamadı"
@@ -941,7 +941,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Şu anda hiçbir organları oluşturulmamıştır."
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -985,7 +985,7 @@ msgstr ""
msgid "Deleted"
msgstr "Silindi"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1035,7 +1035,7 @@ msgstr ""
msgid "Diligency prize league table"
msgstr "Özenle hazırlanmış işbirliği tablosu"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1465,11 +1465,11 @@ msgstr "Daha fazla bilgi için, bakınız <a href='https://fixmystreet.org/custo
msgid "Forgotten your password?"
msgstr "Şifrenizi mi unuttunuz?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1592,7 +1592,7 @@ msgstr "Gizli"
msgid "Hide all reports and updates"
msgstr "Seçilen bildirimler ve kullanıcılar"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2025,7 +2025,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Eksik yetki_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2041,7 +2041,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2427,11 +2427,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2536,7 +2536,7 @@ msgstr "Telefon:"
msgid "Photo"
msgstr "Fotoğraf"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr ""
@@ -2544,6 +2544,10 @@ msgstr ""
msgid "Photo required"
msgstr ""
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2595,8 +2599,8 @@ msgid "Please check your phone number is correct"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2812,9 +2816,9 @@ msgstr "İstediğiniz bir bildiri şekli secin"
msgid "Please state whether or not the problem has been fixed"
msgstr "Problemin giderilmiş veya giderilmemiş olması durumunu bildiriniz lütfen"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -2974,7 +2978,7 @@ msgstr ""
msgid "Property address:"
msgstr "Emlak adresi:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3132,9 +3136,9 @@ msgstr "İşareti kaldır"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3283,7 +3287,7 @@ msgstr "Bir problemin bildirilmesi"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Bildirimler"
@@ -3376,11 +3380,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3397,15 +3401,15 @@ msgstr "Bu isimli yol için yol operatörü (yol referans numarası ve türünde
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Bu isimli yol için yol operatörü (OpenStreetMap'ten): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Sola Yerleştir"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3430,7 +3434,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3482,7 +3486,7 @@ msgstr "Arama sonucu kullanıcı bulunamadı"
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3539,7 +3543,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3562,6 +3566,7 @@ msgstr "Hizmet:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Şifreyi değiştir"
@@ -3575,9 +3580,9 @@ msgid "Share"
msgstr "Paylaş"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3585,15 +3590,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3622,7 +3627,7 @@ msgstr ""
msgid "Show older reports"
msgstr "Bildirimleri ara"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3632,7 +3637,7 @@ msgstr ""
msgid "Show pins"
msgstr "İşaretlemeleri göster"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3662,7 +3667,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Giriş yapın ve bir hesap oluşturun "
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Çıkış"
@@ -3722,7 +3727,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Üzgünüz, konum ayrıştırılamadı. Daha sonra tekrar deneyin."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3789,13 +3794,13 @@ msgid "State:"
msgstr "Devlet:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
msgid "States"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3893,7 +3898,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3932,7 +3937,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -3982,7 +3987,7 @@ msgstr "Resim yüklediğiniz için teşekkür ederiz. Şİmsi sorunu konumlandı
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Teşekkürler, sorunun hallolduğuna sevindim. Bu sorunu daha önce herhangi bir birime bildirmiş miydiniz?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Bu şekilde resim doğru yüklemiş gibi görünmüyor (%s), lütfen tekrar deneyin."
@@ -4016,21 +4021,21 @@ msgstr "Bu bildirim %s 'te görüntülenemiyor"
msgid "That report has been removed from FixMyStreet."
msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
#, fuzzy
msgid "That user has been made anonymous on all reports and updates."
msgstr "İsminiz tüm rapor ve güncellemelerde gizlendi."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4096,7 +4101,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "Başarı ödül tablosu editörün faaliyetlerini göstermektedir (kimin en fazla kayıt düzenlediği)."
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Hata buydu: %s"
@@ -4170,7 +4175,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Kullanıcı sorunu harşta üzerinde konumlandıramadı ama onların girdiği bölgenin etrafındaki konumları görmek için."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır."
@@ -4192,7 +4197,7 @@ msgstr "Gösterilecek hiçbir rapor yok."
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Tüm Bildirimlerin görüntülendiği sayfada bir sorun var. Lütfen daha sonra tekrar deneyin."
@@ -4205,14 +4210,14 @@ msgstr "Bu sayfa görüntülenirken bir sorun oluştu. Lütfen daha sonra tekrar
msgid "There was a problem with your email/password combination. Please try again."
msgstr "E-posta / şifrenizde bir sorun oluştu. Lütfen tekrar deneyiniz."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz."
@@ -4220,7 +4225,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:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
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."
@@ -4287,10 +4292,10 @@ msgstr "Kullanıcının problemi sınıflandırmama durumunda, bu e-posta proble
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "Bu e-posta problemin konumunu kapsayan çeşitli kurullara gönderilmiştir. Seçilmiş kategori kurulun yetki alanı dışındaysa, bu sorunu dikkate almayın."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Bu bilgi gereklidir"
@@ -4498,7 +4503,7 @@ msgstr "Bilinmeyen"
msgid "Unknown alert type"
msgstr "Bilinmeyen uyarı tipi"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4589,11 +4594,11 @@ msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Güncellendi!"
@@ -4659,8 +4664,8 @@ msgstr ""
msgid "User Import"
msgstr "%s rapor"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
msgid "User added to abuse list"
msgstr ""
@@ -4669,16 +4674,16 @@ msgstr ""
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
msgid "User already in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Kullanıcı etiketi kaldırıldı"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Kullanıcı etiketlendi"
@@ -4699,7 +4704,7 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Kullanıcılar"
@@ -5003,7 +5008,7 @@ msgstr "Başarılı bir şekilde giriş yaptınız; lütfen bilgilerinizi kontro
msgid "You have successfully verified your phone number."
msgstr "Telefon numaranızı başarılı olarak doğruladınız."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Henüz herhangi bir bildirim oluşturmadınız. <a href=\"%s\">Şimdi sorun olarak bir bildiri .</a>"
@@ -5107,7 +5112,7 @@ msgstr "Telefon numaran"
msgid "Your report"
msgstr "Raporunuz"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Bildirimlerin"
@@ -5124,7 +5129,7 @@ msgstr ""
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Güncellemelerin"
@@ -5152,7 +5157,7 @@ msgid "all"
msgstr "tümü"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5300,11 +5305,11 @@ msgstr "kullanıcının problemi - %d kuruldaki problemle aynı"
msgid "user is problem owner"
msgstr "kullanıcı problemin sahibi"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
msgid "user not in abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
msgid "user removed from abuse list"
msgstr ""
diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po
index 3e8b78b34..c07aed7b6 100644
--- a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/uk_UA.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/mysociety/teams/12067/uk_UA/)\n"
@@ -178,7 +178,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "-- Оберіть категорію --"
@@ -325,9 +325,9 @@ msgstr "(відсутній номер телефону)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr "Додати до переліку"
@@ -349,11 +349,11 @@ msgstr "Додати/редагувати пріоритет відповіді"
msgid "Add/edit response templates"
msgstr "Додати/редагувати шаблон відповіді"
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "Додано %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -556,7 +556,7 @@ msgstr "Очікує перевірки модератором"
msgid "Back"
msgstr "Назад"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr "Повернутися до всіх звітів"
@@ -567,7 +567,7 @@ msgstr "Відмітьте користувача"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -666,7 +666,7 @@ msgstr "Змінити адресу електронної пошти"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "Змінити пароль"
@@ -782,7 +782,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "Конфігурація"
@@ -845,8 +845,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "Координати:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "Не вдалось знайти користувача"
@@ -948,7 +948,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "Наразі жодних органів не було створено"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr ""
@@ -993,7 +993,7 @@ msgstr "Видалити шаблон"
msgid "Deleted"
msgstr "Видалено"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1043,7 +1043,7 @@ msgstr "Не використовувати карту"
msgid "Diligency prize league table"
msgstr "Таблиця найстаранніших призерів"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1467,11 +1467,11 @@ msgstr "For more information, see <a href='https://fixmystreet.org/customising/f
msgid "Forgotten your password?"
msgstr "Забули пароль?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr ""
@@ -1597,7 +1597,7 @@ msgstr "Прихований"
msgid "Hide all reports and updates"
msgstr "Відмічені звіти та користувачі"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "Бракує jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2041,7 +2041,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2049,7 +2049,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2440,11 +2440,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2550,7 +2550,7 @@ msgstr "Телефон:"
msgid "Photo"
msgstr "Фото"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "Фото обов'язкове."
@@ -2558,6 +2558,10 @@ msgstr "Фото обов'язкове."
msgid "Photo required"
msgstr "Потрібне фото"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2610,8 +2614,8 @@ msgid "Please check your phone number is correct"
msgstr "Будь ласка перевірте чи ваша адреса е-пошти вірна"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2830,9 +2834,9 @@ msgstr "Будь ласка оберіть тип бажаних алярмів"
msgid "Please state whether or not the problem has been fixed"
msgstr "Будь ласка вкажіть чи була вирішена проблема"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr "Будь ласка, завантажте тільки зображення"
@@ -2995,7 +2999,7 @@ msgstr ""
msgid "Property address:"
msgstr "Адреса майна:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3155,9 +3159,9 @@ msgstr "Зняти прапорець"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr "Видалити з переліку"
@@ -3306,7 +3310,7 @@ msgstr "Сповістити про проблему"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "Сповіщення"
@@ -3403,11 +3407,11 @@ msgstr ""
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3424,15 +3428,15 @@ msgstr "Обслуговувач цієї дороги (отримано з до
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Обслуговувач цієї дороги (з OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "Повернули вліво"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3457,7 +3461,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3509,7 +3513,7 @@ msgstr "Пошук не знайшов користувачів."
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3566,7 +3570,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr ""
@@ -3589,6 +3593,7 @@ msgstr "Сервіс:"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "Новий пароль:"
@@ -3602,9 +3607,9 @@ msgid "Share"
msgstr "Поширити"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr "Перелік"
@@ -3612,15 +3617,15 @@ msgstr "Перелік"
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3650,7 +3655,7 @@ msgstr "Показувати старі"
msgid "Show older reports"
msgstr "Пошук сповіщень"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3660,7 +3665,7 @@ msgstr ""
msgid "Show pins"
msgstr "Показувати шпильки"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3690,7 +3695,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "Увійти або створити обліковий запис"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "Вийти"
@@ -3750,7 +3755,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "Вибачте, ми не можем розпізнати це місце. Спробуйте пізніше."
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr ""
@@ -3819,14 +3824,14 @@ msgid "State:"
msgstr "Стан:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "Стан"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3926,7 +3931,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -3966,7 +3971,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4016,7 +4021,7 @@ msgstr "Дякуємо за надіслане фото. Тепер нам по
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "Дякуєм, раді чути, що проблему вирішено! Можемо ми поцікавитись чи сповіщали ви органи про будь-яку проблему раніше?"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "Під час завантаження фото трапилась помилка(%s), будь ласка повторіть"
@@ -4050,20 +4055,20 @@ msgstr "Цей сповіщення неможливо показати на %s.
msgid "That report has been removed from FixMyStreet."
msgstr "Це сповіщення було видалено."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "Це сповіщення було видалено."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4133,7 +4138,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "Трапилась помилка: %s"
@@ -4207,7 +4212,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "Користувач не зміг позначити проблему на карті, тільки введену зону"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "Це сповіщення було видалено."
@@ -4231,7 +4236,7 @@ msgstr ""
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "Сталась проблема з відображенням сторінки всіх сповіщень. Спробуйте пізніше."
@@ -4244,7 +4249,7 @@ msgstr "Сталась помилка при спробі показати ст
msgid "There was a problem with your email/password combination. Please try again."
msgstr "Сталась проблема з вашою комбінацією адреси пошти і паролю. Будь ласка спробуйте пізніше."
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4252,7 +4257,7 @@ msgstr "Сталась проблема з вашою комбінацією а
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "З комбінацією поштової адреси і паролю щось не так. Якщо ви не в змозі пригадати пароль або у вас його немає, заповніть секцію &lsquo;увійти поштою&rsquo;"
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "Сталась проблема з поновленням. Будь ласка спробуйте ще раз."
@@ -4260,7 +4265,7 @@ msgstr "Сталась проблема з поновленням. Будь ла
msgid "There were problems with your report. Please see below."
msgstr "Зі сповіщенням є негаразди. Гляньте нижче."
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "З поновленням щось негаразд. Гляньте нижче."
@@ -4327,10 +4332,10 @@ msgstr ""
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "Ця інформація обов'язкова"
@@ -4538,7 +4543,7 @@ msgstr "Невідомо"
msgid "Unknown alert type"
msgstr "Невідомий тип алярму"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4631,11 +4636,11 @@ msgstr "Опубліковано <strong>%s</strong> в %s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "Поновлено!"
@@ -4700,8 +4705,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "Пошта занесена в чорний список"
@@ -4711,17 +4716,17 @@ msgstr "Пошта занесена в чорний список"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "Адреса вже в чорному списку"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "Користувацький прапорець видалено"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "Користувач відмічений"
@@ -4744,7 +4749,7 @@ msgstr "Користувачі"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "Користувачі"
@@ -5054,7 +5059,7 @@ msgstr "Ви успішно увійшли; будь ласка перевірт
msgid "You have successfully verified your phone number."
msgstr "Ви успішно підтвердили поштову адресу."
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "Ви не сповістили про жодну проблему. <a href=\"%s\">Сповістіть про проблему</a>"
@@ -5162,7 +5167,7 @@ msgstr "Ваш телефон"
msgid "Your report"
msgstr "Ваш звіт"
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "Ваші сповіщення"
@@ -5180,7 +5185,7 @@ msgstr "Ваш пароль було змінено"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "Ваші поновлення"
@@ -5207,7 +5212,7 @@ msgid "all"
msgstr "всі"
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5357,12 +5362,12 @@ msgstr "користувач з тієї ж ради що й проблема -
msgid "user is problem owner"
msgstr "користувач є власником проблеми"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "Адреса вже в чорному списку"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "Видалити з переліку"
diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po
index ebf676769..9038a982f 100644
--- a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/zh.UTF-8/LC_MESSAGES/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: 2018-09-06 21:17+0100\n"
+"POT-Creation-Date: 2018-10-01 11:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: mySociety <transifex@mysociety.org>, 2017\n"
"Language-Team: Chinese (https://www.transifex.com/mysociety/teams/12067/zh/)\n"
@@ -185,7 +185,7 @@ msgid "(we also have RSS feeds for problems within %s)"
msgstr "在 %s 內之問題RSS 訂閱"
#: perllib/FixMyStreet/App/Controller/Report/New.pm:251
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:701
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:707
#: perllib/FixMyStreet/DB/Result/Problem.pm:381
msgid "-- Pick a category --"
msgstr "選擇分類"
@@ -339,9 +339,9 @@ msgstr "(沒有電話號碼)"
#: templates/web/base/report/_item.html:10
#: templates/web/base/report/_item.html:16
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:17
-#: templates/web/base/report/_main.html:28
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:20
+#: templates/web/base/report/_main.html:31
msgid "Add to shortlist"
msgstr ""
@@ -363,11 +363,11 @@ msgstr ""
msgid "Add/edit response templates"
msgstr ""
-#: templates/web/base/my/my.html:109
+#: templates/web/base/my/my.html:115
msgid "Added %s"
msgstr "新增 %s"
-#: templates/web/base/report/_main.html:143
+#: templates/web/base/report/_main.html:147
msgid "Adding this report to your shortlist will remove it from %s’s shortlist."
msgstr ""
@@ -570,7 +570,7 @@ msgstr "待核可"
msgid "Back"
msgstr "回上層"
-#: templates/web/base/report/_main.html:4
+#: templates/web/base/report/_main.html:7
msgid "Back to all reports"
msgstr ""
@@ -581,7 +581,7 @@ msgstr "標記警告用戶"
#: perllib/FixMyStreet/Cobrand/Default.pm:655
#: perllib/FixMyStreet/Cobrand/Default.pm:740
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:383
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:408
#: templates/web/base/admin/bodies.html:1
#: templates/web/base/admin/report_edit.html:56
#: templates/web/zurich/header.html:49
@@ -679,7 +679,7 @@ msgstr ""
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:5
-#: templates/web/base/my/my.html:63
+#: templates/web/base/my/my.html:65
msgid "Change password"
msgstr "更換密碼"
@@ -801,7 +801,7 @@ msgid "Collapse map"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:650
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:397
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:422
#: templates/web/base/admin/config_page.html:1
msgid "Configuration"
msgstr "設定"
@@ -864,8 +864,8 @@ msgstr ""
msgid "Coordinates:"
msgstr "協同單位:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2008
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2037
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2009
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2038
msgid "Could not find user"
msgstr "找不到該戶用"
@@ -966,7 +966,7 @@ msgstr ""
msgid "Currently no bodies have been created."
msgstr "目前未創建內文"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:846
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:871
#: templates/web/zurich/admin/report_edit-sdm.html:105
msgid "Customer not contactable"
msgstr "無法聨絡上的客戶"
@@ -1010,7 +1010,7 @@ msgstr "刪除模版"
msgid "Deleted"
msgstr "刪除"
-#: templates/web/base/report/_main.html:111
+#: templates/web/base/report/_main.html:115
#: templates/web/base/report/update.html:51
msgid "Describe why you are moderating this"
msgstr ""
@@ -1060,7 +1060,7 @@ msgstr "不使用地圖"
msgid "Diligency prize league table"
msgstr "勤奮表現名單"
-#: templates/web/base/report/_main.html:116
+#: templates/web/base/report/_main.html:120
#: templates/web/base/report/update.html:54
msgid "Discard changes"
msgstr ""
@@ -1496,11 +1496,11 @@ msgstr "更多資訊,請詳見<a href='https://fixmystreet.org/customising/fms
msgid "Forgotten your password?"
msgstr "忘記您的密碼?"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:761
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:786
msgid "Forwarded to external body"
msgstr "轉寄給外部機構"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:762
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:787
msgid "Forwarded wish to external body"
msgstr "轉寄願望給外部機構"
@@ -1626,7 +1626,7 @@ msgstr "隱藏"
msgid "Hide all reports and updates"
msgstr "標記警告申報與用戶"
-#: templates/web/base/report/_main.html:107
+#: templates/web/base/report/_main.html:111
msgid "Hide entire report"
msgstr ""
@@ -2079,7 +2079,7 @@ msgstr ""
msgid "Missing jurisdiction_id"
msgstr "遺失 jurisdiction_id"
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate"
msgstr ""
@@ -2087,7 +2087,7 @@ msgstr ""
msgid "Moderate report details"
msgstr ""
-#: templates/web/base/report/_main.html:128
+#: templates/web/base/report/_main.html:132
msgid "Moderate this report"
msgstr ""
@@ -2095,7 +2095,7 @@ msgstr ""
msgid "Moderate this update"
msgstr ""
-#: templates/web/base/report/_main.html:71
+#: templates/web/base/report/_main.html:75
#: templates/web/base/report/_update_state.html:19
msgid "Moderated by %s at %s"
msgstr ""
@@ -2491,11 +2491,11 @@ msgstr ""
msgid "Order"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:702
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:703
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:738
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:741
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:708
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:709
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/DB/Result/Problem.pm:600
#: perllib/FixMyStreet/DB/Result/Problem.pm:607
#: perllib/FixMyStreet/DB/Result/Problem.pm:622
@@ -2603,7 +2603,7 @@ msgstr "電話"
msgid "Photo"
msgstr "照片"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:192
msgid "Photo is required."
msgstr "要求提供照片"
@@ -2611,6 +2611,10 @@ msgstr "要求提供照片"
msgid "Photo required"
msgstr "要求提供照片"
+#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+msgid "Photo upload failed."
+msgstr ""
+
#: templates/web/base/questionnaire/index.html:78
#: templates/web/base/report/new/form_report.html:27
#: templates/web/base/report/update/form_update.html:7
@@ -2663,8 +2667,8 @@ msgid "Please check your phone number is correct"
msgstr "請確認您電郵地址無誤"
#: perllib/FixMyStreet/App/Controller/Admin.pm:315
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:947
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:982
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:954
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:989
#: perllib/FixMyStreet/DB/Result/Problem.pm:383
#: templates/web/base/js/translation_strings.html:13
msgid "Please choose a category"
@@ -2886,9 +2890,9 @@ msgstr "請選擇更新通知方式"
msgid "Please state whether or not the problem has been fixed"
msgstr "請敍明該問題是否已解決"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150
#: templates/web/base/js/translation_strings.html:68
msgid "Please upload an image only"
msgstr ""
@@ -3051,7 +3055,7 @@ msgstr "在 %s, %s的問題 "
msgid "Property address:"
msgstr "公物地址:"
-#: templates/web/base/report/display.html:66
+#: templates/web/base/report/display.html:67
#: templates/web/base/report/duplicate-no-updates.html:3
#: templates/web/base/report/update-form.html:9
msgid "Provide an update"
@@ -3211,9 +3215,9 @@ msgstr "移除標記"
#: templates/web/base/report/_item.html:12
#: templates/web/base/report/_item.html:9
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:16
-#: templates/web/base/report/_main.html:24
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:19
+#: templates/web/base/report/_main.html:27
msgid "Remove from shortlist"
msgstr ""
@@ -3362,7 +3366,7 @@ msgstr "申報問題"
#: perllib/FixMyStreet/Cobrand/Default.pm:660
#: perllib/FixMyStreet/Cobrand/Default.pm:674
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:375
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:400
#: templates/web/zurich/header.html:45
msgid "Reports"
msgstr "申報"
@@ -3459,11 +3463,11 @@ msgstr "%s的回應模版"
msgid "Revert to original"
msgstr ""
-#: templates/web/base/report/_main.html:97
+#: templates/web/base/report/_main.html:101
msgid "Revert to original text"
msgstr ""
-#: templates/web/base/report/_main.html:48
+#: templates/web/base/report/_main.html:50
msgid "Revert to original title"
msgstr ""
@@ -3480,15 +3484,15 @@ msgstr "此指定街道之道路營運者(取自道路參照碼與種類): %s"
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "此指定街道之道路營運者(來自OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2086
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2087
#: templates/web/base/admin/report_edit.html:165
#: templates/web/base/admin/update_edit.html:71
#: templates/web/zurich/admin/report_edit.html:118
msgid "Rotate Left"
msgstr "左轉 "
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2082
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2083
#: templates/web/base/admin/report_edit.html:166
#: templates/web/base/admin/update_edit.html:72
#: templates/web/zurich/admin/report_edit.html:119
@@ -3513,7 +3517,7 @@ msgstr ""
#: templates/web/base/admin/responsepriorities/edit.html:58
#: templates/web/base/admin/template_edit.html:87
#: templates/web/base/report/_inspect.html:209
-#: templates/web/base/report/_main.html:115
+#: templates/web/base/report/_main.html:119
#: templates/web/base/report/update.html:53
#: templates/web/zurich/admin/contact-form.html:49
#: templates/web/zurich/admin/template_edit.html:29
@@ -3565,7 +3569,7 @@ msgstr "查無此用戶"
#: templates/web/base/auth/generate_token.html:1
#: templates/web/base/auth/generate_token.html:2
#: templates/web/base/auth/generate_token.html:39
-#: templates/web/base/my/my.html:65
+#: templates/web/base/my/my.html:71
msgid "Security"
msgstr ""
@@ -3622,7 +3626,7 @@ msgstr ""
msgid "Sending a confirmation text failed: \"%s\""
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:847
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:872
msgid "Sent report back"
msgstr "送回申報"
@@ -3645,6 +3649,7 @@ msgstr "服務"
#: templates/web/base/auth/change_password.html:1
#: templates/web/base/auth/change_password.html:4
+#: templates/web/base/my/my.html:67
#, fuzzy
msgid "Set password"
msgstr "更換密碼"
@@ -3658,9 +3663,9 @@ msgid "Share"
msgstr "分享"
#: templates/web/base/main_nav_items.html:18
-#: templates/web/base/report/_main.html:134
-#: templates/web/base/report/_main.html:19
-#: templates/web/base/report/_main.html:27
+#: templates/web/base/report/_main.html:138
+#: templates/web/base/report/_main.html:22
+#: templates/web/base/report/_main.html:30
msgid "Shortlist"
msgstr ""
@@ -3668,15 +3673,15 @@ msgstr ""
msgid "Shortlist all visible"
msgstr ""
-#: templates/web/base/report/_main.html:132
-#: templates/web/base/report/_main.html:18
-#: templates/web/base/report/_main.html:23
+#: templates/web/base/report/_main.html:136
+#: templates/web/base/report/_main.html:21
+#: templates/web/base/report/_main.html:26
#: templates/web/base/reports/_list-filters.html:24
msgid "Shortlisted"
msgstr ""
#: templates/web/base/report/_item.html:15
-#: templates/web/base/report/_main.html:142
+#: templates/web/base/report/_main.html:146
msgid "Shortlisted by %s"
msgstr ""
@@ -3706,7 +3711,7 @@ msgstr "顯示舊文"
msgid "Show older reports"
msgstr "搜尋申報"
-#: templates/web/base/report/_main.html:81
+#: templates/web/base/report/_main.html:85
msgid "Show photo"
msgstr ""
@@ -3716,7 +3721,7 @@ msgstr ""
msgid "Show pins"
msgstr "顯示地圖標示"
-#: templates/web/base/report/_main.html:58
+#: templates/web/base/report/_main.html:62
msgid "Show reporter&rsquo;s name"
msgstr ""
@@ -3746,7 +3751,7 @@ msgstr ""
msgid "Sign in or create an account"
msgstr "登入或新建帳戶"
-#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67
+#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73
#: templates/web/zurich/auth/sign_out.html:1
msgid "Sign out"
msgstr "登出"
@@ -3810,7 +3815,7 @@ msgstr ""
msgid "Sorry, we could not parse that location. Please try again."
msgstr "抱歉,我們無法解析此地點,請重試一次"
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131
msgid "Sorry, we couldn't save your image(s), please try again."
msgstr "抱歉,我們無法儲存你的照片,請重試一次"
@@ -3879,14 +3884,14 @@ msgid "State:"
msgstr "陳述:"
#: perllib/FixMyStreet/Cobrand/Default.pm:649
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:396
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
#: templates/web/base/admin/states/index.html:1
#, fuzzy
msgid "States"
msgstr "陳述"
#: perllib/FixMyStreet/Cobrand/Default.pm:643
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:378
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:403
#: templates/web/base/admin/index.html:71
#: templates/web/base/admin/stats/index.html:1
#: templates/web/base/admin/stats/state.html:1
@@ -3986,7 +3991,7 @@ msgid "Summarise your changes"
msgstr ""
#: perllib/FixMyStreet/Cobrand/Default.pm:641
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:374
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:399
#: templates/web/base/admin/bodies.html:29
#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1
#: templates/web/base/status/index.html:3
@@ -4026,7 +4031,7 @@ msgid "Template &laquo;%s&raquo;"
msgstr "模版 &laquo;%s&raquo;"
#: perllib/FixMyStreet/Cobrand/Default.pm:666
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:385
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:410
#: templates/web/base/develop/email_list.html:3
#: templates/web/zurich/header.html:62
msgid "Templates"
@@ -4076,7 +4081,7 @@ msgstr "感謝上傳照片,現在需要知道問題的地點位置,請在上
msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
msgstr "謝謝,很高興知道此問題己修復了。請問您過去是否曾申報過問題? "
-#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163
+#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr "照片上傳似乎無法正常 (%s), 請再試一次。 "
@@ -4110,20 +4115,20 @@ msgstr "此申報無法在 %s上檢視 "
msgid "That report has been removed from FixMyStreet."
msgstr "該申報已遭FixMyStreet 移除 "
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1911
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1912
#, fuzzy
msgid "That user has been logged out."
msgstr "該申報已遭FixMyStreet 移除 "
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1918
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1919
msgid "That user has been made anonymous on all reports and updates."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1966
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1967
msgid "That user’s personal details have been removed."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1932
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1933
msgid "That user’s reports and updates have been hidden."
msgstr ""
@@ -4199,7 +4204,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit
msgstr "這個勤奮表單顯示用戶的活動(誰做了做多的修改編輯活動)"
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43
-#: perllib/FixMyStreet/App/Controller/Reports.pm:84
+#: perllib/FixMyStreet/App/Controller/Reports.pm:58
msgid "The error was: %s"
msgstr "顯示錯誤為: %s"
@@ -4273,7 +4278,7 @@ msgstr ""
msgid "The user could not locate the problem on a map, but to see the area around the location they entered"
msgstr "用戶無法在地點上標示問題,但可以看到他們輸入的地點"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1957
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1958
#, fuzzy
msgid "The user has been sent a login email"
msgstr "該申報已遭FixMyStreet 移除 "
@@ -4297,7 +4302,7 @@ msgstr "沒有申報可顯示"
msgid "There is already an auto-response template for this category/state."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Reports.pm:81
+#: perllib/FixMyStreet/App/Controller/Reports.pm:55
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr "本頁現在無法願現所要求的申報資料,請稍候再試。"
@@ -4310,7 +4315,7 @@ msgstr "本頁出現錯誤,請再試一次"
msgid "There was a problem with your email/password combination. Please try again."
msgstr "您的電子郵件/密碼不符,請重試一次"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:835
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:843
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:142
#: templates/web/base/auth/general.html:51
#: templates/web/zurich/auth/general.html:18
@@ -4318,7 +4323,7 @@ msgstr "您的電子郵件/密碼不符,請重試一次"
msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form."
msgstr "您的電子郵件與密碼不相符,如果您遺忘密碼或尚未註冊,請在申請表單上填入電子郵件"
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350
msgid "There was a problem with your update. Please try again."
msgstr "您的申報有問題,請重試一次"
@@ -4326,7 +4331,7 @@ msgstr "您的申報有問題,請重試一次"
msgid "There were problems with your report. Please see below."
msgstr "您的申報有問題,請見下方說明"
-#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391
msgid "There were problems with your update. Please see below."
msgstr "您的更新有問題,請見下方說明"
@@ -4403,10 +4408,10 @@ msgstr "當用戶沒有選擇類別時,電子郵件將送到負責該區域的
msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue."
msgstr "電子郵件將送到負責該區域的多個地方政府,因選擇的類別提供這些對象。如果您不是負責受理機關,請略過。"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:996
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127
#: perllib/FixMyStreet/Cobrand/UK.pm:45
msgid "This information is required"
msgstr "本項資訊必填"
@@ -4614,7 +4619,7 @@ msgstr "未知的"
msgid "Unknown alert type"
msgstr "未知的通知類別"
-#: perllib/FixMyStreet/App/Controller/Photo.pm:109
+#: perllib/FixMyStreet/App/Controller/Photo.pm:115
#: perllib/FixMyStreet/App/Controller/Root.pm:142
#: templates/web/base/js/translation_strings.html:46
msgid "Unknown error"
@@ -4707,11 +4712,11 @@ msgstr "由<strong>%s</strong> 在%s"
#: perllib/FixMyStreet/App/Controller/Admin.pm:1358
#: perllib/FixMyStreet/App/Controller/Admin.pm:1473
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1679
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1680
#: perllib/FixMyStreet/App/Controller/Admin.pm:997
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:780
#: perllib/FixMyStreet/Cobrand/Zurich.pm:805
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:878
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:830
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:903
msgid "Updated!"
msgstr "已更新!"
@@ -4776,8 +4781,8 @@ msgstr ""
msgid "User Import"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1888
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1898
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1889
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1899
#, fuzzy
msgid "User added to abuse list"
msgstr "電子郵件列入濫發名單"
@@ -4787,17 +4792,17 @@ msgstr "電子郵件列入濫發名單"
msgid "User already exists"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1885
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1895
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1886
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1896
#, fuzzy
msgid "User already in abuse list"
msgstr "電子郵件己在濫發名單"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2041
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2042
msgid "User flag removed"
msgstr "移除用戶的標記警告"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:2012
+#: perllib/FixMyStreet/App/Controller/Admin.pm:2013
msgid "User flagged"
msgstr "給用戶標記警告"
@@ -4820,7 +4825,7 @@ msgstr "使用者"
#: perllib/FixMyStreet/Cobrand/Default.pm:675
#: perllib/FixMyStreet/Cobrand/Default.pm:734
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:390
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:415
#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54
msgid "Users"
msgstr "使用者"
@@ -5133,7 +5138,7 @@ msgstr "您已成功登入,請檢查您的個人資訊是否正確:"
msgid "You have successfully verified your phone number."
msgstr "您已成功地確認電子郵件"
-#: templates/web/base/my/my.html:73
+#: templates/web/base/my/my.html:79
msgid "You haven&rsquo;t created any reports yet. <a href=\"%s\">Report a problem now.</a>"
msgstr "您當未創建任何申報,<a href=\"%s\">立即提供申報</a>"
@@ -5241,7 +5246,7 @@ msgstr "電話號碼"
msgid "Your report"
msgstr ""
-#: templates/web/base/my/my.html:70
+#: templates/web/base/my/my.html:76
msgid "Your reports"
msgstr "你作的申報"
@@ -5259,7 +5264,7 @@ msgstr "密碼已更新"
msgid "Your update has been saved offline for submission when back online."
msgstr ""
-#: templates/web/base/my/my.html:93
+#: templates/web/base/my/my.html:99
msgid "Your updates"
msgstr "更新"
@@ -5287,7 +5292,7 @@ msgid "all"
msgstr ""
#: perllib/FixMyStreet/App/Controller/Admin.pm:973
-#: perllib/FixMyStreet/App/Controller/Moderate.pm:88
+#: perllib/FixMyStreet/App/Controller/Moderate.pm:90
#: perllib/FixMyStreet/DB/Result/Comment.pm:216
#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145
msgid "an administrator"
@@ -5436,12 +5441,12 @@ msgstr "用戶來同一問題的地方政府- %d"
msgid "user is problem owner"
msgstr "%d 天數"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1985
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1986
#, fuzzy
msgid "user not in abuse list"
msgstr "電子郵件己在濫發名單"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1983
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1984
#, fuzzy
msgid "user removed from abuse list"
msgstr "電子郵件列入濫發名單"
diff --git a/t/Mock/Facebook.pm b/t/Mock/Facebook.pm
index 339eae536..6c9f90f10 100644
--- a/t/Mock/Facebook.pm
+++ b/t/Mock/Facebook.pm
@@ -20,12 +20,12 @@ has returns_email => (
sub dispatch_request {
my $self = shift;
- sub (GET + /v2.8/dialog/oauth + ?*) {
+ sub (GET + /v3.1/dialog/oauth + ?*) {
my ($self) = @_;
return [ 200, [ 'Content-Type' => 'text/html' ], [ 'FB login page' ] ];
},
- sub (GET + /v2.8/oauth/access_token + ?*) {
+ sub (GET + /v3.1/oauth/access_token + ?*) {
my ($self) = @_;
return [ 200, [ 'Content-Type' => 'application/json' ], [ '{"access_token": "access_token"}' ] ];
},
diff --git a/templates/web/base/report/new/fill_in_details_form.html b/templates/web/base/report/new/fill_in_details_form.html
index c819d34a0..a508b9307 100644
--- a/templates/web/base/report/new/fill_in_details_form.html
+++ b/templates/web/base/report/new/fill_in_details_form.html
@@ -1,10 +1,7 @@
<h1>[% loc('Report your problem') %]</h1>
[% IF report.used_map %]
- <ul class="change_location">
- <li class="change_location__map">[% loc('Click the map or drag the pin to adjust the location') %]</li>
- <li class="change_location__search">[% loc('Or <a href="/">search for a different location</a>') %]</li>
- </ul>
+ <p class="change_location">[% loc('Wrong location? Just click again on the map.') %]</p>
[% END %]
[% TRY %][% INCLUDE 'report/new/roads_message.html' %][% CATCH file %][% END %]
diff --git a/web/cobrands/fixmystreet/images/change-location-arrow.png b/web/cobrands/fixmystreet/images/change-location-arrow.png
deleted file mode 100644
index 6b3cf0efc..000000000
--- a/web/cobrands/fixmystreet/images/change-location-arrow.png
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/fixmystreet/images/change-location-arrow.svg b/web/cobrands/fixmystreet/images/change-location-arrow.svg
deleted file mode 100644
index fb6f1c429..000000000
--- a/web/cobrands/fixmystreet/images/change-location-arrow.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg width="14" height="14" viewbox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><g fill="#999" fill-rule="nonzero"><path d="M0 6h12v2H0z"/><path d="M11.2 7L6.9 2.8l1.5-1.5 4.2 4.3L14 7l-5.6 5.7-1.5-1.5L11.2 7z"/></g></svg> \ No newline at end of file
diff --git a/web/cobrands/fixmystreet/images/change-location-search.png b/web/cobrands/fixmystreet/images/change-location-search.png
deleted file mode 100644
index 8f5ac91ba..000000000
--- a/web/cobrands/fixmystreet/images/change-location-search.png
+++ /dev/null
Binary files differ
diff --git a/web/cobrands/fixmystreet/images/change-location-search.svg b/web/cobrands/fixmystreet/images/change-location-search.svg
deleted file mode 100644
index 6b628e1eb..000000000
--- a/web/cobrands/fixmystreet/images/change-location-search.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg width="14" height="14" viewbox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><g fill="#999" fill-rule="nonzero"><path d="M5 10A5 5 0 1 1 5 0a5 5 0 0 1 0 10zm0-2a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path d="M7.5 9L9 7.4l5 5-1.4 1.4z"/></g></svg> \ No newline at end of file
diff --git a/web/cobrands/fixmystreet/images/wrong-location.png b/web/cobrands/fixmystreet/images/wrong-location.png
new file mode 100644
index 000000000..8f775f710
--- /dev/null
+++ b/web/cobrands/fixmystreet/images/wrong-location.png
Binary files differ
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 587ff59f3..6d5884abd 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -382,35 +382,10 @@ select.form-control {
.change_location {
color: #666;
- margin: 0;
-
- // No need for this element on mobile, where they can't click the map,
- // and there's already a "Report" button in the header that leads to
- // the homepage search form. But we'll want to unhide in layout.scss.
- display: none;
-
- li {
- list-style: none;
- padding-#{$left}: 24px;
- margin: 0.3em 0 0 0;
- background-size: 14px 14px;
- background-repeat: no-repeat;
- background-position: flip(0 50%, 100% 50%);
- }
-}
-
-.change_location__map {
- @include svg-background-image('/cobrands/fixmystreet/images/change-location-arrow');
-}
-
-.change_location__search {
- @include svg-background-image('/cobrands/fixmystreet/images/change-location-search');
-}
-
-// Space between the .change_location list and any
-// top_message.html announcements inserted via ajax.
-#js-top-message > :first-child {
- margin-top: 1.5em;
+ padding-#{$left}: 20px;
+ background: transparent url(/cobrands/fixmystreet/images/wrong-location.png) $left 50% no-repeat;
+ border-#{$left}: solid 4px transparent;
+ margin-top: -0.5em;
}
.form-txt-submit-box {
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 7a6f7ba02..e1dbd695b 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -354,10 +354,6 @@ body.mappage.admin {
}
}
-.change_location {
- display: block;
-}
-
.category_meta_message {
padding-top: 0.5em;
font-size: 0.9em;