aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--bin/site-specific-install.sh2
-rw-r--r--conf/general.yml-example1
-rw-r--r--locale/FixMyStreet.po110
-rw-r--r--locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po144
-rw-r--r--locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po707
-rw-r--r--locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po135
-rw-r--r--locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po135
-rw-r--r--locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po135
-rw-r--r--locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po135
-rw-r--r--locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po144
-rw-r--r--locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po135
-rw-r--r--locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po135
-rw-r--r--locale/pt_CV.UTF-8/LC_MESSAGES/FixMyStreet.po4382
-rw-r--r--locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po135
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin.pm17
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMindelo.pm4
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm29
-rw-r--r--perllib/FixMyStreet/DB/Result/Alert.pm8
-rw-r--r--perllib/FixMyStreet/DB/Result/AlertSent.pm6
-rw-r--r--perllib/FixMyStreet/DB/Result/Body.pm20
-rw-r--r--perllib/FixMyStreet/DB/Result/BodyArea.pm6
-rw-r--r--perllib/FixMyStreet/DB/Result/Comment.pm24
-rw-r--r--perllib/FixMyStreet/DB/Result/Contact.pm6
-rw-r--r--perllib/FixMyStreet/DB/Result/Problem.pm6
-rw-r--r--perllib/FixMyStreet/DB/Result/Questionnaire.pm6
-rw-r--r--perllib/FixMyStreet/DB/Result/User.pm10
-rw-r--r--t/app/controller/report_updates.t5
-rw-r--r--templates/web/default/admin/bodies.html92
-rw-r--r--templates/web/default/admin/body-form.html145
-rw-r--r--templates/web/default/admin/body.html78
-rw-r--r--templates/web/default/admin/edit-league.html7
-rw-r--r--templates/web/default/admin/flagged.html39
-rw-r--r--templates/web/default/admin/header.html2
-rw-r--r--templates/web/default/admin/index.html8
-rw-r--r--templates/web/default/admin/reports.html6
-rw-r--r--templates/web/default/admin/user-form.html40
-rw-r--r--templates/web/default/admin/users.html10
-rw-r--r--templates/web/default/common_header_tags.html6
-rw-r--r--templates/web/default/report/updates.html39
-rw-r--r--templates/web/fixmindelo/faq/faq-pt-cv.html121
-rw-r--r--templates/web/zurich/admin/report_edit-sdm.html3
-rw-r--r--templates/web/zurich/admin/report_edit.html2
-rw-r--r--templates/web/zurich/admin/reports.html1
-rw-r--r--web/cobrands/sass/_layout.scss83
-rw-r--r--web/js/fixmystreet-admin.js61
46 files changed, 6327 insertions, 1005 deletions
diff --git a/README.md b/README.md
index 53c347124..da1ce5a05 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,15 @@ RSS alerts of problems in their area.
It was created in 2007 by [mySociety](http://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
-Platform is now at version 1.2.3.
+Platform is now at version 1.2.4.
## Releases
+* v1.2.4 (5th September 2013)
+ - A fix for the long-standing issue where multiline strings were not being
+ translated (reported at https://github.com/abw/Template2/pull/29 )
+ - Better translation strings for "marked as" updates, fixes #391
+ - Less noise when running the tests
* v1.2.3 (2nd September 2013)
- Maintenance release to deal with failing installation
- Improve reuse of make_css and shared CSS
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index d5d10d308..d3da12104 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:-v1.2.3}
+VERSION=${VERSION_OVERRIDE:-v1.2.4}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh
diff --git a/conf/general.yml-example b/conf/general.yml-example
index d30c494ca..e35bb4979 100644
--- a/conf/general.yml-example
+++ b/conf/general.yml-example
@@ -166,3 +166,4 @@ LONDON_REPORTIT_KEY: ''
LONDON_REPORTIT_SECRET: ''
AUTH_SHARED_SECRET: ''
HEARFROMYOURMP_BASE_URL: ''
+
diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po
index 113982aab..f629176d4 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: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+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"
@@ -29,7 +29,7 @@ msgstr ""
msgid " or "
msgstr ""
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr ""
@@ -253,7 +253,7 @@ msgstr ""
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47 templates/web/default/admin/body-form.html:82 templates/web/zurich/admin/body-form.html:47
+#: templates/web/default/admin/bodies.html:53 templates/web/default/admin/bodies.html:57 templates/web/default/admin/body-form.html:82 templates/web/zurich/admin/body-form.html:47
msgid "Add body"
msgstr ""
@@ -381,7 +381,7 @@ msgstr ""
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 perllib/FixMyStreet/Cobrand/Zurich.pm:208 templates/web/default/admin/bodies.html:1 templates/web/zurich/header.html:64
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 perllib/FixMyStreet/Cobrand/Zurich.pm:208 templates/web/default/admin/bodies.html:1 templates/web/zurich/header.html:64
msgid "Bodies"
msgstr ""
@@ -465,7 +465,7 @@ msgstr ""
msgid "Cobrand:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr ""
@@ -517,7 +517,7 @@ msgstr ""
msgid "Contact the team"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267 perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr ""
@@ -637,11 +637,11 @@ msgstr ""
msgid "Email"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr ""
@@ -818,7 +818,7 @@ msgstr ""
msgid "Flag user"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139 templates/web/default/admin/users.html:16
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149 templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr ""
@@ -838,7 +838,7 @@ msgstr ""
msgid "Forgotten your password?"
msgstr ""
-#: templates/web/default/faq/faq-en-gb.html:1 templates/web/emptyhomes/faq/faq-cy.html:1 templates/web/emptyhomes/faq/faq-en-gb.html:1 templates/web/fiksgatami/faq/faq-nb.html:1 templates/web/fiksgatami/nn/faq/faq-nn.html:1 templates/web/fixmybarangay/faq/faq-en-gb.html:1 templates/web/fixmystreet/faq/faq-en-gb.html:1 templates/web/fixmystreet/static/privacy.html:1 templates/web/oxfordshire/faq/faq-en-gb.html:1
+#: templates/web/default/faq/faq-en-gb.html:1 templates/web/emptyhomes/faq/faq-cy.html:1 templates/web/emptyhomes/faq/faq-en-gb.html:1 templates/web/fiksgatami/faq/faq-nb.html:1 templates/web/fiksgatami/nn/faq/faq-nn.html:1 templates/web/fixmindelo/faq/faq-pt-cv.html:1 templates/web/fixmybarangay/faq/faq-en-gb.html:1 templates/web/fixmystreet/faq/faq-en-gb.html:1 templates/web/fixmystreet/static/privacy.html:1 templates/web/oxfordshire/faq/faq-en-gb.html:1
msgid "Frequently Asked Questions"
msgstr ""
@@ -926,7 +926,7 @@ msgstr ""
msgid "How to send successful reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr ""
@@ -1025,7 +1025,7 @@ msgstr ""
msgid "Invalid agency_responsible value %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr ""
@@ -1033,7 +1033,7 @@ msgstr ""
msgid "Invalid format %s specified."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr ""
@@ -1167,11 +1167,11 @@ msgstr ""
msgid "New <br>problems"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr ""
@@ -1743,7 +1743,7 @@ msgstr ""
msgid "Problem breakdown by state"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr ""
@@ -2015,7 +2015,7 @@ msgstr ""
msgid "Reporting a problem"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135 perllib/FixMyStreet/Cobrand/Zurich.pm:201 templates/web/seesomething/admin/stats.html:1 templates/web/zurich/header.html:60
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145 perllib/FixMyStreet/Cobrand/Zurich.pm:201 templates/web/seesomething/admin/stats.html:1 templates/web/zurich/header.html:60
msgid "Reports"
msgstr ""
@@ -2051,11 +2051,11 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334 perllib/FixMyStreet/App/Controller/Admin.pm:1345 templates/web/default/admin/report_edit.html:85 templates/web/zurich/admin/report_edit.html:74
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344 perllib/FixMyStreet/App/Controller/Admin.pm:1355 templates/web/default/admin/report_edit.html:85 templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334 templates/web/default/admin/report_edit.html:86 templates/web/zurich/admin/report_edit.html:75
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344 templates/web/default/admin/report_edit.html:86 templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
msgstr ""
@@ -2191,7 +2191,7 @@ msgstr ""
msgid "State:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140 perllib/FixMyStreet/Cobrand/Zurich.pm:216 templates/web/default/admin/stats.html:1 templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150 perllib/FixMyStreet/Cobrand/Zurich.pm:216 templates/web/default/admin/stats.html:1 templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
msgid "Stats"
msgstr ""
@@ -2247,7 +2247,7 @@ msgstr ""
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133 perllib/FixMyStreet/Cobrand/Zurich.pm:200 templates/web/default/admin/index.html:1 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:57
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143 perllib/FixMyStreet/Cobrand/Zurich.pm:200 templates/web/default/admin/index.html:1 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:57
msgid "Summary"
msgstr ""
@@ -2255,7 +2255,7 @@ msgstr ""
msgid "Summary reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -2327,7 +2327,7 @@ msgstr ""
msgid "That postcode was not recognised, sorry."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr ""
@@ -2543,7 +2543,7 @@ msgstr ""
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136 templates/web/default/admin/timeline.html:1
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146 templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr ""
@@ -2651,7 +2651,7 @@ msgstr ""
msgid "Updated"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001 perllib/FixMyStreet/App/Controller/Admin.pm:765 perllib/FixMyStreet/App/Controller/Admin.pm:909 perllib/FixMyStreet/App/Controller/Admin.pm:962 perllib/FixMyStreet/Cobrand/Zurich.pm:424 perllib/FixMyStreet/Cobrand/Zurich.pm:488
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011 perllib/FixMyStreet/App/Controller/Admin.pm:775 perllib/FixMyStreet/App/Controller/Admin.pm:919 perllib/FixMyStreet/App/Controller/Admin.pm:972 perllib/FixMyStreet/Cobrand/Zurich.pm:424 perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
msgstr ""
@@ -2671,19 +2671,19 @@ msgstr ""
msgid "Updates to this problem, FixMyStreet"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138 perllib/FixMyStreet/Cobrand/Zurich.pm:215 templates/web/default/admin/flagged.html:24 templates/web/zurich/header.html:69
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148 perllib/FixMyStreet/Cobrand/Zurich.pm:215 templates/web/default/admin/flagged.html:24 templates/web/zurich/header.html:69
msgid "Users"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348 perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357 perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr ""
@@ -2971,10 +2971,6 @@ msgstr ""
msgid "didn't use map"
msgstr ""
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr ""
-
#: templates/web/default/alert/index.html:33 templates/web/fixmystreet/around/postcode_form.html:20 templates/web/seesomething/around/postcode_form.html:9
msgid "e.g. ‘%s’ or ‘%s’"
msgstr ""
@@ -2991,24 +2987,48 @@ msgstr ""
msgid "less than a minute"
msgstr ""
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+msgid "marked as a duplicate report"
+msgstr ""
+
+#: templates/web/default/report/updates.html:47
+msgid "marked as action scheduled"
msgstr ""
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+msgid "marked as closed"
+msgstr ""
+
+#: templates/web/default/report/updates.html:28 templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:128 templates/web/default/admin/questionnaire.html:15 templates/web/default/admin/questionnaire.html:16
-msgid "n/a"
+#: templates/web/default/report/updates.html:45
+msgid "marked as in progress"
+msgstr ""
+
+#: templates/web/default/report/updates.html:41
+msgid "marked as investigating"
msgstr ""
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
msgstr ""
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
+#: templates/web/default/report/updates.html:43
+msgid "marked as planned"
+msgstr ""
+
+#: templates/web/default/report/updates.html:53
+msgid "marked as unable to fix"
+msgstr ""
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:128 templates/web/default/admin/questionnaire.html:15 templates/web/default/admin/questionnaire.html:16
+msgid "n/a"
msgstr ""
#: templates/web/default/alert/_list.html:87 templates/web/fixmybarangay/alert/_list.html:32 templates/web/fixmystreet/alert/_list.html:85
@@ -3027,7 +3047,7 @@ msgstr ""
msgid "other areas:"
msgstr ""
-#: templates/web/default/report/updates.html:28 templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29 templates/web/default/report/updates.html:39
msgid "reopened"
msgstr ""
@@ -3043,10 +3063,6 @@ msgstr ""
msgid "there is no pin shown as the user did not use the map"
msgstr ""
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr ""
diff --git a/locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po b/locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po
index d031dd4ce..941e70a9a 100644
--- a/locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po
+++ b/locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-03 09:41-0000\n"
"Last-Translator: Mark Smith <Mark.Smith@trosol.co.uk>\n"
"Language-Team: mySociety\n"
@@ -43,7 +43,7 @@ msgstr " a <strong>byddwn nawr yn ei anfon at y cyngor</strong>"
msgid " or "
msgstr "neu"
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d addresses"
@@ -344,7 +344,8 @@ msgstr "Amdanom ni"
msgid "Action Scheduled"
msgstr "Action Scheduled"
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -517,7 +518,7 @@ msgstr "Ban email address"
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr "Be sure to choose the right category, because we use that to determine to whom the report is sent."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -649,7 +650,7 @@ msgstr "Cobrand data:"
msgid "Cobrand:"
msgstr "Cobrand:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Configuration updated - contacts will be generated automatically later"
@@ -726,8 +727,8 @@ msgstr "Cysylltwch â Ni"
msgid "Contact the team"
msgstr "Cysylltu â'r tîm"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr "Could not find user"
@@ -907,11 +908,11 @@ msgstr "Editor"
msgid "Email"
msgstr "Email"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr "Email added to abuse list"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr "Email already in abuse list"
@@ -1146,7 +1147,7 @@ msgstr "Fixed:"
msgid "Flag user"
msgstr "Flag user"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr "Flagged"
@@ -1175,6 +1176,7 @@ msgstr "Forgotten your password?"
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1308,7 +1310,7 @@ msgstr "Sut i roi gwybod am eiddo gwag"
msgid "How to send successful reports"
msgstr "How to send successful reports"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr "I am afraid you cannot confirm unconfirmed reports."
@@ -1440,7 +1442,7 @@ msgstr "Internal notes:"
msgid "Invalid agency_responsible value %s"
msgstr "Invalid agency_responsible value %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Invalid end date"
@@ -1448,7 +1450,7 @@ msgstr "Invalid end date"
msgid "Invalid format %s specified."
msgstr "Invalid format %s specified."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Invalid start date"
@@ -1665,11 +1667,11 @@ msgstr "Bron â gorffen! Nawr, ewch at eich negeseuon e-bost..."
msgid "New <br>empty properties"
msgstr "New <br>empty properties"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr "New body added"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr "New category contact added"
@@ -2449,7 +2451,7 @@ msgstr "Empty property %s sent to council %s"
msgid "Empty property breakdown by state"
msgstr "Empty property breakdown by state"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Empty property marked as open."
msgstr "Ewch i fwrw golwg "
@@ -2818,7 +2820,7 @@ msgstr "Adroddwyd yn y categori %s gan %s am %s"
msgid "Reporting an empty property"
msgstr "Adrodd am eiddo gwag"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2857,14 +2859,14 @@ msgstr "Road operator for this named road (derived from road reference number an
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Road operator for this named road (from OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr "Rotate Left"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -3065,7 +3067,7 @@ msgstr "State"
msgid "State:"
msgstr "State:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3165,7 +3167,7 @@ msgstr "Dymunaf danysgrifio i rybuddion drwy e-bost"
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3185,7 +3187,7 @@ msgstr "Summary"
msgid "Summary reports"
msgstr "Adroddiadau cryno"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr "Survey"
@@ -3273,7 +3275,7 @@ msgstr "That location does not appear to be in the UK; please try again."
msgid "That postcode was not recognised, sorry."
msgstr "Ni chafodd y cod post hwnnw ei gydnabod, sori."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That empty property will now be resent."
msgstr "That empty property will now be resent."
@@ -3520,7 +3522,7 @@ msgstr "Cyflwynwyd yr adroddiad hwn yn ddi-enw"
msgid "This web page also contains a photo of the empty property, provided by the user."
msgstr "Mae'r dudalen we hon hefyd yn cynnwys ffotograff o'r eiddo gwag, wedi'i ddarparu gan y defnyddiwr."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr "Timeline"
@@ -3653,10 +3655,10 @@ msgstr "Diweddariad:"
msgid "Updated"
msgstr "Updated"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3687,23 +3689,23 @@ msgstr "Diweddariadau am {{title}}"
msgid "Updates to this empty property, reportemptyhomes.com"
msgstr "Diweddariadau i'r eiddo gwag hwn, reportemptyhomes.com"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr "User flag removed"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr "User flagged"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr "Users"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr "Values updated"
@@ -4128,10 +4130,6 @@ msgstr "council ref:&nbsp;%s"
msgid "didn't use map"
msgstr "didn't use map"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr "duplicate report"
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4152,28 +4150,62 @@ msgstr "last updated %s"
msgid "less than a minute"
msgstr "llai na munud"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+#, fuzzy
+msgid "marked as a duplicate report"
+msgstr "duplicate report"
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "Action Scheduled"
+
+#: templates/web/default/report/updates.html:59
+#, fuzzy
+msgid "marked as an internal referral"
+msgstr "Internal notes:"
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
msgstr "marked as %s"
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as returned to use"
msgstr "cofnodwyd bod hyn wedi'i adfer i'w ddefnyddio"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "marked as %s"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "Investigating"
+
+#: templates/web/default/report/updates.html:55
+#, fuzzy
+msgid "marked as not the council's responsibility"
+msgstr "not the council's responsibility"
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "marked as %s"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "cofnodwyd bod hyn wedi'i adfer i'w ddefnyddio"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr "n/a"
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr "unrhyw gamau pellach"
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr "not the council's responsibility"
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4203,8 +4235,8 @@ msgstr "originally entered: &ldquo;%s&rdquo;"
msgid "other areas:"
msgstr "other areas:"
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr "wedi'i ailagor"
@@ -4234,10 +4266,6 @@ msgstr "y cyngor lleol"
msgid "there is no pin shown as the user did not use the map"
msgstr "there is no pin shown as the user did not use the map"
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr "third party responsibility"
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local empty property"
msgstr "math hwn o eiddo gwag lleol"
@@ -4342,6 +4370,12 @@ msgid_plural "%d days"
msgstr[0] "%d diwrnod"
msgstr[1] "%d diwrnod"
+#~ msgid "no further action"
+#~ msgstr "unrhyw gamau pellach"
+
+#~ msgid "third party responsibility"
+#~ msgstr "third party responsibility"
+
#, fuzzy
#~ msgid "All the information you provide here will be sent to <strong>%s</strong>. On the site, we will show the subject and details of the empty property, plus your name if you give us permission."
#~ msgstr ""
diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po
index 1e17fa9b4..05a9f1581 100644
--- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-04-24 08:59+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-06-03 11:59+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <team@fixmystreet.com>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: perllib/FixMyStreet/DB/Result/Problem.pm:636
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:372
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:369
msgid " and "
msgstr "und"
@@ -38,7 +38,7 @@ msgstr ""
msgid " or "
msgstr "oder"
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d Adressen"
@@ -76,7 +76,7 @@ msgstr "Alle Meldungen"
msgid "%s ref:&nbsp;%s"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287
+#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288
msgid "%s ward, %s"
msgstr ""
@@ -84,7 +84,7 @@ msgstr ""
msgid "%s, reported at %s"
msgstr "Gemeldet von %s um %s"
-#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:314
+#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:315
msgid "%s, within %s ward"
msgstr ""
@@ -129,7 +129,7 @@ msgstr "(beantwortet)"
msgid "(fixed)"
msgstr "(beantwortet)"
-#: templates/web/default/index.html:11 templates/web/default/index.html:15
+#: templates/web/default/index.html:12 templates/web/default/index.html:8
#: templates/web/fixmystreet/around/intro.html:2
msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)"
msgstr "(z.B. illegale Deponien, Strassensch&auml;den, Graffitis usw.)"
@@ -158,13 +158,13 @@ msgstr "(Ihre E-Mail Adresse und Telefonnummer werden nie angezeigt)"
msgid "(we never show your email)"
msgstr "(Ihre E-Mail Adresse wird nie angezeigt)"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:634
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:661
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:637
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:664
#: perllib/FixMyStreet/DB/Result/Problem.pm:418
msgid "-- Pick a category --"
msgstr "-- Wählen Sie eine Kategorie --"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:615
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:618
#: perllib/FixMyStreet/DB/Result/Problem.pm:424
msgid "-- Pick a property type --"
msgstr ""
@@ -286,6 +286,8 @@ msgstr "Passwort"
#: templates/web/default/static/about-en-gb.html:1
#: templates/web/default/static/about-en-gb.html:3
#: templates/web/emptyhomes/header.html:34
+#: templates/web/emptyhomes/static/about-cy.html:1
+#: templates/web/emptyhomes/static/about-cy.html:3
#: templates/web/emptyhomes/static/about-en-gb.html:1
#: templates/web/emptyhomes/static/about-en-gb.html:3
msgid "About us"
@@ -293,6 +295,8 @@ msgstr "&Uuml;ber uns"
#: templates/web/bromley/report/display.html:80
#: templates/web/bromley/report/display.html:81
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:39
#: templates/web/default/report/update-form.html:30
#: templates/web/default/report/update-form.html:31
#: templates/web/fixmystreet/report/update-form.html:28
@@ -300,7 +304,8 @@ msgstr "&Uuml;ber uns"
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -401,12 +406,12 @@ msgid "An update marked this problem as fixed."
msgstr ""
#: templates/web/default/admin/list_updates.html:11
-#: templates/web/default/admin/problem_row.html:14
+#: templates/web/default/admin/problem_row.html:20
msgid "Anonymous"
msgstr "Anonym"
-#: templates/web/default/admin/report_edit.html:37
-#: templates/web/default/admin/update_edit.html:17
+#: templates/web/default/admin/report_edit.html:62
+#: templates/web/default/admin/update_edit.html:23
msgid "Anonymous:"
msgstr "Anonym:"
@@ -429,30 +434,30 @@ msgstr ""
msgid "Area covered"
msgstr "Gebiet"
-#: templates/web/zurich/admin/report_edit.html:118
+#: templates/web/zurich/admin/report_edit.html:124
#: templates/web/zurich/admin/stats.html:36
msgid "Assign to different category:"
msgstr "Einer anderen Kategorie (DA) zuweisen:"
-#: templates/web/zurich/admin/report_edit.html:127
+#: templates/web/zurich/admin/report_edit.html:133
msgid "Assign to external body:"
msgstr "Einer externen Stelle zuweisen:"
-#: templates/web/zurich/admin/report_edit.html:107
-#: templates/web/zurich/admin/report_edit.html:164
+#: templates/web/zurich/admin/report_edit.html:113
+#: templates/web/zurich/admin/report_edit.html:170
msgid "Assign to subdivision:"
msgstr "An Fachbereich zuweisen:"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:99
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:100
#: templates/web/zurich/report/updates.html:11
msgid "Assigned to %s"
msgstr "Besten Dank f&uuml;r Ihre Meldung. Wir haben Ihr Anliegen an %s weitergeleitet, da es nicht in den Zust&auml;ndigkeitsbereich der am Pilot beteiligten Fachbereiche f&auml;llt.<br/>Freundliche Gr&uuml;sse <br/>Ihre Stadt Z&uuml;rich"
-#: templates/web/default/open311/index.html:17
+#: templates/web/default/open311/index.html:86
msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date."
msgstr ""
-#: templates/web/default/open311/index.html:9
+#: templates/web/default/open311/index.html:78
msgid "At the moment only searching for and looking at reports work."
msgstr ""
@@ -473,8 +478,8 @@ msgstr ""
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1132
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:205
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
msgid "Bodies"
@@ -527,16 +532,16 @@ msgstr ""
#: templates/web/default/admin/body.html:75
#: templates/web/default/admin/body_edit.html:23
-#: templates/web/default/admin/report_edit.html:36
+#: templates/web/default/admin/report_edit.html:61
#: templates/web/default/report/new/fill_in_details_form.html:67
#: templates/web/emptyhomes/report/new/fill_in_details_form.html:50
#: templates/web/zurich/admin/body.html:36
#: templates/web/zurich/admin/report_edit-sdm.html:42
-#: templates/web/zurich/admin/report_edit.html:117
+#: templates/web/zurich/admin/report_edit.html:123
msgid "Category:"
msgstr "Kategorie:"
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:365
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:362
msgid "Category: %s"
msgstr "Kategorie: %s"
@@ -546,22 +551,23 @@ msgstr "Kategorie: %s"
msgid "Change Password"
msgstr "Passwort &auml;ndern"
-#: templates/web/default/js/translation_strings.html:39
+#: templates/web/default/js/translation_strings.html:41
#: templates/web/fixmystreet/around/_report_banner.html:2
msgid "Click map to report a problem"
msgstr "Mangel lokalisieren"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:76
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:31
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:77
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:45
+#: templates/web/default/admin/report_edit.html:47
#: templates/web/default/dashboard/index.html:142
#: templates/web/default/dashboard/index.html:144
#: templates/web/fixmystreet/report/banner.html:15
#: templates/web/zurich/admin/header.html:1
#: templates/web/zurich/admin/header.html:10
#: templates/web/zurich/admin/header.html:12
-#: templates/web/zurich/admin/report_edit.html:90
-#: templates/web/zurich/admin/report_edit.html:92
+#: templates/web/zurich/admin/report_edit.html:96
+#: templates/web/zurich/admin/report_edit.html:98
#: templates/web/zurich/admin/stats.html:31
#: templates/web/zurich/report/banner.html:13
msgid "Closed"
@@ -575,7 +581,7 @@ msgstr ""
msgid "Closed reports"
msgstr ""
-#: templates/web/default/admin/problem_row.html:32
+#: templates/web/default/admin/problem_row.html:38
msgid "Closed:"
msgstr "Beantwortet:"
@@ -584,9 +590,9 @@ msgstr "Beantwortet:"
msgid "Closest nearby problems <small>(within&nbsp;%skm)</small>"
msgstr ""
-#: templates/web/default/admin/report_edit.html:17
+#: templates/web/default/admin/report_edit.html:23
#: templates/web/zurich/admin/report_edit-sdm.html:33
-#: templates/web/zurich/admin/report_edit.html:46
+#: templates/web/zurich/admin/report_edit.html:47
msgid "Co-ordinates:"
msgstr "Koordinaten:"
@@ -594,17 +600,17 @@ msgstr "Koordinaten:"
msgid "Cobrand"
msgstr ""
-#: templates/web/default/admin/report_edit.html:50
-#: templates/web/default/admin/update_edit.html:44
+#: templates/web/default/admin/report_edit.html:75
+#: templates/web/default/admin/update_edit.html:50
msgid "Cobrand data:"
msgstr ""
-#: templates/web/default/admin/report_edit.html:49
-#: templates/web/default/admin/update_edit.html:43
+#: templates/web/default/admin/report_edit.html:74
+#: templates/web/default/admin/update_edit.html:49
msgid "Cobrand:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:395
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Aktualisiert"
@@ -651,8 +657,8 @@ msgstr "Best&auml;tigt"
msgid "Confirmed reports between %s and %s"
msgstr ""
-#: templates/web/default/admin/problem_row.html:30
-#: templates/web/default/admin/report_edit.html:45
+#: templates/web/default/admin/problem_row.html:36
+#: templates/web/default/admin/report_edit.html:70
msgid "Confirmed:"
msgstr "Best&auml;tigt:"
@@ -677,12 +683,12 @@ msgstr ""
#: templates/web/bromley/contact/submit.html:3
#: templates/web/default/contact/index.html:6
#: templates/web/default/contact/submit.html:3
-#: templates/web/fixmystreet/contact/index.html:7
+#: templates/web/fixmystreet/contact/index.html:19
msgid "Contact the team"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1265
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1293
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr ""
@@ -721,15 +727,15 @@ msgid "Create category"
msgstr ""
#: templates/web/default/admin/list_updates.html:10
-#: templates/web/default/admin/problem_row.html:28
+#: templates/web/default/admin/problem_row.html:34
#: templates/web/zurich/admin/list_updates.html:7
msgid "Created"
msgstr "Erstellt"
-#: templates/web/default/admin/report_edit.html:44
-#: templates/web/default/admin/update_edit.html:45
+#: templates/web/default/admin/report_edit.html:69
+#: templates/web/default/admin/update_edit.html:51
#: templates/web/zurich/admin/report_edit-sdm.html:47
-#: templates/web/zurich/admin/report_edit.html:61
+#: templates/web/zurich/admin/report_edit.html:62
#: templates/web/zurich/admin/update_edit.html:29
msgid "Created:"
msgstr "Erstellt:"
@@ -768,12 +774,12 @@ msgstr "Beschreibung"
msgid "Details"
msgstr "Beschreibung"
-#: templates/web/default/admin/report_edit.html:14
+#: templates/web/default/admin/report_edit.html:20
#: templates/web/default/report/new/fill_in_details_form.html:61
#: templates/web/emptyhomes/report/new/fill_in_details_form.html:79
#: templates/web/zurich/admin/report_edit-sdm.html:25
-#: templates/web/zurich/admin/report_edit.html:25
-#: templates/web/zurich/admin/report_edit.html:35
+#: templates/web/zurich/admin/report_edit.html:26
+#: templates/web/zurich/admin/report_edit.html:36
msgid "Details:"
msgstr "Beschreibung:"
@@ -803,6 +809,8 @@ msgstr ""
#: templates/web/bromley/report/display.html:80
#: templates/web/bromley/report/display.html:82
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:47
#: templates/web/default/report/update-form.html:30
#: templates/web/default/report/update-form.html:32
#: templates/web/fixmystreet/report/update-form.html:28
@@ -810,10 +818,10 @@ msgstr ""
msgid "Duplicate"
msgstr ""
-#: templates/web/default/admin/list_updates.html:36
-#: templates/web/default/admin/problem_row.html:35
+#: templates/web/default/admin/list_updates.html:42
+#: templates/web/default/admin/problem_row.html:41
#: templates/web/default/admin/users.html:28
-#: templates/web/zurich/admin/problem_row.html:36
+#: templates/web/zurich/admin/problem_row.html:44
msgid "Edit"
msgstr ""
@@ -826,7 +834,7 @@ msgstr "Details editieren"
#: templates/web/zurich/admin/report_edit-sdm.html:1
#: templates/web/zurich/admin/report_edit-sdm.html:4
#: templates/web/zurich/admin/report_edit.html:1
-#: templates/web/zurich/admin/report_edit.html:4
+#: templates/web/zurich/admin/report_edit.html:5
msgid "Editing problem %d"
msgstr "Meldung %d bearbeiten"
@@ -860,11 +868,11 @@ msgstr ""
msgid "Email"
msgstr "E-Mail"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1241
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1238
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr ""
@@ -878,30 +886,30 @@ msgstr "Schicken Sie mir Aktualisierungen"
#: templates/web/default/admin/body.html:80
#: templates/web/default/admin/body_edit.html:26
-#: templates/web/default/admin/report_edit.html:42
-#: templates/web/default/admin/update_edit.html:27
+#: templates/web/default/admin/report_edit.html:67
+#: templates/web/default/admin/update_edit.html:33
#: templates/web/default/admin/user-form.html:6
#: templates/web/default/alert/updates.html:13
#: templates/web/default/report/display.html:38
#: templates/web/zurich/admin/body.html:41
#: templates/web/zurich/admin/report_edit-sdm.html:44
-#: templates/web/zurich/admin/report_edit.html:57
+#: templates/web/zurich/admin/report_edit.html:58
msgid "Email:"
msgstr "E-mail:"
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:315
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:314
msgid "Email: %s"
msgstr "E-mail:"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:617
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:620
msgid "Empty flat or maisonette"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:616
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:619
msgid "Empty house or bungalow"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:619
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:622
msgid "Empty office or other commercial"
msgstr ""
@@ -909,11 +917,11 @@ msgstr ""
msgid "Empty property details form"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:620
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:623
msgid "Empty pub or bar"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:621
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:624
msgid "Empty public building - school, hospital, etc."
msgstr ""
@@ -933,7 +941,7 @@ msgstr ""
msgid "Endpoint"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:29
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:30
msgid "Enter a Z&uuml;rich street name"
msgstr "Ungef&auml;hre Adresse des Mangels"
@@ -988,11 +996,11 @@ msgstr "Fehler"
msgid "Example postcode %s"
msgstr "Beispieladresse"
-#: templates/web/default/open311/index.html:27
+#: templates/web/default/open311/index.html:96
msgid "Examples:"
msgstr "Beispiele:"
-#: templates/web/default/admin/report_edit.html:51
+#: templates/web/default/admin/report_edit.html:76
msgid "Extra data:"
msgstr ""
@@ -1001,8 +1009,8 @@ msgstr ""
msgid "Failed to send message. Please try again, or <a href=\"mailto:%s\">email us</a>."
msgstr ""
-#: templates/web/zurich/admin/index-dm.html:32
-#: templates/web/zurich/admin/index-sdm.html:29
+#: templates/web/zurich/admin/index-dm.html:33
+#: templates/web/zurich/admin/index-sdm.html:30
msgid "Filter report list"
msgstr "Alle Meldungen"
@@ -1055,8 +1063,9 @@ msgstr ""
#: templates/web/bromley/report/display.html:80
#: templates/web/bromley/report/display.html:84
#: templates/web/default/admin/index.html:36
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:31
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:41
+#: templates/web/default/admin/report_edit.html:42
#: templates/web/default/dashboard/index.html:142
#: templates/web/default/dashboard/index.html:144
#: templates/web/default/report/update-form.html:30
@@ -1067,13 +1076,13 @@ msgstr ""
msgid "Fixed"
msgstr "Beantwortet"
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:32
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:43
msgid "Fixed - Council"
msgstr ""
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:32
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:42
msgid "Fixed - User"
msgstr ""
@@ -1081,7 +1090,7 @@ msgstr ""
msgid "Fixed reports"
msgstr ""
-#: templates/web/default/admin/problem_row.html:31
+#: templates/web/default/admin/problem_row.html:37
msgid "Fixed:"
msgstr ""
@@ -1089,12 +1098,12 @@ msgstr ""
msgid "Flag user"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr ""
-#: templates/web/default/admin/report_edit.html:53
+#: templates/web/default/admin/report_edit.html:78
#: templates/web/default/admin/user-form.html:14
msgid "Flagged:"
msgstr ""
@@ -1104,7 +1113,7 @@ msgstr ""
msgid "Follow a ward link to view only reports within that ward."
msgstr ""
-#: templates/web/default/admin/report_edit.html:24
+#: templates/web/default/admin/report_edit.html:30
msgid "For council(s):"
msgstr ""
@@ -1118,6 +1127,7 @@ msgstr "Ihr Passwort"
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1125,11 +1135,12 @@ msgstr "Ihr Passwort"
msgid "Frequently Asked Questions"
msgstr "Hilfe"
-#: templates/web/default/open311/index.html:69
+#: templates/web/default/open311/index.html:138
msgid "GeoRSS on Google Maps"
msgstr ""
#: templates/web/bromley/report/display.html:30
+#: templates/web/fixmystreet/around/_updates.html:3
#: templates/web/fixmystreet/report/display.html:38
msgid "Get updates"
msgstr ""
@@ -1158,7 +1169,7 @@ msgstr ""
msgid "Go"
msgstr "Los"
-#: templates/web/default/admin/report_edit.html:52
+#: templates/web/default/admin/report_edit.html:77
msgid "Going to send questionnaire?"
msgstr ""
@@ -1167,7 +1178,6 @@ msgid "Graph of problem creation by status over time"
msgstr "Grafik der Meldungen nach Status und Zeit"
#: templates/web/default/reports/index.html:8
-#: templates/web/emptyhomes/reports/index.html:5
msgid "Greyed-out lines are councils that no longer exist."
msgstr ""
@@ -1214,13 +1224,14 @@ msgstr ""
msgid "Hi %s"
msgstr "Hallo %s"
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:32
-#: templates/web/default/admin/update_edit.html:22
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:50
+#: templates/web/default/admin/report_edit.html:51
+#: templates/web/default/admin/update_edit.html:28
#: templates/web/zurich/admin/header.html:1
#: templates/web/zurich/admin/header.html:11
-#: templates/web/zurich/admin/report_edit.html:81
-#: templates/web/zurich/admin/report_edit.html:85
+#: templates/web/zurich/admin/report_edit.html:87
+#: templates/web/zurich/admin/report_edit.html:91
#: templates/web/zurich/admin/stats.html:32
#: templates/web/zurich/admin/update_edit.html:18
msgid "Hidden"
@@ -1250,7 +1261,7 @@ msgstr "Erfassen Sie eine neue Meldung:"
msgid "How to send successful reports"
msgstr "Anleitung"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:700
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr ""
@@ -1329,17 +1340,17 @@ msgstr ""
msgid "In Progress"
msgstr "In Bearbeitung"
-#: templates/web/default/open311/index.html:21
+#: templates/web/default/open311/index.html:90
msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)."
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:79
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:31
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:80
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:38
#: templates/web/fixmystreet/report/banner.html:19
#: templates/web/zurich/admin/header.html:1
#: templates/web/zurich/admin/header.html:8
-#: templates/web/zurich/admin/report_edit.html:94
+#: templates/web/zurich/admin/report_edit.html:100
#: templates/web/zurich/report/banner.html:15
msgid "In progress"
msgstr "In Bearbeitung"
@@ -1348,7 +1359,7 @@ msgstr "In Bearbeitung"
msgid "Incident Category"
msgstr "Kategorie"
-#: templates/web/zurich/admin/report_edit.html:137
+#: templates/web/zurich/admin/report_edit.html:143
msgid "Include reporter personal details"
msgstr "Pers&ouml;nliche Angaben des Meldenden mitsenden"
@@ -1356,35 +1367,41 @@ msgstr "Pers&ouml;nliche Angaben des Meldenden mitsenden"
msgid "Include unconfirmed reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Open311.pm:348
+#: perllib/FixMyStreet/App/Controller/Open311.pm:354
msgid "Incorrect has_photo value \"%s\""
msgstr ""
-#: templates/web/zurich/admin/report_edit-sdm.html:56
-#: templates/web/zurich/admin/report_edit.html:76
+#: templates/web/zurich/admin/report_edit-sdm.html:55
+#: templates/web/zurich/admin/report_edit.html:82
msgid "Internal notes:"
msgstr "Interne Notizen"
-#: perllib/FixMyStreet/App/Controller/Open311.pm:333
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:48
+#, fuzzy
+msgid "Internal referral"
+msgstr "Interne Notizen"
+
+#: perllib/FixMyStreet/App/Controller/Open311.pm:339
msgid "Invalid agency_responsible value %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1052
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Ung&ultiges Enddatum"
-#: perllib/FixMyStreet/App/Controller/Open311.pm:424
+#: perllib/FixMyStreet/App/Controller/Open311.pm:432
msgid "Invalid format %s specified."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1042
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Ung&ultiges Startdatum"
#: templates/web/bromley/report/display.html:80
#: templates/web/bromley/report/display.html:81
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:30
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:37
#: templates/web/default/dashboard/index.html:142
#: templates/web/default/dashboard/index.html:143
#: templates/web/default/report/update-form.html:30
@@ -1423,11 +1440,11 @@ msgstr "Letzte Bearbeitung"
msgid "Last editor"
msgstr "Letzter Bearbeiter"
-#: templates/web/default/admin/report_edit.html:47
+#: templates/web/default/admin/report_edit.html:72
msgid "Last update:"
msgstr "Letzte Bearbeitung"
-#: templates/web/default/admin/problem_row.html:33
+#: templates/web/default/admin/problem_row.html:39
msgid "Last&nbsp;update:"
msgstr "Letzte Bearbeitung"
@@ -1493,7 +1510,7 @@ msgstr ""
msgid "Map &copy; <a id=\"osm_link\" href=\"http://www.openstreetmap.org/\">OpenStreetMap</a> and contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a>"
msgstr ""
-#: templates/web/fixmystreet/contact/index.html:86
+#: templates/web/fixmystreet/contact/index.html:98
msgid "Message"
msgstr "Nachricht"
@@ -1501,7 +1518,7 @@ msgstr "Nachricht"
msgid "Message:"
msgstr "Nachricht:"
-#: perllib/FixMyStreet/App/Controller/Open311.pm:432
+#: perllib/FixMyStreet/App/Controller/Open311.pm:440
msgid "Missing jurisdiction_id"
msgstr ""
@@ -1525,7 +1542,7 @@ msgstr "Meldungen in der Nähe"
#: templates/web/default/admin/reports.html:13
#: templates/web/default/admin/users.html:12
#: templates/web/default/reports/index.html:15
-#: templates/web/emptyhomes/reports/index.html:10
+#: templates/web/emptyhomes/reports/index.html:9
#: templates/web/fiksgatami/nn/reports/index.html:9
#: templates/web/fiksgatami/reports/index.html:9
#: templates/web/fixmybarangay/reports/index.html:15
@@ -1543,16 +1560,16 @@ msgstr "Name"
msgid "Name (optional)"
msgstr "(optional)"
-#: templates/web/default/admin/report_edit.html:41
-#: templates/web/default/admin/update_edit.html:26
+#: templates/web/default/admin/report_edit.html:66
+#: templates/web/default/admin/update_edit.html:32
#: templates/web/default/admin/user-form.html:5
#: templates/web/zurich/admin/report_edit-sdm.html:43
-#: templates/web/zurich/admin/report_edit.html:56
+#: templates/web/zurich/admin/report_edit.html:57
#: templates/web/zurich/admin/stats.html:41
msgid "Name:"
msgstr "Name:"
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:314
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:313
msgid "Name: %s"
msgstr "Name: %s"
@@ -1570,12 +1587,12 @@ msgstr ""
msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:415
-#: perllib/FixMyStreet/Cobrand/Default.pm:455
+#: perllib/FixMyStreet/Cobrand/Default.pm:418
+#: perllib/FixMyStreet/Cobrand/Default.pm:458
msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s"
msgstr ""
-#: perllib/FixMyStreet/DB/ResultSet/AlertType.pm:267
+#: perllib/FixMyStreet/DB/ResultSet/AlertType.pm:273
msgid ""
"Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n"
"\n"
@@ -1590,11 +1607,11 @@ msgstr "Fast Fertig! Bitte checken Sie Ihre Mailbox..."
msgid "New <br>problems"
msgstr "Neue <br>Meldungen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr "Neue Organisation hinzugef&uuml;gt"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:351
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr ""
@@ -1606,7 +1623,7 @@ msgstr ""
msgid "New local reports on reportemptyhomes.com"
msgstr ""
-#: templates/web/emptyhomes/reports/index.html:11
+#: templates/web/emptyhomes/reports/index.html:10
#: templates/web/fiksgatami/nn/reports/index.html:10
#: templates/web/fiksgatami/reports/index.html:10
msgid "New problems"
@@ -1660,7 +1677,7 @@ msgstr ""
msgid "New state"
msgstr "Neuer Status"
-#: templates/web/zurich/admin/report_edit-sdm.html:59
+#: templates/web/zurich/admin/report_edit-sdm.html:58
msgid "New update:"
msgstr "Neue Antwort"
@@ -1678,13 +1695,13 @@ msgstr "Weiter"
#: templates/web/default/admin/body.html:51
#: templates/web/default/admin/body.html:52
#: templates/web/default/admin/body_edit.html:4
-#: templates/web/default/admin/list_updates.html:31
-#: templates/web/default/admin/list_updates.html:32
-#: templates/web/default/admin/list_updates.html:33
-#: templates/web/default/admin/problem_row.html:14
-#: templates/web/default/admin/report_edit.html:39
-#: templates/web/default/admin/report_edit.html:52
-#: templates/web/default/admin/update_edit.html:19
+#: templates/web/default/admin/list_updates.html:37
+#: templates/web/default/admin/list_updates.html:38
+#: templates/web/default/admin/list_updates.html:39
+#: templates/web/default/admin/problem_row.html:20
+#: templates/web/default/admin/report_edit.html:64
+#: templates/web/default/admin/report_edit.html:77
+#: templates/web/default/admin/update_edit.html:25
#: templates/web/default/questionnaire/creator_fixed.html:16
#: templates/web/default/questionnaire/index.html:111
#: templates/web/default/questionnaire/index.html:68
@@ -1717,7 +1734,7 @@ msgstr ""
msgid "No flagged users found"
msgstr ""
-#: templates/web/zurich/admin/report_edit-sdm.html:66
+#: templates/web/zurich/admin/report_edit-sdm.html:65
msgid "No further updates"
msgstr "Bearbeitung abschliessen"
@@ -1744,14 +1761,16 @@ msgstr ""
msgid "Non Public"
msgstr ""
-#: templates/web/default/admin/report_edit.html:24
+#: templates/web/default/admin/report_edit.html:30
#: templates/web/zurich/admin/report_edit-sdm.html:46
-#: templates/web/zurich/admin/report_edit.html:60
+#: templates/web/zurich/admin/report_edit.html:61
msgid "None"
msgstr "Keine"
#: templates/web/bromley/report/display.html:80
#: templates/web/bromley/report/display.html:83
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:46
#: templates/web/default/report/update-form.html:30
#: templates/web/default/report/update-form.html:33
#: templates/web/fixmystreet/report/update-form.html:28
@@ -1787,7 +1806,7 @@ msgstr ""
msgid "Note:"
msgstr ""
-#: templates/web/default/open311/index.html:6
+#: templates/web/default/open311/index.html:75
msgid "Note: <strong>%s</strong>"
msgstr ""
@@ -1845,23 +1864,25 @@ msgstr ""
msgid "Older fixed"
msgstr ""
-#: templates/web/emptyhomes/reports/index.html:12
+#: templates/web/emptyhomes/reports/index.html:11
#: templates/web/fiksgatami/nn/reports/index.html:11
#: templates/web/fiksgatami/reports/index.html:11
msgid "Older problems"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:73
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:74
#: templates/web/bromley/report/display.html:80
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/update_edit.html:22
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:36
+#: templates/web/default/admin/report_edit.html:37
+#: templates/web/default/admin/update_edit.html:28
#: templates/web/default/dashboard/index.html:142
#: templates/web/default/report/update-form.html:30
#: templates/web/fixmystreet/report/update-form.html:28
#: templates/web/zurich/admin/header.html:1
#: templates/web/zurich/admin/header.html:7
-#: templates/web/zurich/admin/report_edit.html:81
-#: templates/web/zurich/admin/report_edit.html:83
+#: templates/web/zurich/admin/report_edit.html:87
+#: templates/web/zurich/admin/report_edit.html:89
#: templates/web/zurich/admin/update_edit.html:18
#: templates/web/zurich/report/banner.html:11
msgid "Open"
@@ -1871,15 +1892,15 @@ msgstr "Aufgenommen"
msgid "Open reports"
msgstr "Offene Meldungen"
-#: templates/web/default/open311/index.html:3
+#: templates/web/default/open311/index.html:72
msgid "Open311 API for the mySociety FixMyStreet server"
msgstr ""
-#: templates/web/default/open311/index.html:13
+#: templates/web/default/open311/index.html:82
msgid "Open311 initiative web page"
msgstr ""
-#: templates/web/default/open311/index.html:14
+#: templates/web/default/open311/index.html:83
msgid "Open311 specification"
msgstr ""
@@ -1893,15 +1914,15 @@ msgstr ""
msgid "Or you can subscribe to an alert based upon what ward or council you&rsquo;re in:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:1043
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:661
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:662
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1046
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:664
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:665
#: perllib/FixMyStreet/DB/Result/Problem.pm:578
#: perllib/FixMyStreet/DB/Result/Problem.pm:588
#: perllib/FixMyStreet/DB/Result/Problem.pm:598
#: perllib/FixMyStreet/DB/Result/Problem.pm:610
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:360
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:373
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:357
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:370
msgid "Other"
msgstr ""
@@ -1923,8 +1944,8 @@ msgstr ""
msgid "Parent"
msgstr "Geh&ouml;rt zu"
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:32
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:51
msgid "Partial"
msgstr ""
@@ -1942,6 +1963,10 @@ msgstr "Passwort"
msgid "Password:"
msgstr ""
+#: templates/web/default/js/translation_strings.html:39
+msgid "Permalink"
+msgstr ""
+
#: templates/web/bromley/report/new/fill_in_details_form.html:136
#: templates/web/bromley/report/new/fill_in_details_form.html:183
#: templates/web/fixmystreet/report/new/fill_in_details_form.html:138
@@ -1951,12 +1976,12 @@ msgstr ""
msgid "Phone number (optional)"
msgstr "Telefonnummer (optional)"
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:279
-#: templates/web/default/admin/report_edit.html:43
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:278
+#: templates/web/default/admin/report_edit.html:68
#: templates/web/default/report/new/fill_in_details_form.html:215
#: templates/web/emptyhomes/report/new/fill_in_details_form.html:138
#: templates/web/zurich/admin/report_edit-sdm.html:46
-#: templates/web/zurich/admin/report_edit.html:60
+#: templates/web/zurich/admin/report_edit.html:61
#: templates/web/zurich/admin/stats.html:39
msgid "Phone:"
msgstr "Telefonnummer:"
@@ -1966,6 +1991,8 @@ msgstr "Telefonnummer:"
#: templates/web/fixmystreet/report/new/fill_in_details_form.html:92
#: templates/web/fixmystreet/report/update-form.html:59
#: templates/web/seesomething/report/new/fill_in_details_form.html:52
+#: templates/web/zurich/admin/index-dm.html:29
+#: templates/web/zurich/admin/index-sdm.html:24
#: templates/web/zurich/admin/stats.html:37
#: templates/web/zurich/report/new/fill_in_details_form.html:68
msgid "Photo"
@@ -1987,15 +2014,15 @@ msgstr "Fotos von neuen Meldungen in der N&auml;he"
msgid "Place pin on map"
msgstr "Pin auf der Karte absetzen"
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:30
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:38
#: templates/web/default/dashboard/index.html:142
#: templates/web/default/dashboard/index.html:143
#: templates/web/zurich/admin/header.html:1
#: templates/web/zurich/admin/header.html:9
#: templates/web/zurich/admin/index-dm.html:9
-#: templates/web/zurich/admin/report_edit.html:81
-#: templates/web/zurich/admin/report_edit.html:84
+#: templates/web/zurich/admin/report_edit.html:87
+#: templates/web/zurich/admin/report_edit.html:90
msgid "Planned"
msgstr "Rückmeldung ausstehend"
@@ -2029,10 +2056,10 @@ msgstr "Bitte &uuml;berpr&uuml;fen Sie Ihr E-Mail"
msgid "Please check your email address is correct"
msgstr "Bitte &uuml;berpr&uuml;fen Sie ob Ihre E-Mail Adresse korrekt ist"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:845
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:852
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:871
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:914
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:848
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:855
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:874
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:917
#: perllib/FixMyStreet/DB/Result/Problem.pm:420
#: templates/web/default/js/translation_strings.html:9
msgid "Please choose a category"
@@ -2272,11 +2299,11 @@ msgstr ""
msgid "Please take a look at the updates that have been left."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Photo.pm:172
+#: perllib/FixMyStreet/App/Controller/Photo.pm:174
msgid "Please upload a JPEG image only"
msgstr "Bitte laden Sie nur JPEG Bilder hoch."
-#: perllib/FixMyStreet/App/Controller/Photo.pm:179
+#: perllib/FixMyStreet/App/Controller/Photo.pm:181
msgid "Please upload a JPEG image only\n"
msgstr "Bitte laden Sie nur JPEG Bilder hoch\n"
@@ -2296,7 +2323,7 @@ msgstr ""
#: templates/web/default/report/update-form.html:109
#: templates/web/default/report/update-form.html:131
#: templates/web/default/report/update-form.html:72
-#: templates/web/fixmystreet/contact/index.html:93
+#: templates/web/fixmystreet/contact/index.html:105
#: templates/web/fixmystreet/report/update-form.html:123
#: templates/web/fixmystreet/report/update-form.html:71
#: templates/web/fixmystreet/report/update-form.html:95
@@ -2321,7 +2348,7 @@ msgstr "Zur&uuml;ck"
#: templates/web/default/admin/body.html:97
#: templates/web/default/admin/body_edit.html:40
-#: templates/web/default/admin/report_edit.html:54
+#: templates/web/default/admin/report_edit.html:79
msgid "Private"
msgstr ""
@@ -2350,7 +2377,7 @@ msgstr ""
msgid "Problem breakdown by state"
msgstr "Meldungen nach Status sortiert"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:917
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr ""
@@ -2386,15 +2413,15 @@ msgstr "Meldungen, welche k&uuml;rzlich beantwortet wurden"
msgid "Problems within %.1fkm of this location"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:615
-#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:95
+#: perllib/FixMyStreet/Cobrand/Default.pm:626
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:109
#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155
-#: perllib/FixMyStreet/Cobrand/UK.pm:227
+#: perllib/FixMyStreet/Cobrand/UK.pm:228
msgid "Problems within %s"
msgstr "Meldungen innerhalb %s"
-#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:103
-#: perllib/FixMyStreet/Cobrand/UK.pm:241
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:117
+#: perllib/FixMyStreet/Cobrand/UK.pm:242
msgid "Problems within %s ward"
msgstr ""
@@ -2413,7 +2440,7 @@ msgstr ""
msgid "Properties recently reported as put back to use on reportemptyhomes.com"
msgstr ""
-#: templates/web/default/admin/report_edit.html:26
+#: templates/web/default/admin/report_edit.html:32
#: templates/web/emptyhomes/report/new/fill_in_details_form.html:115
#, fuzzy
msgid "Property address:"
@@ -2434,6 +2461,10 @@ msgstr ""
msgid "Provide an update"
msgstr "Meldung aktualisieren"
+#: templates/web/fixmystreet/auth/general.html:53
+msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports."
+msgstr ""
+
#: templates/web/bromley/report/new/fill_in_details_form.html:180
msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports."
msgstr ""
@@ -2455,17 +2486,17 @@ msgstr ""
msgid "Public information (shown on site)"
msgstr ""
-#: templates/web/zurich/admin/report_edit.html:172
-#: templates/web/zurich/admin/report_edit.html:188
+#: templates/web/zurich/admin/report_edit.html:178
+#: templates/web/zurich/admin/report_edit.html:194
msgid "Public response:"
msgstr "Offizielle Antwort"
-#: templates/web/zurich/admin/report_edit.html:72
+#: templates/web/zurich/admin/report_edit.html:78
#: templates/web/zurich/admin/stats.html:38
msgid "Publish photo"
msgstr "Foto ver&ouml;ffentlichen"
-#: templates/web/zurich/admin/report_edit.html:196
+#: templates/web/zurich/admin/report_edit.html:202
msgid "Publish the response"
msgstr "Antwort ver&ouml;ffentlichen"
@@ -2505,11 +2536,11 @@ msgstr ""
msgid "RSS feed"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282
+#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283
msgid "RSS feed for %s"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288
+#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289
msgid "RSS feed for %s ward, %s"
msgstr ""
@@ -2517,11 +2548,11 @@ msgstr ""
#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179
#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:189
#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:197
-#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:308
+#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:309
msgid "RSS feed of %s"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:313
+#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:314
msgid "RSS feed of %s, within %s ward"
msgstr ""
@@ -2534,15 +2565,15 @@ msgstr ""
msgid "RSS feed of problems in this %s"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Default.pm:616
-#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:96
+#: perllib/FixMyStreet/Cobrand/Default.pm:627
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:110
#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:154
-#: perllib/FixMyStreet/Cobrand/UK.pm:234
+#: perllib/FixMyStreet/Cobrand/UK.pm:235
msgid "RSS feed of problems within %s"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:102
-#: perllib/FixMyStreet/Cobrand/UK.pm:240
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:116
+#: perllib/FixMyStreet/Cobrand/UK.pm:241
msgid "RSS feed of problems within %s ward"
msgstr ""
@@ -2581,7 +2612,8 @@ msgstr "K&uuml;rzlich <br>beantwortet"
msgid "Recently fixed"
msgstr "K&uuml;rzlich beantwortet"
-#: templates/web/default/index.html:41 templates/web/fixmystreet/index.html:45
+#: templates/web/default/index.html:35 templates/web/emptyhomes/index.html:24
+#: templates/web/fixmystreet/index.html:45
msgid "Recently reported problems"
msgstr "K&uuml;rzlich erfasste Meldungen:"
@@ -2598,13 +2630,13 @@ msgstr ""
msgid "Remove flag"
msgstr ""
-#: templates/web/default/admin/report_edit.html:64
-#: templates/web/default/admin/update_edit.html:51
+#: templates/web/default/admin/report_edit.html:89
+#: templates/web/default/admin/update_edit.html:57
#: templates/web/zurich/admin/update_edit.html:35
msgid "Remove photo (can't be undone!)"
msgstr ""
-#: templates/web/default/index.html:9 templates/web/emptyhomes/header.html:12
+#: templates/web/emptyhomes/header.html:12
msgid "Report Empty Homes"
msgstr ""
@@ -2638,7 +2670,7 @@ msgstr "Missbrauch melden"
msgid "Report on %s"
msgstr ""
-#: templates/web/default/index.html:18
+#: templates/web/default/index.html:14 templates/web/emptyhomes/index.html:5
#: templates/web/fixmystreet/around/intro.html:1
#: templates/web/stevenage/around/intro.html:1
#: templates/web/zurich/around/intro.html:1
@@ -2655,7 +2687,7 @@ msgstr ""
#: perllib/FixMyStreet/DB/Result/Problem.pm:593
#: templates/web/default/contact/index.html:45
-#: templates/web/fixmystreet/contact/index.html:46
+#: templates/web/fixmystreet/contact/index.html:58
msgid "Reported anonymously at %s"
msgstr "Anonym gemeldet um"
@@ -2671,7 +2703,7 @@ msgstr "Anonym gemeldet von %s um %s "
#: perllib/FixMyStreet/DB/Result/Problem.pm:616
#: templates/web/default/contact/index.html:47
-#: templates/web/fixmystreet/contact/index.html:48
+#: templates/web/fixmystreet/contact/index.html:60
msgid "Reported by %s at %s"
msgstr "Gemeldet von %s um %s"
@@ -2715,8 +2747,8 @@ msgstr "Gemeldet in der Kategorie %s"
msgid "Reporting a problem"
msgstr "Ihre Meldung"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:198
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
msgid "Reports"
@@ -2738,7 +2770,7 @@ msgstr ""
msgid "Reports published"
msgstr "Beantwortet"
-#: templates/web/default/admin/report_edit.html:46
+#: templates/web/default/admin/report_edit.html:71
msgid "Resend report"
msgstr ""
@@ -2754,16 +2786,16 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1332
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1343
-#: templates/web/default/admin/report_edit.html:60
-#: templates/web/zurich/admin/report_edit.html:68
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
+#: templates/web/default/admin/report_edit.html:85
+#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr "Links drehen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1332
-#: templates/web/default/admin/report_edit.html:61
-#: templates/web/zurich/admin/report_edit.html:69
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: templates/web/default/admin/report_edit.html:86
+#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
msgstr "Rechts drehen"
@@ -2810,11 +2842,11 @@ msgstr ""
msgid "Sent to %s %s later"
msgstr ""
-#: templates/web/default/admin/report_edit.html:46
+#: templates/web/default/admin/report_edit.html:71
msgid "Sent:"
msgstr "Gesendet:"
-#: templates/web/default/admin/report_edit.html:48
+#: templates/web/default/admin/report_edit.html:73
#: templates/web/zurich/admin/stats.html:45
msgid "Service:"
msgstr ""
@@ -2915,7 +2947,7 @@ msgstr ""
msgid "Sorry, there has been an error confirming your problem."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:212
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:215
#: perllib/FixMyStreet/Geocode.pm:28 perllib/FixMyStreet/Geocode/Bing.pm:58
#: perllib/FixMyStreet/Geocode/Google.pm:74
#: perllib/FixMyStreet/Geocode/OSM.pm:66
@@ -2953,17 +2985,17 @@ msgstr ""
msgid "State"
msgstr "Status"
-#: templates/web/default/admin/report_edit.html:28
-#: templates/web/default/admin/update_edit.html:21
+#: templates/web/default/admin/report_edit.html:34
+#: templates/web/default/admin/update_edit.html:27
#: templates/web/default/report/update-form.html:28
-#: templates/web/zurich/admin/report_edit-sdm.html:54
-#: templates/web/zurich/admin/report_edit.html:79
+#: templates/web/zurich/admin/report_edit-sdm.html:53
+#: templates/web/zurich/admin/report_edit.html:85
#: templates/web/zurich/admin/update_edit.html:17
msgid "State:"
msgstr "Status:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:213
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
msgid "Stats"
@@ -2979,7 +3011,7 @@ msgstr ""
msgid "Still open, via questionnaire, %s"
msgstr ""
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:369
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:366
#, fuzzy
msgid "Subcategory: %s"
msgstr "Kategorie: %s"
@@ -2989,16 +3021,16 @@ msgid "Subdivision/Body"
msgstr "FB/Externe"
#: templates/web/bromley/report/new/fill_in_details_form.html:48
-#: templates/web/fixmystreet/contact/index.html:79
+#: templates/web/fixmystreet/contact/index.html:91
#: templates/web/fixmystreet/report/new/fill_in_details_form.html:60
msgid "Subject"
msgstr "Titel"
-#: templates/web/default/admin/report_edit.html:13
+#: templates/web/default/admin/report_edit.html:19
#: templates/web/default/contact/index.html:83
#: templates/web/default/report/new/fill_in_details_form.html:52
#: templates/web/emptyhomes/report/new/fill_in_details_form.html:70
-#: templates/web/zurich/admin/report_edit.html:34
+#: templates/web/zurich/admin/report_edit.html:35
msgid "Subject:"
msgstr "Titel:"
@@ -3018,11 +3050,11 @@ msgstr "Titel:"
msgid "Submit"
msgstr "Abschicken"
-#: templates/web/default/admin/report_edit.html:67
-#: templates/web/default/admin/update_edit.html:54
+#: templates/web/default/admin/report_edit.html:92
+#: templates/web/default/admin/update_edit.html:60
#: templates/web/default/admin/user-form.html:17
-#: templates/web/zurich/admin/report_edit-sdm.html:65
-#: templates/web/zurich/admin/report_edit.html:198
+#: templates/web/zurich/admin/report_edit-sdm.html:64
+#: templates/web/zurich/admin/report_edit.html:204
#: templates/web/zurich/admin/update_edit.html:38
msgid "Submit changes"
msgstr "Speichern"
@@ -3032,14 +3064,14 @@ msgstr "Speichern"
msgid "Submit questionnaire"
msgstr ""
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:69
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:70
#: templates/web/zurich/admin/header.html:1
#: templates/web/zurich/admin/header.html:6
#: templates/web/zurich/admin/index-dm.html:23
#: templates/web/zurich/admin/index-dm.html:6
#: templates/web/zurich/admin/index-sdm.html:21
-#: templates/web/zurich/admin/report_edit.html:81
-#: templates/web/zurich/admin/report_edit.html:82
+#: templates/web/zurich/admin/report_edit.html:87
+#: templates/web/zurich/admin/report_edit.html:88
#: templates/web/zurich/admin/reports.html:13
#: templates/web/zurich/report/banner.html:9
msgid "Submitted"
@@ -3063,8 +3095,8 @@ msgstr ""
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1131
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:197
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
#: templates/web/zurich/admin/index-sdm.html:1
@@ -3083,7 +3115,7 @@ msgstr "Zusammenfassung"
msgid "Summary reports"
msgstr "Alle Meldungen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -3100,7 +3132,7 @@ msgstr ""
msgid "Text only version"
msgstr ""
-#: templates/web/default/admin/update_edit.html:14
+#: templates/web/default/admin/update_edit.html:20
#: templates/web/zurich/admin/update_edit.html:12
msgid "Text:"
msgstr ""
@@ -3145,7 +3177,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/Controller/Photo.pm:186
+#: perllib/FixMyStreet/App/Controller/Photo.pm:188
msgid "That image doesn't appear to have uploaded correctly (%s), please try again."
msgstr ""
@@ -3162,7 +3194,7 @@ msgstr ""
msgid "That postcode was not recognised, sorry."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:671
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr ""
@@ -3174,7 +3206,7 @@ msgstr "Diese Meldung wurde von Z&uuml;ri wie neu entfernt."
msgid "That report has been removed from FixMyStreet."
msgstr "Diese Meldung wurde von Z&uuml;ri wie neu entfernt."
-#: templates/web/default/open311/index.html:23
+#: templates/web/default/open311/index.html:92
msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification."
msgstr ""
@@ -3197,11 +3229,11 @@ msgid "The details of your problem are available on the right hand side of this
msgstr ""
#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60
-#: perllib/FixMyStreet/App/Controller/Reports.pm:67
+#: perllib/FixMyStreet/App/Controller/Reports.pm:72
msgid "The error was: %s"
msgstr ""
-#: templates/web/default/open311/index.html:19
+#: templates/web/default/open311/index.html:88
msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name."
msgstr ""
@@ -3278,11 +3310,11 @@ msgstr ""
msgid "The subject and details of the problem will be public, plus your name if you give us permission."
msgstr ""
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:288
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:287
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/Reports.pm:64
+#: perllib/FixMyStreet/App/Controller/Reports.pm:69
msgid "There was a problem showing the All Reports page. Please try again later."
msgstr ""
@@ -3291,7 +3323,7 @@ msgstr ""
msgid "There was a problem showing this page. Please try again later."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:744
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:134
#: templates/web/default/auth/general.html:23
#: templates/web/fixmystreet/auth/general.html:24
@@ -3316,20 +3348,20 @@ msgstr ""
msgid "There were problems with your update. Please see below."
msgstr ""
-#: templates/web/default/open311/index.html:10
+#: templates/web/default/open311/index.html:79
msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future."
msgstr ""
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:374
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:371
msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system."
msgstr ""
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:377
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:374
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:891
-#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:117
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:894
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:131
#: perllib/FixMyStreet/Cobrand/UK.pm:58
msgid "This information is required"
msgstr "Diese Information wird ben&ouml;tigt"
@@ -3342,8 +3374,11 @@ msgstr ""
msgid "This is a summary of all reports on this site; select a particular barangay to see the reports sent there."
msgstr ""
-#: templates/web/default/reports/index.html:7
#: templates/web/emptyhomes/reports/index.html:4
+msgid "This is a summary of all reports on this site; select a particular council to see the empty homes news for that area."
+msgstr ""
+
+#: templates/web/default/reports/index.html:7
#: templates/web/fiksgatami/nn/reports/index.html:4
#: templates/web/fiksgatami/reports/index.html:4
msgid "This is a summary of all reports on this site; select a particular council to see the reports sent there."
@@ -3379,8 +3414,8 @@ msgstr "Dieser Mangel ist in Bearbeitung"
msgid "This problem is old and of unknown status."
msgstr "Dieses Problem ist alt und hat einen unbekannten Status"
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:66
#: perllib/FixMyStreet/Cobrand/Zurich.pm:67
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:68
#: templates/web/zurich/report/_main.html:14
msgid "This report is awaiting moderation."
msgstr "&Uuml;berpr&uuml;fung ausstehend"
@@ -3397,16 +3432,16 @@ msgstr ""
msgid "This report is currently marked as open."
msgstr ""
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:312
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:311
#, fuzzy
msgid "This report was submitted anonymously"
msgstr "%s, gemeldet um %s"
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:281
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:280
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr ""
@@ -3424,7 +3459,7 @@ msgstr ""
msgid "To find out what local alerts we have for you, please enter your postcode or street name and area"
msgstr "Geben Sie eine Adresse an"
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:287
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:286
msgid "To view a map of the precise location of this issue"
msgstr ""
@@ -3446,6 +3481,8 @@ msgstr "Erneut versuchen"
#: templates/web/bromley/report/display.html:80
#: templates/web/bromley/report/display.html:83
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:46
#: templates/web/default/report/update-form.html:30
#: templates/web/default/report/update-form.html:33
#: templates/web/fixmystreet/report/update-form.html:28
@@ -3453,11 +3490,11 @@ msgstr "Erneut versuchen"
msgid "Unable to fix"
msgstr ""
-#: templates/web/default/admin/report_edit.html:29
-#: templates/web/default/admin/report_edit.html:32
-#: templates/web/default/admin/update_edit.html:22
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:51
+#: templates/web/default/admin/update_edit.html:28
#: templates/web/zurich/admin/report_edit-sdm.html:45
-#: templates/web/zurich/admin/report_edit.html:58
+#: templates/web/zurich/admin/report_edit.html:59
#: templates/web/zurich/admin/update_edit.html:18
msgid "Unconfirmed"
msgstr "Unbest&auml;tigt"
@@ -3488,12 +3525,12 @@ msgid "Update %s created for problem %d; by %s"
msgstr ""
#: templates/web/default/contact/index.html:21
-#: templates/web/fixmystreet/contact/index.html:22
+#: templates/web/fixmystreet/contact/index.html:34
msgid "Update below added anonymously at %s"
msgstr ""
#: templates/web/default/contact/index.html:23
-#: templates/web/fixmystreet/contact/index.html:24
+#: templates/web/fixmystreet/contact/index.html:36
msgid "Update below added by %s at %s"
msgstr ""
@@ -3510,16 +3547,16 @@ msgstr ""
msgid "Update by {{name}}"
msgstr ""
-#: templates/web/default/admin/update_edit.html:36
+#: templates/web/default/admin/update_edit.html:42
#: templates/web/zurich/admin/update_edit.html:25
msgid "Update changed problem state to %s"
msgstr ""
-#: templates/web/default/admin/update_edit.html:38
+#: templates/web/default/admin/update_edit.html:44
msgid "Update marked problem as fixed"
msgstr ""
-#: templates/web/default/admin/update_edit.html:40
+#: templates/web/default/admin/update_edit.html:46
msgid "Update reopened problem"
msgstr ""
@@ -3537,12 +3574,12 @@ msgstr ""
msgid "Updated"
msgstr "Aktualisiert"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:763
-#: perllib/FixMyStreet/App/Controller/Admin.pm:907
-#: perllib/FixMyStreet/App/Controller/Admin.pm:960
-#: perllib/FixMyStreet/App/Controller/Admin.pm:999
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:421
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:485
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
msgstr "Aktualisiert!"
@@ -3571,30 +3608,30 @@ msgstr ""
msgid "Updates to this problem, FixMyStreet"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1297
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1269
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
-#: perllib/FixMyStreet/Cobrand/Zurich.pm:212
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:346
-#: perllib/FixMyStreet/App/Controller/Admin.pm:376
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr ""
-#: templates/web/default/admin/report_edit.html:12
-#: templates/web/default/admin/update_edit.html:12
+#: templates/web/default/admin/report_edit.html:18
+#: templates/web/default/admin/update_edit.html:18
#: templates/web/zurich/admin/report_edit-sdm.html:24
-#: templates/web/zurich/admin/report_edit.html:22
+#: templates/web/zurich/admin/report_edit.html:23
#: templates/web/zurich/admin/update_edit.html:10
msgid "View report on site"
msgstr "Meldung auf der Webseite betrachten"
@@ -3658,7 +3695,7 @@ msgstr "Ihr E-Mail wird nie angezeigt"
msgid "We never show your email address or phone number."
msgstr "Ihre E-Mail Adresse oder Telefonnummer werden nie angezeigt"
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:383
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:380
msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch."
msgstr ""
@@ -3691,15 +3728,15 @@ msgstr ""
msgid "When edited"
msgstr "Wann editiert"
-#: templates/web/default/admin/problem_row.html:29
+#: templates/web/default/admin/problem_row.html:35
msgid "When sent"
msgstr "Wann gesendet"
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:618
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:621
msgid "Whole block of empty flats"
msgstr ""
-#: templates/web/default/open311/index.html:25
+#: templates/web/default/open311/index.html:94
msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>."
msgstr ""
@@ -3733,13 +3770,13 @@ msgstr "Jahr"
#: templates/web/default/admin/body.html:51
#: templates/web/default/admin/body.html:52
#: templates/web/default/admin/body_edit.html:5
-#: templates/web/default/admin/list_updates.html:31
-#: templates/web/default/admin/list_updates.html:32
-#: templates/web/default/admin/list_updates.html:33
-#: templates/web/default/admin/problem_row.html:14
-#: templates/web/default/admin/report_edit.html:38
-#: templates/web/default/admin/report_edit.html:52
-#: templates/web/default/admin/update_edit.html:18
+#: templates/web/default/admin/list_updates.html:37
+#: templates/web/default/admin/list_updates.html:38
+#: templates/web/default/admin/list_updates.html:39
+#: templates/web/default/admin/problem_row.html:20
+#: templates/web/default/admin/report_edit.html:63
+#: templates/web/default/admin/report_edit.html:77
+#: templates/web/default/admin/update_edit.html:24
#: templates/web/default/admin/users.html:26
#: templates/web/default/questionnaire/creator_fixed.html:14
#: templates/web/default/questionnaire/index.html:109
@@ -3757,12 +3794,12 @@ msgid "Yes I have a password"
msgstr ""
#: templates/web/default/contact/index.html:37
-#: templates/web/fixmystreet/contact/index.html:38
+#: templates/web/fixmystreet/contact/index.html:50
msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:"
msgstr ""
#: templates/web/default/contact/index.html:15
-#: templates/web/fixmystreet/contact/index.html:16
+#: templates/web/fixmystreet/contact/index.html:28
msgid "You are reporting the following update for being abusive, containing personal information, or similar:"
msgstr ""
@@ -3846,7 +3883,7 @@ msgstr ""
msgid "You have successfully deleted your alert."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Report/New.pm:751
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:754
#: perllib/FixMyStreet/App/Controller/Report/Update.pm:140
msgid "You have successfully signed in; please check and confirm your details are accurate:"
msgstr ""
@@ -3855,7 +3892,7 @@ msgstr ""
msgid "You must now click the link in the email we've just sent you."
msgstr "Sie k&ouml;nnen Ihre Meldung best&auml;tigen, indem Sie auf den Link im E-Mail klicken."
-#: templates/web/default/admin/report_edit.html:46
+#: templates/web/default/admin/report_edit.html:71
msgid "You really want to resend?"
msgstr ""
@@ -3872,7 +3909,7 @@ msgstr "Ihre Meldungen"
#: templates/web/fixmystreet/alert/_list.html:89
#: templates/web/fixmystreet/alert/updates.html:19
#: templates/web/fixmystreet/alert/updates.html:22
-#: templates/web/fixmystreet/contact/index.html:72
+#: templates/web/fixmystreet/contact/index.html:84
#: templates/web/fixmystreet/report/display.html:65
#: templates/web/fixmystreet/report/display.html:67
#: templates/web/fixmystreet/report/new/fill_in_details_form.html:115
@@ -3924,7 +3961,7 @@ msgid "Your last name"
msgstr "Ihr Name"
#: templates/web/fixmystreet/auth/general.html:57
-#: templates/web/fixmystreet/contact/index.html:65
+#: templates/web/fixmystreet/contact/index.html:77
#: templates/web/fixmystreet/report/new/fill_in_details_form.html:124
#: templates/web/fixmystreet/report/new/fill_in_details_form.html:192
#: templates/web/fixmystreet/report/update-form.html:140
@@ -4005,17 +4042,12 @@ msgstr ""
msgid "council ref:&nbsp;%s"
msgstr ""
-#: templates/web/default/admin/report_edit.html:22
+#: templates/web/default/admin/report_edit.html:28
#: templates/web/zurich/admin/report_edit-sdm.html:40
-#: templates/web/zurich/admin/report_edit.html:54
+#: templates/web/zurich/admin/report_edit.html:55
msgid "didn't use map"
msgstr "hat Karte nicht verwendet"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-#, fuzzy
-msgid "duplicate report"
-msgstr "Erfasse eine Meldung"
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4036,28 +4068,60 @@ msgstr "letzte Bearbeitung %s"
msgid "less than a minute"
msgstr "weniger als einer Minute"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+#, fuzzy
+msgid "marked as a duplicate report"
+msgstr "Erfasse eine Meldung"
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "als beantwortet markiert"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
msgstr ""
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
+msgstr "als beantwortet markiert"
+
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "als beantwortet markiert"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Dieser Mangel ist in Bearbeitung"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "als beantwortet markiert"
+
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
+msgstr ""
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "als beantwortet markiert"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "als beantwortet markiert"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr ""
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr "Abschliessen"
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr ""
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4068,27 +4132,27 @@ msgstr "oder"
msgid "or locate me automatically"
msgstr "oder automatisch lokalisieren"
-#: templates/web/default/admin/report_edit.html:18
-#: templates/web/default/admin/report_edit.html:20
+#: templates/web/default/admin/report_edit.html:24
+#: templates/web/default/admin/report_edit.html:26
#: templates/web/zurich/admin/report_edit-sdm.html:27
#: templates/web/zurich/admin/report_edit-sdm.html:29
#: templates/web/zurich/admin/report_edit-sdm.html:36
#: templates/web/zurich/admin/report_edit-sdm.html:38
-#: templates/web/zurich/admin/report_edit.html:27
-#: templates/web/zurich/admin/report_edit.html:29
-#: templates/web/zurich/admin/report_edit.html:38
-#: templates/web/zurich/admin/report_edit.html:40
-#: templates/web/zurich/admin/report_edit.html:50
-#: templates/web/zurich/admin/report_edit.html:52
+#: templates/web/zurich/admin/report_edit.html:28
+#: templates/web/zurich/admin/report_edit.html:30
+#: templates/web/zurich/admin/report_edit.html:39
+#: templates/web/zurich/admin/report_edit.html:41
+#: templates/web/zurich/admin/report_edit.html:51
+#: templates/web/zurich/admin/report_edit.html:53
msgid "originally entered: &ldquo;%s&rdquo;"
msgstr "Originaltext: &ldquo;%s&rdquo;"
-#: templates/web/default/admin/report_edit.html:24
+#: templates/web/default/admin/report_edit.html:30
msgid "other areas:"
msgstr ""
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr ""
@@ -4118,11 +4182,7 @@ msgstr ""
msgid "there is no pin shown as the user did not use the map"
msgstr "Es wird keine Stecknadel angezeigt, da der User die Karte nicht ben&uuml;tzt hat"
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
-#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:361
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr ""
@@ -4130,17 +4190,17 @@ msgstr ""
msgid "today"
msgstr "heute"
-#: templates/web/default/admin/report_edit.html:22
+#: templates/web/default/admin/report_edit.html:28
#: templates/web/zurich/admin/report_edit-sdm.html:40
-#: templates/web/zurich/admin/report_edit.html:54
+#: templates/web/zurich/admin/report_edit.html:55
msgid "used map"
msgstr "Karte verwendet"
-#: templates/web/default/admin/update_edit.html:29
+#: templates/web/default/admin/update_edit.html:35
msgid "user is from same council as problem - %d"
msgstr ""
-#: templates/web/default/admin/update_edit.html:32
+#: templates/web/default/admin/update_edit.html:38
msgid "user is problem owner"
msgstr ""
@@ -4225,6 +4285,9 @@ msgid_plural "%d days"
msgstr[0] "%d Tag"
msgstr[1] "%d Tage"
+#~ msgid "no further action"
+#~ msgstr "Abschliessen"
+
#~ msgid "Enter a nearby GB postcode, or street name and area"
#~ msgstr "Geben Sie die ungef&auml;hre Adresse des Mangels an"
diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po
index 020ec467a..89d7763fd 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: fixmystreet\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-02 21:06+0000\n"
"Last-Translator: mysociety <transifex@mysociety.org>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/fixmystreet/language/de_DE/)\n"
@@ -40,7 +40,7 @@ msgstr ""
msgid " or "
msgstr "oder"
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d Adressen"
@@ -305,7 +305,8 @@ msgstr "&Uuml;ber uns"
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -478,7 +479,7 @@ msgstr ""
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -610,7 +611,7 @@ msgstr ""
msgid "Cobrand:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr ""
@@ -687,8 +688,8 @@ msgstr ""
msgid "Contact the team"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr ""
@@ -868,11 +869,11 @@ msgstr ""
msgid "Email"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr ""
@@ -1098,7 +1099,7 @@ msgstr ""
msgid "Flag user"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr ""
@@ -1127,6 +1128,7 @@ msgstr ""
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1260,7 +1262,7 @@ msgstr "Erfasse eine neue Meldung:"
msgid "How to send successful reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr ""
@@ -1384,7 +1386,7 @@ msgstr ""
msgid "Invalid agency_responsible value %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Ung&ultiges Enddatum"
@@ -1392,7 +1394,7 @@ msgstr "Ung&ultiges Enddatum"
msgid "Invalid format %s specified."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Ung&ultiges Startdatum"
@@ -1605,11 +1607,11 @@ msgstr "Fast Fertig! Bitte checken Sie ihre Mailbox..."
msgid "New <br>problems"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr ""
@@ -2373,7 +2375,7 @@ msgstr ""
msgid "Problem breakdown by state"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr ""
@@ -2741,7 +2743,7 @@ msgstr ""
msgid "Reporting a problem"
msgstr "Verfassen Sie eine Meldung"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2780,14 +2782,14 @@ msgstr ""
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -2988,7 +2990,7 @@ msgstr ""
msgid "State:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3088,7 +3090,7 @@ msgstr ""
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3108,7 +3110,7 @@ msgstr "Zusammenfassung"
msgid "Summary reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -3187,7 +3189,7 @@ msgstr ""
msgid "That postcode was not recognised, sorry."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr ""
@@ -3433,7 +3435,7 @@ msgstr ""
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr ""
@@ -3566,10 +3568,10 @@ msgstr ""
msgid "Updated"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3600,23 +3602,23 @@ msgstr ""
msgid "Updates to this problem, FixMyStreet"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr ""
@@ -4038,10 +4040,6 @@ msgstr ""
msgid "didn't use map"
msgstr "hat Karte nicht verwendet"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr ""
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4062,28 +4060,59 @@ msgstr ""
msgid "less than a minute"
msgstr "weniger als einer Minute"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+msgid "marked as a duplicate report"
msgstr ""
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "als gel&ouml;st markiert"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
+msgstr "als gel&ouml;st markiert"
+
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "als gel&ouml;st markiert"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Dieser Mangel ist in Bearbeitung"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "als gel&ouml;st markiert"
+
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
+msgstr ""
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "als gel&ouml;st markiert"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "als gel&ouml;st markiert"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr ""
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr ""
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr ""
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4113,8 +4142,8 @@ msgstr ""
msgid "other areas:"
msgstr ""
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr ""
@@ -4144,10 +4173,6 @@ msgstr ""
msgid "there is no pin shown as the user did not use the map"
msgstr ""
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr ""
diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po
index 5b031f276..161530706 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: fixmystreet\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-02 21:06+0000\n"
"Last-Translator: mysociety <transifex@mysociety.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/fixmystreet/language/es/)\n"
@@ -40,7 +40,7 @@ msgstr " y <strong>ahora lo enviaremos al Ayuntamiento </ strong>"
msgid " or "
msgstr " o "
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d direcciones"
@@ -340,7 +340,8 @@ msgstr "¿Quiénes somos?"
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -513,7 +514,7 @@ msgstr "Prohibir dirección de email"
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -645,7 +646,7 @@ msgstr "Datos cobrand:"
msgid "Cobrand:"
msgstr "Cobrand:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Configuración actualizada - los contactos se generarán automáticamente más tarde"
@@ -722,8 +723,8 @@ msgstr "Contáctenos"
msgid "Contact the team"
msgstr "Contactar con el equipo"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr "No se pudo encontrar usuario"
@@ -903,11 +904,11 @@ msgstr "Editor"
msgid "Email"
msgstr "Email:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr "Email añadido a lista de abusos"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr "Email ya incluido en lista de abusos"
@@ -1142,7 +1143,7 @@ msgstr "Arreglado:"
msgid "Flag user"
msgstr "Marca usuario"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr "Marcado"
@@ -1171,6 +1172,7 @@ msgstr ""
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1304,7 +1306,7 @@ msgstr "Cómo notificar un problema"
msgid "How to send successful reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr "Me temo que no puede confirmar informes no confirmados."
@@ -1431,7 +1433,7 @@ msgstr ""
msgid "Invalid agency_responsible value %s"
msgstr "Valor inválido para agency_responsible %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Fecha de fin inválida"
@@ -1439,7 +1441,7 @@ msgstr "Fecha de fin inválida"
msgid "Invalid format %s specified."
msgstr "Formato no válido %s especificado."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Fecha de inicio no válida"
@@ -1654,11 +1656,11 @@ msgstr "¡Casi terminado! Ahora compruebe su correo electrónico ..."
msgid "New <br>problems"
msgstr "Nuevos <br>problemas"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr "Añadida nueva categoría de contactos"
@@ -2435,7 +2437,7 @@ msgstr "Problema %s enviado al Ayuntamiento %s"
msgid "Problem breakdown by state"
msgstr "Desglose de problemas según estado"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr "Problema marcado como abierto."
@@ -2804,7 +2806,7 @@ msgstr "Notificado en la categoría %s por %s en %s"
msgid "Reporting a problem"
msgstr "Notificar un problema"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2843,14 +2845,14 @@ msgstr "Operador de camino operador para este camino (derivado del número de re
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Operador de ruta para esta ruta con nombre (de OpenStreetMap): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -3051,7 +3053,7 @@ msgstr "Estado"
msgid "State:"
msgstr "Estado/Prov.:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3151,7 +3153,7 @@ msgstr "Suscríbeme a alertas por email"
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr "Suscríbeme a una alerta basada en la baranagay en la que estás:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3171,7 +3173,7 @@ msgstr "Resumen"
msgid "Summary reports"
msgstr "Resumen de notificaciones"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -3254,7 +3256,7 @@ msgstr "Esa localización no parece ser de UK, por favor inténtelo de nuevo."
msgid "That postcode was not recognised, sorry."
msgstr "Ese código postal no fue reconocido, lo siento."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr "El problema ahora será reenviado."
@@ -3501,7 +3503,7 @@ msgstr ""
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr "Esta página web también contiene una foto del problema, proporcionada por el usuario."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr "Cronología"
@@ -3634,10 +3636,10 @@ msgstr "Actualizar:"
msgid "Updated"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3668,23 +3670,23 @@ msgstr "Actualizaciones en {{title}}"
msgid "Updates to this problem, FixMyStreet"
msgstr "Actualizaciones para este problema, FixMyStreet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr "Eliminada marca de usuario"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr "Usuario marcado"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr "Usuarios"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr "Valores actualizados"
@@ -4106,10 +4108,6 @@ msgstr ""
msgid "didn't use map"
msgstr "no utilizó mapa"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr ""
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4130,28 +4128,59 @@ msgstr ""
msgid "less than a minute"
msgstr "menos de un minuto"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+msgid "marked as a duplicate report"
+msgstr ""
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "marcado como arreglado"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
msgstr "marcado como %s"
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "marcado como arreglado"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Este problema se encuentra en progreso"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "Investigando"
+
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
+msgstr ""
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "marcado como arreglado"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "marcado como arreglado"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr "n/a"
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr ""
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr ""
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4181,8 +4210,8 @@ msgstr ""
msgid "other areas:"
msgstr "otras áreas:"
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr "reabierto"
@@ -4212,10 +4241,6 @@ msgstr "el Ayuntamiento local"
msgid "there is no pin shown as the user did not use the map"
msgstr ""
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr "este tipo de problema local"
diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po
index 874a2fad9..e9da21155 100644
--- a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fixmystreet\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-02 21:06+0000\n"
"Last-Translator: mysociety <transifex@mysociety.org>\n"
"Language-Team: French (France) (http://www.transifex.com/projects/p/fixmystreet/language/fr_FR/)\n"
@@ -41,7 +41,7 @@ msgstr " et <strong>nous allons maintenant l'envoyer à l'administration</strong
msgid " or "
msgstr " ou "
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d adresses"
@@ -309,7 +309,8 @@ msgstr "À propos"
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -482,7 +483,7 @@ msgstr "Bannir l'adresse mail"
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr "Vérifiez bien la catégorie, car nous l'utilisons pour bien choisir le destinataire de votre rapport."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -614,7 +615,7 @@ msgstr "Données de collaboration :"
msgid "Cobrand:"
msgstr "Collaboration :"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Configuration mise à jour - les contacts seront génerés automatiquement par la suite"
@@ -691,8 +692,8 @@ msgstr "Nous contacter"
msgid "Contact the team"
msgstr "Contacter l'équipe"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr "Impossible de trouver l'utilisateur"
@@ -872,11 +873,11 @@ msgstr "Éditeur"
msgid "Email"
msgstr "Email"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr "Email rajouté à la liste des abus"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr "Email déjà présent dans la liste des abus"
@@ -1110,7 +1111,7 @@ msgstr "Résolu :"
msgid "Flag user"
msgstr "Signaler l'usager"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr "Signalé"
@@ -1139,6 +1140,7 @@ msgstr ""
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1272,7 +1274,7 @@ msgstr "Comment signaler un problème"
msgid "How to send successful reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr "Je suis désolé, vous ne pouvez pas confirmer des rapports non confirmés"
@@ -1399,7 +1401,7 @@ msgstr ""
msgid "Invalid agency_responsible value %s"
msgstr "Valeur agency_responsible invalide \"%s\""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Date de fin invalide"
@@ -1407,7 +1409,7 @@ msgstr "Date de fin invalide"
msgid "Invalid format %s specified."
msgstr "Format spécifié %s invalide"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Date de début invalide"
@@ -1622,11 +1624,11 @@ msgstr "Presque fini! Maintenant allez voir vos emails…"
msgid "New <br>problems"
msgstr "Nouveaux <br />problèmes"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr "Nouveau contact de catégorie rajouté"
@@ -2398,7 +2400,7 @@ msgstr "Problème %d signalé à l&rsquo;administration %s"
msgid "Problem breakdown by state"
msgstr "Répartition des problèmes par état"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr "Problème signalé comme ouvert."
@@ -2767,7 +2769,7 @@ msgstr "Signalé dans la catégorie %s par %s à %s"
msgid "Reporting a problem"
msgstr "Signalisation d'un problème"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2806,14 +2808,14 @@ msgstr "Opérateur pour cette route (déterminé à partir de la référence et
msgid "Road operator for this named road (from OpenStreetMap): %s"
msgstr "Opérateur pour cette route (selon OpenStreetMAp): %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -3014,7 +3016,7 @@ msgstr "État actuel"
msgid "State:"
msgstr "État actuel :"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3114,7 +3116,7 @@ msgstr "M'abonner à une alerte par email"
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3134,7 +3136,7 @@ msgstr "Sommaires"
msgid "Summary reports"
msgstr "Rapports sommaires"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -3213,7 +3215,7 @@ msgstr ""
msgid "That postcode was not recognised, sorry."
msgstr "Ce code postal n'a pas été reconnu, désolé."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr "Ce problème va maintenant être renvoyé."
@@ -3460,7 +3462,7 @@ msgstr ""
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr "Cette page Web contient également une photo du problème, fournie par l'utilisateur."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr "Chronologie"
@@ -3593,10 +3595,10 @@ msgstr "Mise à jour :"
msgid "Updated"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3627,23 +3629,23 @@ msgstr "Mises à jour sur {{title}}"
msgid "Updates to this problem, FixMyStreet"
msgstr "Mises à jour pour ce problème, Fix.lu"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr "Utilisateur dé–signalé"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr "Utilisateur signalé"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr "Utilisateurs"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr "Valeurs mises à jour"
@@ -4065,10 +4067,6 @@ msgstr ""
msgid "didn't use map"
msgstr "n'a pas utilisé le plan"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr ""
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4089,28 +4087,59 @@ msgstr ""
msgid "less than a minute"
msgstr "moins d'une minute"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+msgid "marked as a duplicate report"
+msgstr ""
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "marqué(s) comme réglé(s)"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
msgstr "marqué(s) comme %s"
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "marqué(s) comme réglé(s)"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Ce problème est en cours"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "En examen"
+
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
+msgstr ""
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "marqué(s) comme réglé(s)"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "marqué(s) comme réglé(s)"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr "s.o."
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr ""
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr ""
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4140,8 +4169,8 @@ msgstr ""
msgid "other areas:"
msgstr "autres lieux:"
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr "réouvert"
@@ -4171,10 +4200,6 @@ msgstr "L'administration locale"
msgid "there is no pin shown as the user did not use the map"
msgstr ""
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr "Ce type de problème local"
diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po
index 2efb53f1f..64ce4826a 100644
--- a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fixmystreet\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-02 21:06+0000\n"
"Last-Translator: mysociety <transifex@mysociety.org>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/fixmystreet/language/hr/)\n"
@@ -42,7 +42,7 @@ msgstr "i <strong>mi to sad šaljemo odgovornim tijelima</strong>"
msgid " or "
msgstr "ili"
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d adrese"
@@ -321,7 +321,8 @@ msgstr "O nama"
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -494,7 +495,7 @@ msgstr "Onemogući e-mail adrese"
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr "Pazite da odaberete pravu kategoriju jer je koristimo kako bismo utvrdili kome je izvješće poslano."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -626,7 +627,7 @@ msgstr "Cobrand podaci:"
msgid "Cobrand:"
msgstr "Cobrand:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Konfiguracija ažurirana - kontakti će biti automatski generirani naknadno"
@@ -703,8 +704,8 @@ msgstr "Kontaktiraj nas"
msgid "Contact the team"
msgstr "Kontaktiraj tim"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr "Nepoznati korisnik"
@@ -884,11 +885,11 @@ msgstr "Urednik"
msgid "Email"
msgstr "E-mail"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr "E-mail dodan na listu zloupotrebe"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr "E-mail je već na listi zloupotrebe"
@@ -1122,7 +1123,7 @@ msgstr "Popravljeno:"
msgid "Flag user"
msgstr "Označi korisnika"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr "Označen"
@@ -1151,6 +1152,7 @@ msgstr "Zaboravili ste šifru?"
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1284,7 +1286,7 @@ msgstr "Kako prijaviti problem"
msgid "How to send successful reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr "Nažalost, ne možeš potvrditi nepotvrđena izvješća"
@@ -1410,7 +1412,7 @@ msgstr ""
msgid "Invalid agency_responsible value %s"
msgstr "Nevažeća odgovorna_vrijednost agencije %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Nevažeći datum završetka"
@@ -1418,7 +1420,7 @@ msgstr "Nevažeći datum završetka"
msgid "Invalid format %s specified."
msgstr "Naveden nevažeći %s format."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Nevažeći datum početka"
@@ -1633,11 +1635,11 @@ msgstr "Skoro učinjeno! Sada provjeri svoj e-mail..."
msgid "New <br>problems"
msgstr "Novi <br>problemi"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr "Novi kontakt dodan u kategoriju"
@@ -2414,7 +2416,7 @@ msgstr "Problem %s poslan odgovornom tijelu %s"
msgid "Problem breakdown by state"
msgstr "Analiza problema prema stanju"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr "Problem označen kao otvoren."
@@ -2783,7 +2785,7 @@ msgstr "Prijavio %s u kategoriju %s u %s"
msgid "Reporting a problem"
msgstr "Prijavljivanje problema"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2822,14 +2824,14 @@ 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:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -3030,7 +3032,7 @@ msgstr "Stanje"
msgid "State:"
msgstr "Stanje:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3130,7 +3132,7 @@ msgstr "Pretplati se na e-mail upozorenja"
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr "Pretplati se na upozorenja svog kvarta &rsquo;"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3150,7 +3152,7 @@ msgstr "Sažetak"
msgid "Summary reports"
msgstr "Sažetak prijava"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -3232,7 +3234,7 @@ msgstr "Lokacija se ne nalazi u Hrvatskoj. Molimo pokušajte ponovno."
msgid "That postcode was not recognised, sorry."
msgstr "Žao nam je, poštanski broj nije prepoznat."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr "Navedeni problem će biti ponovno poslan"
@@ -3479,7 +3481,7 @@ msgstr ""
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr "Stranica sadrži i fotografiju problem, dodanu od strane korisnika."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr "Vremenska skala"
@@ -3612,10 +3614,10 @@ msgstr "Ažuriranje:"
msgid "Updated"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3646,23 +3648,23 @@ msgstr "Ažuriranja za {{naslov}}"
msgid "Updates to this problem, FixMyStreet"
msgstr "Ažuriranja za ovaj problem,Popravi.to"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr "Korisnička oznaka uklonjena"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr "Korisnik označen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr "Korisnici"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr "Vrijednosti ažurirane"
@@ -4084,10 +4086,6 @@ msgstr "odgovorno tijelo ref:&nbsp;%s"
msgid "didn't use map"
msgstr "nije korištena karta"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr ""
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4108,28 +4106,59 @@ msgstr ""
msgid "less than a minute"
msgstr "manje od minute"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+msgid "marked as a duplicate report"
+msgstr ""
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "označeno kao popravljeno"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
msgstr "označeno kao %s"
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "označeno kao popravljeno"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Problem je i dalje aktualan"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "Istražujem"
+
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
+msgstr ""
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "označeno kao popravljeno"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "označeno kao popravljeno"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr "n/a"
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr ""
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr ""
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4159,8 +4188,8 @@ msgstr ""
msgid "other areas:"
msgstr "druga područja:"
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr "ponovno otvoreno"
@@ -4190,10 +4219,6 @@ msgstr "lokalno odgovorno tijelo"
msgid "there is no pin shown as the user did not use the map"
msgstr "nema oznake jer korisnik nije označio problem na karti"
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr "ovaj tip "
diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
index 839b8d4d7..ab1269c23 100644
--- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fixmystreet\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-08 10:14+0000\n"
"Last-Translator: Anders Einar Hilden <hildenae@gmail.com>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/fixmystreet/language/nb_NO/)\n"
@@ -45,7 +45,7 @@ msgstr " og <strong>vi sender det nå til administrasjonen</strong>"
msgid " or "
msgstr " eller "
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d adresser"
@@ -336,7 +336,8 @@ msgstr "Om oss"
msgid "Action Scheduled"
msgstr "Handling planlagt"
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -509,7 +510,7 @@ msgstr "Bannlys epostadresse"
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr "Pass på å velge riktig kategori, da vi bruker denne for å avgjøre hvem vi skal sende rapporten til."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -641,7 +642,7 @@ msgstr "Merkevaresamarbeidsdata:"
msgid "Cobrand:"
msgstr "Merkevaresamarbeid:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Oppsett oppdatert - kontakter vil bli generert automatisk senere"
@@ -718,8 +719,8 @@ msgstr "Kontakt oss"
msgid "Contact the team"
msgstr "Kontakt prosjektgruppen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr "Kunne ikke finne bruker"
@@ -899,11 +900,11 @@ msgstr "Oppdatert av"
msgid "Email"
msgstr "E-post"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr "Epost lagt til misbruksliste"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr "Epost allerede i misbrukslisten"
@@ -1131,7 +1132,7 @@ msgstr "Løst:"
msgid "Flag user"
msgstr "Flag bruker"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr "Flagget:"
@@ -1160,6 +1161,7 @@ msgstr "Glemt passordet ditt?"
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1293,7 +1295,7 @@ msgstr "Hvordan rapportere et problem"
msgid "How to send successful reports"
msgstr "Hvordan sende inn rapporter som løses"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr "Jeg er redd du ikke kan bekrefte ubekreftede rapporter."
@@ -1421,7 +1423,7 @@ msgstr "Interne notater:"
msgid "Invalid agency_responsible value %s"
msgstr "Ugyldig agency_responsible-verdi %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Ugyldig slutt-dato"
@@ -1429,7 +1431,7 @@ msgstr "Ugyldig slutt-dato"
msgid "Invalid format %s specified."
msgstr "Ugyldig format %s oppgitt."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Ugyldig startdato"
@@ -1644,11 +1646,11 @@ msgstr "Nesten ferdig! Nå må du sjekke e-posten din..."
msgid "New <br>problems"
msgstr "Nye <br>problemer"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr "Ny administrasjon lagt til"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr "Ny kategorikontakt lagt til"
@@ -2429,7 +2431,7 @@ msgstr "Problem %s sendt til administrasjon %s"
msgid "Problem breakdown by state"
msgstr "Tilstandsfordeling av problemer"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr "Problem markert som åpent."
@@ -2798,7 +2800,7 @@ msgstr "Rapportert i kategorien %s av %s %s"
msgid "Reporting a problem"
msgstr "Legger til et problem"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2837,14 +2839,14 @@ 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:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr "Roter til venstre"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -3045,7 +3047,7 @@ msgstr "Tilstand"
msgid "State:"
msgstr "Tilstand:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3145,7 +3147,7 @@ msgstr "Jeg ønsker å abonnere på e-postvarsel"
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr "Abonner på varsel basert på hvilket distrikt du hører inn under:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3165,7 +3167,7 @@ msgstr "Oppsummering"
msgid "Summary reports"
msgstr "Oppsummeringsrapporter"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr "Spørreundersøkelse"
@@ -3247,7 +3249,7 @@ msgstr "Det stedet virker ikke å være i Storbritannia. Vennligst prøv igjen."
msgid "That postcode was not recognised, sorry."
msgstr "Det postnummeret ble ikke gjenkjent, beklager."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr "Det problemet vil nå bli sendt på nytt."
@@ -3500,7 +3502,7 @@ msgstr "Denne rapporten ble rapportert anonymt"
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr "Denne nettsiden inneholder også et bilde av problemet, sendt inn av brukeren."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr "Tidslinje"
@@ -3633,10 +3635,10 @@ msgstr "Oppdatering:"
msgid "Updated"
msgstr "Oppdatert"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3667,23 +3669,23 @@ msgstr "Oppdateringer av {{title}}"
msgid "Updates to this problem, FixMyStreet"
msgstr "Oppdateringer til dette problemet, FiksGataMi"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr "Brukerflagg fjernet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr "Bruker flagget"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr "Brukere"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr "Verdier oppdatert"
@@ -4105,10 +4107,6 @@ msgstr "administrasjonsreferanse:&nbsp;%s"
msgid "didn't use map"
msgstr "brukte ikke kart"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr "duplisert rapport"
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4129,28 +4127,62 @@ msgstr "sist oppdatert %s"
msgid "less than a minute"
msgstr "mindre enn et minutt"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+#, fuzzy
+msgid "marked as a duplicate report"
+msgstr "duplisert rapport"
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "Handling planlagt"
+
+#: templates/web/default/report/updates.html:59
+#, fuzzy
+msgid "marked as an internal referral"
+msgstr "Interne notater:"
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
msgstr "markert som %s"
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "markert som fikset"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Dette problemet er under arbeid"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "Undersøkes"
+
+#: templates/web/default/report/updates.html:55
+#, fuzzy
+msgid "marked as not the council's responsibility"
+msgstr "ikke administrasjonens ansvar"
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "markert som fikset"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "markert som fikset"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr "n/a"
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr "Ingen flere handlinger"
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr "ikke administrasjonens ansvar"
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4180,8 +4212,8 @@ msgstr "opprinnelig lagt inn: &ldquo;%s&rdquo;"
msgid "other areas:"
msgstr "andre områder:"
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr "åpnet på nytt"
@@ -4211,10 +4243,6 @@ msgstr "den lokale administrasjonen"
msgid "there is no pin shown as the user did not use the map"
msgstr "Det vises ingen nål på grunn av at brukeren ikke brukte kartet"
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr "tredjeparts ansvar"
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr "denne type lokalt problem"
@@ -4318,3 +4346,9 @@ msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d dag"
msgstr[1] "%d dager"
+
+#~ msgid "no further action"
+#~ msgstr "Ingen flere handlinger"
+
+#~ msgid "third party responsibility"
+#~ msgstr "tredjeparts ansvar"
diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po
index da2be9050..9fb959eb1 100644
--- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fixmystreet\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-02 21:06+0000\n"
"Last-Translator: mysociety <transifex@mysociety.org>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/fixmystreet/language/nl_NL/)\n"
@@ -41,7 +41,7 @@ msgstr "en <strong>we zullen het nu naar de gemeente sturen</strong>"
msgid " or "
msgstr "of"
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d adressen"
@@ -306,7 +306,8 @@ msgstr "Over ons"
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -479,7 +480,7 @@ msgstr "Verban e-mailadres"
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr "Kies je categorie nauwkeurig, op basis hiervan bepalen we waarheen je melding wordt verzonden."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -611,7 +612,7 @@ msgstr "Cobrand data:"
msgid "Cobrand:"
msgstr "Cobrand:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Configuratie bijgewerkt - contactpersonen worden later gegenereerd"
@@ -688,8 +689,8 @@ msgstr "Contacteer ons"
msgid "Contact the team"
msgstr "Neem contact op met het team"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr "Kan de gebruiker niet vinden"
@@ -869,11 +870,11 @@ msgstr "Redacteur"
msgid "Email"
msgstr "Email"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr "Email toegevoegd aan zwarte lijst"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr "Email staat al op zwarte lijst"
@@ -1099,7 +1100,7 @@ msgstr "Opgelost:"
msgid "Flag user"
msgstr "Gemarkeerde gebruikr"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr "Gemarkeerd"
@@ -1128,6 +1129,7 @@ msgstr "Wachtwoord vergeten?"
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1261,7 +1263,7 @@ msgstr "Hoe een melding maken"
msgid "How to send successful reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr "Ik ben bang dat je geen ongeverifieerde meldingen kunt bevestigen."
@@ -1385,7 +1387,7 @@ msgstr ""
msgid "Invalid agency_responsible value %s"
msgstr "Ongeldige agency_responsible waarde %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Ongeldige einddatum"
@@ -1393,7 +1395,7 @@ msgstr "Ongeldige einddatum"
msgid "Invalid format %s specified."
msgstr "Ongeldig formaat %s gespecifieerd"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Ongeldige startdatum"
@@ -1608,11 +1610,11 @@ msgstr "Bijna klaar! Kijk nu in je e-mail..."
msgid "New <br>problems"
msgstr "Nieuw <br>problemen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr "Nieuw contactpersonen voor categorie toegevoegd"
@@ -2376,7 +2378,7 @@ msgstr "Probleem %s verzonden naar gemeente %s"
msgid "Problem breakdown by state"
msgstr "Probleem verdeeld per status"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr "Probleem gemarkeerd als open"
@@ -2745,7 +2747,7 @@ msgstr "Gemeld in de categorie %s door %s bij %s"
msgid "Reporting a problem"
msgstr "Meld een probleem"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2784,14 +2786,14 @@ 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:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -2992,7 +2994,7 @@ msgstr ""
msgid "State:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3092,7 +3094,7 @@ msgstr ""
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3112,7 +3114,7 @@ msgstr ""
msgid "Summary reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -3191,7 +3193,7 @@ msgstr ""
msgid "That postcode was not recognised, sorry."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr ""
@@ -3438,7 +3440,7 @@ msgstr ""
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr "Deze pagina bevat een door de gebruiker aangeleverde foto van het probleem."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr "Tijdslijn"
@@ -3571,10 +3573,10 @@ msgstr ""
msgid "Updated"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3605,23 +3607,23 @@ msgstr ""
msgid "Updates to this problem, FixMyStreet"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr ""
@@ -4043,10 +4045,6 @@ msgstr "gemeente ref.: %s"
msgid "didn't use map"
msgstr "kaart niet gebruikt"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr ""
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4067,28 +4065,59 @@ msgstr ""
msgid "less than a minute"
msgstr "minder dan een minuut"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+msgid "marked as a duplicate report"
+msgstr ""
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "gemarkeerd als opgelost"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
msgstr "gemarkeerd als %s"
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "gemarkeerd als opgelost"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Aan dit probleem wordt gewerkt"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "Onderzoeken"
+
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
+msgstr ""
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "gemarkeerd als opgelost"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "gemarkeerd als opgelost"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr "n/b"
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr ""
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr ""
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4118,8 +4147,8 @@ msgstr ""
msgid "other areas:"
msgstr ""
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr ""
@@ -4149,10 +4178,6 @@ msgstr ""
msgid "there is no pin shown as the user did not use the map"
msgstr ""
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr ""
diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
index 0a49b6417..bd7283be6 100644
--- a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fixmystreet\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-02 21:06+0000\n"
"Last-Translator: mysociety <transifex@mysociety.org>\n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/fixmystreet/language/nn_NO/)\n"
@@ -43,7 +43,7 @@ msgstr " og <strong>vi sender det no til administrasjonen</strong>"
msgid " or "
msgstr " eller "
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d adresser"
@@ -311,7 +311,8 @@ msgstr "Om oss"
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -484,7 +485,7 @@ msgstr "Bannlys e-postadresse"
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -616,7 +617,7 @@ msgstr "Data om merkevaresamarbeid:"
msgid "Cobrand:"
msgstr "Merkevaresamarbeid:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Oppsett oppdatert - kontaktar vil genererast automatisk seinare"
@@ -693,8 +694,8 @@ msgstr "Kontakt oss"
msgid "Contact the team"
msgstr "Kontakt prosjektgruppa"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr "Kunne ikkje finna brukaren"
@@ -874,11 +875,11 @@ msgstr "Oppdatert av"
msgid "Email"
msgstr "E-post"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr "E-post lagd til misbrukliste"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr "E-post allereie i misbruklista"
@@ -1106,7 +1107,7 @@ msgstr "Løyst:"
msgid "Flag user"
msgstr "Flagg brukar"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr "Flagga:"
@@ -1135,6 +1136,7 @@ msgstr ""
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1268,7 +1270,7 @@ msgstr "Korleis rapportera eit problem"
msgid "How to send successful reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr "Eg er redd du ikkje kan stadfesta ustadfesta rapportar."
@@ -1395,7 +1397,7 @@ msgstr ""
msgid "Invalid agency_responsible value %s"
msgstr "Ugyldig agency_responsible-verdi %s"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Ugyldig slutt-dato"
@@ -1403,7 +1405,7 @@ msgstr "Ugyldig slutt-dato"
msgid "Invalid format %s specified."
msgstr "Ugyldig format %s oppgjeve."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Ugyldig startdato"
@@ -1616,11 +1618,11 @@ msgstr "Nesten ferdig! No må du sjekka e-posten din …"
msgid "New <br>problems"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr "Ny kategorikontakt lagt til"
@@ -2394,7 +2396,7 @@ msgstr "Problem %s sendt til administrasjon %s"
msgid "Problem breakdown by state"
msgstr "Tilstandsfordeling av problem"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr "Problem markert som ope."
@@ -2763,7 +2765,7 @@ msgstr "Rapportert i kategorien %s av %s %s"
msgid "Reporting a problem"
msgstr "Legger til eit problem"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2802,14 +2804,14 @@ 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:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -3010,7 +3012,7 @@ msgstr "Tilstand"
msgid "State:"
msgstr "Tilstand:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3110,7 +3112,7 @@ msgstr "Eg ynskjer å abonnera på e-postvarsel"
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3130,7 +3132,7 @@ msgstr "Oppsummering"
msgid "Summary reports"
msgstr "Oppsummeringsrapportar"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -3214,7 +3216,7 @@ msgstr ""
msgid "That postcode was not recognised, sorry."
msgstr "Det postnummeret vart ikkje gjenkjent, orsak."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr "Det problemet vil no sendast på nytt."
@@ -3463,7 +3465,7 @@ msgstr ""
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr "Denne nettsida inneheld òg eit bilete av problemet, sendt inn av brukaren."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr "Tidslinje"
@@ -3596,10 +3598,10 @@ msgstr "Oppdatering:"
msgid "Updated"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3630,23 +3632,23 @@ msgstr "Oppdateringar av {{title}}"
msgid "Updates to this problem, FixMyStreet"
msgstr "Oppdateringar til dette problemet, FiksGataMi"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr "Brukarflagg fjerna"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr "Brukar flagga"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr "Brukarar"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr "Verdi oppdatert"
@@ -4068,10 +4070,6 @@ msgstr ""
msgid "didn't use map"
msgstr "brukte ikkje kart"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr ""
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4092,28 +4090,59 @@ msgstr ""
msgid "less than a minute"
msgstr "mindre enn eitt minutt"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+msgid "marked as a duplicate report"
+msgstr ""
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "markert som løyst"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
msgstr "markert som %s"
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "markert som løyst"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Dette problemet er under arbeid"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "Undersøkjer"
+
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
+msgstr ""
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "markert som løyst"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "markert som løyst"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr "i/t"
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr ""
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr ""
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4143,8 +4172,8 @@ msgstr ""
msgid "other areas:"
msgstr "andre område:"
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr "opna på nytt"
@@ -4174,10 +4203,6 @@ msgstr "den lokale administrasjonen"
msgid "there is no pin shown as the user did not use the map"
msgstr ""
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr "denne typen lokalt problem"
diff --git a/locale/pt_CV.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt_CV.UTF-8/LC_MESSAGES/FixMyStreet.po
new file mode 100644
index 000000000..e7ea118aa
--- /dev/null
+++ b/locale/pt_CV.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -0,0 +1,4382 @@
+# FixMyStreet original .po file, autogenerated by gettext-extract.
+# Copyright (C) 2011 UK Citizens Online Democracy
+# This file is distributed under the same license as the main FixMyStreet code.
+# Matthew Somerville <matthew@mysociety.org>, 2011-06-03.
+#
+# Translators:
+# fixmindelo <francisco.martins@recortes.cv>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: fixmystreet\n"
+"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
+"PO-Revision-Date: 2013-09-03 10:26+0000\n"
+"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"Language-Team: Portuguese (http://www.transifex.com/projects/p/fixmystreet/language/pt/)\n"
+"Language: pt_CV\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:636
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:369
+msgid " and "
+msgstr "e"
+
+#: templates/web/default/tokens/confirm_problem.html:14
+#: templates/web/default/tokens/confirm_problem.html:17
+msgid " and <strong>we will now send it to the council</strong>"
+msgstr " e <strong>agora vamos enviá-lo ao Conselho</strong>"
+
+#: templates/web/default/report/new/councils_text_all.html:11
+#: templates/web/default/report/new/councils_text_all.html:18
+#: templates/web/default/report/new/councils_text_all.html:4
+#: templates/web/default/report/new/councils_text_none.html:11
+#: templates/web/default/report/new/councils_text_none.html:14
+#: templates/web/default/report/new/councils_text_some.html:20
+#: templates/web/default/report/new/councils_text_some.html:23
+#: templates/web/default/report/new/councils_text_some.html:5
+#: templates/web/emptyhomes/report/new/councils_text_all.html:2
+msgid " or "
+msgstr "ou"
+
+#: templates/web/default/admin/bodies.html:36
+msgid "%d addresses"
+msgstr "%d endereços"
+
+#: templates/web/default/admin/index.html:17
+msgid "%d confirmed alerts, %d unconfirmed"
+msgstr "%d alertas confirmados,%d não confirmados"
+
+#: templates/web/default/admin/index.html:19
+#: templates/web/zurich/admin/index.html:6
+msgid "%d council contacts &ndash; %d confirmed, %d unconfirmed"
+msgstr "%d contatos do Conselho; %d confirmada,%d não confirmados"
+
+#: templates/web/default/admin/edit-league.html:5
+msgid "%d edits by %s"
+msgstr "%d edições por%s"
+
+#: templates/web/default/admin/index.html:16
+msgid "%d live updates"
+msgstr "%d atualizações directas"
+
+#: templates/web/default/admin/index.html:18
+msgid "%d questionnaires sent &ndash; %d answered (%s%%)"
+msgstr "%d questionários enviados - %d respondeu (%s%%)"
+
+#: templates/web/default/pagination.html:10
+msgid "%d to %d of %d"
+msgstr "%d de %d de %d"
+
+#: templates/web/default/reports/body.html:0
+#: templates/web/default/reports/body.html:22
+msgid "%s - Summary reports"
+msgstr "%s - relat￳rios resumidos"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:685
+msgid "%s ref:&nbsp;%s"
+msgstr "%s ref:&nbsp;%s"
+
+#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288
+msgid "%s ward, %s"
+msgstr "%s ala, %s"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:572
+msgid "%s, reported at %s"
+msgstr "%s, reportou em %s"
+
+#: perllib/FixMyStreet/Cobrand/UK.pm:303 perllib/FixMyStreet/Cobrand/UK.pm:315
+msgid "%s, within %s ward"
+msgstr "%s, %s dentro da ala"
+
+#: templates/web/default/email_sent.html:29
+msgid "(Don't worry &mdash; we'll hang on to your alert while you're checking your email.)"
+msgstr ""
+"(Não se preocupe - nós vamos ficar com o alerta, enquanto você está verificando o seu\"\n"
+"\"E-mail.)"
+
+#: templates/web/default/email_sent.html:25
+msgid "(Don't worry &mdash; we'll hang on to your problem report while you're checking your email.)"
+msgstr "(Não se preocupe - nós vamos fixa o seu relatório de problema, enquanto você está verificando seu email)"
+
+#: templates/web/default/email_sent.html:27
+msgid "(Don't worry &mdash; we'll hang on to your update while you're checking your email.)"
+msgstr ""
+"(Não se preocupe - nós vamos ficar com a sua atualização enquanto você está verificando o seu\"\n"
+"\"E-mail.) "
+
+#: templates/web/default/admin/report_blocks.html:11
+#: templates/web/default/admin/users.html:26
+msgid "(Email in abuse table)"
+msgstr "(E-mail na tabela de abuso)"
+
+#: templates/web/default/alert/_list.html:20
+#: templates/web/fixmystreet/alert/_list.html:24
+msgid "(a default distance which covers roughly 200,000 people)"
+msgstr "(A distância padrão, que abrange cerca de 50 mil pessoas)"
+
+#: templates/web/default/alert/_list.html:25
+#: templates/web/fixmystreet/alert/_list.html:28
+msgid "(alternatively the RSS feed can be customised, within"
+msgstr "(Alternativamente o feed RSS pode ser personalizado, dentro de"
+
+#: templates/web/default/around/around_map_list_items.html:12
+#: templates/web/default/around/on_map_list_items.html:9
+#: templates/web/fixmystreet/report/_item.html:22
+#: templates/web/zurich/report/_item.html:21
+msgid "(closed)"
+msgstr "(fechado)"
+
+#: templates/web/default/around/around_map_list_items.html:10
+#: templates/web/default/around/on_map_list_items.html:7
+#: templates/web/fixmystreet/report/_item.html:20
+#: templates/web/zurich/report/_item.html:19
+msgid "(fixed)"
+msgstr "(Fixo)"
+
+#: templates/web/default/index.html:12 templates/web/default/index.html:8
+#: templates/web/fixmystreet/around/intro.html:2
+msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)"
+msgstr "(Como ruas esburacadas, grafits, arvores derrubada, lajes partidas, entulhos, lixo, pardeiros, vandalismo, postes quebrados,ou iluminação pública)"
+
+#: templates/web/default/reports/_list-entry.html:4
+#: templates/web/fixmystreet/report/_item.html:16
+msgid "(not sent to council)"
+msgstr "(Não reportar ao conselho)"
+
+#: templates/web/default/report/new/fill_in_details_form.html:217
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:140
+#: templates/web/zurich/report/new/fill_in_details_form.html:100
+msgid "(optional)"
+msgstr "(opcional)"
+
+#: templates/web/default/reports/_list-entry.html:2
+#: templates/web/fixmystreet/report/_item.html:15
+msgid "(sent to both)"
+msgstr "(remeter para ambos)"
+
+#: templates/web/default/report/new/fill_in_details_form.html:211
+msgid "(we never show your email address or phone number)"
+msgstr "(é confidencial seu email e seu numero de telefone)"
+
+#: templates/web/default/report/update-form.html:158
+msgid "(we never show your email)"
+msgstr "(seu email não será divulgado)"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:637
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:664
+#: perllib/FixMyStreet/DB/Result/Problem.pm:418
+msgid "-- Pick a category --"
+msgstr "-- Escolha uma categoria --"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:618
+#: perllib/FixMyStreet/DB/Result/Problem.pm:424
+msgid "-- Pick a property type --"
+msgstr "-- Escolha um tipo de categoria --"
+
+#: templates/web/emptyhomes/front/stats.html:5
+msgid "<big>%s</big> reports"
+msgstr "<big>%s</big> Relatórios"
+
+#: templates/web/default/questionnaire/completed.html:20
+msgid "<p style=\"font-size:150%\">Thank you very much for filling in our questionnaire; glad to hear it&rsquo;s been fixed.</p>"
+msgstr ""
+"<p style=\\\"font-size:150%\\\"> Muito obrigado pelo preenchimento de nosso \"\n"
+"\"Questionário;. Gratos por saber que foi corrigido </p>\""
+
+#: templates/web/fiksgatami/questionnaire/completed-open.html:1
+msgid ""
+"<p style=\"font-size:150%\">We&rsquo;re sorry to hear that. We have two\n"
+"suggestions: why not try <a href=\"http://www.norge.no/styresmakter/\">writing\n"
+"direct to your councillor(s)</a> or, if it&rsquo;s a problem that could be\n"
+"fixed by local people working together, why not\n"
+"<a href=\"http://www.pledgebank.com/new\">make and publicise a pledge</a>?\n"
+"</p>"
+msgstr ""
+"<p Style=\\\"font-size:150%\\\"> Lamentamos ouvir isso. Temos dois \\ n\"\n"
+"\"Sugestão: por que não tentar <a href=\\\"http://www.norge.no/styresmakter/\\\"> escrita \\ n\"\n"
+"\"Direto para o seu conselheiro (s) </a> ou, se É um problema que pode ser \\ n\"\n"
+"\"Fixado por pessoas locais que trabalham juntos, por que não \\ n\"\n"
+"\"<a Href=\\\"http://www.pledgebank.com/new\\\"> fazer e divulgar um compromisso </a> \\ N\"\n"
+"\"</P>\""
+
+#: templates/web/fixmystreet/questionnaire/completed-open.html:6
+msgid ""
+"<p style=\"font-size:150%\">We&rsquo;re sorry to hear that. We have two\n"
+"suggestions: why not try <a href=\"http://www.writetothem.com/\">writing direct\n"
+"to your councillor(s)</a> or, if it&rsquo;s a problem that could be fixed by\n"
+"local people working together, why not\n"
+"<a href=\"http://www.pledgebank.com/new\">make and publicise a pledge</a>?\n"
+"</p>"
+msgstr ""
+"<p style=\"font-size:150%\"> Lamentamos ouvir isso. Temos duas ⏎\n"
+"sugestões: por que não tentar <a href=\"http://www.writetothem.com/\"> escrita direta ⏎\n"
+"para o seu conselheiro (s) </a>, ou, se o problema pode ser solucionado e corrigido pela ⏎\n"
+"população local, a trabalhar em conjunto, porque não ⏎\n"
+"<a href=\"http://www.pledgebank.com/new\"> fazer e divulgar um compromisso </a> ⏎\n"
+"</P>"
+
+#: templates/web/default/questionnaire/completed-open.html:6
+msgid ""
+"<p style=\"font-size:150%\">We&rsquo;re sorry to hear that. We have two\n"
+"suggestions: why not try writing to your local representative or, if it&rsquo;s\n"
+"a problem that could be fixed by local people working together, why not\n"
+"<a href=\"http://www.pledgebank.com/new\">make and publicise a pledge</a>?\n"
+"</p>"
+msgstr ""
+"<p style=\"font-size:150%\"> Lamentamos ouvir isso. Temos duas ⏎\n"
+"sugestão: por que não tentar escrever para seu representante local ou, se for ⏎\n"
+"um problema que pode ser corrigido por pessoas locais que trabalham juntos, por que não ⏎\n"
+"<a href=\"http://www.pledgebank.com/new\"> fazer e divulgar um compromisso </a> ⏎\n"
+"</P>"
+
+#: templates/web/default/questionnaire/index.html:35
+msgid ""
+"<p>Getting empty homes back into use can be difficult, but by now a good council\n"
+"will have made a lot of progress and reported what they have done on the\n"
+"website. Even so properties can remain empty for many months if the owner is\n"
+"unwilling or the property is in very poor repair. If nothing has happened or\n"
+"you are not satisfied with the progress the council is making, now is the right\n"
+"time to say so. We think it&rsquo;s a good idea to contact some other people who\n"
+"may be able to help or put pressure on the council For advice on how to do\n"
+"this and other useful information please go to <a\n"
+"href=\"http://www.emptyhomes.com/getinvolved/campaign.html\">http://www.emptyhomes.com/getinvolved/campaign.html</a>.</p>\n"
+msgstr ""
+"<p> Obtendo casas vazias novamente em uso pode ser difícil, mas agora por um bom conselho ⏎\n"
+"terá feito um grande progresso e relatou o que eles fizeram no ⏎\n"
+"website. Mesmo assim propriedades podem permanecer vazia por muitos meses, se o proprietário é ⏎\n"
+"querem ou o imóvel está em muito mau estado de conservação. Se nada tivesse acontecido ou ⏎\n"
+"você não está satisfeito com o progresso que o conselho está fazendo, agora é seu o direito ⏎\n"
+"de relatar isso. Achamos que é uma boa ideia em contato com outras pessoas que ⏎\n"
+"podem ser capazes de ajudar ou colocar pressão sobre o Conselho para conselhos sobre como fazer ⏎\n"
+"esta e outras informações úteis acesse <a ⏎\n"
+
+#: templates/web/default/questionnaire/index.html:26
+msgid ""
+"<p>Getting empty homes back into use can be difficult. You shouldn&rsquo;t expect\n"
+"the property to be back into use yet. But a good council will have started work\n"
+"and should have reported what they have done on the website. If you are not\n"
+"satisfied with progress or information from the council, now is the right time\n"
+"to say. You may also want to try contacting some other people who may be able\n"
+"to help. For advice on how to do this and other useful information please\n"
+"go to <a href=\"http://www.emptyhomes.com/getinvolved/campaign.html\">http://www.emptyhomes.com/getinvolved/campaign.html</a>.</p>\n"
+msgstr ""
+"<p> Obtendo casas vazias novamente em uso pode ser difícil. Você não deve esperar\n"
+"\n"
+"a propriedade de estar de volta em uso ainda. Mas um bom conselho terá começado o trabalho\n"
+"\n"
+"e deveria ter relatado o que eles fizeram no site. Se você não estiver\n"
+"\n"
+"satisfeito com o progresso ou informações do conselho, agora é o momento certo\n"
+"\n"
+"a dizer. Você também pode tentar entrar em contato com outras pessoas que podem ser capazes\n"
+"\n"
+"para ajudar. Para obter conselhos sobre como fazer isso e outras informações úteis, por favor\n"
+"\n"
+"ir para <a\n"
+"href=\"http://www.emptyhomes.com/getinvolved/campaign.html\">http://www.emptyhomes.com/getinvolved/campaign.html</a>.</p>\n"
+"\n"
+
+#: templates/web/default/questionnaire/completed.html:9
+msgid ""
+"<p>Thank you very much for filling in our questionnaire; if you\n"
+"get some more information about the status of your problem, please come back to the\n"
+"site and leave an update.</p>"
+msgstr ""
+"<p> Muito obrigado para preencher o nosso questionário, se você ⏎\n"
+"obter mais algumas informações sobre o status do seu problema, por favor, volte para o ⏎\n"
+"local e deixar uma atualização. </p>"
+
+#: templates/web/default/around/_report_banner.html:3
+#: templates/web/default/around/_report_banner.html:5
+msgid "<small>If you cannot see the map, <a href='%s' rel='nofollow'>skip this step</a>.</small>"
+msgstr "<small> Se você não pode localizar no mapa, <a href='%s' rel='nofollow'> saltar esta etapa </a>. </small>"
+
+#: templates/web/default/admin/index.html:14
+#: templates/web/zurich/admin/index.html:4
+msgid "<strong>%d</strong> live problems"
+msgstr "<strong>%d</strong> problemas ao vivo"
+
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:183
+msgid "<strong>No</strong> Let me confirm my report by email"
+msgstr "<strong> Não </strong> Deixe-me confirmar o meu relatório por e-mail"
+
+#: templates/web/fixmystreet/report/update-form.html:110
+msgid "<strong>No</strong> Let me confirm my update by email"
+msgstr "<strong> Não </strong> Deixe-me confirmar a minha atualização por e-mail"
+
+#: templates/web/fixmystreet/auth/general.html:50
+#: templates/web/zurich/auth/general.html:49
+msgid "<strong>No</strong> let me sign in by email"
+msgstr "<strong> Não </strong>, deixe-me entrar por e-mail"
+
+#: templates/web/default/auth/general.html:55
+msgid "<strong>No</strong>, I do not, let me sign in by email:"
+msgstr "<strong> Não </strong>, eu não, deixe-me entrar por e-mail:"
+
+#: templates/web/default/report/new/fill_in_details_form.html:162
+msgid "<strong>No</strong>, let me confirm my report by email:"
+msgstr "<strong>No</strong>, let me confirm my report by email:"
+
+#: templates/web/default/report/update-form.html:117
+msgid "<strong>No</strong>, let me confirm my update by email:"
+msgstr "<strong> Não </strong>, deixe-me confirmar a minha atualização por e-mail:"
+
+#: templates/web/default/auth/general.html:37
+#: templates/web/default/report/new/fill_in_details_form.html:140
+#: templates/web/default/report/update-form.html:95
+#: templates/web/fixmystreet/auth/general.html:36
+#: templates/web/fixmystreet/auth/general.html:38
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:159
+#: templates/web/fixmystreet/report/update-form.html:87
+msgid "<strong>Yes</strong> I have a password"
+msgstr "<strong> Sim </strong> Eu tenho password"
+
+#: templates/web/default/static/about-en-gb.html:1
+#: templates/web/default/static/about-en-gb.html:3
+#: templates/web/emptyhomes/header.html:34
+#: templates/web/emptyhomes/static/about-cy.html:1
+#: templates/web/emptyhomes/static/about-cy.html:3
+#: templates/web/emptyhomes/static/about-en-gb.html:1
+#: templates/web/emptyhomes/static/about-en-gb.html:3
+msgid "About us"
+msgstr "Acerca de nós"
+
+#: templates/web/bromley/report/display.html:80
+#: templates/web/bromley/report/display.html:81
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:39
+#: templates/web/default/report/update-form.html:30
+#: templates/web/default/report/update-form.html:31
+#: templates/web/fixmystreet/report/update-form.html:28
+#: templates/web/fixmystreet/report/update-form.html:29
+msgid "Action Scheduled"
+msgstr "Ação Programada"
+
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
+#: templates/web/default/admin/body-form.html:82
+#: templates/web/zurich/admin/body-form.html:47
+msgid "Add body"
+msgstr "Adicionar"
+
+#: templates/web/default/admin/body.html:69
+#: templates/web/zurich/admin/body.html:30
+msgid "Add new category"
+msgstr "Adicionar nova categoria"
+
+#: templates/web/default/admin/users.html:36
+msgid "Add user"
+msgstr "Adicionar user"
+
+#: templates/web/default/my/my.html:56 templates/web/fixmystreet/my/my.html:60
+msgid "Added %s"
+msgstr "Adicionado %s"
+
+#: templates/web/default/auth/change_password.html:29
+msgid "Again:"
+msgstr "Novamente"
+
+#: templates/web/default/admin/timeline.html:35
+msgid "Alert %d created for %s, type %s, parameters %s / %s"
+msgstr "Alerta %d criado por %s, tipo %s, os parâmetros %s / %s"
+
+#: templates/web/default/admin/timeline.html:37
+msgid "Alert %d disabled (created %s)"
+msgstr "Alerta %d desativada (criado %s)"
+
+#: templates/web/bromley/report/display.html:209
+#: templates/web/default/report/update-form.html:163
+#: templates/web/fixmystreet/report/update-form.html:148
+msgid "Alert me to future updates"
+msgstr "Avise-me de atualizações futuras"
+
+#: templates/web/default/reports/index.html:3
+#: templates/web/fixmybarangay/reports/index.html:3
+#: templates/web/zurich/admin/stats.html:5
+#: templates/web/zurich/reports/index.html:15
+msgid "All Reports"
+msgstr "Todos os Relatórios"
+
+#: templates/web/barnet/footer.html:20 templates/web/bromley/footer.html:21
+#: templates/web/bromley/header.html:77 templates/web/default/footer.html:11
+#: templates/web/emptyhomes/header.html:32
+#: templates/web/fiksgatami/footer.html:7
+#: templates/web/fiksgatami/nn/footer.html:7
+#: templates/web/fixmybarangay/footer.html:20
+#: templates/web/fixmystreet/footer.html:48
+#: templates/web/oxfordshire/footer.html:23
+#: templates/web/oxfordshire/header.html:67
+#: templates/web/reading/footer.html:8 templates/web/stevenage/footer.html:43
+#: templates/web/zurich/admin/index-dm.html:12
+#: templates/web/zurich/admin/stats.html:13
+#: templates/web/zurich/footer.html:19
+#: templates/web/zurich/nav_over_content.html:6
+msgid "All reports"
+msgstr "Todos os relatórios"
+
+#: templates/web/default/admin/stats.html:5
+#: templates/web/zurich/admin/stats.html:8
+msgid "All reports between %s and %s"
+msgstr "Todos os relatórios entre %s e %s"
+
+#: templates/web/default/report/new/councils_text_some.html:2
+msgid "All the information you provide here will be sent to"
+msgstr "Todas as informações que você fornecer aqui serão enviados para fixmindelo@gmail.com"
+
+#: templates/web/default/report/new/councils_text_all.html:11
+#: templates/web/default/report/new/councils_text_all.html:13
+msgid "All the information you provide here will be sent to <strong>%s</strong> or <strong>Roads Service</strong>."
+msgstr "Todas as informações que você fornecer aqui serão enviados para <strong>%s</strong> ou <strong> Entradas de Serviço </strong>."
+
+#: templates/web/default/report/new/councils_text_all.html:4
+#: templates/web/default/report/new/councils_text_all.html:6
+msgid "All the information you provide here will be sent to <strong>%s</strong> or a relevant local body such as <strong>TfL</strong>, via the London Report-It system."
+msgstr "Todas as informações que você fornecer aqui serão enviados para <strong>%s</strong> ou um corpo local relevantes, tais como <strong> TfL </strong>, através do Relatório-It sistema Mindelo."
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:4
+#: templates/web/bromley/report/new/fill_in_details_form.html:6
+#: templates/web/default/report/new/councils_text_all.html:18
+#: templates/web/default/report/new/councils_text_all.html:20
+#: templates/web/default/report/new/fill_in_details_form.html:11
+#: templates/web/default/report/new/fill_in_details_form.html:13
+#: templates/web/emptyhomes/report/new/councils_text_all.html:2
+#: templates/web/emptyhomes/report/new/councils_text_all.html:4
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:11
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:13
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:6
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:8
+msgid "All the information you provide here will be sent to <strong>%s</strong>."
+msgstr "Todas as informações que você fornecer aqui serão enviados para <strong>%s</strong>"
+
+#: templates/web/default/questionnaire/index.html:60
+#: templates/web/fixmystreet/questionnaire/index.html:54
+msgid "An update marked this problem as fixed."
+msgstr "Uma atualização marcada, problema esta resolvido"
+
+#: templates/web/default/admin/list_updates.html:11
+#: templates/web/default/admin/problem_row.html:20
+msgid "Anonymous"
+msgstr "Anonimo"
+
+#: templates/web/default/admin/report_edit.html:62
+#: templates/web/default/admin/update_edit.html:23
+msgid "Anonymous:"
+msgstr "Anonimo:"
+
+#: templates/web/default/footer.html:26
+msgid "Are you a <strong>developer</strong>? Would you like to contribute to FixMyStreet?"
+msgstr "Você é um desenvolvedor <strong> </strong> Gostaria de contribuir para FixMyStreet?"
+
+#: templates/web/fixmystreet/footer.html:16
+#: templates/web/stevenage/footer.html:17
+msgid "Are you a developer?"
+msgstr "Você é um desenvolvedor?"
+
+#: templates/web/fixmystreet/footer.html:20
+#: templates/web/stevenage/footer.html:21
+msgid "Are you from a council?"
+msgstr "Você pertence á ao Conselho?"
+
+#: templates/web/default/admin/body-form.html:19
+#: templates/web/zurich/admin/body-form.html:25
+msgid "Area covered"
+msgstr "Área coberta"
+
+#: templates/web/zurich/admin/report_edit.html:124
+#: templates/web/zurich/admin/stats.html:36
+msgid "Assign to different category:"
+msgstr "Atribuir a categoria diferente:"
+
+#: templates/web/zurich/admin/report_edit.html:133
+msgid "Assign to external body:"
+msgstr "Atribuir ao órgão externo:"
+
+#: templates/web/zurich/admin/report_edit.html:113
+#: templates/web/zurich/admin/report_edit.html:170
+msgid "Assign to subdivision:"
+msgstr "Atribuir a subdivisão:"
+
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:100
+#: templates/web/zurich/report/updates.html:11
+msgid "Assigned to %s"
+msgstr "Designado para %s"
+
+#: templates/web/default/open311/index.html:86
+msgid "At most %d requests are returned in each query. The returned requests are ordered by requested_datetime, so to get all requests, do several searches with rolling start_date and end_date."
+msgstr "No máximo %d pedidos são retornados em cada consulta. Os pedidos retornados são ordenados por requested_datetime, de modo a obter todos os pedidos, fazer várias pesquisas com start_date rolando e end_date."
+
+#: templates/web/default/open311/index.html:78
+msgid "At the moment only searching for and looking at reports work."
+msgstr "Neste momento, apenas procurando e olhando para os relatórios de trabalho."
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:373
+#: templates/web/zurich/report/_item.html:11
+msgid "Awaiting moderation"
+msgstr "Aguardando moderação"
+
+#: templates/web/default/js/translation_strings.html:26
+msgid "Back"
+msgstr "Voltar"
+
+#: templates/web/default/admin/report_blocks.html:11
+msgid "Ban email address"
+msgstr "Ban endereço de e-mail"
+
+#: templates/web/fixmybarangay/report/new/notes.html:7
+msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
+msgstr "Tenha certeza de escolher a categoria correta, porque temos de nusar isso para determinar a quem o relatório é enviado."
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
+#: templates/web/default/admin/bodies.html:1
+#: templates/web/zurich/header.html:64
+msgid "Bodies"
+msgstr "Corpos"
+
+#: templates/web/default/admin/flagged.html:12
+#: templates/web/default/admin/reports.html:14
+#: templates/web/default/admin/users.html:14
+msgid "Body"
+msgstr "Corpo"
+
+#: templates/web/default/admin/user-form.html:7
+msgid "Body:"
+msgstr "Corpo:"
+
+#: templates/web/fiksgatami/footer.html:16
+#: templates/web/fiksgatami/nn/footer.html:16
+msgid "Built by <a href=\"http://www.mysociety.org/\">mySociety</a> and maintained by <a href=\"http://www.nuug.no/\">NUUG</a>"
+msgstr "Construído por <a href=\"http://www.mysociety.org/\"> mySociety </a> e mantido por <a href=\"http://www.nuug.no/\"> NUUG </a>"
+
+#: templates/web/default/admin/stats.html:80
+msgid "By Date"
+msgstr "Por data"
+
+#: templates/web/fixmystreet/around/_report_banner.html:10
+#: templates/web/fixmystreet/around/_report_banner.html:8
+msgid "Can't see the map? <a href='%s' rel='nofollow'>Skip this step</a>"
+msgstr "Não pode ver a localizaçao no mapa <a href='%s' rel='nofollow'> Salte esta etapa </a>"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:68
+#: templates/web/default/admin/bodies.html:11
+#: templates/web/default/admin/body.html:35
+#: templates/web/default/admin/index.html:36
+#: templates/web/default/report/new/category.html:10
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:74
+#: templates/web/seesomething/report/new/category.html:6
+#: templates/web/southampton/report/new/category.html:3
+#: templates/web/zurich/admin/body.html:13
+#: templates/web/zurich/admin/index-dm.html:23
+#: templates/web/zurich/admin/index-sdm.html:21
+#: templates/web/zurich/admin/reports.html:13
+#: templates/web/zurich/admin/stats.html:50
+#: templates/web/zurich/report/new/fill_in_details_form.html:50
+msgid "Category"
+msgstr "Categoria"
+
+#: templates/web/default/admin/index.html:34
+msgid "Category fix rate for problems > 4 weeks old"
+msgstr "Categoria para cada correção taxa para problemas> 4 semanas, um mes"
+
+#: templates/web/default/admin/body.html:75
+#: templates/web/default/admin/body_edit.html:23
+#: templates/web/default/admin/report_edit.html:61
+#: templates/web/default/report/new/fill_in_details_form.html:67
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:50
+#: templates/web/zurich/admin/body.html:36
+#: templates/web/zurich/admin/report_edit-sdm.html:42
+#: templates/web/zurich/admin/report_edit.html:123
+msgid "Category:"
+msgstr "Categoria:"
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:362
+msgid "Category: %s"
+msgstr "Categoria: %s"
+
+#: templates/web/default/auth/change_password.html:1
+#: templates/web/default/auth/change_password.html:3
+#: templates/web/default/auth/change_password.html:33
+msgid "Change Password"
+msgstr "Mudar password"
+
+#: templates/web/default/js/translation_strings.html:41
+#: templates/web/fixmystreet/around/_report_banner.html:2
+msgid "Click map to report a problem"
+msgstr "Click no mapa para reportar um porblema "
+
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:77
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:45
+#: templates/web/default/admin/report_edit.html:47
+#: templates/web/default/dashboard/index.html:142
+#: templates/web/default/dashboard/index.html:144
+#: templates/web/fixmystreet/report/banner.html:15
+#: templates/web/zurich/admin/header.html:1
+#: templates/web/zurich/admin/header.html:10
+#: templates/web/zurich/admin/header.html:12
+#: templates/web/zurich/admin/report_edit.html:96
+#: templates/web/zurich/admin/report_edit.html:98
+#: templates/web/zurich/admin/stats.html:31
+#: templates/web/zurich/report/banner.html:13
+msgid "Closed"
+msgstr "Fechado"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:778
+msgid "Closed by council"
+msgstr "Fechado pelo Conselho"
+
+#: templates/web/default/my/my.html:32 templates/web/fixmystreet/my/my.html:36
+msgid "Closed reports"
+msgstr "Reports Fechados"
+
+#: templates/web/default/admin/problem_row.html:38
+msgid "Closed:"
+msgstr "Fechado"
+
+#: templates/web/default/around/tabbed_lists.html:10
+#: templates/web/default/around/tabbed_lists.html:12
+msgid "Closest nearby problems <small>(within&nbsp;%skm)</small>"
+msgstr "Problemas mais proximos <small> (within&nbsp;%skm) </small>"
+
+#: templates/web/default/admin/report_edit.html:23
+#: templates/web/zurich/admin/report_edit-sdm.html:33
+#: templates/web/zurich/admin/report_edit.html:47
+msgid "Co-ordinates:"
+msgstr "Co-ordenadas:"
+
+#: templates/web/default/admin/list_updates.html:14
+msgid "Cobrand"
+msgstr "Cobrand"
+
+#: templates/web/default/admin/report_edit.html:75
+#: templates/web/default/admin/update_edit.html:50
+msgid "Cobrand data:"
+msgstr "Cobrand data:"
+
+#: templates/web/default/admin/report_edit.html:74
+#: templates/web/default/admin/update_edit.html:49
+msgid "Cobrand:"
+msgstr "Cobrand:"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
+msgid "Configuration updated - contacts will be generated automatically later"
+msgstr "Configuração atualizada - contactos gerados automaticamente"
+
+#: templates/web/default/admin/body_edit.html:47
+msgid "Configure Endpoint"
+msgstr "Configurar Endpoint"
+
+#: templates/web/default/admin/body.html:44
+msgid "Confirm"
+msgstr "Confirmar"
+
+#: templates/web/default/auth/token.html:1
+msgid "Confirm account"
+msgstr "Confirmar conta"
+
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:177
+#: templates/web/fixmystreet/report/update-form.html:105
+msgid "Confirm by email below, providing a new password at that point. When you confirm, your password will be updated."
+msgstr "Confirme por e-mail abaixo, proporcionando uma nova senha nesse ponto. Quando você confirmar, sua senha será atualizada."
+
+#: templates/web/default/questionnaire/creator_fixed.html:1
+#: templates/web/default/tokens/confirm_problem.html:1
+#: templates/web/default/tokens/confirm_problem.html:3
+#: templates/web/default/tokens/confirm_update.html:1
+#: templates/web/default/tokens/confirm_update.html:3
+#: templates/web/emptyhomes/tokens/confirm_problem.html:1
+#: templates/web/emptyhomes/tokens/confirm_problem.html:3
+#: templates/web/southampton/tokens/confirm_problem.html:1
+#: templates/web/southampton/tokens/confirm_problem.html:3
+#: templates/web/zurich/tokens/confirm_problem.html:1
+#: templates/web/zurich/tokens/confirm_problem.html:3
+msgid "Confirmation"
+msgstr "Confirmação"
+
+#: templates/web/default/admin/body.html:37
+#: templates/web/default/admin/body.html:85
+#: templates/web/default/admin/body_edit.html:32
+#: templates/web/default/admin/body_edit.html:84
+#: templates/web/zurich/admin/stats.html:40
+msgid "Confirmed"
+msgstr "Confirmado"
+
+#: templates/web/default/admin/stats.html:5
+msgid "Confirmed reports between %s and %s"
+msgstr "Relatos confirmados entre %s e %s"
+
+#: templates/web/default/admin/problem_row.html:36
+#: templates/web/default/admin/report_edit.html:70
+msgid "Confirmed:"
+msgstr "Confirmado:"
+
+#: templates/web/fiksgatami/footer.html:10
+#: templates/web/fiksgatami/nn/footer.html:10
+msgid "Contact"
+msgstr "Contacto"
+
+#: templates/web/default/footer.html:24
+msgid "Contact FixMyStreet"
+msgstr "Contact FixMyStreetMindelo"
+
+#: templates/web/bromley/contact/submit.html:1
+#: templates/web/default/contact/index.html:1
+#: templates/web/default/contact/index.html:2
+#: templates/web/default/contact/submit.html:1
+#: templates/web/fixmystreet/contact/index.html:1
+#: templates/web/fixmystreet/contact/index.html:2
+msgid "Contact Us"
+msgstr "Fale connosco"
+
+#: templates/web/bromley/contact/submit.html:3
+#: templates/web/default/contact/index.html:6
+#: templates/web/default/contact/submit.html:3
+#: templates/web/fixmystreet/contact/index.html:19
+msgid "Contact the team"
+msgstr "Fale com a equipe"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
+msgid "Could not find user"
+msgstr "Não foi possível encontrar usuário"
+
+#: templates/web/default/js/translation_strings.html:31
+msgid "Could not look up location"
+msgstr "Não olhar para cima da localização"
+
+#: templates/web/default/admin/list_updates.html:13
+msgid "Council"
+msgstr "Conselho"
+
+#: templates/web/default/admin/body.html:1
+#: templates/web/default/admin/body_edit.html:1
+#: templates/web/zurich/admin/body.html:1
+msgid "Council contacts for %s"
+msgstr "Contatos do Conselho para %s"
+
+#: templates/web/default/admin/stats.html:84
+msgid "Council:"
+msgstr "Conselho:"
+
+#: templates/web/default/admin/stats.html:12
+#: templates/web/default/admin/stats.html:32
+#: templates/web/zurich/admin/stats.html:45
+#: templates/web/zurich/admin/stats.html:50
+msgid "Count"
+msgstr "Conta"
+
+#: templates/web/default/email_sent.html:1
+msgid "Create a report"
+msgstr "Criar um report"
+
+#: templates/web/default/admin/body.html:103
+#: templates/web/zurich/admin/body.html:53
+msgid "Create category"
+msgstr "Criar uma categoria"
+
+#: templates/web/default/admin/list_updates.html:10
+#: templates/web/default/admin/problem_row.html:34
+#: templates/web/zurich/admin/list_updates.html:7
+msgid "Created"
+msgstr "Criado"
+
+#: templates/web/default/admin/report_edit.html:69
+#: templates/web/default/admin/update_edit.html:51
+#: templates/web/zurich/admin/report_edit-sdm.html:47
+#: templates/web/zurich/admin/report_edit.html:62
+#: templates/web/zurich/admin/update_edit.html:29
+msgid "Created:"
+msgstr "Criado:"
+
+#: templates/web/default/admin/stats.html:31
+msgid "Current state"
+msgstr "Estado actual"
+
+#: templates/web/default/dashboard/index.html:5
+#: templates/web/default/dashboard/index.html:7
+msgid "Dashboard"
+msgstr "Painel de instrumentos"
+
+#: templates/web/zurich/admin/stats.html:35
+msgid "Dealt with by subdivision within 5 working days"
+msgstr "Tratadas pelas subdivisões dentro de 5 dias úteis"
+
+#: templates/web/default/admin/body.html:38
+#: templates/web/default/admin/body.html:88
+#: templates/web/default/admin/body_edit.html:37
+#: templates/web/default/admin/body_edit.html:85
+msgid "Deleted"
+msgstr "Excluidos"
+
+#: templates/web/zurich/admin/index-dm.html:22
+#: templates/web/zurich/admin/index-sdm.html:20
+#: templates/web/zurich/admin/reports.html:12
+msgid "Description"
+msgstr "Descripçaoi"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:54
+#: templates/web/default/js/translation_strings.html:28
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:66
+#: templates/web/seesomething/report/new/fill_in_details_form.html:16
+#: templates/web/zurich/report/new/fill_in_details_form.html:42
+msgid "Details"
+msgstr "DEtalhes"
+
+#: templates/web/default/admin/report_edit.html:20
+#: templates/web/default/report/new/fill_in_details_form.html:61
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:79
+#: templates/web/zurich/admin/report_edit-sdm.html:25
+#: templates/web/zurich/admin/report_edit.html:26
+#: templates/web/zurich/admin/report_edit.html:36
+msgid "Details:"
+msgstr "Detalhes:"
+
+#: templates/web/default/admin/body.html:39
+msgid "Devolved"
+msgstr "Delegada"
+
+#: templates/web/default/admin/edit-league.html:1
+msgid "Diligency prize league table"
+msgstr "Diligency prêmio tabela classificativa"
+
+#: templates/web/fixmystreet/auth/general.html:30
+msgid "Do you have a FixMyBarangay password?"
+msgstr "Você tem uma senha FixMyStreetMindelo?"
+
+#: templates/web/default/auth/general.html:32
+#: templates/web/fixmystreet/auth/general.html:32
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:155
+#: templates/web/fixmystreet/report/update-form.html:84
+msgid "Do you have a FixMyStreet password?"
+msgstr "Você tem uma senha FixMyStreetMindelo?"
+
+#: templates/web/default/questionnaire/index.html:70
+#: templates/web/fixmystreet/questionnaire/index.html:64
+msgid "Don&rsquo;t know"
+msgstr "Não sei"
+
+#: templates/web/bromley/report/display.html:80
+#: templates/web/bromley/report/display.html:82
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:47
+#: templates/web/default/report/update-form.html:30
+#: templates/web/default/report/update-form.html:32
+#: templates/web/fixmystreet/report/update-form.html:28
+#: templates/web/fixmystreet/report/update-form.html:30
+msgid "Duplicate"
+msgstr "Duplicar"
+
+#: templates/web/default/admin/list_updates.html:42
+#: templates/web/default/admin/problem_row.html:41
+#: templates/web/default/admin/users.html:28
+#: templates/web/zurich/admin/problem_row.html:44
+msgid "Edit"
+msgstr "Editar"
+
+#: templates/web/default/admin/body.html:112
+#: templates/web/zurich/admin/body.html:64
+msgid "Edit body details"
+msgstr "Editar os detalhes do corpo"
+
+#: templates/web/default/admin/report_edit.html:1
+#: templates/web/zurich/admin/report_edit-sdm.html:1
+#: templates/web/zurich/admin/report_edit-sdm.html:4
+#: templates/web/zurich/admin/report_edit.html:1
+#: templates/web/zurich/admin/report_edit.html:5
+msgid "Editing problem %d"
+msgstr "Editando problema %d"
+
+#: templates/web/default/admin/update_edit.html:1
+#: templates/web/zurich/admin/update_edit.html:1
+msgid "Editing update %d"
+msgstr "Editando uma actualizaçao %d"
+
+#: templates/web/default/admin/user_edit.html:1
+msgid "Editing user %d"
+msgstr "Edição de usuário %d"
+
+#: templates/web/default/admin/body_edit.html:86
+msgid "Editor"
+msgstr "Editar"
+
+#: templates/web/bromley/report/display.html:128
+#: templates/web/default/admin/bodies.html:9
+#: templates/web/default/admin/body.html:36
+#: templates/web/default/admin/body_edit.html:83
+#: templates/web/default/admin/flagged.html:29
+#: templates/web/default/admin/list_updates.html:9
+#: templates/web/default/admin/users.html:13
+#: templates/web/fixmystreet/auth/general.html:20
+#: templates/web/fixmystreet/report/update-form.html:76
+#: templates/web/seesomething/auth/general.html:20
+#: templates/web/zurich/admin/body-form.html:9
+#: templates/web/zurich/admin/body.html:14
+#: templates/web/zurich/auth/general.html:24
+#: templates/web/zurich/auth/general.html:52
+msgid "Email"
+msgstr "Email"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
+msgid "Email added to abuse list"
+msgstr "Email adicionado a lista de abusos"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
+msgid "Email already in abuse list"
+msgstr "E-mail já está na lista abusos"
+
+#: templates/web/default/around/_updates.html:5
+msgid "Email me new local problems"
+msgstr "Enviar novos problemas locais"
+
+#: templates/web/default/report/display.html:34
+msgid "Email me updates"
+msgstr "Envie-me atualizações"
+
+#: templates/web/default/admin/body.html:80
+#: templates/web/default/admin/body_edit.html:26
+#: templates/web/default/admin/report_edit.html:67
+#: templates/web/default/admin/update_edit.html:33
+#: templates/web/default/admin/user-form.html:6
+#: templates/web/default/alert/updates.html:13
+#: templates/web/default/report/display.html:38
+#: templates/web/zurich/admin/body.html:41
+#: templates/web/zurich/admin/report_edit-sdm.html:44
+#: templates/web/zurich/admin/report_edit.html:58
+msgid "Email:"
+msgstr "Email:"
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:314
+msgid "Email: %s"
+msgstr "Email: %s"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:620
+msgid "Empty flat or maisonette"
+msgstr "Apartamento vazio ou duplex"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:619
+msgid "Empty house or bungalow"
+msgstr "Casa vazia ou bungalow"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:622
+msgid "Empty office or other commercial"
+msgstr "Escritório vazio ou outro comercial"
+
+#: templates/web/emptyhomes/report/new/form_heading.html:1
+msgid "Empty property details form"
+msgstr "Propriedade sem detalhes "
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:623
+msgid "Empty pub or bar"
+msgstr "Pub ou bar vazio"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:624
+msgid "Empty public building - school, hospital, etc."
+msgstr "Edifício público vazio - escola, hospital, etc"
+
+#: templates/web/default/admin/stats.html:70
+msgid "End Year:"
+msgstr "Fim do ano:"
+
+#: templates/web/default/admin/stats.html:72
+msgid "End day:"
+msgstr "Fim do dia:"
+
+#: templates/web/default/admin/stats.html:71
+msgid "End month:"
+msgstr "Fim do mês:"
+
+#: templates/web/default/admin/body-form.html:40
+msgid "Endpoint"
+msgstr "Endpoint"
+
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:30
+msgid "Enter a Z&uuml;rich street name"
+msgstr "Digite um nome de uma rua de Mindelo"
+
+#: perllib/FixMyStreet/Cobrand/UK.pm:18
+msgid "Enter a nearby UK postcode, or street name and area"
+msgstr "Inserir um código postal de Mindelo nas proximidades da area, zona, rua ou local"
+
+#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:25
+msgid "Enter a nearby postcode, or street name and area"
+msgstr "Inserir um código postal perto, ou nome da rua, zona ou local"
+
+#: templates/web/default/around/postcode_form.html:1
+#: templates/web/default/around/postcode_form.html:2
+#: templates/web/fixmystreet/around/postcode_form.html:10
+#: templates/web/fixmystreet/around/postcode_form.html:11
+#: templates/web/seesomething/around/postcode_form.html:3
+#: templates/web/seesomething/around/postcode_form.html:4
+msgid "Enter a nearby street name and area"
+msgstr "Digite um nome de rua nas proximidades e área"
+
+#: templates/web/default/auth/general.html:64
+#: templates/web/default/report/new/fill_in_details_form.html:169
+#: templates/web/default/report/update-form.html:124
+msgid "Enter a new password:"
+msgstr "Digite uma nova senha:"
+
+#: templates/web/bromley/report/display.html:150
+#: templates/web/bromley/report/new/fill_in_details_form.html:189
+#: templates/web/fixmystreet/auth/general.html:61
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:211
+#: templates/web/fixmystreet/report/update-form.html:122
+#: templates/web/zurich/auth/general.html:63
+msgid "Enter a password"
+msgstr "Digite uma nova password"
+
+#: templates/web/default/index-steps.html:26
+msgid "Enter details of the problem"
+msgstr "Digite os detalhes do problema"
+
+#: templates/web/default/auth/token.html:5
+#: templates/web/default/errors/generic.html:1
+#: templates/web/default/errors/generic.html:3
+#: templates/web/default/tokens/abuse.html:1
+#: templates/web/default/tokens/abuse.html:3
+#: templates/web/default/tokens/error.html:1
+#: templates/web/default/tokens/error.html:3
+msgid "Error"
+msgstr "Erro"
+
+#: templates/web/default/admin/body.html:11
+#: templates/web/default/admin/body_edit.html:18
+msgid "Example postcode %s"
+msgstr "Exemplo PostCode %s"
+
+#: templates/web/default/open311/index.html:96
+msgid "Examples:"
+msgstr "Exemplos:"
+
+#: templates/web/default/admin/report_edit.html:76
+msgid "Extra data:"
+msgstr "Dados adicionais:"
+
+#: templates/web/bromley/contact/submit.html:14
+#: templates/web/default/contact/submit.html:15
+msgid "Failed to send message. Please try again, or <a href=\"mailto:%s\">email us</a>."
+msgstr "Falha ao enviar a mensagem. Por favor, tente novamente, ou <a href=\"mailto:%s\"> email nós </a>."
+
+#: templates/web/zurich/admin/index-dm.html:33
+#: templates/web/zurich/admin/index-sdm.html:30
+msgid "Filter report list"
+msgstr "Filtrar relatorio"
+
+#: templates/web/emptyhomes/front/stats.html:6
+msgid "Find latest local and national news"
+msgstr "Encontre as últimas notícias locais e nacionais"
+
+#: templates/web/bromley/report/display.html:191
+#: templates/web/bromley/report/new/fill_in_details_form.html:113
+#: templates/web/bromley/report/new/fill_in_details_form.html:160
+msgid "First Name"
+msgstr "Primeiro Nome"
+
+#: templates/web/default/questionnaire/index.html:79
+#: templates/web/fixmystreet/questionnaire/index.html:73
+msgid "First time"
+msgstr "Primeiro Nome"
+
+#: templates/web/fiksgatami/header.html:16
+#: templates/web/fiksgatami/nn/header.html:16
+msgid "Fix<span id=\"my\">My</span>Street"
+msgstr "Fix <span id=\"my\"> Minha </span> Rua"
+
+#: templates/web/default/header.html:24
+msgid "FixMyStreet"
+msgstr "FixMyStreetMindelo"
+
+#: templates/web/default/admin/header.html:10
+msgid "FixMyStreet admin:"
+msgstr "FixMyStreet admin:"
+
+#: templates/web/default/alert/index.html:11
+msgid ""
+"FixMyStreet has a variety of RSS feeds and email alerts for local problems, including\n"
+"alerts for all problems within a particular ward or council, or all problems\n"
+"within a certain distance of a particular location."
+msgstr ""
+"FixMyStreetMindelo tem uma variedade de feeds RSS e alertas para problemas locais, incluindo ⏎\n"
+"alertas para todos os problemas dentro de uma determinada zona especial ou conselho, ou todos os problemas ⏎\n"
+"dentro de uma certa distância de um local em particular."
+
+#: templates/web/default/alert/_list.html:71
+#: templates/web/fixmystreet/alert/_list.html:73
+msgid ""
+"FixMyStreet sends different categories of problem\n"
+"to the appropriate council, so problems within the boundary of a particular council\n"
+"might not match the problems sent to that council. For example, a graffiti report\n"
+"will be sent to the district council, so will appear in both of the district\n"
+"council&rsquo;s alerts, but will only appear in the \"Within the boundary\" alert\n"
+"for the county council."
+msgstr ""
+"FixMyStreetMindelo envia diferentes categorias de problema ⏎\n"
+"para o conselho apropriado, assim que os problemas dentro do limite de um conselho especial ⏎\n"
+"pode não coincidir com os problemas enviados para que o conselho. Por exemplo, um relatório de graffiti ⏎\n"
+"será enviado ao conselho distrital, então vai aparecer em ambos do distrito ⏎\n"
+"alertas do Conselho, mas só vai aparecer o \"No limite\" alerta ⏎\n"
+"para o conselho do condado."
+
+#: templates/web/bromley/report/display.html:80
+#: templates/web/bromley/report/display.html:84
+#: templates/web/default/admin/index.html:36
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:41
+#: templates/web/default/admin/report_edit.html:42
+#: templates/web/default/dashboard/index.html:142
+#: templates/web/default/dashboard/index.html:144
+#: templates/web/default/report/update-form.html:30
+#: templates/web/default/report/update-form.html:34
+#: templates/web/fixmystreet/report/banner.html:12
+#: templates/web/fixmystreet/report/update-form.html:28
+#: templates/web/fixmystreet/report/update-form.html:32
+msgid "Fixed"
+msgstr "Corrigido"
+
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:43
+msgid "Fixed - Council"
+msgstr "Corrigido - Conselho"
+
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:42
+msgid "Fixed - User"
+msgstr "Corrigido - Usuario"
+
+#: templates/web/default/my/my.html:27 templates/web/fixmystreet/my/my.html:31
+msgid "Fixed reports"
+msgstr "Reports Corrigidos"
+
+#: templates/web/default/admin/problem_row.html:37
+msgid "Fixed:"
+msgstr "Corrigido:"
+
+#: templates/web/default/admin/report_blocks.html:16
+msgid "Flag user"
+msgstr "Bandeira - Usuario"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
+#: templates/web/default/admin/users.html:16
+msgid "Flagged"
+msgstr "Marcado"
+
+#: templates/web/default/admin/report_edit.html:78
+#: templates/web/default/admin/user-form.html:14
+msgid "Flagged:"
+msgstr "Marcado:"
+
+#: templates/web/default/reports/_ward-list.html:3
+#: templates/web/fixmystreet/reports/_ward-list.html:4
+msgid "Follow a ward link to view only reports within that ward."
+msgstr "Siga um link ala para ver apenas os relatórios dentro do ala."
+
+#: templates/web/default/admin/report_edit.html:30
+msgid "For council(s):"
+msgstr "Por conselho (s):"
+
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:176
+#: templates/web/fixmystreet/report/update-form.html:104
+msgid "Forgotten your password?"
+msgstr "Esqueceu sua senha?"
+
+#: templates/web/default/faq/faq-en-gb.html:1
+#: templates/web/emptyhomes/faq/faq-cy.html:1
+#: templates/web/emptyhomes/faq/faq-en-gb.html:1
+#: templates/web/fiksgatami/faq/faq-nb.html:1
+#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
+#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
+#: templates/web/fixmystreet/faq/faq-en-gb.html:1
+#: templates/web/fixmystreet/static/privacy.html:1
+#: templates/web/oxfordshire/faq/faq-en-gb.html:1
+msgid "Frequently Asked Questions"
+msgstr "Perguntas mais frequentes"
+
+#: templates/web/default/open311/index.html:138
+msgid "GeoRSS on Google Maps"
+msgstr "GeoRSS no Google Maps"
+
+#: templates/web/bromley/report/display.html:30
+#: templates/web/fixmystreet/around/_updates.html:3
+#: templates/web/fixmystreet/report/display.html:38
+msgid "Get updates"
+msgstr "Receba as atualizações"
+
+#: templates/web/fixmystreet/reports/_rss.html:3
+#: templates/web/fixmystreet/reports/_rss.html:9
+msgid "Get updates of %s problems"
+msgstr "Receba as atualizações de problemas fix de %s"
+
+#: templates/web/fixmystreet/reports/_rss.html:11
+#: templates/web/fixmystreet/reports/_rss.html:3
+msgid "Get updates of problems in this %s"
+msgstr "Receba as atualizações de problemas neste %s"
+
+#: templates/web/default/alert/_list.html:83
+#: templates/web/fixmybarangay/alert/_list.html:28
+#: templates/web/fixmystreet/alert/_list.html:82
+msgid "Give me an RSS feed"
+msgstr "Dê-me um feed RSS"
+
+#: templates/web/default/alert/index.html:34
+#: templates/web/default/around/postcode_form.html:8
+#: templates/web/fixmystreet/around/postcode_form.html:21
+#: templates/web/seesomething/around/postcode_form.html:10
+#: templates/web/zurich/admin/stats.html:26
+msgid "Go"
+msgstr " Ir"
+
+#: templates/web/default/admin/report_edit.html:77
+msgid "Going to send questionnaire?"
+msgstr "Vai enviar questionário?"
+
+#: templates/web/default/admin/index.html:24
+msgid "Graph of problem creation by status over time"
+msgstr "Status da tabela grafica ao longo do tempo"
+
+#: templates/web/default/reports/index.html:8
+msgid "Greyed-out lines are councils that no longer exist."
+msgstr "Cor Cinzenta sao linhas dos conselhos que não existem mais"
+
+#: templates/web/default/questionnaire/index.html:61
+#: templates/web/fixmystreet/questionnaire/index.html:55
+msgid "Has this problem been fixed?"
+msgstr "Este problema já foi fixado, relatado?"
+
+#: templates/web/default/questionnaire/index.html:74
+#: templates/web/fixmystreet/questionnaire/index.html:68
+msgid "Have you ever reported a problem to a council before, or is this your first time?"
+msgstr "Alguma vez voce ja relatou algum problema ao Conselho, ou é a sua primeira vez?"
+
+#: templates/web/barnet/footer.html:24 templates/web/bromley/footer.html:25
+#: templates/web/bromley/header.html:81 templates/web/default/footer.html:15
+#: templates/web/emptyhomes/header.html:33
+#: templates/web/fiksgatami/footer.html:9
+#: templates/web/fiksgatami/nn/footer.html:9
+#: templates/web/fixmybarangay/footer.html:24
+#: templates/web/fixmystreet/footer.html:52
+#: templates/web/oxfordshire/footer.html:27
+#: templates/web/oxfordshire/header.html:75
+#: templates/web/reading/footer.html:10
+#: templates/web/seesomething/footer.html:13
+#: templates/web/stevenage/footer.html:47
+#: templates/web/zurich/faq/faq-de-ch.html:1
+#: templates/web/zurich/footer.html:21
+#: templates/web/zurich/nav_over_content.html:8
+msgid "Help"
+msgstr "Ajuda"
+
+#: templates/web/default/alert/_list.html:6
+#: templates/web/fixmystreet/alert/_list.html:8
+msgid "Here are the types of local problem alerts for &lsquo;%s&rsquo;."
+msgstr "Aqui estão os tipos de alertas de problemas locais para relatar fixed; %s';."
+
+#: templates/web/barnet/header.html:70 templates/web/bromley/header.html:64
+#: templates/web/bromley/header.html:99
+#: templates/web/fixmybarangay/header.html:66
+#: templates/web/fixmystreet/header.html:50
+#: templates/web/oxfordshire/header.html:111
+#: templates/web/oxfordshire/header.html:47
+#: templates/web/stevenage/header.html:97 templates/web/zurich/footer.html:11
+msgid "Hi %s"
+msgstr "Oi %s"
+
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:50
+#: templates/web/default/admin/report_edit.html:51
+#: templates/web/default/admin/update_edit.html:28
+#: templates/web/zurich/admin/header.html:1
+#: templates/web/zurich/admin/header.html:11
+#: templates/web/zurich/admin/report_edit.html:87
+#: templates/web/zurich/admin/report_edit.html:91
+#: templates/web/zurich/admin/stats.html:32
+#: templates/web/zurich/admin/update_edit.html:18
+msgid "Hidden"
+msgstr "Esconder"
+
+#: templates/web/default/around/display_location.html:67
+msgid "Hide old"
+msgstr "Ocultar"
+
+#: templates/web/default/around/display_location.html:62
+msgid "Hide pins"
+msgstr "Ocultar pins"
+
+#: templates/web/default/admin/body_edit.html:79
+msgid "History"
+msgstr "History pins"
+
+#: templates/web/default/js/translation_strings.html:25
+msgid "Home"
+msgstr "Home"
+
+#: templates/web/default/index-steps.html:1
+msgid "How to report a problem"
+msgstr "Como reportar um problema"
+
+#: templates/web/default/js/translation_strings.html:27
+msgid "How to send successful reports"
+msgstr "Como enviar relatorios com sucesso"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
+msgid "I am afraid you cannot confirm unconfirmed reports."
+msgstr "Tenho receio de nao puder confirmar os seus relatorios"
+
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:89
+msgid "I'm afraid we couldn't locate your problem in the database.\n"
+msgstr "Receio que não foi possível localizar o seu problema no banco de dados.\n"
+
+#: perllib/FixMyStreet/App/Controller/Tokens.pm:44
+msgid "I'm afraid we couldn't validate that token, as the report was made too long ago."
+msgstr "Receio que não pôde validar esse token, como o relatório foi feito há muito tempo."
+
+#: perllib/FixMyStreet/App/Controller/Tokens.pm:259
+msgid "I'm afraid we couldn't validate that token. If you've copied the URL from an email, please check that you copied it exactly.\n"
+msgstr "Receio que não poderia confirmar se token. Se você copiou o URL de um e-mail, verifique se você copiou exatamente.\n"
+
+#: templates/web/default/admin/flagged.html:9
+#: templates/web/default/admin/list_updates.html:6
+#: templates/web/default/admin/reports.html:11
+#: templates/web/zurich/admin/index-dm.html:21
+#: templates/web/zurich/admin/index-sdm.html:19
+#: templates/web/zurich/admin/list_updates.html:6
+#: templates/web/zurich/admin/reports.html:11
+msgid "ID"
+msgstr "ID"
+
+#: templates/web/default/email_sent.html:19
+msgid "If you do not, your alert will not be activated."
+msgstr "Se não o fizer, o seu alerta não será ativado"
+
+#: templates/web/default/email_sent.html:15
+msgid "If you do not, your problem will not be posted."
+msgstr "Se você não fizer isso, o problema não será publicado"
+
+#: templates/web/default/email_sent.html:17
+msgid "If you do not, your update will not be posted."
+msgstr "se você não fizer isso, a sua atualização não será publicada"
+
+#: templates/web/default/report/new/councils_text_none.html:8
+#: templates/web/default/report/new/councils_text_none.html:9
+msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council."
+msgstr ""
+"Se você enviar um problema sobre qualquer assunto e detalhes, será\"\n"
+"\"Público, mas o problema nao <strong> vai </strong> ser comunicados ao\"\n"
+"\"Conselho\"."
+
+#: templates/web/emptyhomes/report/new/councils_text_none.html:9
+msgid "If you submit a report here it will be left on the site, but not reported to the council &ndash; please still leave your report, so that we can show to the council the activity in their area."
+msgstr ""
+"Se você enviar um relatório no fixmystreet mindelo será deixado no local, mas se não informou ao\"\n"
+"\"O Conselho - por favor, postar seu relatório, para que possamos mostrar aos\"\n"
+"\"O Conselho da atividade em sua área.\""
+
+#: templates/web/default/auth/token.html:22
+#: templates/web/default/email_sent.html:9
+msgid "If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way."
+msgstr ""
+"Se você usar o e-mail baseado na web ou filtros têm\" junk mail \", você pode querer\"\n"
+"\"Verifique suas pastas de correio em massa / spam: às vezes, nossas mensagens são marcadas que\"\n"
+"\"Caminho\""
+
+#: templates/web/default/questionnaire/index.html:86
+#: templates/web/fixmystreet/questionnaire/index.html:77
+msgid ""
+"If you wish to leave a public update on the problem, please enter it here\n"
+"(please note it will not be sent to the council). For example, what was\n"
+"your experience of getting the problem fixed?"
+msgstr ""
+"Se você quiser deixar uma atualização pública sobre o problema, por favor insira-o aqui \\ n\"\n"
+"(Note que não será enviado para o conselho). Por exemplo, o que era \\ n\"\n"
+"A sua experiência de ter o problema resolvido"
+
+#: perllib/FixMyStreet/App/Controller/Contact.pm:111
+msgid "Illegal ID"
+msgstr "ID ilegal"
+
+#: perllib/FixMyStreet/App/Controller/Alert.pm:100
+msgid "Illegal feed selection"
+msgstr "Seleção de feed ilegal"
+
+#: templates/web/bromley/report/display.html:80
+#: templates/web/bromley/report/display.html:82
+#: templates/web/default/dashboard/index.html:142
+#: templates/web/default/dashboard/index.html:144
+#: templates/web/default/report/update-form.html:30
+#: templates/web/default/report/update-form.html:32
+#: templates/web/fixmystreet/report/update-form.html:28
+#: templates/web/fixmystreet/report/update-form.html:30
+msgid "In Progress"
+msgstr "Em andamento"
+
+#: templates/web/default/open311/index.html:90
+msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)."
+msgstr "Além disso, os seguintes atributos que não fazem parte da especificação v2 Open311 são retornados: agency_sent_datetime, título (também retornou como parte da descrição), interface_used, comment_count, requestor_name (presente apenas se solicitante permitido o nome a ser mostrado neste site) ."
+
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:80
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:38
+#: templates/web/fixmystreet/report/banner.html:19
+#: templates/web/zurich/admin/header.html:1
+#: templates/web/zurich/admin/header.html:8
+#: templates/web/zurich/admin/report_edit.html:100
+#: templates/web/zurich/report/banner.html:15
+msgid "In progress"
+msgstr "Em andamento"
+
+#: templates/web/seesomething/report/new/fill_in_details_form.html:38
+msgid "Incident Category"
+msgstr "Categoria incidente"
+
+#: templates/web/zurich/admin/report_edit.html:143
+msgid "Include reporter personal details"
+msgstr "Incluir reports detalhes perssoais"
+
+#: templates/web/default/admin/stats.html:76
+msgid "Include unconfirmed reports"
+msgstr "Incluir dados nao confirmados"
+
+#: perllib/FixMyStreet/App/Controller/Open311.pm:354
+msgid "Incorrect has_photo value \"%s\""
+msgstr "Foto_has valor incorreto \"%s\""
+
+#: templates/web/zurich/admin/report_edit-sdm.html:55
+#: templates/web/zurich/admin/report_edit.html:82
+msgid "Internal notes:"
+msgstr "Notas internas"
+
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:48
+msgid "Internal referral"
+msgstr ""
+
+#: perllib/FixMyStreet/App/Controller/Open311.pm:339
+msgid "Invalid agency_responsible value %s"
+msgstr "Agencia_responsavel valor %s inválido"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
+msgid "Invalid end date"
+msgstr "Invalido data final"
+
+#: perllib/FixMyStreet/App/Controller/Open311.pm:432
+msgid "Invalid format %s specified."
+msgstr "Formato inválido%s especificado."
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+msgid "Invalid start date"
+msgstr "Data de inicio invalida"
+
+#: templates/web/bromley/report/display.html:80
+#: templates/web/bromley/report/display.html:81
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:37
+#: templates/web/default/dashboard/index.html:142
+#: templates/web/default/dashboard/index.html:143
+#: templates/web/default/report/update-form.html:30
+#: templates/web/default/report/update-form.html:31
+#: templates/web/fixmystreet/report/update-form.html:28
+#: templates/web/fixmystreet/report/update-form.html:29
+msgid "Investigating"
+msgstr "Investigando"
+
+#: templates/web/emptyhomes/tokens/confirm_problem.html:12
+#: templates/web/emptyhomes/tokens/confirm_problem.html:14
+msgid "It is worth noting however that the process can sometimes be slow, especially if the property is in very poor repair or the owner is unwilling to act. In most cases it can take six months or more before you can expect to see anything change and sometimes there may be considerable barries to a property being brought back into use. This doesn&rsquo;t mean the council isn&rsquo;t doing anything. We encourage councils to update the website so you can see what is happening. It may be a long process, but you reporting your concerns about this property to the council is a valuable first step."
+msgstr "É interessante notar, porém, que o processo pode ser lento às vezes, especialmente se o imóvel está em muito mau estado de conservação ou o proprietário não está disposto a agir. Na maioria dos casos pode demorar seis meses ou mais antes que você pode esperar para ver nada mudam e às vezes pode haver barreiras consideráveis ​​para a propriedade que está sendo trazido de volta ao uso. Isso não significa que o município não está fazendo nada. Nós encorajamos conselhos para atualizar o site para que você possa ver o que está acontecendo. Pode ser um processo longo, mas você relatar suas preocupações sobre este imóvel para o município é um primeiro passo importante."
+
+#: templates/web/bromley/report/display.html:168
+#: templates/web/bromley/report/new/fill_in_details_form.html:209
+#: templates/web/default/auth/general.html:44
+#: templates/web/default/report/new/fill_in_details_form.html:149
+#: templates/web/default/report/update-form.html:104
+#: templates/web/fixmystreet/auth/general.html:46
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:172
+#: templates/web/fixmystreet/report/update-form.html:100
+#: templates/web/seesomething/auth/general.html:35
+#: templates/web/zurich/auth/general.html:39
+msgid "Keep me signed in on this computer"
+msgstr "Manter-me logado neste computador"
+
+#: templates/web/bromley/report/display.html:197
+#: templates/web/bromley/report/new/fill_in_details_form.html:119
+#: templates/web/bromley/report/new/fill_in_details_form.html:166
+msgid "Last Name"
+msgstr "Ultimo Nome"
+
+#: templates/web/default/admin/body.html:40
+#: templates/web/zurich/admin/body.html:15
+msgid "Last editor"
+msgstr "Última editor"
+
+#: templates/web/default/admin/report_edit.html:72
+msgid "Last update:"
+msgstr "Última atualização:"
+
+#: templates/web/default/admin/problem_row.html:39
+msgid "Last&nbsp;update:"
+msgstr "Última atualização:"
+
+#: templates/web/default/admin/body.html:14
+#: templates/web/default/admin/body.html:16
+msgid "List all reported problems"
+msgstr "Listar todos os problemas relatados"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:69
+#: templates/web/default/report/new/fill_in_details_form.html:68
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:51
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:75
+#: templates/web/seesomething/report/new/fill_in_details_form.html:25
+#: templates/web/zurich/report/new/fill_in_details_form.html:51
+msgid "Loading..."
+msgstr "Carregando ..."
+
+#: templates/web/default/alert/choose.html:1
+#: templates/web/default/alert/choose.html:3
+#: templates/web/default/alert/index.html:1
+#: templates/web/default/alert/index.html:3
+#: templates/web/default/alert/list.html:1
+#: templates/web/default/alert/list.html:5
+#: templates/web/default/alert/updates.html:1
+#: templates/web/default/tokens/confirm_alert.html:1
+#: templates/web/default/tokens/confirm_alert.html:3
+#: templates/web/emptyhomes/alert/index.html:1
+#: templates/web/emptyhomes/alert/index.html:3
+#: templates/web/fixmybarangay/alert/index.html:1
+#: templates/web/fixmybarangay/alert/index.html:3
+#: templates/web/fixmystreet/alert/updates.html:1
+msgid "Local RSS feeds and email alerts"
+msgstr "RSS feeds e alertas de e-mail locais"
+
+#: templates/web/default/alert/list.html:1
+#: templates/web/default/alert/list.html:12
+#: templates/web/default/alert/list.html:14
+#: templates/web/default/alert/list.html:3
+msgid "Local RSS feeds and email alerts for ‘%s’"
+msgstr "RSS feeds e alertas de e-mail locais para '%s'"
+
+#: templates/web/barnet/footer.html:22 templates/web/bromley/footer.html:23
+#: templates/web/bromley/header.html:79 templates/web/default/footer.html:13
+#: templates/web/fiksgatami/footer.html:8
+#: templates/web/fiksgatami/nn/footer.html:8
+#: templates/web/fixmybarangay/footer.html:22
+#: templates/web/fixmystreet/footer.html:50
+#: templates/web/oxfordshire/footer.html:25
+#: templates/web/oxfordshire/header.html:71
+#: templates/web/reading/footer.html:9 templates/web/stevenage/footer.html:45
+msgid "Local alerts"
+msgstr "Alertas locais"
+
+#: templates/web/default/index-steps.html:25
+msgid "Locate the problem on a map of the area"
+msgstr "Localize o problema em um mapa da área ou zona"
+
+#: templates/web/default/js/translation_strings.html:37
+msgid "MAP"
+msgstr "Mapa"
+
+#: perllib/FixMyStreet/Map/OSM.pm:44
+msgid "Map &copy; <a id=\"osm_link\" href=\"http://www.openstreetmap.org/\">OpenStreetMap</a> and contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a>"
+msgstr "Mapa © <a id=\"osm_link\" href=\"http://www.openstreetmap.org/\"> OpenStreetMap </a> e colaboradores, <a href = \"http://creativecommons.org/licenses/by- sa/2.0 / \"> CC-BY-SA </a>"
+
+#: templates/web/fixmystreet/contact/index.html:98
+msgid "Message"
+msgstr "Menssagem"
+
+#: templates/web/default/contact/index.html:90
+msgid "Message:"
+msgstr "Menssagem"
+
+#: perllib/FixMyStreet/App/Controller/Open311.pm:440
+msgid "Missing jurisdiction_id"
+msgstr "Falta informaçao jurisdiction_id"
+
+#: templates/web/zurich/admin/stats.html:34
+msgid "Moderated by division within one working day"
+msgstr "Moderado por divisão dentro de um dia de trabalho"
+
+#: templates/web/default/admin/stats.html:11
+msgid "Month"
+msgstr "Mês"
+
+#: templates/web/default/report/display.html:30
+msgid "More problems nearby"
+msgstr "Mais problemas próximos"
+
+#: templates/web/default/admin/bodies.html:7
+#: templates/web/default/admin/body-form.html:4
+#: templates/web/default/admin/flagged.html:11
+#: templates/web/default/admin/flagged.html:28
+#: templates/web/default/admin/list_updates.html:8
+#: templates/web/default/admin/reports.html:13
+#: templates/web/default/admin/users.html:12
+#: templates/web/default/reports/index.html:15
+#: templates/web/emptyhomes/reports/index.html:9
+#: templates/web/fiksgatami/nn/reports/index.html:9
+#: templates/web/fiksgatami/reports/index.html:9
+#: templates/web/fixmybarangay/reports/index.html:15
+#: templates/web/fixmystreet/auth/general.html:56
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:120
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:187
+#: templates/web/fixmystreet/report/update-form.html:136
+#: templates/web/zurich/admin/body-form.html:4
+#: templates/web/zurich/auth/general.html:58
+#: templates/web/zurich/report/new/fill_in_details_form.html:100
+msgid "Name"
+msgstr "Nome"
+
+#: templates/web/seesomething/report/new/fill_in_details_form.html:74
+msgid "Name (optional)"
+msgstr "Nome (opcional)"
+
+#: templates/web/default/admin/report_edit.html:66
+#: templates/web/default/admin/update_edit.html:32
+#: templates/web/default/admin/user-form.html:5
+#: templates/web/zurich/admin/report_edit-sdm.html:43
+#: templates/web/zurich/admin/report_edit.html:57
+#: templates/web/zurich/admin/stats.html:41
+msgid "Name:"
+msgstr "Nome:"
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:313
+msgid "Name: %s"
+msgstr "Nome: %s"
+
+#: templates/web/fiksgatami/footer.html:3
+#: templates/web/fiksgatami/nn/footer.html:3
+#: templates/web/reading/footer.html:4
+msgid "Navigation"
+msgstr "Navegaçao"
+
+#: perllib/FixMyStreet/Geocode/OSM.pm:166
+msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s"
+msgstr "Nomeado rodoviário mais próximo ao pino colocado no mapa (gerado automaticamente usando OpenStreetMap): %s%s"
+
+#: perllib/FixMyStreet/Cobrand/UK.pm:148
+msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)"
+msgstr "Código postal mais próximo do pino colocado no mapa (gerado automaticamente): %s (%sm distância)"
+
+#: perllib/FixMyStreet/Cobrand/Default.pm:418
+#: perllib/FixMyStreet/Cobrand/Default.pm:458
+msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s"
+msgstr "Estrada mais próxima para o pino colocado no mapa (gerado automaticamente por Bing Maps): %s"
+
+#: perllib/FixMyStreet/DB/ResultSet/AlertType.pm:273
+msgid ""
+"Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n"
+"\n"
+msgstr ""
+"Estrada mais próxima para o pino colocado no mapa (gerado automaticamente por Bing Maps): %s\n"
+"\n"
+"\n"
+
+#: templates/web/default/email_sent.html:3
+msgid "Nearly Done! Now check your email..."
+msgstr "Quase pronto! Agora, verifique seu e-mail ..."
+
+#: templates/web/default/reports/index.html:16
+#: templates/web/fixmybarangay/reports/index.html:16
+msgid "New <br>problems"
+msgstr "Novos <br>problemas"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
+msgid "New body added"
+msgstr "Novo corpo adicionado"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
+msgid "New category contact added"
+msgstr "Novo contato de categoria adicionado"
+
+#: db/alert_types.pl:18 db/alert_types.pl:22
+msgid "New local problems on FixMyStreet"
+msgstr "Novos problemas locais FixMyStreetMindelo"
+
+#: db/alert_types_eha.pl:12
+msgid "New local reports on reportemptyhomes.com"
+msgstr "Novos relatórios locais reportemptyhomes.com"
+
+#: templates/web/emptyhomes/reports/index.html:10
+#: templates/web/fiksgatami/nn/reports/index.html:10
+#: templates/web/fiksgatami/reports/index.html:10
+msgid "New problems"
+msgstr "Novos problemas"
+
+#: db/alert_types.pl:38
+msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet"
+msgstr "Novos problemas para {{CONSELHO}} {{dentro WARD}} enfermaria em FixMyStreetMindelo"
+
+#: db/alert_types.pl:26 db/alert_types.pl:30
+msgid "New problems near {{POSTCODE}} on FixMyStreet"
+msgstr "Novos problemas perto de CÓDIGO POSTAL {{}} em FixMyStreetMindelo"
+
+#: db/alert_types.pl:10
+msgid "New problems on FixMyStreet"
+msgstr "Novos problemas no FixMyStreetMindelo"
+
+#: db/alert_types.pl:34
+msgid "New problems to {{COUNCIL}} on FixMyStreet"
+msgstr "Novos problemas para {{}} CONSELHO em FixMyStreetMindelo"
+
+#: db/alert_types.pl:42
+msgid "New problems within {{NAME}}'s boundary on FixMyStreet"
+msgstr "Novos problemas dentro de {{NAME}} 's fronteira em FixMyStreetMindelo"
+
+#: templates/web/zurich/admin/index-sdm.html:4
+msgid "New reports"
+msgstr "Novos reports"
+
+#: db/alert_types_eha.pl:23
+msgid "New reports for {{COUNCIL}} within {{WARD}} ward on reportemptyhomes.com"
+msgstr "Novos relatórios para {{CONSELHO}} {{dentro WARD}} em reportemptyhomes.com"
+
+#: db/alert_types_eha.pl:5
+msgid "New reports on reportemptyhomes.com"
+msgstr "Novos relatórios sobre reportemptyhomes.com"
+
+#: db/alert_types_eha.pl:16
+msgid "New reports on reportemptyhomes.com near {{POSTCODE}}"
+msgstr "Novos relatórios sobre reportemptyhomes.com perto CÓDIGO POSTAL {{}}"
+
+#: db/alert_types_eha.pl:19
+msgid "New reports to {{COUNCIL}} on reportemptyhomes.com"
+msgstr "Novos Relatorios sobre reportemptyhomes.com Perto CÓDIGO POSTAL {{}}"
+
+#: db/alert_types_eha.pl:27
+msgid "New reports within {{NAME}}'s boundary on reportemptyhomes.com"
+msgstr "Novos relatórios dentro de {{NAME}} 's fronteira em reportemptyhomes.com"
+
+#: templates/web/default/admin/questionnaire.html:24
+msgid "New state"
+msgstr "Novo estado"
+
+#: templates/web/zurich/admin/report_edit-sdm.html:58
+msgid "New update:"
+msgstr "Nova actualizaçao"
+
+#: templates/web/fiksgatami/front/news.html:9
+#: templates/web/fiksgatami/nn/front/news.html:9
+#: templates/web/fixmystreet/front/news.html:8
+msgid "New!"
+msgstr "Novo?"
+
+#: templates/web/default/pagination.html:13
+msgid "Next"
+msgstr "Proximo"
+
+#: templates/web/default/admin/body.html:50
+#: templates/web/default/admin/body.html:51
+#: templates/web/default/admin/body.html:52
+#: templates/web/default/admin/body_edit.html:4
+#: templates/web/default/admin/list_updates.html:37
+#: templates/web/default/admin/list_updates.html:38
+#: templates/web/default/admin/list_updates.html:39
+#: templates/web/default/admin/problem_row.html:20
+#: templates/web/default/admin/report_edit.html:64
+#: templates/web/default/admin/report_edit.html:77
+#: templates/web/default/admin/update_edit.html:25
+#: templates/web/default/questionnaire/creator_fixed.html:16
+#: templates/web/default/questionnaire/index.html:111
+#: templates/web/default/questionnaire/index.html:68
+#: templates/web/fixmystreet/questionnaire/index.html:101
+#: templates/web/fixmystreet/questionnaire/index.html:62
+msgid "No"
+msgstr "Nao"
+
+#: templates/web/default/admin/user-form.html:8
+msgid "No body"
+msgstr "Nenhum corpo"
+
+#: templates/web/default/admin/stats.html:85
+msgid "No council"
+msgstr "Sem conselho"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:401
+msgid "No council selected"
+msgstr "Nenhum Conselho selecionado"
+
+#: templates/web/default/admin/edit-league.html:10
+msgid "No edits have yet been made."
+msgstr "Nenhum ediçao efectuada"
+
+#: templates/web/default/admin/flagged.html:20
+msgid "No flagged problems found"
+msgstr "Nenhum problema sinalizado"
+
+#: templates/web/default/admin/flagged.html:41
+msgid "No flagged users found"
+msgstr "Nenhum usuário sinalizado encontrado"
+
+#: templates/web/zurich/admin/report_edit-sdm.html:65
+msgid "No further updates"
+msgstr "Sem mais atualizações"
+
+#: templates/web/default/around/around_map_list_items.html:17
+#: templates/web/fixmystreet/around/around_map_list_items.html:8
+msgid "No problems found."
+msgstr "Nenhum problema encontrado"
+
+#: templates/web/default/around/on_map_list_items.html:14
+#: templates/web/fixmystreet/around/on_map_list_items.html:6
+msgid "No problems have been reported yet."
+msgstr "Nenhuns problemas foram ianda reportados"
+
+#: templates/web/default/js/translation_strings.html:32
+msgid "No result returned"
+msgstr "Nenhum resultado retornado"
+
+#: templates/web/default/report/_support.html:2
+#: templates/web/default/report/_support.html:4
+msgid "No supporters"
+msgstr "Não apoiantes"
+
+#: templates/web/default/admin/body.html:55
+msgid "Non Public"
+msgstr "Nao publico"
+
+#: templates/web/default/admin/report_edit.html:30
+#: templates/web/zurich/admin/report_edit-sdm.html:46
+#: templates/web/zurich/admin/report_edit.html:61
+msgid "None"
+msgstr "Nenhum"
+
+#: templates/web/bromley/report/display.html:80
+#: templates/web/bromley/report/display.html:83
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:46
+#: templates/web/default/report/update-form.html:30
+#: templates/web/default/report/update-form.html:33
+#: templates/web/fixmystreet/report/update-form.html:28
+#: templates/web/fixmystreet/report/update-form.html:31
+msgid "Not Responsible"
+msgstr "Nao responsavel"
+
+#: templates/web/zurich/admin/report_edit-sdm.html:21
+msgid "Not for my subdivision"
+msgstr "Nao pertence ao meu sector"
+
+#: templates/web/default/admin/questionnaire.html:6
+msgid "Not reported before"
+msgstr "Nao reportado antes"
+
+#: templates/web/default/report/_main.html:14
+msgid "Not reported to council"
+msgstr "Nao reportado ao conselho"
+
+#: templates/web/default/admin/body.html:41
+#: templates/web/default/admin/body_edit.html:87
+#: templates/web/zurich/admin/body.html:16
+msgid "Note"
+msgstr "Nota"
+
+#: templates/web/default/admin/stats.html:51
+msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little"
+msgstr "Note que quando incluimos relatos não confirmados usamos a data em que o relatório foi criado, que pode não estar no mesmo mês em que o relatório foi confirmado de modo que os números podem estar alterados."
+
+#: templates/web/default/admin/body.html:92
+#: templates/web/default/admin/body_edit.html:44
+#: templates/web/zurich/admin/body.html:47
+msgid "Note:"
+msgstr "Nota"
+
+#: templates/web/default/open311/index.html:75
+msgid "Note: <strong>%s</strong>"
+msgstr "Nota: <strong>%s</strong>"
+
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:154
+msgid "Now to submit your report&hellip;"
+msgstr "Agora, para apresentar o seu relatório ..."
+
+#: templates/web/default/report/new/fill_in_details_form.html:131
+msgid "Now to submit your report&hellip; do you have a FixMyStreet password?"
+msgstr "Agora, para apresentar o seu relatório ... você tem de ter uma senha FixMyStreetMindelo?"
+
+#: templates/web/fixmystreet/report/update-form.html:83
+msgid "Now to submit your update&hellip;"
+msgstr "Agora, para apresentar a sua atualização ..."
+
+#: templates/web/default/report/update-form.html:86
+msgid "Now to submit your update&hellip; do you have a FixMyStreet password?"
+msgstr "Agora, para apresentar a sua atualização ... você tem de ter uma senha FixMyStreetMindelo?"
+
+#: templates/web/default/js/translation_strings.html:36
+msgid "OK"
+msgstr "OK"
+
+#: templates/web/default/report/display.html:24
+#: templates/web/default/report/update.html:16
+msgid "Offensive? Unsuitable? Tell us"
+msgstr "Ofensivo? Inadequado? Informem-nos"
+
+#: templates/web/default/reports/index.html:18
+#: templates/web/fixmybarangay/reports/index.html:18
+msgid "Old / unknown <br>problems"
+msgstr " Velho / desconhecido <br>problems"
+
+#: templates/web/fiksgatami/nn/reports/index.html:12
+#: templates/web/fiksgatami/reports/index.html:12
+msgid "Old problems,<br>state unknown"
+msgstr "VElhos problemas,<br>estado desconhecido"
+
+#: templates/web/default/admin/questionnaire.html:24
+msgid "Old state"
+msgstr "Estado antigo"
+
+#: templates/web/default/reports/index.html:20
+#: templates/web/fixmybarangay/reports/index.html:20
+msgid "Older <br>fixed"
+msgstr "Mais antigo <br>fixado"
+
+#: templates/web/default/reports/index.html:17
+#: templates/web/fixmybarangay/reports/index.html:17
+msgid "Older <br>problems"
+msgstr "Mais antigo <br>problemas"
+
+#: templates/web/fiksgatami/nn/reports/index.html:14
+#: templates/web/fiksgatami/reports/index.html:14
+msgid "Older fixed"
+msgstr "Mais antigo fixed"
+
+#: templates/web/emptyhomes/reports/index.html:11
+#: templates/web/fiksgatami/nn/reports/index.html:11
+#: templates/web/fiksgatami/reports/index.html:11
+msgid "Older problems"
+msgstr "Problemas mais antigos"
+
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:74
+#: templates/web/bromley/report/display.html:80
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:36
+#: templates/web/default/admin/report_edit.html:37
+#: templates/web/default/admin/update_edit.html:28
+#: templates/web/default/dashboard/index.html:142
+#: templates/web/default/report/update-form.html:30
+#: templates/web/fixmystreet/report/update-form.html:28
+#: templates/web/zurich/admin/header.html:1
+#: templates/web/zurich/admin/header.html:7
+#: templates/web/zurich/admin/report_edit.html:87
+#: templates/web/zurich/admin/report_edit.html:89
+#: templates/web/zurich/admin/update_edit.html:18
+#: templates/web/zurich/report/banner.html:11
+msgid "Open"
+msgstr "Aberto"
+
+#: templates/web/default/my/my.html:22 templates/web/fixmystreet/my/my.html:26
+msgid "Open reports"
+msgstr "Relatorios abertos"
+
+#: templates/web/default/open311/index.html:72
+msgid "Open311 API for the mySociety FixMyStreet server"
+msgstr "Open311 API para o servidor FixMyStreet mySociety"
+
+#: templates/web/default/open311/index.html:82
+msgid "Open311 initiative web page"
+msgstr "Open311 página web iniciativa"
+
+#: templates/web/default/open311/index.html:83
+msgid "Open311 specification"
+msgstr "Especificação Open311"
+
+#: templates/web/default/alert/_list.html:58
+#: templates/web/fixmystreet/alert/_list.html:60
+msgid "Or problems reported to:"
+msgstr "Ou os problemas relatados para:"
+
+#: templates/web/default/alert/_list.html:33
+#: templates/web/fixmystreet/alert/_list.html:36
+msgid "Or you can subscribe to an alert based upon what ward or council you&rsquo;re in:"
+msgstr "Ou você pode se inscrever em um alerta baseado no que ala, zona ou conselho você está inserido"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:1046
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:664
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:665
+#: perllib/FixMyStreet/DB/Result/Problem.pm:578
+#: perllib/FixMyStreet/DB/Result/Problem.pm:588
+#: perllib/FixMyStreet/DB/Result/Problem.pm:598
+#: perllib/FixMyStreet/DB/Result/Problem.pm:610
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:357
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:370
+msgid "Other"
+msgstr "Outro"
+
+#: templates/web/default/footer.html:27
+msgid "Our code is open source and <a href=\"http://github.com/mysociety/fixmystreet\">available on GitHub</a>."
+msgstr "Nosso código é open source e <a href=\"http://github.com/mysociety/fixmystreet\"> disponível no GitHub </a>."
+
+#: templates/web/default/admin/list_updates.html:12
+msgid "Owner"
+msgstr "Proprietário"
+
+#: templates/web/default/errors/page_error_404_not_found.html:1
+#: templates/web/default/errors/page_error_404_not_found.html:3
+msgid "Page Not Found"
+msgstr "Pagina nao encontrada"
+
+#: templates/web/default/admin/body-form.html:9
+#: templates/web/zurich/admin/body-form.html:15
+msgid "Parent"
+msgstr "Parente"
+
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:51
+msgid "Partial"
+msgstr "Parcial"
+
+#: templates/web/bromley/report/display.html:147
+#: templates/web/bromley/report/new/fill_in_details_form.html:186
+#: templates/web/fixmystreet/auth/general.html:59
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:208
+#: templates/web/fixmystreet/report/update-form.html:119
+#: templates/web/zurich/auth/general.html:32
+#: templates/web/zurich/auth/general.html:61
+msgid "Password (optional)"
+msgstr "Password (opcional)"
+
+#: templates/web/default/auth/change_password.html:25
+msgid "Password:"
+msgstr "Password:"
+
+#: templates/web/default/js/translation_strings.html:39
+msgid "Permalink"
+msgstr ""
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:136
+#: templates/web/bromley/report/new/fill_in_details_form.html:183
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:138
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:205
+#: templates/web/seesomething/report/new/fill_in_details_form.html:89
+#: templates/web/zurich/report/new/fill_in_details_form.html:106
+msgid "Phone number (optional)"
+msgstr "Telefone (opcional)"
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:278
+#: templates/web/default/admin/report_edit.html:68
+#: templates/web/default/report/new/fill_in_details_form.html:215
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:138
+#: templates/web/zurich/admin/report_edit-sdm.html:46
+#: templates/web/zurich/admin/report_edit.html:61
+#: templates/web/zurich/admin/stats.html:39
+msgid "Phone:"
+msgstr "Telefone:"
+
+#: templates/web/bromley/report/display.html:111
+#: templates/web/bromley/report/new/fill_in_details_form.html:104
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:92
+#: templates/web/fixmystreet/report/update-form.html:59
+#: templates/web/seesomething/report/new/fill_in_details_form.html:52
+#: templates/web/zurich/admin/index-dm.html:29
+#: templates/web/zurich/admin/index-sdm.html:24
+#: templates/web/zurich/admin/stats.html:37
+#: templates/web/zurich/report/new/fill_in_details_form.html:68
+msgid "Photo"
+msgstr "Foto"
+
+#: templates/web/default/questionnaire/index.html:99
+#: templates/web/default/report/new/fill_in_details_form.html:102
+#: templates/web/default/report/update-form.html:62
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:99
+#: templates/web/fixmystreet/questionnaire/index.html:90
+msgid "Photo:"
+msgstr "Foto"
+
+#: templates/web/default/alert/list.html:26
+msgid "Photos of recent nearby reports"
+msgstr "Fotos de relatórios recentes mais proximos"
+
+#: templates/web/default/js/translation_strings.html:24
+msgid "Place pin on map"
+msgstr "Coloque a fix pin no mapa"
+
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:38
+#: templates/web/default/dashboard/index.html:142
+#: templates/web/default/dashboard/index.html:143
+#: templates/web/zurich/admin/header.html:1
+#: templates/web/zurich/admin/header.html:9
+#: templates/web/zurich/admin/index-dm.html:9
+#: templates/web/zurich/admin/report_edit.html:87
+#: templates/web/zurich/admin/report_edit.html:90
+msgid "Planned"
+msgstr "Planejado"
+
+#: templates/web/fixmystreet/questionnaire/index.html:44
+msgid "Please <a class=\"tab_link\" href=\"#report\">take a look</a> at the updates that have been left."
+msgstr "<a Class=\"tab_link\" href=\"#report\"> dar uma olhada </a> nas atualizações que foram deixadas."
+
+#: templates/web/default/report/new/notes.html:6
+#: templates/web/fixmystreet/report/new/notes.html:6
+#: templates/web/oxfordshire/report/new/notes.html:5
+msgid "Please be polite, concise and to the point."
+msgstr "Por favor, seja educado, objectivo, conciso e direto ao ponto."
+
+#: templates/web/default/auth/change_password.html:12
+#: templates/web/default/auth/change_password.html:17
+msgid "Please check the passwords and try again"
+msgstr "Por favor verifique as senhas e tente novamente"
+
+#: templates/web/default/auth/token.html:14
+msgid "Please check your email"
+msgstr "Favor verificar seu email"
+
+#: templates/web/default/auth/general.html:14
+#: templates/web/default/auth/general.html:8
+#: templates/web/fixmystreet/auth/general.html:15
+#: templates/web/fixmystreet/auth/general.html:9
+#: templates/web/seesomething/auth/general.html:15
+#: templates/web/seesomething/auth/general.html:9
+#: templates/web/zurich/auth/general.html:3
+#: templates/web/zurich/auth/general.html:9
+msgid "Please check your email address is correct"
+msgstr "Favor verificar se seu email esta correcto"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:848
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:855
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:874
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:917
+#: perllib/FixMyStreet/DB/Result/Problem.pm:420
+#: templates/web/default/js/translation_strings.html:9
+msgid "Please choose a category"
+msgstr "Escolher uma categoria"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:426
+msgid "Please choose a property type"
+msgstr "Por favor, escolha um tipo de imóvel"
+
+#: templates/web/seesomething/js/translation_strings.html:6
+msgid "Please choose a transport category"
+msgstr "Por favor escolha uma categoria de transporte"
+
+#: templates/web/seesomething/js/translation_strings.html:7
+msgid "Please choose an incident category"
+msgstr "Por favor escolha uma categoria incidente"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:64
+msgid "Please describe the exact location of the report. Example: “2 dumped mattresses outside Number 19 Stockwell Close”"
+msgstr "Por favor, descreva a localização exata do relatório. Exemplo: \"2 postes iluminaçao partidos na rua lisboa\""
+
+#: templates/web/default/contact/blurb.html:2
+msgid ""
+"Please do <strong>not</strong> report problems through this form; messages go to\n"
+"the team behind FixMyStreet, not a council. To report a problem,\n"
+"please <a href=\"/\">go to the front page</a> and follow the instructions."
+msgstr ""
+"Por favor, faça <strong> não </strong> relatar problemas através deste formulário; mensagens de ir para ⏎\n"
+"a equipe por trás FixMyStreet, não um conselho. Para relatar um problema, ⏎\n"
+"<a href=\"/\"> ir para a página inicial </a> e siga as instruções."
+
+#: templates/web/default/report/new/notes.html:7
+#: templates/web/fixmystreet/report/new/notes.html:7
+#: templates/web/oxfordshire/report/new/notes.html:6
+msgid "Please do not be abusive&nbsp;&mdash; abusing your council devalues the service for all users."
+msgstr ""
+"Por favor, o Faça <strong> Localidade: Não </strong> relatar Problemas atraves dEste Formulário; Point Of Sale de ir par ⏎\n"
+"a Equipe POR Trás FixMyStreet, Nao hum Conselho. Pará relatar hum Problema, ⏎\n"
+"<a href=\"/\"> ir par a Página Inicial </a> e como SIGA INSTRUÇÕES."
+
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:46
+msgid "Please do not give address or personal information in this section."
+msgstr "Por favor, não fornecer o endereço ou informações pessoais nesta seção."
+
+#: perllib/FixMyStreet/DB/Result/Comment.pm:145
+#: templates/web/default/js/translation_strings.html:2
+msgid "Please enter a message"
+msgstr "Por favor insira uma mensagem"
+
+#: templates/web/default/auth/change_password.html:12
+#: templates/web/default/auth/change_password.html:15
+msgid "Please enter a password"
+msgstr "Por favor insira uma password"
+
+#: perllib/FixMyStreet/App/Controller/Contact.pm:97
+#: perllib/FixMyStreet/DB/Result/Problem.pm:395
+#: templates/web/default/js/translation_strings.html:3
+msgid "Please enter a subject"
+msgstr "Por favor insira um assunto"
+
+#: perllib/FixMyStreet/DB/Result/User.pm:115
+#: templates/web/default/js/translation_strings.html:12
+#: templates/web/default/js/translation_strings.html:16
+#: templates/web/seesomething/js/translation_strings.html:10
+#: templates/web/seesomething/js/translation_strings.html:13
+msgid "Please enter a valid email"
+msgstr "Por favor insira um email valido"
+
+#: perllib/FixMyStreet/App/Controller/Alert.pm:346
+#: perllib/FixMyStreet/App/Controller/Contact.pm:107
+msgid "Please enter a valid email address"
+msgstr "Por favor insira um endereço de e-mail válido"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:398
+#: templates/web/default/js/translation_strings.html:4
+#: templates/web/seesomething/js/translation_strings.html:2
+msgid "Please enter some details"
+msgstr "Por favor, insira alguns detalhes"
+
+#: perllib/FixMyStreet/App/Controller/Contact.pm:96
+#: perllib/FixMyStreet/DB/Result/User.pm:112
+#: templates/web/default/auth/general.html:13
+#: templates/web/default/auth/general.html:8
+#: templates/web/default/js/translation_strings.html:11
+#: templates/web/default/js/translation_strings.html:15
+#: templates/web/fixmystreet/auth/general.html:14
+#: templates/web/fixmystreet/auth/general.html:9
+#: templates/web/seesomething/auth/general.html:14
+#: templates/web/seesomething/auth/general.html:9
+#: templates/web/seesomething/js/translation_strings.html:9
+#: templates/web/zurich/auth/general.html:3
+#: templates/web/zurich/auth/general.html:8
+msgid "Please enter your email"
+msgstr "Digite seu e-mail"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:149
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:151
+#: templates/web/seesomething/report/new/fill_in_details_form.html:85
+#: templates/web/zurich/report/new/fill_in_details_form.html:92
+msgid "Please enter your email address"
+msgstr "Por favor, insira o seu endereço de email"
+
+#: templates/web/default/js/translation_strings.html:19
+msgid "Please enter your first name"
+msgstr "Digite seu primeiro nome"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:413
+#: templates/web/default/js/translation_strings.html:7
+#: templates/web/seesomething/js/translation_strings.html:4
+msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below"
+msgstr "Por favor, insira o seu nome completo, os conselhos precisam desta informação - se você não quiser que seu nome seja mostrado no site, desmarque a caixa abaixo"
+
+#: perllib/FixMyStreet/App/Controller/Contact.pm:95
+#: perllib/FixMyStreet/DB/Result/Comment.pm:142
+#: perllib/FixMyStreet/DB/Result/Problem.pm:406
+#: perllib/FixMyStreet/DB/Result/User.pm:108
+#: templates/web/default/js/translation_strings.html:6
+msgid "Please enter your name"
+msgstr "Digite seu nome"
+
+#: templates/web/default/js/translation_strings.html:20
+msgid "Please enter your second name"
+msgstr "Digite seu segundo nome, apelido"
+
+#: templates/web/default/js/translation_strings.html:18
+msgid "Please enter your title"
+msgstr "Por favor, insira o seu título"
+
+#: templates/web/default/auth/sign_out.html:5
+#: templates/web/zurich/auth/sign_out.html:5
+msgid "Please feel free to <a href=\"%s\">sign in again</a>, or go back to the <a href=\"/\">front page</a>."
+msgstr "Por favor, sinta-se livre para <a href=\"%s\"> se inscrever de novo </a>, ou voltar para a página inicial href=\"/\"> <a </a>."
+
+#: templates/web/emptyhomes/report/new/fill_in_details_text.html:1
+msgid ""
+"Please fill in details of the empty property below, saying what type of\n"
+"property it is e.g. an empty home, block of flats, office etc. Tell us\n"
+"something about its condition and any other information you feel is relevant.\n"
+"There is no need for you to give the exact address. Please be polite, concise\n"
+"and to the point; writing your message entirely in block capitals makes it hard\n"
+"to read, as does a lack of punctuation."
+msgstr ""
+"Por favor, preencha a ficha do imóvel vazio abaixo, dizendo que tipo de ⏎\n"
+"propriedade é, por exemplo, uma casa vazia, bloco de apartamentos, escritório etc Diga-nos ⏎\n"
+"algo sobre sua condição e qualquer outra informação que você sente é relevante. ⏎\n"
+"Não há nenhuma necessidade para você dar o endereço exato. Por favor, seja educado, conciso ⏎\n"
+"e direto ao ponto, escrever a mensagem inteiramente em letras maiúsculas torna difícil ⏎"
+
+#: templates/web/default/report/new/fill_in_details_text.html:1
+#: templates/web/default/report/new/fill_in_details_text.html:11
+#: templates/web/fixmybarangay/report/new/fill_in_details_text.html:1
+#: templates/web/fixmybarangay/report/new/fill_in_details_text.html:10
+#: templates/web/fixmystreet/report/new/fill_in_details_text.html:1
+#: templates/web/fixmystreet/report/new/fill_in_details_text.html:8
+msgid "Please fill in details of the problem below."
+msgstr "Por favor, preencha os detalhes do problema abaixo."
+
+#: templates/web/fixmybarangay/report/new/fill_in_details_text.html:1
+#: templates/web/fixmybarangay/report/new/fill_in_details_text.html:3
+msgid ""
+"Please fill in details of the problem below. Leave as much detail as you can, \n"
+"and if possible describe the exact location of\n"
+"the problem (e.g. if there is a streetlight number or road name)."
+msgstr ""
+"Por favor, preencha os detalhes do problema abaixo. Deixar o máximo de detalhes possível, ⏎\n"
+"e se possível descrever a localização exata de ⏎\n"
+"o problema (por exemplo, se existe um número de rua ou o nome da rua, zona. lugar, praça, beco, ruela, etc)."
+
+#: templates/web/default/report/new/fill_in_details_text.html:1
+#: templates/web/default/report/new/fill_in_details_text.html:3
+msgid ""
+"Please fill in details of the problem below. The council won't be able\n"
+"to help unless you leave as much detail as you can, so please describe the exact location of\n"
+"the problem (e.g. on a wall), what it is, how long it has been there, a description (and a\n"
+"photo of the problem if you have one), etc."
+msgstr ""
+"Por favor, preencha os detalhes do problema abaixo. O conselho não será capaz ⏎\n"
+"para ajudar a menos que você deixe o máximo de detalhes como você pode, então, por favor descrever a localização exata de ⏎\n"
+"o problema (por exemplo, uma parede, um poste, lixo, entulho), o que é, quanto tempo ele tem estado lá, uma descrição (e um ⏎\n"
+"foto do problema se você tiver um), etc"
+
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:70
+#: templates/web/seesomething/report/new/fill_in_details_form.html:20
+#: templates/web/zurich/report/new/fill_in_details_form.html:46
+msgid "Please fill in details of the problem."
+msgstr "Por favor, preencha os detalhes do problema."
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:28
+#: templates/web/default/report/new/fill_in_details_form.html:27
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:26
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:35
+#: templates/web/zurich/report/new/fill_in_details_form.html:20
+msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box."
+msgstr "Por favor, preencha o formulário abaixo com detalhes do problema e descrever a localização mais precisa possível na caixa de detalhes."
+
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243
+msgid "Please indicate whether you'd like to receive another questionnaire"
+msgstr "Por favor, indique se você gostaria de receber um outro questionário"
+
+#: templates/web/fixmystreet/report/updates-sidebar-notes.html:3
+msgid "Please note that updates are not sent to the council."
+msgstr "Por favor, note que as atualizações não são enviadas para o conselho."
+
+#: templates/web/default/report/update-form.html:7
+msgid "Please note that updates are not sent to the council. If you leave your name it will be public. Your information will only be used in accordance with our <a href=\"/faq#privacy\">privacy policy</a>"
+msgstr "Por favor, note que as atualizações Localidade: Não São enviadas par o Conselho. Se Você. deixar Seu Nome Será, Público. SUAS Informations Só Serao utilizadas according to Nossa <a href=\"/faq#privacy\"> Politica de Privacidade </a>"
+
+#: templates/web/barnet/report/updates-sidebar-notes.html:1
+msgid "Please note that updates are not sent to the relevant department. If you leave your name it will be public. Your information will only be used in accordance with our <a href=\"/faq#privacy\">privacy policy</a>"
+msgstr "Por favor, note que as atualizações não são enviadas para o departamento competente. Se você deixar seu nome será público. Suas informações só serão utilizadas de acordo com nossa <a href=\"/faq#privacy\"> política de privacidade </a>"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:23
+#: templates/web/default/report/new/fill_in_details_form.html:5
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:5
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:26
+#: templates/web/zurich/report/new/fill_in_details_form.html:11
+msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit."
+msgstr "Por favor, note o relatório ainda não foi enviado <strong> </strong>. Escolha uma categoria e acrescentar mais informações abaixo, em seguida, enviar."
+
+#: templates/web/default/report/new/notes.html:1
+#: templates/web/fixmybarangay/report/new/notes.html:1
+#: templates/web/fixmystreet/report/new/notes.html:1
+#: templates/web/oxfordshire/report/new/notes.html:1
+msgid "Please note:"
+msgstr "Favor notar:"
+
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:246
+msgid "Please provide some explanation as to why you're reopening this report"
+msgstr "Favor fornecer uma explicação de por que você está reabrindo este relatório"
+
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253
+msgid "Please provide some text as well as a photo"
+msgstr "Por favor, forneça algum texto, bem como uma foto"
+
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:116
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:239
+msgid "Please say whether you've ever reported a problem to your council before"
+msgstr "Por favor, diga se você já relatou um problema para o seu conselho antes"
+
+#: perllib/FixMyStreet/App/Controller/Alert.pm:80
+msgid "Please select the feed you want"
+msgstr "Por favor, selecione o feed que deseja"
+
+#: perllib/FixMyStreet/App/Controller/Alert.pm:118
+msgid "Please select the type of alert you want"
+msgstr "Selecione o tipo de alerta que deseja"
+
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:235
+msgid "Please state whether or not the problem has been fixed"
+msgstr "Por favor, indique se o problema foi corrigido"
+
+#: templates/web/default/questionnaire/index.html:50
+msgid "Please take a look at the updates that have been left."
+msgstr "Por favor, dê uma olhada nas atualizações que foram deixadas."
+
+#: perllib/FixMyStreet/App/Controller/Photo.pm:174
+msgid "Please upload a JPEG image only"
+msgstr "Faça upload somente de uma imagem em JPEG "
+
+#: perllib/FixMyStreet/App/Controller/Photo.pm:181
+msgid "Please upload a JPEG image only\n"
+msgstr "Faça upload de uma imagem JPEG \n"
+
+#: perllib/FixMyStreet/App/Controller/Contact.pm:98
+msgid "Please write a message"
+msgstr "Por favor, escreva uma mensagem"
+
+#: templates/web/bromley/report/display.html:70
+#: templates/web/fixmystreet/report/update-form.html:23
+msgid "Please write your update here"
+msgstr "Por favor, escreva a sua atualização aqui"
+
+#: templates/web/bromley/report/display.html:123
+#: templates/web/bromley/report/display.html:151
+#: templates/web/bromley/report/display.html:163
+#: templates/web/default/contact/index.html:93
+#: templates/web/default/report/update-form.html:109
+#: templates/web/default/report/update-form.html:131
+#: templates/web/default/report/update-form.html:72
+#: templates/web/fixmystreet/contact/index.html:105
+#: templates/web/fixmystreet/report/update-form.html:123
+#: templates/web/fixmystreet/report/update-form.html:71
+#: templates/web/fixmystreet/report/update-form.html:95
+msgid "Post"
+msgstr "Postar"
+
+#: templates/web/default/report/updates.html:15
+msgid "Posted anonymously at %s"
+msgstr "Postado anonimamente em %s"
+
+#: templates/web/default/report/updates.html:22
+msgid "Posted by %s (<strong>%s</strong>) at %s"
+msgstr "Postado por %s (<strong>%s</strong>) em %s"
+
+#: templates/web/default/report/updates.html:24
+msgid "Posted by %s at %s"
+msgstr "Postado por %s aem %s"
+
+#: templates/web/default/pagination.html:7
+msgid "Previous"
+msgstr "Anterior"
+
+#: templates/web/default/admin/body.html:97
+#: templates/web/default/admin/body_edit.html:40
+#: templates/web/default/admin/report_edit.html:79
+msgid "Private"
+msgstr "Privado"
+
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:108
+msgid "Private information (not shown on site)"
+msgstr "Informações privadas (não mostrado no site)"
+
+#: templates/web/default/maps/openlayers.html:85
+msgid "Problem"
+msgstr "Problema"
+
+#: templates/web/default/admin/timeline.html:22
+msgid "Problem %d created"
+msgstr "Problema %d criado"
+
+#: templates/web/default/admin/timeline.html:24
+msgid "Problem %s confirmed"
+msgstr "Problema %s confirmado"
+
+#: templates/web/default/admin/timeline.html:26
+msgid "Problem %s sent to council %s"
+msgstr "Problema %s enviado ao conselho %s"
+
+#: templates/web/default/admin/index.html:28
+#: templates/web/zurich/admin/index.html:9
+msgid "Problem breakdown by state"
+msgstr "Colapso problema por estado"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
+msgid "Problem marked as open."
+msgstr "Problema marcado como aberto."
+
+#: templates/web/default/admin/questionnaire.html:21
+msgid "Problem state change based on survey results"
+msgstr "Mudança de estado do problema com base nos resultados da pesquisa"
+
+#: templates/web/default/admin/flagged.html:5
+msgid "Problems"
+msgstr "Problemas"
+
+#: templates/web/default/around/_updates.html:1
+msgid "Problems in this area"
+msgstr "Problemas nesta área"
+
+#: templates/web/bromley/report/display.html:31
+#: templates/web/fixmystreet/around/tabbed_lists.html:4
+#: templates/web/fixmystreet/report/display.html:46
+msgid "Problems nearby"
+msgstr "Problemas nas proximidades"
+
+#: templates/web/fixmystreet/around/tabbed_lists.html:3
+#: templates/web/fixmystreet/report/display.html:44
+msgid "Problems on the map"
+msgstr "Problemas no mapa"
+
+#: db/alert_types.pl:14
+msgid "Problems recently reported fixed on FixMyStreet"
+msgstr "Problemas relatados recentemente fixados em FixMyStreetMindelo"
+
+#: templates/web/default/alert/_list.html:19
+#: templates/web/fixmystreet/alert/_list.html:21
+msgid "Problems within %.1fkm of this location"
+msgstr "Problemas dentro de %.1fkm deste local"
+
+#: perllib/FixMyStreet/Cobrand/Default.pm:626
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:109
+#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155
+#: perllib/FixMyStreet/Cobrand/UK.pm:228
+msgid "Problems within %s"
+msgstr "Problemas dentro de %s"
+
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:117
+#: perllib/FixMyStreet/Cobrand/UK.pm:242
+msgid "Problems within %s ward"
+msgstr "Problemas dentro de %s ala"
+
+#: templates/web/default/reports/body.html:0
+#: templates/web/default/reports/body.html:24
+msgid "Problems within %s, FixMyStreet"
+msgstr "Problemas dentro de %s, FixMyStreetMindelo"
+
+#: templates/web/default/alert/_list.html:40
+#: templates/web/fixmybarangay/alert/_list.html:13
+#: templates/web/fixmystreet/alert/_list.html:42
+msgid "Problems within the boundary of:"
+msgstr "Problemas dentro do limite de:"
+
+#: db/alert_types_eha.pl:8
+msgid "Properties recently reported as put back to use on reportemptyhomes.com"
+msgstr "Propriedades informou recentemente como colocar de volta para uso em reportemptyhomes.com"
+
+#: templates/web/default/admin/report_edit.html:32
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:115
+msgid "Property address:"
+msgstr "Endereço do imóvel:"
+
+#: templates/web/default/report/new/category.html:8
+msgid "Property type:"
+msgstr "Tipo de propriedade:"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:52
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:64
+msgid "Provide a title"
+msgstr "Dê um título"
+
+#: templates/web/bromley/report/display.html:57
+#: templates/web/default/report/update-form.html:3
+#: templates/web/fixmystreet/report/update-form.html:4
+msgid "Provide an update"
+msgstr "Fornecer uma atualização"
+
+#: templates/web/fixmystreet/auth/general.html:53
+msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports."
+msgstr ""
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:180
+msgid "Providing a password is optional, but doing so will allow you to more easily report future problems, leave updates and manage your reports."
+msgstr "Fornecer uma senha é opcional, mas isso vai permitir que você mais facilmente relatar problemas futuros, deixe as atualizações e gerenciar seus relatórios."
+
+#: templates/web/bromley/report/display.html:144
+#: templates/web/default/report/new/fill_in_details_form.html:173
+#: templates/web/default/report/update-form.html:128
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:202
+#: templates/web/fixmystreet/report/update-form.html:116
+msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports."
+msgstr "Fornecer uma senha é opcional, mas isso vai permitir que você mais facilmente relate seus problemas, deixe as atualizações e gerencie seus relatórios."
+
+#: templates/web/default/admin/body.html:42
+#: templates/web/default/admin/body.html:55
+msgid "Public"
+msgstr "Publico"
+
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:44
+msgid "Public information (shown on site)"
+msgstr "A informação pública (mostrado no site)"
+
+#: templates/web/zurich/admin/report_edit.html:178
+#: templates/web/zurich/admin/report_edit.html:194
+msgid "Public response:"
+msgstr "Resposta do público:"
+
+#: templates/web/zurich/admin/report_edit.html:78
+#: templates/web/zurich/admin/stats.html:38
+msgid "Publish photo"
+msgstr "Publicar foto"
+
+#: templates/web/zurich/admin/report_edit.html:202
+msgid "Publish the response"
+msgstr "Publicar a resposta"
+
+#: templates/web/default/questionnaire/completed.html:1
+#: templates/web/default/questionnaire/completed.html:2
+#: templates/web/default/questionnaire/index.html:0
+#: templates/web/default/questionnaire/index.html:14
+#: templates/web/default/questionnaire/index.html:4
+#: templates/web/fixmystreet/questionnaire/index.html:0
+#: templates/web/fixmystreet/questionnaire/index.html:14
+#: templates/web/fixmystreet/questionnaire/index.html:32
+#: templates/web/fixmystreet/questionnaire/index.html:4
+msgid "Questionnaire"
+msgstr "Questionario"
+
+#: templates/web/default/admin/timeline.html:30
+msgid "Questionnaire %d answered for problem %d, %s to %s"
+msgstr "Questionário %d respondeu para o problema de %d, %s para %s"
+
+#: templates/web/default/admin/timeline.html:28
+msgid "Questionnaire %d sent for problem %d"
+msgstr "Questionário %d enviou para o problema de %d"
+
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:192
+msgid "Questionnaire filled in by problem reporter"
+msgstr "Questionário preenchido por problema repórter"
+
+#: templates/web/bromley/report/display.html:37
+#: templates/web/default/alert/_list.html:21
+#: templates/web/default/around/display_location.html:1
+#: templates/web/default/around/display_location.html:3
+#: templates/web/default/report/display.html:46
+#: templates/web/default/reports/_rss.html:1
+#: templates/web/fixmystreet/alert/_list.html:22
+#: templates/web/fixmystreet/alert/updates.html:9
+#: templates/web/fixmystreet/report/display.html:61
+msgid "RSS feed"
+msgstr "RSS feed"
+
+#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283
+msgid "RSS feed for %s"
+msgstr "RSS feed para %s"
+
+#: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289
+msgid "RSS feed for %s ward, %s"
+msgstr "RSS feed for %s ala,%s"
+
+#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171
+#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179
+#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:189
+#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:197
+#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:309
+msgid "RSS feed of %s"
+msgstr "RSS feed de %s"
+
+#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:314
+msgid "RSS feed of %s, within %s ward"
+msgstr "RSS feed de %s, %s problemas pendentes"
+
+#: templates/web/default/alert/_list.html:21
+#: templates/web/fixmystreet/alert/_list.html:22
+msgid "RSS feed of nearby problems"
+msgstr "RSS feed dos problemas próximos"
+
+#: templates/web/default/reports/_rss.html:1
+msgid "RSS feed of problems in this %s"
+msgstr "RSS feed dos problemas nesta %s"
+
+#: perllib/FixMyStreet/Cobrand/Default.pm:627
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:110
+#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:154
+#: perllib/FixMyStreet/Cobrand/UK.pm:235
+msgid "RSS feed of problems within %s"
+msgstr "RSS feed dos Problemas Nesta %s"
+
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:116
+#: perllib/FixMyStreet/Cobrand/UK.pm:241
+msgid "RSS feed of problems within %s ward"
+msgstr "RSS feed dos problemas dentro de %s ala"
+
+#: templates/web/default/around/display_location.html:1
+#: templates/web/default/around/display_location.html:4
+msgid "RSS feed of recent local problems"
+msgstr "RSS feed dos problemas locais recentes"
+
+#: templates/web/bromley/report/display.html:37
+#: templates/web/default/report/display.html:46
+#: templates/web/fixmystreet/alert/updates.html:9
+#: templates/web/fixmystreet/report/display.html:61
+msgid "RSS feed of updates to this problem"
+msgstr "RSS feed de atualizações para este problema"
+
+#: templates/web/bromley/report/display.html:39
+#: templates/web/default/alert/updates.html:9
+#: templates/web/default/report/display.html:37
+#: templates/web/fixmystreet/alert/updates.html:14
+#: templates/web/fixmystreet/report/display.html:63
+msgid "Receive email when updates are left on this problem."
+msgstr "RSS feed dos problemas locais recentes"
+
+#: templates/web/default/around/display_location.html:0
+#: templates/web/default/around/display_location.html:32
+msgid "Recent local problems, FixMyStreet"
+msgstr "Recentes problemas locais, FixMyStreetMindelo"
+
+#: templates/web/default/reports/index.html:19
+#: templates/web/fixmybarangay/reports/index.html:19
+msgid "Recently <br>fixed"
+msgstr "Recentement <br>fixed"
+
+#: templates/web/fiksgatami/nn/reports/index.html:13
+#: templates/web/fiksgatami/reports/index.html:13
+msgid "Recently fixed"
+msgstr "Problemas recentemente fixados"
+
+#: templates/web/default/index.html:35 templates/web/emptyhomes/index.html:24
+#: templates/web/fixmystreet/index.html:45
+msgid "Recently reported problems"
+msgstr "Problemas recentemente reportados"
+
+#: templates/web/default/report/new/notes.html:9
+#: templates/web/fixmystreet/report/new/notes.html:10
+msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website."
+msgstr "Lembre-se que FixMyStreetMIndelo é principalmente para relatar problemas físicos que podem ser corrigidos. Se o seu problema não é apropriado para a apresentação através deste site, lembre-se que você pode contactar o seu município diretamente usando seu próprio site."
+
+#: templates/web/fixmybarangay/report/new/notes.html:9
+msgid "Remember that, for the pilot project, FixMyBarangay is only for reporting potholes and streetlights in bgy. Luz or Basak San Nicolas."
+msgstr "Lembre-se que, para o projeto piloto, FixMyStreet é apenas para relatar buracos e postes em bgy. "
+
+#: templates/web/default/admin/report_blocks.html:16
+msgid "Remove flag"
+msgstr "Remover bandeira"
+
+#: templates/web/default/admin/report_edit.html:89
+#: templates/web/default/admin/update_edit.html:57
+#: templates/web/zurich/admin/update_edit.html:35
+msgid "Remove photo (can't be undone!)"
+msgstr "Remover foto (não pode ser desfeita!)"
+
+#: templates/web/emptyhomes/header.html:12
+msgid "Report Empty Homes"
+msgstr "Relatório Casas vazias, pardeeiros."
+
+#: templates/web/barnet/footer.html:16 templates/web/bromley/footer.html:17
+#: templates/web/default/footer.html:7 templates/web/emptyhomes/header.html:31
+#: templates/web/fiksgatami/footer.html:5
+#: templates/web/fiksgatami/nn/footer.html:5
+#: templates/web/fixmystreet/footer.html:44
+#: templates/web/oxfordshire/footer.html:19
+#: templates/web/reading/footer.html:6
+#: templates/web/seesomething/footer.html:11
+#: templates/web/stevenage/footer.html:39 templates/web/zurich/footer.html:17
+#: templates/web/zurich/nav_over_content.html:4
+msgid "Report a problem"
+msgstr "Comunicar um problema"
+
+#: templates/web/bromley/report/display.html:28
+#: templates/web/fixmystreet/report/display.html:35
+msgid "Report abuse"
+msgstr "Denunciar um abuso"
+
+#: templates/web/default/report_created.html:1
+#: templates/web/default/report_created.html:3
+#: templates/web/seesomething/report_created.html:0
+#: templates/web/seesomething/report_created.html:8
+msgid "Report created"
+msgstr "Relatorio criado"
+
+#: perllib/FixMyStreet/App/Controller/Rss.pm:295
+msgid "Report on %s"
+msgstr "Relatório sobre %s"
+
+#: templates/web/default/index.html:14 templates/web/emptyhomes/index.html:5
+#: templates/web/fixmystreet/around/intro.html:1
+#: templates/web/stevenage/around/intro.html:1
+#: templates/web/zurich/around/intro.html:1
+msgid "Report, view, or discuss local problems"
+msgstr "Relatório, vista, ou discutir os problemas locais"
+
+#: templates/web/default/my/my.html:74
+msgid "Reported %s"
+msgstr "Relatado %s"
+
+#: templates/web/default/my/my.html:72
+msgid "Reported %s, to %s"
+msgstr "Reportados %s, para %s"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:593
+#: templates/web/default/contact/index.html:45
+#: templates/web/fixmystreet/contact/index.html:58
+msgid "Reported anonymously at %s"
+msgstr "Relatado anonimamente em %s"
+
+#: templates/web/default/admin/questionnaire.html:5
+#: templates/web/default/questionnaire/index.html:77
+#: templates/web/fixmystreet/questionnaire/index.html:71
+msgid "Reported before"
+msgstr "Relatado antes"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:585
+msgid "Reported by %s anonymously at %s"
+msgstr "Relatado por %s anonimamente em %s"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:616
+#: templates/web/default/contact/index.html:47
+#: templates/web/fixmystreet/contact/index.html:60
+msgid "Reported by %s at %s"
+msgstr "Relatado por %s em %s"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:607
+msgid "Reported by %s by %s at %s"
+msgstr "Relatado por %s por%s em %s"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:581
+msgid "Reported by %s in the %s category anonymously at %s"
+msgstr "Relatado por %s na categoria %s anonimamente em %s"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:601
+msgid "Reported by %s in the %s category by %s at %s"
+msgstr "Relatado por %s na categoria %s por %s em %s"
+
+#: templates/web/zurich/report/_main.html:2
+msgid "Reported in the %s category"
+msgstr "Relatado na categoria %s"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:589
+msgid "Reported in the %s category anonymously at %s"
+msgstr "Relatado na categoria %s anonimamente em %s"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:611
+msgid "Reported in the %s category by %s at %s"
+msgstr "Relatado na categoria %s por %s em %s"
+
+#: templates/web/default/around/around_index.html:1
+#: templates/web/default/js/translation_strings.html:35
+#: templates/web/default/report/new/fill_in_details.html:0
+#: templates/web/default/report/new/fill_in_details.html:3
+#: templates/web/default/report/new/fill_in_details_form.html:1
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:1
+#: templates/web/fixmystreet/around/around_index.html:2
+#: templates/web/fixmystreet/report/new/fill_in_details.html:0
+#: templates/web/fixmystreet/report/new/fill_in_details.html:5
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:2
+#: templates/web/seesomething/around/around_index.html:1
+#: templates/web/seesomething/report/new/fill_in_details_form.html:3
+#: templates/web/zurich/report/new/fill_in_details_form.html:2
+msgid "Reporting a problem"
+msgstr "Relatando um problema"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
+#: templates/web/seesomething/admin/stats.html:1
+#: templates/web/zurich/header.html:60
+msgid "Reports"
+msgstr "Relatórios"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:432
+msgid "Reports are limited to 2000 characters in length. Please shorten your report"
+msgstr "Os relatórios são limitadas a 2000 caracteres. Por favor, encurtar o seu relatório"
+
+#: templates/web/zurich/admin/index-sdm.html:7
+msgid "Reports awaiting approval"
+msgstr "Relatórios aguardando aprovação"
+
+#: templates/web/default/around/tabbed_lists.html:3
+msgid "Reports on and around the map"
+msgstr "Relatórios sobre e ao redor do mapa"
+
+#: templates/web/zurich/admin/index-sdm.html:10
+msgid "Reports published"
+msgstr "Os relatórios publicados"
+
+#: templates/web/default/admin/report_edit.html:71
+msgid "Resend report"
+msgstr "Reenviar relatório"
+
+#: templates/web/default/js/translation_strings.html:22
+msgid "Right place?"
+msgstr "Lugar certo?"
+
+#: perllib/FixMyStreet/Geocode/OSM.pm:173
+msgid "Road operator for this named road (derived from road reference number and type): %s"
+msgstr "Operador de estrada por esta estrada chamada (derivado do número de referência estrada e tipo): %s"
+
+#: perllib/FixMyStreet/Geocode/OSM.pm:170
+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:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
+#: templates/web/default/admin/report_edit.html:85
+#: templates/web/zurich/admin/report_edit.html:74
+msgid "Rotate Left"
+msgstr "Girar para a esquerda"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: templates/web/default/admin/report_edit.html:86
+#: templates/web/zurich/admin/report_edit.html:75
+msgid "Rotate Right"
+msgstr "Girar para a direita"
+
+#: templates/web/default/admin/body_edit.html:76
+msgid "Save changes"
+msgstr "Salvar alterações"
+
+#: templates/web/default/admin/flagged.html:1
+#: templates/web/default/admin/reports.html:1
+#: templates/web/zurich/admin/reports.html:1
+msgid "Search Reports"
+msgstr "Busca Reports"
+
+#: templates/web/default/admin/users.html:1
+msgid "Search Users"
+msgstr "Procurar Usuários"
+
+#: templates/web/zurich/header.html:77
+msgid "Search reports"
+msgstr "elatórios de pesquisa"
+
+#: templates/web/default/admin/reports.html:5
+#: templates/web/default/admin/users.html:5
+#: templates/web/zurich/admin/reports.html:5
+msgid "Search:"
+msgstr "Pesquisar:"
+
+#: templates/web/default/admin/body-form.html:11
+#: templates/web/zurich/admin/body-form.html:17
+msgid "Select a body"
+msgstr "Selecione um corpo"
+
+#: templates/web/default/admin/body-form.html:21
+#: templates/web/zurich/admin/body-form.html:27
+msgid "Select an area"
+msgstr "Selecione uma área"
+
+#: templates/web/default/alert/_list.html:8
+#: templates/web/fixmystreet/alert/_list.html:10
+msgid "Select which type of alert you'd like and click the button for an RSS feed, or enter your email address to subscribe to an email alert."
+msgstr "Selecione o tipo de alerta fixstreet que você gostaria de receber e clique no botão para um feed RSS ou introduza o seu endereço de email para assinar um alerta de e-mail."
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:698
+msgid "Sent to %s %s later"
+msgstr "Enviado para %s %s mais tarde"
+
+#: templates/web/default/admin/report_edit.html:71
+msgid "Sent:"
+msgstr "Enviar:"
+
+#: templates/web/default/admin/report_edit.html:73
+#: templates/web/zurich/admin/stats.html:45
+msgid "Service:"
+msgstr "Srerviço:"
+
+#: templates/web/fixmystreet/report/display.html:41
+msgid "Share"
+msgstr "Acçao"
+
+#: templates/web/bromley/report/display.html:205
+#: templates/web/bromley/report/new/fill_in_details_form.html:129
+#: templates/web/bromley/report/new/fill_in_details_form.html:175
+#: templates/web/default/report/new/fill_in_details_form.html:210
+#: templates/web/default/report/update-form.html:157
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:129
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:197
+#: templates/web/fixmystreet/report/update-form.html:144
+msgid "Show my name publicly"
+msgstr "Mostrar meu nome publicamente"
+
+#: templates/web/default/around/display_location.html:69
+msgid "Show old"
+msgstr "Mostrar antigo"
+
+#: templates/web/default/around/display_location.html:60
+msgid "Show pins"
+msgstr "Mostrar pins"
+
+#: templates/web/default/auth/general.html:3
+#: templates/web/default/auth/general.html:49
+#: templates/web/fixmybarangay/header.html:70
+#: templates/web/fixmystreet/auth/general.html:3
+#: templates/web/fixmystreet/auth/general.html:42
+#: templates/web/fixmystreet/auth/general.html:62
+#: templates/web/fixmystreet/header.html:54
+#: templates/web/oxfordshire/header.html:115
+#: templates/web/seesomething/auth/general.html:3
+#: templates/web/seesomething/auth/general.html:39
+#: templates/web/stevenage/header.html:101
+#: templates/web/zurich/auth/general.html:18
+#: templates/web/zurich/auth/general.html:35
+msgid "Sign in"
+msgstr "Entrar"
+
+#: templates/web/default/auth/general.html:74
+msgid "Sign in by email"
+msgstr "Entrar por email"
+
+#: templates/web/default/auth/general.html:1
+#: templates/web/fixmystreet/auth/general.html:1
+#: templates/web/seesomething/auth/general.html:1
+#: templates/web/zurich/auth/general.html:1
+msgid "Sign in or create an account"
+msgstr "Entar e crear uma conta"
+
+#: templates/web/bromley/auth/sign_out.html:1
+#: templates/web/default/auth/sign_out.html:1
+#: templates/web/default/header.html:30
+#: templates/web/emptyhomes/header.html:46
+#: templates/web/fiksgatami/header.html:22
+#: templates/web/fiksgatami/nn/header.html:22
+#: templates/web/lichfielddc/header.html:177
+#: templates/web/reading/header.html:33
+#: templates/web/seesomething/auth/sign_out.html:1
+#: templates/web/zurich/auth/sign_out.html:1
+msgid "Sign out"
+msgstr "Sair "
+
+#: templates/web/default/header.html:29
+#: templates/web/emptyhomes/header.html:45
+#: templates/web/fiksgatami/header.html:21
+#: templates/web/fiksgatami/nn/header.html:21
+#: templates/web/lichfielddc/header.html:177
+#: templates/web/reading/header.html:32
+msgid "Signed in as %s"
+msgstr "Entrou como %s"
+
+#: templates/web/default/report/new/fill_in_details_text.html:1
+#: templates/web/fixmybarangay/report/new/fill_in_details_text.html:1
+#: templates/web/fixmystreet/report/new/fill_in_details_text.html:1
+msgid "Some categories may require additional information."
+msgstr "Algumas categorias podem solicitar informações adicionais."
+
+#: templates/web/default/alert/index.html:42
+#: templates/web/fixmybarangay/alert/index.html:32
+msgid "Some photos of recent reports"
+msgstr "Fotos de reports recentes"
+
+#: perllib/FixMyStreet/App/View/Email.pm:32
+#: perllib/FixMyStreet/App/View/Web.pm:44
+msgid "Some text to localize"
+msgstr "Algum informaçao para localizar"
+
+#: perllib/FixMyStreet/Cobrand/UK.pm:93
+msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover."
+msgstr "Desculpe, codigo postal nao coincide. Area nao comprrendida."
+
+#: templates/web/default/tokens/abuse.html:5
+msgid "Sorry, there has been an error confirming your problem."
+msgstr "Desculpe, houve um erro ao confirmar o seu problema."
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:215
+#: perllib/FixMyStreet/Geocode.pm:28 perllib/FixMyStreet/Geocode/Bing.pm:58
+#: perllib/FixMyStreet/Geocode/Google.pm:74
+#: perllib/FixMyStreet/Geocode/OSM.pm:66
+msgid "Sorry, we could not find that location."
+msgstr "Desculpe, não conseguimos encontrar esse local."
+
+#: perllib/FixMyStreet/Geocode/Bing.pm:53
+#: perllib/FixMyStreet/Geocode/Google.pm:69
+#: perllib/FixMyStreet/Geocode/Zurich.pm:87
+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."
+
+#: templates/web/fiksgatami/footer.html:16
+#: templates/web/fiksgatami/nn/footer.html:16
+msgid "Source code"
+msgstr "O código-fonte"
+
+#: templates/web/default/admin/stats.html:64
+msgid "Start Year:"
+msgstr "Ano:"
+
+#: templates/web/default/admin/stats.html:66
+msgid "Start day:"
+msgstr "Dia:"
+
+#: templates/web/default/admin/stats.html:65
+msgid "Start month:"
+msgstr "Mes:"
+
+#: templates/web/bromley/report/display.html:78
+#: templates/web/default/admin/flagged.html:13
+#: templates/web/default/admin/list_updates.html:7
+#: templates/web/default/admin/reports.html:15
+#: templates/web/fixmystreet/report/update-form.html:26
+msgid "State"
+msgstr "Estado"
+
+#: templates/web/default/admin/report_edit.html:34
+#: templates/web/default/admin/update_edit.html:27
+#: templates/web/default/report/update-form.html:28
+#: templates/web/zurich/admin/report_edit-sdm.html:53
+#: templates/web/zurich/admin/report_edit.html:85
+#: templates/web/zurich/admin/update_edit.html:17
+msgid "State:"
+msgstr "Estado"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
+#: templates/web/default/admin/stats.html:1
+#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
+msgid "Stats"
+msgstr "Stats"
+
+#: templates/web/zurich/admin/index-dm.html:23
+#: templates/web/zurich/admin/index-sdm.html:21
+#: templates/web/zurich/admin/reports.html:13
+msgid "Status"
+msgstr "Status"
+
+#: templates/web/default/report/updates.html:10
+msgid "Still open, via questionnaire, %s"
+msgstr "Ainda em aberto, via questionário, %s"
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:366
+msgid "Subcategory: %s"
+msgstr "Subcategoria: %s"
+
+#: templates/web/zurich/admin/index-dm.html:27
+msgid "Subdivision/Body"
+msgstr "Zona / Bairro"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:48
+#: templates/web/fixmystreet/contact/index.html:91
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:60
+msgid "Subject"
+msgstr "Assunto:"
+
+#: templates/web/default/admin/report_edit.html:19
+#: templates/web/default/contact/index.html:83
+#: templates/web/default/report/new/fill_in_details_form.html:52
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:70
+#: templates/web/zurich/admin/report_edit.html:35
+msgid "Subject:"
+msgstr "Assunto:"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:140
+#: templates/web/bromley/report/new/fill_in_details_form.html:190
+#: templates/web/bromley/report/new/fill_in_details_form.html:204
+#: templates/web/default/questionnaire/creator_fixed.html:19
+#: templates/web/default/report/new/fill_in_details_form.html:114
+#: templates/web/default/report/new/fill_in_details_form.html:154
+#: templates/web/default/report/new/fill_in_details_form.html:176
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:144
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:142
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:167
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:212
+#: templates/web/seesomething/report/new/fill_in_details_form.html:93
+#: templates/web/zurich/report/new/fill_in_details_form.html:111
+msgid "Submit"
+msgstr "Submeter"
+
+#: templates/web/default/admin/report_edit.html:92
+#: templates/web/default/admin/update_edit.html:60
+#: templates/web/default/admin/user-form.html:17
+#: templates/web/zurich/admin/report_edit-sdm.html:64
+#: templates/web/zurich/admin/report_edit.html:204
+#: templates/web/zurich/admin/update_edit.html:38
+msgid "Submit changes"
+msgstr "Submeter alteraçoes"
+
+#: templates/web/default/questionnaire/index.html:116
+#: templates/web/fixmystreet/questionnaire/index.html:105
+msgid "Submit questionnaire"
+msgstr "Submeter questionario"
+
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:70
+#: templates/web/zurich/admin/header.html:1
+#: templates/web/zurich/admin/header.html:6
+#: templates/web/zurich/admin/index-dm.html:23
+#: templates/web/zurich/admin/index-dm.html:6
+#: templates/web/zurich/admin/index-sdm.html:21
+#: templates/web/zurich/admin/report_edit.html:87
+#: templates/web/zurich/admin/report_edit.html:88
+#: templates/web/zurich/admin/reports.html:13
+#: templates/web/zurich/report/banner.html:9
+msgid "Submitted"
+msgstr "Submitido"
+
+#: templates/web/bromley/report/display.html:44
+#: templates/web/default/alert/updates.html:17
+#: templates/web/default/report/display.html:42
+#: templates/web/fixmystreet/alert/updates.html:23
+#: templates/web/fixmystreet/report/display.html:68
+msgid "Subscribe"
+msgstr "Subscrever"
+
+#: templates/web/default/alert/_list.html:97
+#: templates/web/fixmybarangay/alert/_list.html:42
+#: templates/web/fixmystreet/alert/_list.html:92
+msgid "Subscribe me to an email alert"
+msgstr "Subcrever um alerta de e-mail"
+
+#: templates/web/fixmybarangay/alert/_list.html:6
+msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
+msgstr "Subcrever um alerta baseado no que baranagay você está em:"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
+#: templates/web/default/admin/index.html:1
+#: 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:57
+msgid "Summary"
+msgstr "Resumo"
+
+#: templates/web/default/reports/index.html:1
+#: templates/web/emptyhomes/reports/index.html:1
+#: templates/web/fiksgatami/nn/reports/index.html:1
+#: templates/web/fiksgatami/reports/index.html:1
+#: templates/web/fixmybarangay/reports/index.html:1
+#: templates/web/zurich/reports/index.html:0
+#: templates/web/zurich/reports/index.html:4
+msgid "Summary reports"
+msgstr "Resumo reports"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
+msgid "Survey"
+msgstr "Teste"
+
+#: templates/web/default/admin/questionnaire.html:1
+msgid "Survey Results"
+msgstr "Resultados teste"
+
+#: templates/web/default/admin/list_updates.html:15
+#: templates/web/zurich/admin/list_updates.html:8
+msgid "Text"
+msgstr "Texto"
+
+#: templates/web/default/admin/body.html:18
+msgid "Text only version"
+msgstr "Somente versao texto"
+
+#: templates/web/default/admin/update_edit.html:20
+#: templates/web/zurich/admin/update_edit.html:12
+msgid "Text:"
+msgstr "Texto:"
+
+#: templates/web/default/tokens/confirm_update.html:7
+#: templates/web/default/tokens/confirm_update.html:8
+msgid "Thank you &mdash; you can <a href=\"%s\">view your updated problem</a> on the site."
+msgstr "Obrigado - você pode <a href=\"%s\"> ver o seu problema atualizados </a> no site."
+
+#: templates/web/emptyhomes/tokens/confirm_problem.html:6
+#: templates/web/emptyhomes/tokens/confirm_problem.html:8
+msgid "Thank you for reporting an empty property on ReportEmptyHomes.com. We have emailed the lead officer for empty homes in the council responsible with details, and asked them to do whatever they can to get the empty property back into use as soon as possible."
+msgstr "Obrigado por relatar um imóvel vazio em ReportEmptyHomes.com. Temos enviado o oficial de ligação para as casas vazias no conselho responsável, com detalhes, e pediu-lhes para fazer o que puder para obter a propriedade vazia novamente em uso o mais rápido possível."
+
+#: templates/web/emptyhomes/tokens/confirm_problem.html:30
+#: templates/web/emptyhomes/tokens/confirm_problem.html:31
+msgid ""
+"Thank you for reporting this empty property on ReportEmptyHomes.com.\n"
+"At present the report cannot be sent through to the council for this area. We\n"
+"are working with councils to link them into the system so that as many areas\n"
+"as possible will be covered."
+msgstr ""
+"Obrigado por relatar essa propriedade vazia na ReportEmptyHomes.com. ⏎\n"
+"Actualmente, o relatório não pode ser enviado através do Conselho para esta área. Nós ⏎\n"
+"estão trabalhando com os conselhos de vincular-los no sistema de modo que o maior número de áreas ⏎\n"
+"quanto possível será coberto."
+
+#: templates/web/default/tokens/error.html:7
+msgid "Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href=\"%s\">please let us know what went on</a> and we'll look into it."
+msgstr "Obrigado por tentar confirmar a sua atualização ou problema. Parece que temos um erro a nós mesmos, porém, assim <a href=\"%s\"> por favor deixe-nos saber o que aconteceu </a> e vamos olhar para ele."
+
+#: templates/web/emptyhomes/tokens/confirm_problem.html:24
+#: templates/web/emptyhomes/tokens/confirm_problem.html:26
+msgid "Thank you for using ReportEmptyHomes.com. Your action is already helping to resolve the UK&rsquo;s empty homes crisis."
+msgstr "Obrigado por usar ReportEmptyHomes.com. Sua ação já está ajudando a resolver vazio crise casas em Mindelo."
+
+#: templates/web/fixmystreet/around/around_index.html:27
+msgid "Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above&nbsp;:"
+msgstr "Obrigado por upload de sua foto. Precisamos agora de localizar o seu problema, então digite um nome de rua nas proximidades ou código postal na caixa acima:"
+
+#: templates/web/default/contact/submit.html:8
+msgid "Thanks for your feedback. We'll get back to you as soon as we can!"
+msgstr "Obrigado pelo seu feedback. Nós vamos responder o mais rapidamente possível!"
+
+#: templates/web/default/questionnaire/creator_fixed.html:9
+msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"
+msgstr "Obrigado, gratos em ouvir que o problema foi corrigido! Podemos apenas perguntar se você já relatou um problema para um conselho antes?"
+
+#: perllib/FixMyStreet/App/Controller/Photo.pm:188
+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."
+
+#: perllib/FixMyStreet/App/Controller/Council.pm:90
+msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again."
+msgstr "Esse local não parece ser coberto por um conselho, talvez seja no mar ou fora do país. Por favor, tente novamente."
+
+#: perllib/FixMyStreet/App/Controller/Location.pm:123
+msgid "That location does not appear to be in the UK; please try again."
+msgstr "Esse local não parece estar em Mindelo, por favor tente novamente."
+
+#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:63
+#: perllib/FixMyStreet/Cobrand/UK.pm:86
+msgid "That postcode was not recognised, sorry."
+msgstr "Esse código postal não foi reconhecido, me desculpe.Tente novamente."
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
+msgid "That problem will now be resent."
+msgstr "Esse problema agora será reenviado e reportado ao conselho."
+
+#: perllib/FixMyStreet/App/Controller/Report.pm:117
+msgid "That report cannot be viewed on %s."
+msgstr "Esse relatório não pode ser visualizado em %s."
+
+#: perllib/FixMyStreet/App/Controller/Report.pm:111
+msgid "That report has been removed from FixMyStreet."
+msgstr "Esse relatório foi removido FixMyStreetMIndelo"
+
+#: templates/web/default/open311/index.html:92
+msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification."
+msgstr "O Open311 v2 atributo agency_responsible é usada para listar as administrações que receberam o relatório de problemas, o que não é muito a forma como o atributo é definido na especificação v2 Open311."
+
+#: templates/web/default/auth/token.html:19
+#: templates/web/default/email_sent.html:6
+msgid "The confirmation email <strong>may</strong> take a few minutes to arrive &mdash; <em>please</em> be patient."
+msgstr "O e-mail de confirmação <strong> Maio </strong> levar alguns minutos para chegar - <em> por favor </em>, seja paciente."
+
+#: templates/web/fixmystreet/report/new/fill_in_details_text.html:1
+#: templates/web/fixmystreet/report/new/fill_in_details_text.html:3
+msgid "The council won&rsquo;t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc."
+msgstr "O conselho não vai ser capaz de ajudar a menos que você deixe o máximo de detalhes possível. Por favor, descreva a localização exata do problema (por exemplo, em uma parede, passeio, pavimento, iluminaçao), o que é, quanto tempo ele tem estado lá, uma descrição (e uma foto do problema se você tiver um), e outras informaçoes uteis."
+
+#: templates/web/fixmystreet/questionnaire/index.html:43
+msgid "The details of your problem are available from the other tab above."
+msgstr "Os detalhes do seu problema estão disponíveis na outra aba acima."
+
+#: templates/web/default/questionnaire/index.html:49
+msgid "The details of your problem are available on the right hand side of this page."
+msgstr "Os detalhes do seu problema estão disponíveis no lado direito desta página."
+
+#: perllib/FixMyStreet/App/Controller/Dashboard.pm:60
+#: perllib/FixMyStreet/App/Controller/Reports.pm:72
+msgid "The error was: %s"
+msgstr "O erro foi: %s"
+
+#: templates/web/default/open311/index.html:88
+msgid "The following Open311 v2 attributes are returned for each request: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name."
+msgstr "Os seguintes atributos Open311 v2 são devolvidos para cada solicitação: service_request_id, descrição, lat, long, MEDIA_URL, status, requested_datetime, updated_datetime, service_code e service_name."
+
+#: perllib/FixMyStreet/Geocode/OSM.pm:165
+msgid "The following information about the nearest road might be inaccurate or irrelevant, if the problem is close to several roads or close to a road without a name registered in OpenStreetMap."
+msgstr "As seguintes informações sobre a estrada mais próxima pode ser imprecisas ou irrelevantes, se o problema está perto de várias estradas ou perto de uma estrada sem nome registrado no OpenStreetMap."
+
+#: db/alert_types.pl:19 db/alert_types.pl:23 db/alert_types.pl:27
+#: db/alert_types.pl:31
+msgid "The latest local problems reported by users"
+msgstr "Os últimos problemas locais relatados por usuários"
+
+#: db/alert_types_eha.pl:13
+msgid "The latest local reports reported by users"
+msgstr "Os últimos relatórios locais relatados por usuários"
+
+#: db/alert_types.pl:35
+msgid "The latest problems for {{COUNCIL}} reported by users"
+msgstr "Os últimos problemas para {{}} CONSELHO relatados por usuários"
+
+#: db/alert_types.pl:39
+msgid "The latest problems for {{COUNCIL}} within {{WARD}} ward reported by users"
+msgstr "Os últimos problemas para {{CONSELHO}} {{dentro WARD}} ala relatados por usuários"
+
+#: db/alert_types.pl:11
+msgid "The latest problems reported by users"
+msgstr "Os últimos problemas relatados por usuários"
+
+#: db/alert_types.pl:15
+msgid "The latest problems reported fixed by users"
+msgstr "Os últimos problemas relatados fixado por usuários"
+
+#: db/alert_types.pl:43
+msgid "The latest problems within {{NAME}}'s boundary reported by users"
+msgstr "Os últimos problemas dentro de {{NAME}} 's fronteira relatados por usuários"
+
+#: db/alert_types_eha.pl:9
+msgid "The latest properties reported back to use by users"
+msgstr "As propriedades mais relatadas de usar por usuários"
+
+#: db/alert_types_eha.pl:20
+msgid "The latest reports for {{COUNCIL}} reported by users"
+msgstr "Os últimos relatórios para {{}} CONSELHO relatados por usuários"
+
+#: db/alert_types_eha.pl:24
+msgid "The latest reports for {{COUNCIL}} within {{WARD}} ward reported by users"
+msgstr "Os últimos relatórios para {{CONSELHO}} {{dentro WARD}} ala relatados por usuários"
+
+#: db/alert_types_eha.pl:28
+msgid "The latest reports within {{NAME}}'s boundary reported by users"
+msgstr "Os últimos relatórios dentro de {{NAME}} 's fronteira relatados por usuários"
+
+#: templates/web/default/auth/change_password.html:12
+#: templates/web/default/auth/change_password.html:16
+msgid "The passwords do not match"
+msgstr "As senhas não são iguais"
+
+#: templates/web/default/errors/page_error_404_not_found.html:10
+#: templates/web/default/errors/page_error_404_not_found.html:12
+msgid "The requested URL '%s' was not found on this server"
+msgstr " A URL solicitada '%s' não foi encontrada neste servidor"
+
+#: templates/web/default/alert/_list.html:14
+#: templates/web/fixmystreet/alert/_list.html:16
+msgid "The simplest alert is our geographic one:"
+msgstr "O alerta mais simples é o nosso único ponto localizaçao geográfica:"
+
+#: templates/web/barnet/report/new/councils_text_all.html:3
+#: templates/web/default/report/new/councils_extra_text.html:1
+#: templates/web/default/report/new/councils_text_some.html:10
+#: templates/web/default/report/new/councils_text_some.html:11
+#: templates/web/default/report/new/fill_in_details_form.html:17
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:12
+msgid "The subject and details of the problem will be public, plus your name if you give us permission."
+msgstr "O tema e os detalhes do problema serão públicos, além de seu nome se você nos der permissão."
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:287
+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/Reports.pm:69
+msgid "There was a problem showing the All Reports page. Please try again later."
+msgstr "Houve um problema ao mostrar a página de todos os relatórios. Por favor, tente novamente mais tarde."
+
+#: perllib/FixMyStreet/App/Controller/Contact.pm:116
+#: perllib/FixMyStreet/App/Controller/Dashboard.pm:59
+msgid "There was a problem showing this page. Please try again later."
+msgstr "Houve um problema mostrada nesta página. Por favor, tente novamente mais tarde."
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:747
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:134
+#: templates/web/default/auth/general.html:23
+#: templates/web/fixmystreet/auth/general.html:24
+#: templates/web/seesomething/auth/general.html:24
+#: templates/web/zurich/auth/general.html:28
+msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the &lsquo;sign in by email&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/Alert.pm:355
+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/Update.pm:272
+msgid "There was a problem with your update. Please try again."
+msgstr "Houve um problema com a sua atualização. Por favor, tente novamente."
+
+#: perllib/FixMyStreet/App/Controller/Contact.pm:120
+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:299
+msgid "There were problems with your update. Please see below."
+msgstr "Houve problemas com a sua atualização. Por favor, veja abaixo."
+
+#: templates/web/default/open311/index.html:79
+msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future."
+msgstr "Esta implementação API é um trabalho em andamento e ainda não estabilizou. Ela vai mudar sem avisos no futuro."
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:371
+msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system."
+msgstr "Este e-mail foi enviado para ambos os conselhos que cobrem o local do problema, como o usuário não categorizá-lo, por favor, ignorar se você não é o conselho correto para lidar com o problema, ou deixe-nos saber que categoria de problema é para que possamos adicioná-lo ao nosso sistema."
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:374
+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:894
+#: perllib/FixMyStreet/Cobrand/EmptyHomes.pm:131
+#: perllib/FixMyStreet/Cobrand/UK.pm:58
+msgid "This information is required"
+msgstr "Esta informação é necessária"
+
+#: templates/web/default/debug_header.html:3
+msgid "This is a developer site; things might break at any time, and the database will be periodically deleted."
+msgstr "Este é um site do desenvolvedor, as coisas podem quebrar a qualquer momento, e o banco de dados serão apagados periodicamente."
+
+#: templates/web/fixmybarangay/reports/index.html:7
+msgid "This is a summary of all reports on this site; select a particular barangay to see the reports sent there."
+msgstr "Este é um resumo de todos os relatórios sobre este site, selecionar um barangay especial para ver os relatórios enviados para lá.."
+
+#: templates/web/emptyhomes/reports/index.html:4
+msgid "This is a summary of all reports on this site; select a particular council to see the empty homes news for that area."
+msgstr ""
+
+#: templates/web/default/reports/index.html:7
+#: templates/web/fiksgatami/nn/reports/index.html:4
+#: templates/web/fiksgatami/reports/index.html:4
+msgid "This is a summary of all reports on this site; select a particular council to see the reports sent there."
+msgstr "Este é um resumo de todos os relatórios sobre este site, selecionar um conselho especial para ver os relatórios enviados para lá."
+
+#: templates/web/default/auth/token.html:9
+msgid "This may be because the link is too old or already used, or the address was not copied correctly."
+msgstr "Isso pode ser porque o link é velho demais ou já foi utilizado, ou o endereço não foi copiado corretamente."
+
+#: templates/web/default/report/banner.html:15
+msgid "This problem has been closed"
+msgstr "Este problema esta solucionado."
+
+#: templates/web/bromley/report/display.html:98
+#: templates/web/default/report/banner.html:12
+#: templates/web/default/report/update-form.html:48
+#: templates/web/emptyhomes/report/banner.html:3
+#: templates/web/fixmystreet/report/update-form.html:46
+msgid "This problem has been fixed"
+msgstr "Este problema foi resolvido"
+
+#: templates/web/bromley/report/display.html:92
+#: templates/web/default/report/update-form.html:43
+#: templates/web/fixmystreet/report/update-form.html:40
+msgid "This problem has not been fixed"
+msgstr "Este problema não foi corrigido"
+
+#: templates/web/default/report/banner.html:19
+msgid "This problem is in progress"
+msgstr "Este problema está em progresso"
+
+#: templates/web/default/report/banner.html:9
+msgid "This problem is old and of unknown status."
+msgstr "Este problema é antigo e de status desconhecido."
+
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:67
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:68
+#: templates/web/zurich/report/_main.html:14
+msgid "This report is awaiting moderation."
+msgstr "Este relatório está aguardando moderação."
+
+#: perllib/FixMyStreet/DB/ResultSet/AlertType.pm:86
+msgid "This report is currently marked as closed."
+msgstr "Este relatório está marcado como fechado."
+
+#: perllib/FixMyStreet/DB/ResultSet/AlertType.pm:84
+msgid "This report is currently marked as fixed."
+msgstr "Este relatório está marcado como fixo."
+
+#: perllib/FixMyStreet/DB/ResultSet/AlertType.pm:88
+msgid "This report is currently marked as open."
+msgstr "Este relatório está marcado como aberto."
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:311
+msgid "This report was submitted anonymously"
+msgstr "Este relatório foi enviado anonimamente"
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:280
+msgid "This web page also contains a photo of the problem, provided by the user."
+msgstr "Esta página também contém uma foto do problema, fornecido pelo usuário."
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
+#: templates/web/default/admin/timeline.html:1
+msgid "Timeline"
+msgstr "Timeline"
+
+#: templates/web/default/admin/flagged.html:10
+#: templates/web/default/admin/reports.html:12
+msgid "Title"
+msgstr "Titulo"
+
+#: templates/web/default/around/_report_banner.html:2
+msgid "To <strong>report a problem</strong>, click on the map at the correct location."
+msgstr "Para <strong> relatar um problema </strong>, clique no mapa no local correto."
+
+#: templates/web/default/alert/index.html:27
+msgid "To find out what local alerts we have for you, please enter your postcode or street name and area"
+msgstr "Para descobrir quais os alertas locais que temos para si, deve inserir o seu código postal ou nome de rua e área ou zona"
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:286
+msgid "To view a map of the precise location of this issue"
+msgstr "Para ver no mapa a localização exata desse problema"
+
+#: templates/web/default/admin/index.html:36
+#: templates/web/default/admin/questionnaire.html:24
+#: templates/web/default/admin/stats.html:24
+#: templates/web/default/admin/stats.html:43
+#: templates/web/zurich/admin/stats.html:30
+msgid "Total"
+msgstr "Total"
+
+#: templates/web/seesomething/report/new/fill_in_details_form.html:24
+msgid "Transport Category"
+msgstr "Categoria Transporte"
+
+#: templates/web/default/js/translation_strings.html:23
+msgid "Try again"
+msgstr "Tente novamente"
+
+#: templates/web/bromley/report/display.html:80
+#: templates/web/bromley/report/display.html:83
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:46
+#: templates/web/default/report/update-form.html:30
+#: templates/web/default/report/update-form.html:33
+#: templates/web/fixmystreet/report/update-form.html:28
+#: templates/web/fixmystreet/report/update-form.html:31
+msgid "Unable to fix"
+msgstr "Incapaz de ser resolvido"
+
+#: templates/web/default/admin/report_edit.html:35
+#: templates/web/default/admin/report_edit.html:51
+#: templates/web/default/admin/update_edit.html:28
+#: templates/web/zurich/admin/report_edit-sdm.html:45
+#: templates/web/zurich/admin/report_edit.html:59
+#: templates/web/zurich/admin/update_edit.html:18
+msgid "Unconfirmed"
+msgstr "Não confirmado"
+
+#: templates/web/fixmystreet/report/banner.html:9
+msgid "Unknown"
+msgstr "Desconhecido"
+
+#: perllib/FixMyStreet/App/Controller/Rss.pm:173
+msgid "Unknown alert type"
+msgstr "Tipo de alerta desconhecido"
+
+#: templates/web/default/js/translation_strings.html:33
+msgid "Unknown error"
+msgstr "Erro desconhecido"
+
+#: perllib/FixMyStreet/App/Controller/Report.pm:106
+msgid "Unknown problem ID"
+msgstr "Desconhecido problema com ID"
+
+#: templates/web/bromley/report/display.html:66
+#: templates/web/fixmystreet/report/update-form.html:19
+msgid "Update"
+msgstr "Actualizar"
+
+#: templates/web/default/admin/timeline.html:33
+msgid "Update %s created for problem %d; by %s"
+msgstr "Atualize %s criado para o problema de %d; por %s"
+
+#: templates/web/default/contact/index.html:21
+#: templates/web/fixmystreet/contact/index.html:34
+msgid "Update below added anonymously at %s"
+msgstr "Atualize abaixo colocado de forma anónima em %s"
+
+#: templates/web/default/contact/index.html:23
+#: templates/web/fixmystreet/contact/index.html:36
+msgid "Update below added by %s at %s"
+msgstr "Actualizar abaixo adicionado por %s em %s"
+
+#: templates/web/default/admin/body-form.html:82
+#: templates/web/zurich/admin/body-form.html:47
+msgid "Update body"
+msgstr "Atualize corpo"
+
+#: templates/web/default/admin/index.html:30
+msgid "Update breakdown by state"
+msgstr "Atualize repartição por Estado"
+
+#: db/alert_types.pl:7
+msgid "Update by {{name}}"
+msgstr "Atualize por {{name}}"
+
+#: templates/web/default/admin/update_edit.html:42
+#: templates/web/zurich/admin/update_edit.html:25
+msgid "Update changed problem state to %s"
+msgstr "Alterado a actualizaçao do estado do problema para %s"
+
+#: templates/web/default/admin/update_edit.html:44
+msgid "Update marked problem as fixed"
+msgstr "Atualizaçao do problema marcado como fixo"
+
+#: templates/web/default/admin/update_edit.html:46
+msgid "Update reopened problem"
+msgstr "Reaberto a actualizaçao do problema"
+
+#: templates/web/default/admin/body.html:65
+msgid "Update statuses"
+msgstr "Atualizar status"
+
+#: templates/web/default/report/update-form.html:22
+msgid "Update:"
+msgstr "Actualizar:"
+
+#: templates/web/zurich/admin/index-dm.html:23
+#: templates/web/zurich/admin/index-sdm.html:21
+#: templates/web/zurich/admin/reports.html:13
+msgid "Updated"
+msgstr "Atualizado"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
+msgid "Updated!"
+msgstr "Actualizado!"
+
+#: templates/web/default/admin/list_updates.html:2
+#: templates/web/default/report/update.html:3
+#: templates/web/fixmystreet/report/update.html:3
+#: templates/web/zurich/admin/list_updates.html:2
+#: templates/web/zurich/report/updates.html:2
+msgid "Updates"
+msgstr "Actualizaçoes"
+
+#: perllib/FixMyStreet/DB/Result/Comment.pm:150
+msgid "Updates are limited to 2000 characters in length. Please shorten your update"
+msgstr "As atualizações são limitadas a 2000 caracteres. Por favor, encurtar a sua atualização"
+
+#: db/alert_types.pl:5 db/alert_types.pl:6
+msgid "Updates on {{title}}"
+msgstr "Atualizações sobre {{título}}"
+
+#: templates/web/bromley/report/display.html:0
+#: templates/web/bromley/report/display.html:8
+#: templates/web/default/report/display.html:0
+#: templates/web/default/report/display.html:5
+#: templates/web/fixmystreet/report/display.html:0
+#: templates/web/fixmystreet/report/display.html:8
+msgid "Updates to this problem, FixMyStreet"
+msgstr "Atualizações para este problema, FixMyStreetMindelo"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
+msgid "User flag removed"
+msgstr "Bandeira usuário removida"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
+msgid "User flagged"
+msgstr "Usuário sinalizado"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
+#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
+#: templates/web/default/admin/flagged.html:24
+#: templates/web/zurich/header.html:69
+msgid "Users"
+msgstr "Usuários"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
+msgid "Values updated"
+msgstr "Valores atualizados"
+
+#: templates/web/default/admin/report_edit.html:18
+#: templates/web/default/admin/update_edit.html:18
+#: templates/web/zurich/admin/report_edit-sdm.html:24
+#: templates/web/zurich/admin/report_edit.html:23
+#: templates/web/zurich/admin/update_edit.html:10
+msgid "View report on site"
+msgstr "Ver relatório no site"
+
+#: templates/web/default/reports/body.html:14
+msgid "View reports by ward"
+msgstr "Exibir relatórios por Ward"
+
+#: templates/web/emptyhomes/tokens/confirm_problem.html:39
+msgid "View your report"
+msgstr "Ver o seu relatório"
+
+#: templates/web/default/around/display_location.html:0
+#: templates/web/default/around/display_location.html:34
+#: templates/web/seesomething/around/display_location.html:0
+#: templates/web/seesomething/around/display_location.html:16
+msgid "Viewing a location"
+msgstr "Visualizando um local"
+
+#: templates/web/bromley/report/display.html:0
+#: templates/web/default/report/display.html:0
+#: templates/web/fixmystreet/report/display.html:0
+msgid "Viewing a problem"
+msgstr "Visualizando um problema"
+
+#: templates/web/default/reports/body.html:16
+msgid "Wards of this council"
+msgstr "Wards deste conselho"
+
+#: templates/web/default/alert/choose.html:6
+#: templates/web/default/around/around_index.html:13
+#: templates/web/fixmystreet/around/around_index.html:16
+#: templates/web/seesomething/around/around_index.html:13
+msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here."
+msgstr "Encontramos mais de uma correspondência para essa localização. Mostramos até dez partidas, por favor tente uma pesquisa diferente se não estiver aqui."
+
+#: templates/web/default/auth/token.html:8
+msgid "We have not been able to confirm your account - sorry."
+msgstr "Nós não temos sido capazes de confirmar a sua conta - desculpe."
+
+#: templates/web/default/auth/token.html:16
+msgid "We have sent you an email containing a link to confirm your account."
+msgstr "Nós enviamos um e-mail contendo um link para confirmar sua conta."
+
+#: templates/web/emptyhomes/tokens/confirm_problem.html:18
+#: templates/web/emptyhomes/tokens/confirm_problem.html:20
+msgid "We may contact you periodically to ask if anything has changed with the property you reported."
+msgstr "Podemos contactá-lo periodicamente para perguntar se alguma coisa mudou com a propriedade que você relatou."
+
+#: templates/web/bromley/report/display.html:143
+#: templates/web/fixmystreet/report/update-form.html:115
+msgid "We never show your email"
+msgstr "Nós nunca divulgaremos o seu e-mail"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:133
+#: templates/web/bromley/report/new/fill_in_details_form.html:179
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:134
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:201
+#: templates/web/zurich/report/new/fill_in_details_form.html:96
+msgid "We never show your email address or phone number."
+msgstr "Nós nunca divulgaremos o seu endereço de e-mail ou número de telefone."
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:380
+msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch."
+msgstr "Percebemos este problema pode ser da responsabilidade do %s, no entanto, nós não possuímos nenhuma informação de contato deles. Se você souber de um endereço de contato apropriado, favor fornecer esse contacto. Obrigado."
+
+#: templates/web/default/index-steps.html:31
+msgid "We send it to the council on your behalf"
+msgstr "Nós enviá-lo para o conselho em seu nome"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:217
+#: templates/web/default/report/new/notes.html:5
+#: templates/web/fixmybarangay/report/new/notes.html:5
+msgid "We will only use your personal information in accordance with our <a href=\"/faq#privacy\">privacy policy.</a>"
+msgstr "Nós só usamos as suas informações pessoais de acordo com a nossa <a href=\"/faq#privacy\">política de privacidade.</a>"
+
+#: templates/web/fixmystreet/report/new/notes.html:4
+#: templates/web/oxfordshire/report/new/notes.html:4
+msgid "We will only use your personal information in accordance with our <a href=\"/privacy\">privacy policy.</a>"
+msgstr "Nós só usamos as suas informações pessoais de acordo com a nossa <a href=\"/privacy\"> política de privacidade.</a>"
+
+#: templates/web/emptyhomes/contact/blurb.html:2
+msgid "We&rsquo;d love to hear what you think about this website. Just fill in the form. Please don&rsquo;t contact us about individual empty homes; use the box accessed from <a href=\"/\">the front page</a>."
+msgstr "Adoraríamos ouvir o que você pensa sobre este website. Basta preencher o formulário.Dê a sua openiao sobre fixmystreetMindelo. Por favor, não entre em contato conosco sobre casas vazias individuais; usar a caixa acessado a partir <a href=\"/\"> primeira página </a>."
+
+#: templates/web/default/contact/blurb.html:8
+msgid "We'd love to hear what you think about this site. Just fill in the form, or send an email to <a href='mailto:%s'>%s</a>:"
+msgstr "Adoraríamos ouvir o que você pensa sobre este site. Basta preencher o formulário, ou envie um e-mail para <a href='mailto:%s'>%s</a>:"
+
+#: templates/web/default/admin/body.html:43
+#: templates/web/default/admin/body_edit.html:82
+#: templates/web/zurich/admin/body.html:17
+msgid "When edited"
+msgstr "Quando editar"
+
+#: templates/web/default/admin/problem_row.html:35
+msgid "When sent"
+msgstr "Quando enviar"
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:621
+msgid "Whole block of empty flats"
+msgstr "Bloco inteiro de apartamentos vazios"
+
+#: templates/web/default/open311/index.html:94
+msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>."
+msgstr "Com o pedido de pesquisa, também é possível pesquisar agency_responsavel para limitar as solicitações às enviados para uma única administração. O termo de pesquisa é a identificação de administração fornecidos pela <a href=\"%s\"> MapIt </a>."
+
+#: templates/web/fixmystreet/footer.html:21
+#: templates/web/stevenage/footer.html:22
+msgid "Would you like better integration with FixMyStreet? <a href=\"http://www.mysociety.org/for-councils/fixmystreet/\">Find out about FixMyStreet for councils</a>."
+msgstr "Gostaria de uma melhor integração com FixMyStreet <a href=\"http://www.mysociety.org/for-councils/fixmystreet/\"> Descobre FixMyStreet para os conselhos </a>."
+
+#: templates/web/fixmystreet/footer.html:17
+#: templates/web/stevenage/footer.html:18
+msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://github.com/mysociety/fixmystreet\">available on GitHub</a>."
+msgstr "Gostaria de contribuir para FixMyStreet Nosso código é open source e <a href=\"http://github.com/mysociety/fixmystreet\"> disponível no GitHub </a>."
+
+#: templates/web/default/questionnaire/index.html:106
+#: templates/web/fixmystreet/questionnaire/index.html:96
+msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?"
+msgstr "Gostaria de receber um questionário em 4 semanas, lembrando que você verifique o status?"
+
+#: templates/web/default/report/new/notes.html:8
+#: templates/web/fixmybarangay/report/new/notes.html:8
+#: templates/web/fixmystreet/report/new/notes.html:8
+#: templates/web/oxfordshire/report/new/notes.html:7
+msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation."
+msgstr "Escrever a mensagem inteiramente em letras maiúsculas torna difícil de ler, assim como a falta de pontuação."
+
+#: templates/web/default/admin/stats.html:10
+msgid "Year"
+msgstr "Ano"
+
+#: templates/web/default/admin/body.html:50
+#: templates/web/default/admin/body.html:51
+#: templates/web/default/admin/body.html:52
+#: templates/web/default/admin/body_edit.html:5
+#: templates/web/default/admin/list_updates.html:37
+#: templates/web/default/admin/list_updates.html:38
+#: templates/web/default/admin/list_updates.html:39
+#: templates/web/default/admin/problem_row.html:20
+#: templates/web/default/admin/report_edit.html:63
+#: templates/web/default/admin/report_edit.html:77
+#: templates/web/default/admin/update_edit.html:24
+#: templates/web/default/admin/users.html:26
+#: templates/web/default/questionnaire/creator_fixed.html:14
+#: templates/web/default/questionnaire/index.html:109
+#: templates/web/default/questionnaire/index.html:66
+#: templates/web/fixmystreet/questionnaire/index.html:60
+#: templates/web/fixmystreet/questionnaire/index.html:99
+msgid "Yes"
+msgstr "Sim"
+
+#: templates/web/bromley/report/display.html:157
+#: templates/web/bromley/report/new/fill_in_details_form.html:198
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:161
+#: templates/web/fixmystreet/report/update-form.html:89
+msgid "Yes I have a password"
+msgstr "Sim, tenho uma password"
+
+#: templates/web/default/contact/index.html:37
+#: templates/web/fixmystreet/contact/index.html:50
+msgid "You are reporting the following problem report for being abusive, containing personal information, or similar:"
+msgstr "Você está reportando o seguinte relatório de problema por ser abusiva, contendo informações pessoais, ou similar:"
+
+#: templates/web/default/contact/index.html:15
+#: templates/web/fixmystreet/contact/index.html:28
+msgid "You are reporting the following update for being abusive, containing personal information, or similar:"
+msgstr "Você está reportando a seguinte atualização por ser abusiva, contendo informações pessoais, ou similar:"
+
+#: templates/web/default/tokens/confirm_problem.html:19
+#: templates/web/default/tokens/confirm_problem.html:21
+#: templates/web/zurich/tokens/confirm_problem.html:5
+#: templates/web/zurich/tokens/confirm_problem.html:8
+msgid "You can <a href=\"%s%s\">view the problem on this site</a>."
+msgstr "Você pode <a href=\"%s%s\"> ver o problema neste site </a>."
+
+#: templates/web/default/report/new/councils_text_none.html:11
+#: templates/web/default/report/new/councils_text_none.html:13
+#: templates/web/default/report/new/councils_text_some.html:20
+#: templates/web/default/report/new/councils_text_some.html:22
+msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>."
+msgstr "Você pode nos ajudar a encontrar um endereço de e-mail de contato para os problemas locais para %s e e-mail para nós em <a href='mailto:%s'>%s</a>."
+
+#: templates/web/default/js/translation_strings.html:30
+msgid "You declined; please fill in the box above"
+msgstr "Você recusou, por favor preencha o quadro de cima"
+
+#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:38
+msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n"
+msgstr "Você já respondeu a este questionário. Se você tem uma pergunta, por favor <a href='%s'> entrar em contato </a>, ou <a href='%s'> ver o seu problema </a>. \n"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:97
+#: templates/web/default/questionnaire/index.html:96
+#: templates/web/default/report/new/fill_in_details_form.html:93
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:90
+#: templates/web/fixmystreet/questionnaire/index.html:87
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:99
+#: templates/web/seesomething/report/new/fill_in_details_form.html:59
+#: templates/web/zurich/report/new/fill_in_details_form.html:75
+msgid "You have already attached a photo to this report, attaching another one will replace it."
+msgstr "Você já anexou uma foto com este relatório, anexando outro irá substituí-lo."
+
+#: templates/web/bromley/report/display.html:108
+#: templates/web/default/report/update-form.html:59
+#: templates/web/fixmystreet/report/update-form.html:56
+msgid "You have already attached a photo to this update, attaching another one will replace it."
+msgstr "Você já anexou uma foto a esta atualização, anexando outra irá substituí-la."
+
+#: templates/web/default/auth/sign_out.html:3
+#: templates/web/seesomething/auth/sign_out.html:3
+#: templates/web/zurich/auth/sign_out.html:3
+msgid "You have been signed out"
+msgstr "Voce foi logado fora"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:25
+#: templates/web/default/report/new/fill_in_details_form.html:7
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:7
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:28
+#: templates/web/zurich/report/new/fill_in_details_form.html:13
+msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. "
+msgstr "Você localizou o problema no ponto marcado com um pino verde no mapa. Se este não é o local correto, basta clicar no mapa novamente."
+
+#: templates/web/default/tokens/confirm_alert.html:7
+msgid "You have successfully confirmed your alert."
+msgstr "Você confirmou com sucesso o seu alerta."
+
+#: templates/web/zurich/tokens/confirm_problem.html:5
+#: templates/web/zurich/tokens/confirm_problem.html:6
+msgid "You have successfully confirmed your email address."
+msgstr "Você confirmou com sucesso o seu endereço de e-mail."
+
+#: templates/web/default/tokens/confirm_problem.html:14
+#: templates/web/default/tokens/confirm_problem.html:15
+msgid "You have successfully confirmed your problem"
+msgstr "Você confirmou com sucesso o seu problema"
+
+#: templates/web/default/tokens/confirm_update.html:11
+#: templates/web/default/tokens/confirm_update.html:12
+msgid "You have successfully confirmed your update and you can now <a href=\"%s\">view it on the site</a>."
+msgstr "Você confirmou com êxito a sua atualização e agora você pode <a href=\"%s\"> vê-lo no site </a>."
+
+#: templates/web/default/tokens/confirm_alert.html:11
+msgid "You have successfully created your alert."
+msgstr "Você criou com sucesso o seu alerta."
+
+#: templates/web/default/tokens/confirm_alert.html:9
+msgid "You have successfully deleted your alert."
+msgstr "Você removeu com sucesso o seu alerta."
+
+#: perllib/FixMyStreet/App/Controller/Report/New.pm:754
+#: perllib/FixMyStreet/App/Controller/Report/Update.pm:140
+msgid "You have successfully signed in; please check and confirm your details are accurate:"
+msgstr "Você se inscreveu com sucesso nos, por favor, verificar e confirmar os seus dados estão correctos:"
+
+#: templates/web/default/email_sent.html:13
+msgid "You must now click the link in the email we've just sent you."
+msgstr "Agora você deve clicar no link do e-mail que acabamos de lhe enviar."
+
+#: templates/web/default/admin/report_edit.html:71
+msgid "You really want to resend?"
+msgstr "Você realmente deseja reenviar o email?"
+
+#: templates/web/default/my/my.html:0 templates/web/default/my/my.html:14
+#: templates/web/default/my/my.html:3 templates/web/fixmystreet/my/my.html:0
+#: templates/web/fixmystreet/my/my.html:14
+#: templates/web/fixmystreet/my/my.html:3
+msgid "Your Reports"
+msgstr "Seus relatorios"
+
+#: templates/web/bromley/report/display.html:41
+#: templates/web/bromley/report/display.html:43
+#: templates/web/bromley/report/new/fill_in_details_form.html:145
+#: templates/web/fixmystreet/alert/_list.html:89
+#: templates/web/fixmystreet/alert/updates.html:19
+#: templates/web/fixmystreet/alert/updates.html:22
+#: templates/web/fixmystreet/contact/index.html:84
+#: templates/web/fixmystreet/report/display.html:65
+#: templates/web/fixmystreet/report/display.html:67
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:115
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:147
+#: templates/web/zurich/report/new/fill_in_details_form.html:88
+msgid "Your email"
+msgstr "Seu e-mail"
+
+#: templates/web/seesomething/report/new/fill_in_details_form.html:81
+msgid "Your email (optional)"
+msgstr "Seu e-mail (opcional)"
+
+#: templates/web/bromley/report/display.html:132
+#: templates/web/fixmystreet/auth/general.html:26
+#: templates/web/fixmystreet/report/update-form.html:80
+#: templates/web/seesomething/auth/general.html:26
+#: templates/web/zurich/auth/general.html:30
+#: templates/web/zurich/auth/general.html:56
+msgid "Your email address"
+msgstr "O seu endereço de email"
+
+#: templates/web/default/auth/general.html:27
+msgid "Your email address:"
+msgstr "O seu endereço de email:"
+
+#: templates/web/default/alert/_list.html:92
+#: templates/web/default/report/new/fill_in_details_form.html:124
+#: templates/web/default/report/update-form.html:81
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:133
+#: templates/web/fixmybarangay/alert/_list.html:37
+msgid "Your email:"
+msgstr "Seu e-mail:"
+
+#: templates/web/bromley/report/display.html:195
+#: templates/web/bromley/report/new/fill_in_details_form.html:117
+#: templates/web/bromley/report/new/fill_in_details_form.html:164
+msgid "Your first name"
+msgstr "Nome"
+
+#: templates/web/fixmystreet/report/updates-sidebar-notes.html:5
+msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>"
+msgstr "Suas informações só serão utilizadas de acordo com nossa <a href=\"/privacy\"> política de privacidade </a>"
+
+#: templates/web/bromley/report/display.html:201
+#: templates/web/bromley/report/new/fill_in_details_form.html:123
+#: templates/web/bromley/report/new/fill_in_details_form.html:170
+msgid "Your last name"
+msgstr "Apelido"
+
+#: templates/web/fixmystreet/auth/general.html:57
+#: templates/web/fixmystreet/contact/index.html:77
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:124
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:192
+#: templates/web/fixmystreet/report/update-form.html:140
+#: templates/web/seesomething/report/new/fill_in_details_form.html:79
+#: templates/web/zurich/auth/general.html:59
+#: templates/web/zurich/report/new/fill_in_details_form.html:104
+msgid "Your name"
+msgstr "Nome"
+
+#: templates/web/default/auth/general.html:59
+#: templates/web/default/contact/index.html:68
+#: templates/web/default/report/new/fill_in_details_form.html:203
+#: templates/web/default/report/update-form.html:151
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:124
+msgid "Your name:"
+msgstr "Nome"
+
+#: templates/web/bromley/report/display.html:162
+#: templates/web/bromley/report/new/fill_in_details_form.html:203
+#: templates/web/fixmystreet/auth/general.html:41
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:166
+#: templates/web/fixmystreet/report/update-form.html:94
+#: templates/web/seesomething/auth/general.html:30
+#: templates/web/zurich/auth/general.html:34
+msgid "Your password"
+msgstr "Password"
+
+#: templates/web/default/auth/change_password.html:6
+msgid "Your password has been changed"
+msgstr "Sua password foi alterada"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:137
+#: templates/web/bromley/report/new/fill_in_details_form.html:184
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:139
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:206
+#: templates/web/seesomething/report/new/fill_in_details_form.html:90
+#: templates/web/zurich/report/new/fill_in_details_form.html:107
+msgid "Your phone number"
+msgstr "Telefone "
+
+#: templates/web/fixmystreet/questionnaire/index.html:15
+msgid "Your report"
+msgstr "Seu relatório"
+
+#: templates/web/default/report_created.html:6
+msgid "Your report has been created and will shortly be sent."
+msgstr "Seu relatório foi criado e será enviado em breve."
+
+#: templates/web/barnet/footer.html:18 templates/web/bromley/footer.html:19
+#: templates/web/bromley/header.html:75 templates/web/default/footer.html:9
+#: templates/web/fiksgatami/footer.html:6
+#: templates/web/fiksgatami/nn/footer.html:6
+#: templates/web/fixmystreet/footer.html:46
+#: templates/web/oxfordshire/footer.html:21
+#: templates/web/oxfordshire/header.html:63
+#: templates/web/reading/footer.html:7 templates/web/stevenage/footer.html:41
+msgid "Your reports"
+msgstr "Seus relatórios"
+
+#: templates/web/default/my/my.html:45 templates/web/fixmystreet/my/my.html:49
+msgid "Your updates"
+msgstr "Suas atualizações"
+
+#: templates/web/default/contact/index.html:76
+msgid "Your&nbsp;email:"
+msgstr "Seu e-mail:"
+
+#: templates/web/default/admin/timeline.html:4
+msgid "by %s"
+msgstr "por %s"
+
+#: templates/web/default/reports/body.html:6
+#: templates/web/default/reports/body.html:7
+msgid "council"
+msgstr "conselho"
+
+#: perllib/FixMyStreet/DB/Result/Problem.pm:683
+msgid "council ref:&nbsp;%s"
+msgstr "conselho ref:%s"
+
+#: templates/web/default/admin/report_edit.html:28
+#: templates/web/zurich/admin/report_edit-sdm.html:40
+#: templates/web/zurich/admin/report_edit.html:55
+msgid "didn't use map"
+msgstr "não usar o mapa"
+
+#: templates/web/default/alert/index.html:33
+#: templates/web/fixmystreet/around/postcode_form.html:20
+#: templates/web/seesomething/around/postcode_form.html:9
+msgid "e.g. ‘%s’ or ‘%s’"
+msgstr "por exemplo '%s' ou '%s'"
+
+#: templates/web/default/admin/index.html:15
+#: templates/web/zurich/admin/index.html:5
+msgid "from %d different users"
+msgstr "e %d usuários diferentes"
+
+#: templates/web/fixmystreet/report/_item.html:12
+#: templates/web/zurich/report/_item.html:16
+msgid "last updated %s"
+msgstr "Última atualizada %s"
+
+#: perllib/Utils.pm:263
+msgid "less than a minute"
+msgstr "menos de um minuto"
+
+#: templates/web/default/report/updates.html:57
+#, fuzzy
+msgid "marked as a duplicate report"
+msgstr "duplicar relatório"
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "Ação Programada"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
+msgstr "marcado como %s"
+
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
+msgid "marked as fixed"
+msgstr "marcado como fixo"
+
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Este problema está em progresso"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "Investigando"
+
+#: templates/web/default/report/updates.html:55
+#, fuzzy
+msgid "marked as not the council's responsibility"
+msgstr "não da responsabilidade do conselho"
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "marcado como fixo"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "marcado como fixo"
+
+#: perllib/FixMyStreet/App/Controller/Admin.pm:128
+#: templates/web/default/admin/questionnaire.html:15
+#: templates/web/default/admin/questionnaire.html:16
+msgid "n/a"
+msgstr "n / a"
+
+#: templates/web/default/alert/_list.html:87
+#: templates/web/fixmybarangay/alert/_list.html:32
+#: templates/web/fixmystreet/alert/_list.html:85
+msgid "or"
+msgstr "ou"
+
+#: templates/web/default/js/translation_strings.html:21
+msgid "or locate me automatically"
+msgstr "ou localizár-me automaticamente"
+
+#: templates/web/default/admin/report_edit.html:24
+#: templates/web/default/admin/report_edit.html:26
+#: templates/web/zurich/admin/report_edit-sdm.html:27
+#: templates/web/zurich/admin/report_edit-sdm.html:29
+#: templates/web/zurich/admin/report_edit-sdm.html:36
+#: templates/web/zurich/admin/report_edit-sdm.html:38
+#: templates/web/zurich/admin/report_edit.html:28
+#: templates/web/zurich/admin/report_edit.html:30
+#: templates/web/zurich/admin/report_edit.html:39
+#: templates/web/zurich/admin/report_edit.html:41
+#: templates/web/zurich/admin/report_edit.html:51
+#: templates/web/zurich/admin/report_edit.html:53
+msgid "originally entered: &ldquo;%s&rdquo;"
+msgstr "originalmente introduzido: \"%s\""
+
+#: templates/web/default/admin/report_edit.html:30
+msgid "other areas:"
+msgstr "outras áreas:"
+
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
+msgid "reopened"
+msgstr "reaberto"
+
+#: templates/web/barnet/header.html:71 templates/web/bromley/header.html:100
+#: templates/web/bromley/header.html:65
+#: templates/web/fixmybarangay/header.html:67
+#: templates/web/fixmystreet/header.html:51
+#: templates/web/oxfordshire/header.html:112
+#: templates/web/oxfordshire/header.html:48
+#: templates/web/stevenage/header.html:98 templates/web/zurich/footer.html:12
+msgid "sign out"
+msgstr "sair"
+
+#: templates/web/bromley/report/new/fill_in_details_form.html:4
+#: templates/web/bromley/report/new/fill_in_details_form.html:7
+#: templates/web/default/report/new/fill_in_details_form.html:11
+#: templates/web/default/report/new/fill_in_details_form.html:14
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:11
+#: templates/web/emptyhomes/report/new/fill_in_details_form.html:14
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:6
+#: templates/web/fixmystreet/report/new/fill_in_details_form.html:9
+msgid "the local council"
+msgstr "o conselho local"
+
+#: templates/web/default/report/_main.html:6
+#: templates/web/zurich/report/_main.html:5
+msgid "there is no pin shown as the user did not use the map"
+msgstr "não há nenhum fix pin para o usuario usar no mapa"
+
+#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
+msgid "this type of local problem"
+msgstr "este tipo de problema local"
+
+#: perllib/Utils.pm:235
+msgid "today"
+msgstr "hoje"
+
+#: templates/web/default/admin/report_edit.html:28
+#: templates/web/zurich/admin/report_edit-sdm.html:40
+#: templates/web/zurich/admin/report_edit.html:55
+msgid "used map"
+msgstr "mapa usado"
+
+#: templates/web/default/admin/update_edit.html:35
+msgid "user is from same council as problem - %d"
+msgstr "usuário é da mesmo conselho do problema - %d"
+
+#: templates/web/default/admin/update_edit.html:38
+msgid "user is problem owner"
+msgstr "usuário é proprietário problema"
+
+#: templates/web/default/reports/body.html:0
+#: templates/web/default/reports/body.html:3
+msgid "ward"
+msgstr "pendente"
+
+#: templates/web/default/front/stats.html:17
+#, perl-format
+msgid "<big>%s</big> report recently"
+msgid_plural "<big>%s</big> reports recently"
+msgstr[0] "<big>%s</big> Relatorio recentemente"
+msgstr[1] "<big>%s</big> Relatorios recentemente"
+
+#: perllib/Utils.pm:282
+#, perl-format
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d hora"
+msgstr[1] "%d horas"
+
+#: templates/web/default/report/_support.html:6
+#, perl-format
+msgid "%d supporter"
+msgid_plural "%d supporters"
+msgstr[0] "%d suppoter"
+msgstr[1] "%d supporters"
+
+#: perllib/Utils.pm:284
+#, perl-format
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d minuto"
+msgstr[1] "%d minutos"
+
+#: templates/web/default/front/stats.html:29
+#, perl-format
+msgid "<big>%s</big> update on reports"
+msgid_plural "<big>%s</big> updates on reports"
+msgstr[0] "<big>%s</big> atualização em relatório"
+msgstr[1] "<big>%s</big> atualização los Relatorios"
+
+#: templates/web/emptyhomes/report/new/councils_text_none.html:3
+#, perl-format
+msgid "We do not yet have details for the council that covers this location."
+msgid_plural "We do not yet have details for the councils that cover this location."
+msgstr[0] "Nós ainda não temos detalhes para o conselho, que abrange este local."
+msgstr[1] "Nós ainda não temos detalhes para o conselho, que abrange este local."
+
+#: perllib/Utils.pm:278
+#, perl-format
+msgid "%d week"
+msgid_plural "%d weeks"
+msgstr[0] "%d semana"
+msgstr[1] "%d semanas"
+
+#: templates/web/default/front/stats.html:12
+#, perl-format
+msgid "<big>%s</big> report in past week"
+msgid_plural "<big>%s</big> reports in past week"
+msgstr[0] "<big>%s</big> Relatório de semana passada"
+msgstr[1] "<big>%s</big> Relatórios de semana passado"
+
+#: templates/web/default/front/stats.html:23
+#, perl-format
+msgid "<big>%s</big> fixed in past month"
+msgid_plural "<big>%s</big> fixed in past month"
+msgstr[0] "<big>%s</big> fixado no mês passado"
+msgstr[1] "<big>%s</big> fixado no mês passado"
+
+#: templates/web/default/report/new/councils_text_some.html:14
+#, perl-format
+msgid "We do <strong>not</strong> yet have details for the other council that covers this location."
+msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location."
+msgstr[0] "Fazemos <strong> não </strong> ainda tem detalhes para os outros conselhos que cobrem este local."
+msgstr[1] "Fazemos <strong> não </strong> ainda tem detalhes para os outros conselhos que cobrem este local."
+
+#: perllib/Utils.pm:280
+#, perl-format
+msgid "%d day"
+msgid_plural "%d days"
+msgstr[0] "%d dia"
+msgstr[1] "%d dias"
+
+#~ msgid "no further action"
+#~ msgstr "nenhuma outra ação"
+
+#~ msgid "third party responsibility"
+#~ msgstr "terceiro a responsabilidade do partido"
diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
index a6c650ab6..38613db48 100644
--- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
+++ b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fixmystreet\n"
"Report-Msgid-Bugs-To: matthew@mysociety.org\n"
-"POT-Creation-Date: 2013-09-03 09:26+0100\n"
+"POT-Creation-Date: 2013-09-05 17:39+0100\n"
"PO-Revision-Date: 2013-05-02 21:06+0000\n"
"Last-Translator: mysociety <transifex@mysociety.org>\n"
"Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/fixmystreet/language/sv_SE/)\n"
@@ -43,7 +43,7 @@ msgstr " och <strong>vi kommer skicka det till kommunen</strong>"
msgid " or "
msgstr "eller"
-#: templates/web/default/admin/bodies.html:32
+#: templates/web/default/admin/bodies.html:36
msgid "%d addresses"
msgstr "%d adresser"
@@ -308,7 +308,8 @@ msgstr "Om oss"
msgid "Action Scheduled"
msgstr ""
-#: templates/web/default/admin/bodies.html:47
+#: templates/web/default/admin/bodies.html:53
+#: templates/web/default/admin/bodies.html:57
#: templates/web/default/admin/body-form.html:82
#: templates/web/zurich/admin/body-form.html:47
msgid "Add body"
@@ -481,7 +482,7 @@ msgstr "Förbjud epostadress"
msgid "Be sure to choose the right category, because we use that to determine to whom the report is sent."
msgstr "Välj kategori så noggrant som möjligt eftersom det hjälper oss att avgöra vem rapporten ska skickas till."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1134
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1144
#: perllib/FixMyStreet/Cobrand/Zurich.pm:208
#: templates/web/default/admin/bodies.html:1
#: templates/web/zurich/header.html:64
@@ -613,7 +614,7 @@ msgstr "Cobrand data:"
msgid "Cobrand:"
msgstr "Cobrand:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:397
+#: perllib/FixMyStreet/App/Controller/Admin.pm:407
msgid "Configuration updated - contacts will be generated automatically later"
msgstr "Konfigurationen uppdaterad. Kontakterna kommer att genereras automatiskt senare"
@@ -690,8 +691,8 @@ msgstr "Kontakta oss"
msgid "Contact the team"
msgstr "Kontakta teamet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1267
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1295
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1277
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1305
msgid "Could not find user"
msgstr "Kan inte hitta användaren"
@@ -871,11 +872,11 @@ msgstr "Redaktör"
msgid "Email"
msgstr "Epost"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1243
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1253
msgid "Email added to abuse list"
msgstr "Epostadressen tillagd till missbrukslistan"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1240
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1250
msgid "Email already in abuse list"
msgstr "Epostadressen finns redan i missbrukslistan"
@@ -1101,7 +1102,7 @@ msgstr "Löst:"
msgid "Flag user"
msgstr "Flagga användare"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1139
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1149
#: templates/web/default/admin/users.html:16
msgid "Flagged"
msgstr "Flaggat"
@@ -1130,6 +1131,7 @@ msgstr "Glömt ditt lösenord?"
#: templates/web/emptyhomes/faq/faq-en-gb.html:1
#: templates/web/fiksgatami/faq/faq-nb.html:1
#: templates/web/fiksgatami/nn/faq/faq-nn.html:1
+#: templates/web/fixmindelo/faq/faq-pt-cv.html:1
#: templates/web/fixmybarangay/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/faq/faq-en-gb.html:1
#: templates/web/fixmystreet/static/privacy.html:1
@@ -1263,7 +1265,7 @@ msgstr "Hur man rapporterar ett problem"
msgid "How to send successful reports"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:702
+#: perllib/FixMyStreet/App/Controller/Admin.pm:712
msgid "I am afraid you cannot confirm unconfirmed reports."
msgstr "Tyvärr kan du inte bekräfta obekräftade rapporter"
@@ -1387,7 +1389,7 @@ msgstr ""
msgid "Invalid agency_responsible value %s"
msgstr "Inkorrekt värde för agency_responsible, \"%s\""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1064
msgid "Invalid end date"
msgstr "Inkorrekt slutdatum"
@@ -1395,7 +1397,7 @@ msgstr "Inkorrekt slutdatum"
msgid "Invalid format %s specified."
msgstr "Inkorrekt format %s angivet."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1044
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1054
msgid "Invalid start date"
msgstr "Inkorrekt startdatum"
@@ -1610,11 +1612,11 @@ msgstr "Nästan klar! Kolla nu din epost."
msgid "New <br>problems"
msgstr "Nya <br>problem"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:249
+#: perllib/FixMyStreet/App/Controller/Admin.pm:250
msgid "New body added"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:353
+#: perllib/FixMyStreet/App/Controller/Admin.pm:362
msgid "New category contact added"
msgstr "Nya kategorikontakter tillagda"
@@ -2378,7 +2380,7 @@ msgstr "Rapport %s skickad till %s"
msgid "Problem breakdown by state"
msgstr "Rapporter per status"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:929
msgid "Problem marked as open."
msgstr "Problemet markerat som öppet."
@@ -2747,7 +2749,7 @@ msgstr "Rapporterat i kategori %s av %s den %s"
msgid "Reporting a problem"
msgstr "Rapportera ett problem"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1135
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1145
#: perllib/FixMyStreet/Cobrand/Zurich.pm:201
#: templates/web/seesomething/admin/stats.html:1
#: templates/web/zurich/header.html:60
@@ -2786,14 +2788,14 @@ 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:1334
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1345
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1355
#: templates/web/default/admin/report_edit.html:85
#: templates/web/zurich/admin/report_edit.html:74
msgid "Rotate Left"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1334
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1344
#: templates/web/default/admin/report_edit.html:86
#: templates/web/zurich/admin/report_edit.html:75
msgid "Rotate Right"
@@ -2994,7 +2996,7 @@ msgstr "Status"
msgid "State:"
msgstr "Status:"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1140
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1150
#: perllib/FixMyStreet/Cobrand/Zurich.pm:216
#: templates/web/default/admin/stats.html:1
#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:72
@@ -3094,7 +3096,7 @@ msgstr "Prenumerera med epost"
msgid "Subscribe to an alert based upon what baranagay you&rsquo;re in:"
msgstr "Prenumerera på rapporter baserat på vilket baranagay du är i"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1133
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1143
#: perllib/FixMyStreet/Cobrand/Zurich.pm:200
#: templates/web/default/admin/index.html:1
#: templates/web/zurich/admin/index-dm.html:1
@@ -3114,7 +3116,7 @@ msgstr "Summering"
msgid "Summary reports"
msgstr "Sammanställningsrapporter"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1137
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1147
msgid "Survey"
msgstr ""
@@ -3193,7 +3195,7 @@ msgstr "Den positionen verkar inte vara i Sverige: försök gärna igen."
msgid "That postcode was not recognised, sorry."
msgstr "Det postnummret finns tyvärr inte."
-#: perllib/FixMyStreet/App/Controller/Admin.pm:673
+#: perllib/FixMyStreet/App/Controller/Admin.pm:683
msgid "That problem will now be resent."
msgstr "Rapportern kommer nu att skickas om."
@@ -3440,7 +3442,7 @@ msgstr ""
msgid "This web page also contains a photo of the problem, provided by the user."
msgstr "Den här sidan innehåller också ett foto av problemet"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1136
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1146
#: templates/web/default/admin/timeline.html:1
msgid "Timeline"
msgstr "Tidslinje"
@@ -3573,10 +3575,10 @@ msgstr "Uppdatering:"
msgid "Updated"
msgstr ""
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1001
-#: perllib/FixMyStreet/App/Controller/Admin.pm:765
-#: perllib/FixMyStreet/App/Controller/Admin.pm:909
-#: perllib/FixMyStreet/App/Controller/Admin.pm:962
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1011
+#: perllib/FixMyStreet/App/Controller/Admin.pm:775
+#: perllib/FixMyStreet/App/Controller/Admin.pm:919
+#: perllib/FixMyStreet/App/Controller/Admin.pm:972
#: perllib/FixMyStreet/Cobrand/Zurich.pm:424
#: perllib/FixMyStreet/Cobrand/Zurich.pm:488
msgid "Updated!"
@@ -3607,23 +3609,23 @@ msgstr "Uppdateringar för {{title}}"
msgid "Updates to this problem, FixMyStreet"
msgstr "Uppdateringar för det här problemet, FixaMinGata"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1299
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1309
msgid "User flag removed"
msgstr "Användarflaggan borttagen"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1271
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1281
msgid "User flagged"
msgstr "Användaren flaggad"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:1138
+#: perllib/FixMyStreet/App/Controller/Admin.pm:1148
#: perllib/FixMyStreet/Cobrand/Zurich.pm:215
#: templates/web/default/admin/flagged.html:24
#: templates/web/zurich/header.html:69
msgid "Users"
msgstr "Användare"
-#: perllib/FixMyStreet/App/Controller/Admin.pm:348
-#: perllib/FixMyStreet/App/Controller/Admin.pm:378
+#: perllib/FixMyStreet/App/Controller/Admin.pm:357
+#: perllib/FixMyStreet/App/Controller/Admin.pm:387
msgid "Values updated"
msgstr "Värden uppdaterade"
@@ -4045,10 +4047,6 @@ msgstr "kommunens referens:&nbsp;%s"
msgid "didn't use map"
msgstr "använde inte kartan"
-#: perllib/FixMyStreet/DB/Result/Comment.pm:195
-msgid "duplicate report"
-msgstr ""
-
#: templates/web/default/alert/index.html:33
#: templates/web/fixmystreet/around/postcode_form.html:20
#: templates/web/seesomething/around/postcode_form.html:9
@@ -4069,28 +4067,59 @@ msgstr ""
msgid "less than a minute"
msgstr "mindre än en minut"
-#: templates/web/default/report/updates.html:38
-msgid "marked as %s"
+#: templates/web/default/report/updates.html:57
+msgid "marked as a duplicate report"
+msgstr ""
+
+#: templates/web/default/report/updates.html:47
+#, fuzzy
+msgid "marked as action scheduled"
+msgstr "markerad som löst"
+
+#: templates/web/default/report/updates.html:59
+msgid "marked as an internal referral"
+msgstr ""
+
+#: templates/web/default/report/updates.html:49
+#, fuzzy
+msgid "marked as closed"
msgstr "markerad som %s"
-#: templates/web/default/report/updates.html:27
+#: templates/web/default/report/updates.html:28
+#: templates/web/default/report/updates.html:51
msgid "marked as fixed"
msgstr "markerad som löst"
+#: templates/web/default/report/updates.html:45
+#, fuzzy
+msgid "marked as in progress"
+msgstr "Arbete pågår med att lösa problemet"
+
+#: templates/web/default/report/updates.html:41
+#, fuzzy
+msgid "marked as investigating"
+msgstr "Undersöker"
+
+#: templates/web/default/report/updates.html:55
+msgid "marked as not the council's responsibility"
+msgstr ""
+
+#: templates/web/default/report/updates.html:43
+#, fuzzy
+msgid "marked as planned"
+msgstr "markerad som löst"
+
+#: templates/web/default/report/updates.html:53
+#, fuzzy
+msgid "marked as unable to fix"
+msgstr "markerad som löst"
+
#: perllib/FixMyStreet/App/Controller/Admin.pm:128
#: templates/web/default/admin/questionnaire.html:15
#: templates/web/default/admin/questionnaire.html:16
msgid "n/a"
msgstr "Ej tillgängligt"
-#: templates/web/default/report/updates.html:32
-msgid "no further action"
-msgstr ""
-
-#: perllib/FixMyStreet/DB/Result/Comment.pm:193
-msgid "not the council's responsibility"
-msgstr ""
-
#: templates/web/default/alert/_list.html:87
#: templates/web/fixmybarangay/alert/_list.html:32
#: templates/web/fixmystreet/alert/_list.html:85
@@ -4120,8 +4149,8 @@ msgstr ""
msgid "other areas:"
msgstr "andra områden:"
-#: templates/web/default/report/updates.html:28
-#: templates/web/default/report/updates.html:36
+#: templates/web/default/report/updates.html:29
+#: templates/web/default/report/updates.html:39
msgid "reopened"
msgstr "öppnat på nytt"
@@ -4151,10 +4180,6 @@ msgstr "kommunen"
msgid "there is no pin shown as the user did not use the map"
msgstr "det finns ingen kartmarkering eftersom användaren inte använde kartan"
-#: templates/web/default/report/updates.html:33
-msgid "third party responsibility"
-msgstr ""
-
#: perllib/FixMyStreet/DB/ResultSet/Problem.pm:358
msgid "this type of local problem"
msgstr "den här typen av problem"
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm
index 133c83024..ba8f22a05 100644
--- a/perllib/FixMyStreet/App/Controller/Admin.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin.pm
@@ -130,6 +130,8 @@ sub index : Path : Args(0) {
$c->stash->{categories} = $c->cobrand->problems->categories_summary();
+ $c->stash->{total_bodies} = $c->model('DB::Body')->count();
+
return 1;
}
@@ -430,6 +432,7 @@ sub display_contacts : Private {
my $contacts = $c->stash->{body}->contacts->search(undef, { order_by => [ 'category' ] } );
$c->stash->{contacts} = $contacts;
+ $c->stash->{live_contacts} = $contacts->search({ deleted => 0 });
if ( $c->req->param('text') && $c->req->param('text') == 1 ) {
$c->stash->{template} = 'admin/council_contacts.txt';
@@ -1024,8 +1027,20 @@ sub flagged : Path('flagged') : Args(0) {
$c->stash->{problems} = [ $problems->all ];
my $users = $c->model('DB::User')->search( { flagged => 1 } );
+ my @users = $users->all;
+ my %email2user = map { $_->email => $_ } @users;
+ $c->stash->{users} = [ @users ];
+
+ my @abuser_emails = $c->model('DB::Abuse')->all();
- $c->stash->{users} = $users;
+ foreach my $email (@abuser_emails) {
+ # Slight abuse of the boolean flagged value
+ if ($email2user{$email->email}) {
+ $email2user{$email->email}->flagged( 2 );
+ } else {
+ push @{$c->stash->{users}}, { email => $email->email, flagged => 2 };
+ }
+ }
return 1;
}
diff --git a/perllib/FixMyStreet/Cobrand/FixMindelo.pm b/perllib/FixMyStreet/Cobrand/FixMindelo.pm
index 6f81bad84..59debf157 100644
--- a/perllib/FixMyStreet/Cobrand/FixMindelo.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMindelo.pm
@@ -4,12 +4,12 @@ use base 'FixMyStreet::Cobrand::Default';
use strict;
use warnings;
-
sub country {
return 'CV';
}
-sub language_domain { 'FixMindelo' }
+sub languages { [ 'pt-cv,Portuguese,pt_CV', 'en-gb,English,en_GB' ] }
+sub language_override { 'pt-cv' }
sub disambiguate_location {
return {
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index ffdc1feab..d39c804ad 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -592,10 +592,31 @@ sub admin_stats {
);
if ( $c->req->params->{export} ) {
- my $problems = $c->model('DB::Problem')->search( { %params }, { columns => [ 'id', 'created', 'latitude', 'longitude', 'cobrand', 'category' ] } );
- my $body = "ID,Created,E,N,Category\n";
- while (my $report = $problems->next) {
- $body .= join( ',', $report->id, $report->created, $report->local_coords, $report->category ) . "\n";
+ my $problems = $c->model('DB::Problem')->search(
+ {%params},
+ {
+ columns => [
+ 'id', 'created',
+ 'latitude', 'longitude',
+ 'cobrand', 'category',
+ 'state', 'user_id',
+ 'external_body'
+ ]
+ }
+ );
+ my $body = "ID,Created,E,N,Category,Status,UserID,External Body\n";
+ while ( my $report = $problems->next ) {
+ my $external_body;
+ my $body_name = "";
+ if ( $external_body = $report->body($c) ) {
+ $body_name = $external_body->name;
+ }
+ $body .= join( ',',
+ $report->id, $report->created,
+ $report->local_coords, $report->category,
+ $report->state, $report->user_id,
+ "\"$body_name\"" )
+ . "\n";
}
$c->res->content_type('text/csv; charset=utf-8');
$c->res->body($body);
diff --git a/perllib/FixMyStreet/DB/Result/Alert.pm b/perllib/FixMyStreet/DB/Result/Alert.pm
index fc84c8fd5..4ce72f873 100644
--- a/perllib/FixMyStreet/DB/Result/Alert.pm
+++ b/perllib/FixMyStreet/DB/Result/Alert.pm
@@ -48,7 +48,7 @@ __PACKAGE__->belongs_to(
"alert_type",
"FixMyStreet::DB::Result::AlertType",
{ ref => "alert_type" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
__PACKAGE__->has_many(
"alerts_sent",
@@ -60,12 +60,12 @@ __PACKAGE__->belongs_to(
"user",
"FixMyStreet::DB::Result::User",
{ id => "user_id" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-03-08 17:19:55
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vump36YxUO4FQi5Do6DwvA
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:d9yIFiTGtbtFaULXZNKstQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
diff --git a/perllib/FixMyStreet/DB/Result/AlertSent.pm b/perllib/FixMyStreet/DB/Result/AlertSent.pm
index a537c95cd..422e010a9 100644
--- a/perllib/FixMyStreet/DB/Result/AlertSent.pm
+++ b/perllib/FixMyStreet/DB/Result/AlertSent.pm
@@ -26,12 +26,12 @@ __PACKAGE__->belongs_to(
"alert",
"FixMyStreet::DB::Result::Alert",
{ id => "alert_id" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-03-08 17:19:55
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oN+36hDWJuc0hqkCW9BHOw
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:COwsprqRSNZS1IxJrPYgMQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
diff --git a/perllib/FixMyStreet/DB/Result/Body.pm b/perllib/FixMyStreet/DB/Result/Body.pm
index 83704563a..b6a044b04 100644
--- a/perllib/FixMyStreet/DB/Result/Body.pm
+++ b/perllib/FixMyStreet/DB/Result/Body.pm
@@ -20,6 +20,8 @@ __PACKAGE__->add_columns(
},
"name",
{ data_type => "text", is_nullable => 0 },
+ "parent",
+ { data_type => "integer", is_foreign_key => 1, is_nullable => 1 },
"endpoint",
{ data_type => "text", is_nullable => 1 },
"jurisdiction",
@@ -38,8 +40,6 @@ __PACKAGE__->add_columns(
{ data_type => "boolean", default_value => \"false", is_nullable => 0 },
"send_extended_statuses",
{ data_type => "boolean", default_value => \"false", is_nullable => 0 },
- "parent",
- { data_type => "integer", is_foreign_key => 1, is_nullable => 1 },
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->has_many(
@@ -59,10 +59,10 @@ __PACKAGE__->belongs_to(
"FixMyStreet::DB::Result::User",
{ id => "comment_user_id" },
{
- is_deferrable => 1,
+ is_deferrable => 0,
join_type => "LEFT",
- on_delete => "CASCADE",
- on_update => "CASCADE",
+ on_delete => "NO ACTION",
+ on_update => "NO ACTION",
},
);
__PACKAGE__->has_many(
@@ -76,10 +76,10 @@ __PACKAGE__->belongs_to(
"FixMyStreet::DB::Result::Body",
{ id => "parent" },
{
- is_deferrable => 1,
+ is_deferrable => 0,
join_type => "LEFT",
- on_delete => "CASCADE",
- on_update => "CASCADE",
+ on_delete => "NO ACTION",
+ on_update => "NO ACTION",
},
);
__PACKAGE__->has_many(
@@ -90,8 +90,8 @@ __PACKAGE__->has_many(
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-12-19 12:47:10
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DdtXjMWRpz20ZHjtY3oP2w
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JT0w76BWaDpjAV61WVSYHg
sub url {
my ( $self, $c ) = @_;
diff --git a/perllib/FixMyStreet/DB/Result/BodyArea.pm b/perllib/FixMyStreet/DB/Result/BodyArea.pm
index 844a3277d..4447777dc 100644
--- a/perllib/FixMyStreet/DB/Result/BodyArea.pm
+++ b/perllib/FixMyStreet/DB/Result/BodyArea.pm
@@ -21,12 +21,12 @@ __PACKAGE__->belongs_to(
"body",
"FixMyStreet::DB::Result::Body",
{ id => "body_id" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-12-19 12:47:10
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aAr+Nadyu8IckZlK6+PTNg
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+hzie6kHleUBoEt199c/nQ
__PACKAGE__->set_primary_key(__PACKAGE__->columns);
diff --git a/perllib/FixMyStreet/DB/Result/Comment.pm b/perllib/FixMyStreet/DB/Result/Comment.pm
index eb9e52a65..c712ad4e1 100644
--- a/perllib/FixMyStreet/DB/Result/Comment.pm
+++ b/perllib/FixMyStreet/DB/Result/Comment.pm
@@ -54,6 +54,10 @@ __PACKAGE__->add_columns(
{ data_type => "boolean", default_value => \"false", is_nullable => 0 },
"problem_state",
{ data_type => "text", is_nullable => 1 },
+ "external_id",
+ { data_type => "text", is_nullable => 1 },
+ "extra",
+ { data_type => "text", is_nullable => 1 },
"send_fail_count",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"send_fail_reason",
@@ -62,28 +66,24 @@ __PACKAGE__->add_columns(
{ data_type => "timestamp", is_nullable => 1 },
"whensent",
{ data_type => "timestamp", is_nullable => 1 },
- "external_id",
- { data_type => "text", is_nullable => 1 },
- "extra",
- { data_type => "text", is_nullable => 1 },
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->belongs_to(
"problem",
"FixMyStreet::DB::Result::Problem",
{ id => "problem_id" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
__PACKAGE__->belongs_to(
"user",
"FixMyStreet::DB::Result::User",
{ id => "user_id" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-07-11 18:53:26
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tSejJzLxHD/fMWjpa10lfA
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:D/+UWcF7JO/EkCiJaAHUOw
__PACKAGE__->filter_column(
extra => {
@@ -179,8 +179,8 @@ sub get_photo_params {
=head2 meta_problem_state
-Returns a string suitable for display in the update meta section.
-Mostly removes the '- council/user' bit from fixed states
+Returns a string suitable for display lookup in the update meta section.
+Removes the '- council/user' bit from fixed states.
=cut
@@ -190,10 +190,6 @@ sub meta_problem_state {
my $state = $self->problem_state;
$state =~ s/ -.*$//;
- $state = _("not the council's responsibility")
- if $state eq 'not responsible';
- $state = _('duplicate report') if $state eq 'duplicate';
-
return $state;
}
diff --git a/perllib/FixMyStreet/DB/Result/Contact.pm b/perllib/FixMyStreet/DB/Result/Contact.pm
index 551bcd019..2e1287a21 100644
--- a/perllib/FixMyStreet/DB/Result/Contact.pm
+++ b/perllib/FixMyStreet/DB/Result/Contact.pm
@@ -53,12 +53,12 @@ __PACKAGE__->belongs_to(
"body",
"FixMyStreet::DB::Result::Body",
{ id => "body_id" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-12-13 12:34:33
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:imXq3EtrC0FrQwj+E2xfBw
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hq/BFHDEu4OUI4MSy3OyHg
__PACKAGE__->filter_column(
extra => {
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm
index ec15600b6..c8b53e2d1 100644
--- a/perllib/FixMyStreet/DB/Result/Problem.pm
+++ b/perllib/FixMyStreet/DB/Result/Problem.pm
@@ -120,12 +120,12 @@ __PACKAGE__->belongs_to(
"user",
"FixMyStreet::DB::Result::User",
{ id => "user_id" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-12-13 15:13:48
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H2P3Og37G569nQdQA1IWaA
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U/4BT8EGfcCLKA/7LX+qyQ
# Add fake relationship to stored procedure table
__PACKAGE__->has_one(
diff --git a/perllib/FixMyStreet/DB/Result/Questionnaire.pm b/perllib/FixMyStreet/DB/Result/Questionnaire.pm
index fcaa17d99..7f9c79d9a 100644
--- a/perllib/FixMyStreet/DB/Result/Questionnaire.pm
+++ b/perllib/FixMyStreet/DB/Result/Questionnaire.pm
@@ -36,12 +36,12 @@ __PACKAGE__->belongs_to(
"problem",
"FixMyStreet::DB::Result::Problem",
{ id => "problem_id" },
- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+ { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-03-08 17:19:55
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NGlSRjoBpDoIvK3EueqN6Q
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oL1Hk4/bNG14CY74GA75SA
use DateTime::TimeZone;
use Moose;
diff --git a/perllib/FixMyStreet/DB/Result/User.pm b/perllib/FixMyStreet/DB/Result/User.pm
index 481b654c9..523382670 100644
--- a/perllib/FixMyStreet/DB/Result/User.pm
+++ b/perllib/FixMyStreet/DB/Result/User.pm
@@ -58,10 +58,10 @@ __PACKAGE__->belongs_to(
"FixMyStreet::DB::Result::Body",
{ id => "from_body" },
{
- is_deferrable => 1,
+ is_deferrable => 0,
join_type => "LEFT",
- on_delete => "CASCADE",
- on_update => "CASCADE",
+ on_delete => "NO ACTION",
+ on_update => "NO ACTION",
},
);
__PACKAGE__->has_many(
@@ -72,8 +72,8 @@ __PACKAGE__->has_many(
);
-# Created by DBIx::Class::Schema::Loader v0.07017 @ 2012-12-14 09:23:59
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aw374WQraL5ysOvUmUIU3w
+# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-09-10 17:11:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jRAtXRLRNozCmthAg9p0dA
__PACKAGE__->add_columns(
"password" => {
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t
index c99a54743..3356867bb 100644
--- a/t/app/controller/report_updates.t
+++ b/t/app/controller/report_updates.t
@@ -537,6 +537,7 @@ for my $test (
state => 'internal referral',
},
state => 'internal referral',
+ meta => "an internal referral",
},
{
desc => 'from authority user marks report as not responsible',
@@ -562,7 +563,7 @@ for my $test (
state => 'duplicate',
},
state => 'duplicate',
- meta => 'duplicate report',
+ meta => 'a duplicate report',
},
{
desc => 'from authority user marks report as internal referral',
@@ -575,7 +576,7 @@ for my $test (
state => 'internal referral',
},
state => 'internal referral',
- meta => 'internal referral',
+ meta => 'an internal referral',
},
{
desc => 'from authority user marks report sent to two councils as fixed',
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html
index e0cf013d8..fabaf8923 100644
--- a/templates/web/default/admin/bodies.html
+++ b/templates/web/default/admin/bodies.html
@@ -2,51 +2,61 @@
[% INCLUDE 'admin/edit-league.html' %]
-<table cellspacing="0" cellpadding="2" border="1">
- <tr>
- <th>[% loc('Name') %]</th>
+[% IF bodies.size == 0 %]
+ <p class="fms-admin-info">
+ [% loc('Currently no bodies have been created.') %]
+ <br>
+ [% loc('You need to add bodies (such as councils or departments) so that you can then add
+ the categories of problems they can handle (such as potholes or streetlights) and the
+ contacts (such as an email address) to which reports are sent.') %]
+ </p>
+[% ELSE %]
+ <table cellspacing="0" cellpadding="2" border="1">
+ <tr>
+ <th>[% loc('Name') %]</th>
+ [% IF c.cobrand.moniker == 'zurich' %]
+ <th>[% loc('Email') %]</th>
+ [% ELSE %]
+ <th>[% loc('Category') %]</th>
+ [% END %]
+ </tr>
+ [%- FOREACH body IN bodies %]
+ [%- SET id = body.id %]
+ [% NEXT IF c.cobrand.moniker == 'zurich' AND admin_type == 'dm' AND (body.parent OR body.bodies) %]
+ <tr>
+ <td>
+ [% IF c.cobrand.moniker == 'zurich' %]
+ [% FILTER repeat(4*body.api_key) %]&nbsp;[% END %]
+ [% IF admin_type == 'super' %]
+ <a href="[% c.uri_for( 'body', id ) %]">[% body.name %]</a>
+ [% ELSE %]
+ [% body.name %]
+ [% END %]
+ [% ELSE %] [%# not Zurich: all bodies should be links %]
+ <a href="[% c.uri_for( 'body', id ) %]">[% body.name %]</a>
+ [%- ', ' _ body.parent.name IF body.parent -%]
+ [% END %]
+ </td>
[% IF c.cobrand.moniker == 'zurich' %]
- <th>[% loc('Email') %]</th>
+ <td>[% body.endpoint %]</td>
[% ELSE %]
- <th>[% loc('Category') %]</th>
- [% END %]
- </tr>
-[%- FOREACH body IN bodies %]
- [%- SET id = body.id %]
- [% NEXT IF c.cobrand.moniker == 'zurich' AND admin_type == 'dm' AND (body.parent OR body.bodies) %]
- <tr>
- <td>
- [% IF c.cobrand.moniker == 'zurich' %]
- [% FILTER repeat(4*body.api_key) %]&nbsp;[% END %]
- [% END %]
- [% IF admin_type == 'super' %]
- <a href="[% c.uri_for( 'body', id ) %]">[% body.name %]</a>
+ <td>
+ [% IF counts.$id %]
+ [% tprintf( loc('%d addresses'), counts.$id.c) IF c.cobrand.moniker != 'emptyhomes' %]
+ [% IF counts.$id.deleted %]
+ (1+ deleted)
+ [% ELSIF counts.$id.confirmed != counts.$id.c %]
+ (some unconfirmed)
+ [% END %]
[% ELSE %]
- [% body.name %]
- [% END %]
- [% IF c.cobrand.moniker != 'zurich' %]
- [%- ', ' _ body.parent.name IF body.parent -%]
+ no categories
[% END %]
- </td>
- [% IF c.cobrand.moniker == 'zurich' %]
- <td>[% body.endpoint %]</td>
- [% ELSE %]
- <td>
- [% IF counts.$id %]
- [% tprintf( loc('%d addresses'), counts.$id.c) IF c.cobrand.moniker != 'emptyhomes' %]
- [% IF counts.$id.deleted %]
- (1+ deleted)
- [% ELSIF counts.$id.confirmed != counts.$id.c %]
- (some unconfirmed)
- [% END %]
- [% ELSE %]
- no categories
- [% END %]
- </td>
- [% END %]
- </tr>
-[%- END %]
-</table>
+ </td>
+ [% END %]
+ </tr>
+ [%- END %]
+ </table>
+[% END %]
[% IF c.cobrand.moniker == 'zurich' %]
[% IF admin_type == 'super' %]
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html
index 039d83ae2..de30a5a17 100644
--- a/templates/web/default/admin/body-form.html
+++ b/templates/web/default/admin/body-form.html
@@ -1,10 +1,32 @@
<form method="post" action="[% body ? c.uri_for('body', body.id) : c.uri_for('bodies') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8">
-
+ <div class="fms-admin-info">
+ [% loc(
+ "Add a <strong>body</strong> for each administrative body, such as a council or department
+ to which problem reports can be sent. You can add one or more contacts (for different
+ categories of problem) to each body."
+ ) %]
+ </div>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)
+ and may be displayed publically."
+ ) %]
+ </p>
+ </div>
<p>
<label for="name">[% loc('Name') %]</label>
<input type="text" name="name" id="name" value="[% body.name %]" size="50">
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "Identify a <strong>parent</strong> if this body is itself part of another body.
+ For basic installations, you don't need to join bodies in this way."
+ ) %]
+ </p>
+ </div>
<p>
<label for="parent">[% loc('Parent') %]</label>
<select name="parent" id="parent">
@@ -15,6 +37,24 @@
</select>
</p>
+ [% IF areas.size == 0 AND c.config.MAPIT_URL AND (NOT c.config.MAPIT_TYPES OR c.config.MAPIT_TYPES.size==O) %]
+ <p class="fms-admin-warning">
+ [% tprintf( loc(
+ '<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>
+ This is probably why "area covered" is empty (below).<br>
+ Maybe add some <code>MAPIT_TYPES</code> to your config file?'), c.config.MAPIT_URL)
+ %]
+ </p>
+ [% END %]
+
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.
+ A body will not receive any reports unless it covers at least one area."
+ ) %]
+ </p>
+ </div>
<p>
<label for="area_ids">[% loc('Area covered') %]</label>
<select name="area_ids" id="area_ids" multiple>
@@ -26,6 +66,14 @@
</select>
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "The <strong>send method</strong> determines how problem reports will be sent to the body.
+ If you leave this blank, <strong>send method defaults to email</strong>."
+ ) %]
+ </p>
+ </div>
<p>
<label for="send_method">Send Method</label>
<select name="send_method" id="send_method">
@@ -36,46 +84,127 @@
</select>
</p>
+ <div class="admin-open311-only">
+ <p class="fms-admin-info">
+ [% loc(
+ "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>
+ <strong>You don't need to set them if the Send Method is email.</strong>.
+ For more information on Open311, see
+ <a href='http://www.mysociety.org/2013/01/17/open311-explained//'>this article</a>.
+ "
+ ) %]
+ </p>
+
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to
+ when sending reports to this body."
+ ) %]
+ </p>
+ </div>
<p>
<label for="endpoint">[% loc('Endpoint') %]</label>
<input type="text" name="endpoint" id="endpoint" value="[% body.endpoint %]" size="50">
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more
+ than one. If the body is running its own endpoint, you can usually leave this blank."
+ ) %]
+ </p>
+ </div>
<p>
<label for="jurisdiction">Open311 Jurisdiction</label>
<input type="text" name="jurisdiction" id="jurisdiction" value="[% body.jurisdiction %]" size="50">
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "Some endpoints require an <strong>API key</strong> to indicate that the reports are being
+ sent from your FixMyStreet installation."
+ ) %]
+ </p>
+ </div>
<p>
<label for="api_key">Open311 API Key</label>
<input type="text" name="api_key" id="api_key" value="[% body.api_key %]" size="25">
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive
+ updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.
+ For more information, see
+ <a href='http://www.mysociety.org/2013/02/20/open311-extended/'>this article</a>."
+ ) %]
+ </p>
+ </div>
<p>
<input type="checkbox" id="send_comments" name="send_comments"[% ' checked' IF body.send_comments %]>
- <label for="send_comments" class="inline">Use Open311 comment sending extension</label>
+ <label for="send_comments" class="inline">Use Open311 update-sending extension</label>
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "If you've enabled Open311 update-sending above, you must identify which
+ FixMyStreet <strong>user</strong> will be attributed as the creator of those updates
+ when they are shown on the site. Enter the ID (number) of that user."
+ ) %]
+ </p>
+ </div>
<p>
<label for"comment_user_id">User ID to attribute fetched comments to</label>
<input type="text" name="comment_user_id" value="[% body.comment_user_id %]">
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong>
+ if you do <strong>not</strong> want that user to be notified whenever these updates are created."
+ ) %]
+ </p>
+ </div>
<p>
<input type="checkbox" id="suppress_alerts" name="suppress_alerts"[% ' checked' IF body.suppress_alerts %]>
<label for="suppress_alerts" class="inline">Do not send email alerts on fetched comments to problem creator</label>
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in
+ its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.
+ Check that your cobrand supports this feature before switching it on."
+ ) %]
+ </p>
+ </div>
<p>
- <input type="checkbox" id="can_be_devolved" name="can_be_devolved"[% ' checked' IF body.can_be_devolved %]>
- <label for="can_be_devolved" class="inline">Endpoint lookup can be devolved to contacts</label>
+ <input type="checkbox" id="send_extended_statuses" name="send_extended_statuses"[% ' checked' IF conf.send_extended_statuses %]>
+ <label for="send_extended_statuses" class="inline">Send extended Open311 statuses with service request updates</label>
</p>
-
+ </div>
+
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "Enable this <strong>can be devolved</strong> setting if one or more contacts have a
+ different endpoint (and send method) from the body's. For example, if reports for some categories of
+ problem must be emailed, while others can be sent over Open311."
+ ) %]
+ </p>
+ </div>
<p>
- <label for="send_extended_statuses">Send extended open311 statuses with service request updates</label>:
- <input type="checkbox" id="send_extended_statuses" name="send_extended_statuses"[% ' checked' IF conf.send_extended_statuses %]>
+ <input type="checkbox" id="can_be_devolved" name="can_be_devolved"[% ' checked' IF body.can_be_devolved %]>
+ <label for="can_be_devolved" class="inline">Send method or endpoints can be devolved to contacts (i.e, can be different from the body's)</label>
</p>
-
+
<p>
<input type="hidden" name="posted" value="body">
<input type="hidden" name="token" value="[% token %]">
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html
index 120a07da9..9cb9125a6 100644
--- a/templates/web/default/admin/body.html
+++ b/templates/web/default/admin/body.html
@@ -11,9 +11,9 @@
<a href="[% c.uri_for_email( '/around', { pc => example_pc } ) %]">[% tprintf( loc('Example postcode %s'), example_pc ) | html %]</a> |
[% END %]
[% IF c.cobrand.moniker == 'emptyhomes' %]
-<a href="[% c.uri_for( 'reports', search => 'body:' _ body_id ) %]">[% loc('List all reported problems' ) %]</a>
+<a href="[% c.uri_for( 'reports', search => 'body:' _ body_id ) %]">[% loc('List all reported problems' ) %]</a> |
[% ELSE %]
-<a href="[% c.uri_for_email( '/reports/' _ body_id ) %]">[% loc('List all reported problems' ) %]</a>
+<a href="[% c.uri_for_email( '/reports/' _ body_id ) %]">[% loc('List all reported problems' ) %]</a> |
[% END %]
<a href="[% c.uri_for( 'body', body_id, { text => 1 } ) %]">[% loc('Text only version') %]</a>
</p>
@@ -28,6 +28,14 @@
<p class="error">Do not give these out except to people at the council.</p>
[% END %]
+[% IF live_contacts == 0 %]
+ <p class="fms-admin-warning">
+ [% loc("This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>.") %]
+ <br>
+ [% loc("Add a contact using the form below.") %]
+ </p>
+[% END %]
+
<form method="post" action="[% c.uri_for('body', body_id ) %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8">
<table cellspacing="0" cellpadding="2" border="1">
@@ -44,11 +52,11 @@
<th>[% loc('Confirm') %]</th>
</tr>
[% WHILE ( contact = contacts.next ) %]
- <tr>
- <td><a href="[% c.uri_for( 'body_edit', body_id, contact.category ) %]">[% contact.category %]</a></td>
+ <tr [% IF contact.deleted %]class="is-deleted"[% END %]>
+ <td class="contact-category"><a href="[% c.uri_for( 'body_edit', body_id, contact.category ) %]">[% contact.category %]</a></td>
<td>[% contact.email | html %]</td>
<td>[% IF contact.confirmed %][% loc('Yes') %][% ELSE %][% loc('No') %][% END %]</td>
- <td>[% IF contact.deleted %][% loc('Yes') %][% ELSE %][% loc('No') %][% END %]</td>
+ <td>[% IF contact.deleted %]<strong>[% loc('Yes') %]</strong>[% ELSE %][% loc('No') %][% END %]</td>
<td>[% IF body.can_be_devolved && contact.send_method %][% loc('Yes') %][% ELSE %][% loc('No') %][% END %]</td>
<td>[% contact.editor %]</td>
<td>[% contact.note | html %]</td>
@@ -66,32 +74,90 @@
</p>
</form>
+
<h2>[% loc('Add new category') %]</h2>
+ <p class="fms-admin-info">
+ [% loc("Each contact for the body has a category, which is displayed to the public.
+ Different categories <strong>can have the same contact</strong> (email address).
+ This means you can add many categories even if you only have one contact for the body.
+ ") %]
+ </p>
<form method="post" action="[% c.uri_for('body', body_id ) %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8">
[% IF c.cobrand.moniker != 'emptyhomes' %]
+ <div class="admin-hint">
+ <p>
+ [% loc('Choose a <strong>category</strong> name that makes sense to the public (e.g., "Pothole", "Street lighting") but is helpful
+ to the body too. These will appear in the drop-down menu on the report-a-problem page.') %]
+ <br>
+ [% loc("If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in
+ the menu. Make sure you use the same category name in the bodies if you want this to happen.") %]
+ </p>
+ </div>
<p>
<strong>[% loc('Category:') %] </strong><input type="text" name="category" size="30">
</p>
[% END %]
+ <div class="admin-hint">
+ <p>
+ [% loc("The <strong>email address</strong> is the destination to which reports about this category will be sent.
+ Other categories for this body may have the same email address.") %]
+ </p>
+ [% IF (body.send_method AND body.send_method != 'Email') OR body.can_be_devolved %]
+ <p>
+ [% loc("If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here.") %]
+ </p>
+ [% END %]
+ </div>
+
<p>
- <strong>[% loc('Email:') %] </strong><input type="text" name="email" size="30">
+ <strong>[% loc('Email address:') %] </strong><input type="text" name="email" size="30">
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc("Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.
+ If you are not sure of the origin or validity of the contact, leave this unchecked.") %]
+ </p>
+ </div>
<p>
<input type="checkbox" name="confirmed" value="1" id="confirmed">
<label for="confirmed" class="inline">[% loc('Confirmed') %]</label>
+ </p>
+ <div class="admin-hint">
+ <p>
+ [% loc("Check <strong>deleted</strong> to remove the category from use.
+ It will not appear as an available category in the drop-down menu on the report-a-problem page.") %]
+ </p>
+ </div>
+ <p>
<input type="checkbox" name="deleted" value="1" id="deleted">
<label for="deleted" class="inline">[% loc('Deleted') %]</label>
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc("Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body.") %]
+ </p>
+ </div>
<p>
<strong>[% loc('Note:') %] </strong> <textarea name="note" rows="3" cols="40"></textarea>
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc("Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.
+ <br>
+ Normally, categories are not private.
+ <br>
+ This is suitable for issues that you want to allow users to report to the body, but for which there is no public
+ interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin
+ at a specific address.") %]
+ </p>
+ </div>
<p>
<input type="checkbox" name="non_public" value="1" id="non_public">
<label for="non_public" class="inline">[% loc('Private') %]</label>
diff --git a/templates/web/default/admin/edit-league.html b/templates/web/default/admin/edit-league.html
index 6bf71537e..4f31eeb2e 100644
--- a/templates/web/default/admin/edit-league.html
+++ b/templates/web/default/admin/edit-league.html
@@ -1,3 +1,10 @@
+<div class="admin-hint">
+ <p>
+ [% loc(
+ "The diligency prize league table shows editors' activity (who's been editing the most records)."
+ ) %]
+ </p>
+</div>
<h2>[% loc('Diligency prize league table') %]</h2>
[% IF edit_activity.count %]
<ul>
diff --git a/templates/web/default/admin/flagged.html b/templates/web/default/admin/flagged.html
index fc8b1fae1..518d1b14e 100644
--- a/templates/web/default/admin/flagged.html
+++ b/templates/web/default/admin/flagged.html
@@ -1,6 +1,11 @@
-[% INCLUDE 'admin/header.html' title=loc('Search Reports') %]
+[% INCLUDE 'admin/header.html' title=loc('Flagged reports and users') %]
[% PROCESS 'admin/report_blocks.html' %]
+<p class="fms-admin-info">
+ [% loc("You can flag any report or user by editing them, and they will be listed on this page.
+ For example, this can useful if you want to keep an eye on a user who has posted inappropriate
+ reports in the past.") %]
+</p>
<h2>[% loc( 'Problems' ) %]</h2>
[% IF problems.size > 0 %]
@@ -16,29 +21,41 @@
[% INCLUDE 'admin/problem_row.html' %]
</table>
[% ELSE %]
-<p>
-[% loc('No flagged problems found') %]
-</p>
+ <p class="fms-admin-warning">
+ [% loc('No flagged problems found.') %]
+ </p>
[% END %]
<h2>[% loc( 'Users' ) %]</h2>
-[% IF users%]
+<p class="fms-admin-info">
+ [% loc("Flagged users are not restricted in any way. This is just a list of users that have been marked for attention.") %]
+</p>
+
+[% IF users.size %]
<table cellspacing="0" cellpadding="2" border="1">
<tr>
<th>[% loc('Name') %]</th>
<th>[% loc('Email') %]</th>
+ <th>[% loc('In abuse table?') %]</th>
+ <th>&nbsp;</th>
</tr>
-[% WHILE ( user = users.next ) -%]
- <tr>
+ [%- FOREACH user IN users %]
+ <tr [% IF user.flagged == 2 %]class="is-deleted"[% END %]>
<td>[% user.name | html %]</td>
<td>[% user.email | html %]</td>
- <td><a href="[% c.uri_for( 'reports', search => user.email ) %]">list content</a></td>
+ <td>
+ [% IF user.flagged == 2 %] <strong>[% loc('Yes') %]</strong> [% ELSE %] &nbsp; [% END %]
+ </td>
+ <td>
+ <a href="[% c.uri_for( 'reports', search => user.email ) %]">list content</a>
+ [% IF user.id %] | <a href="[% c.uri_for( 'user_edit', user.id ) %]">[% loc('edit user') %]</a>[% END %]
+ </td>
</tr>
-[%- END %]
+ [%- END %]
</table>
[%- ELSE %]
-<p>
-[% loc('No flagged users found') %]
+<p class="fms-admin-warning">
+ [% loc('No flagged users found.') %]
</p>
[%- END %]
diff --git a/templates/web/default/admin/header.html b/templates/web/default/admin/header.html
index 6282bf383..9f3503e20 100644
--- a/templates/web/default/admin/header.html
+++ b/templates/web/default/admin/header.html
@@ -1,4 +1,4 @@
-[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage admin' %]
+[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage admin show-admin-notes' %]
<style type="text/css">
dt { clear: left; float: left; font-weight: bold; }
dd { margin-left: 8em; }
diff --git a/templates/web/default/admin/index.html b/templates/web/default/admin/index.html
index 2c5ee55db..5415222ab 100644
--- a/templates/web/default/admin/index.html
+++ b/templates/web/default/admin/index.html
@@ -1,5 +1,13 @@
[% INCLUDE 'admin/header.html' title=loc('Summary') -%]
+[% IF total_bodies == 0 %]
+ <p class="fms-admin-info">
+ [% loc('Currently no bodies have been created.') %]
+ <br>
+ [% tprintf( loc('You need to <a href="%s">add some bodies</a> (such as councils or departments) before any reports can be sent.'), c.uri_for('bodies')) %]
+ </p>
+[% END %]
+
[%- BLOCK states -%]
<h2>[% title %]</h2>
diff --git a/templates/web/default/admin/reports.html b/templates/web/default/admin/reports.html
index d57b2f53e..7267dd11d 100644
--- a/templates/web/default/admin/reports.html
+++ b/templates/web/default/admin/reports.html
@@ -20,6 +20,12 @@
[% INCLUDE 'pagination.html', admin = 1, param = 'p' IF pager %]
+[% ELSIF searched %]
+
+<div class="fms-admin-warning">
+ [% loc("Searching found no reports.") %]
+</div>
+
[% END %]
[% INCLUDE 'admin/list_updates.html' %]
diff --git a/templates/web/default/admin/user-form.html b/templates/web/default/admin/user-form.html
index 9c60ec940..489752d8c 100644
--- a/templates/web/default/admin/user-form.html
+++ b/templates/web/default/admin/user-form.html
@@ -2,16 +2,50 @@
<input type="hidden" name="token" value="[% token %]" >
<input type="hidden" name="submit" value="1" >
<ul class="no-bullets">
- <li>[% loc('Name:') %] <input type='text' name='name' id='name' value='[% user.name | html %]'></li>
+ <li>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.
+ Names are not necessarily unique.")
+ %]
+ </p>
+ </div>
+ [% loc('Name:') %] <input type='text' name='name' id='name' value='[% user.name | html %]'>
+ </li>
<li>[% loc('Email:') %] <input type='text' id='email' name='email' value='[% user.email | html %]'></li>
- <li>[% loc('Body:') %] <select id='body' name='body'>
+ <li>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "Normal (public) users should not be associated with any <strong>body</strong>.<br>
+ Authorised staff users can be associated with the body they represent.<br>
+ Depending on the implementation, staff users may have access to the dashboard (summary of
+ activity across their body), the ability to hide reports or set special report statuses.")
+ %]
+ </p>
+ </div>
+ [% loc('Body:') %] <select id='body' name='body'>
<option value=''>[% loc('No body') %]</option>
[% FOR body IN bodies %]
<option value="[% body.id %]"[% ' selected' IF body.id == user.from_body.id %]>[% body.name %]</option>
[% END %]
+ </li>
</select>
[% IF c.cobrand.moniker != 'zurich' %]
- <li>[% loc('Flagged:') %] <input type="checkbox" id="flagged" name="flagged"[% user.flagged ? ' checked' : '' %]></li>
+ <li>
+ <div class="admin-hint">
+ <p>
+ [% loc("Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>.") %]
+ <br>
+ [% tprintf(loc("Flagged users are listed on the <a href='%s'>flagged</a> page."), c.uri_for( 'flagged' )) %]
+ <br>
+ [% loc("You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create.") %]
+ </p>
+ </div>
+
+ [% loc('Flagged:') %] <input type="checkbox" id="flagged" name="flagged"[% user.flagged ? ' checked' : '' %]>
+ </li>
[% END %]
</ul>
<input type="submit" name="Submit changes" value="[% loc('Submit changes') %]" >
diff --git a/templates/web/default/admin/users.html b/templates/web/default/admin/users.html
index 70833ff85..db97c7d59 100644
--- a/templates/web/default/admin/users.html
+++ b/templates/web/default/admin/users.html
@@ -1,6 +1,9 @@
[% INCLUDE 'admin/header.html' title=loc('Search Users') %]
[% PROCESS 'admin/report_blocks.html' %]
+<div class="fms-admin-info">
+ [% loc("User search finds matches in users' names and email addresses.") %]
+</div>
<form method="get" action="[% c.uri_for('users') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8">
<p><label for="search">[% loc('Search:') %]</label> <input type="text" name="search" size="30" id="search" value="[% searched | html %]">
</form>
@@ -30,12 +33,17 @@
[%- END -%]
</table>
+[% ELSIF searched %]
+
+<div class="fms-admin-warning">
+ [% loc("Searching found no users.") %]
+</div>
+
[% END %]
[% IF NOT searched %]
<h2>[% loc('Add user') %]</h2>
[% INCLUDE 'admin/user-form.html', user = '' %]
-
[% END %]
[% INCLUDE 'admin/footer.html' %]
diff --git a/templates/web/default/common_header_tags.html b/templates/web/default/common_header_tags.html
index 346d53693..bec3844be 100644
--- a/templates/web/default/common_header_tags.html
+++ b/templates/web/default/common_header_tags.html
@@ -4,13 +4,17 @@
<script type="text/javascript" src="/js/validation_rules.js?[% Math.int( date.now / 3600 ) %]"></script>
<script type="text/javascript" src="/js/translation_strings.[% lang_code %].js?[% Math.int( date.now / 3600 ) %]"></script>
-<script type="text/javascript" src="/jslib/jquery-1.7.2.min.js"></script>
+<script type="text/javascript" src="[% start %]/jslib/jquery-1.7.2.min.js"></script>
<script src="[% version('/js/jquery.validate.min.js') %]" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="[% version('/js/geo.min.js') %]"></script>
<script type="text/javascript" src="[% version('/js/fixmystreet.js') %]"></script>
<script type="text/javascript" src="[% version(js_override || '/js/fixmystreet-old-box.js') %]"></script>
+[% IF admin %]
+<script type="text/javascript" src="[% version(start _ '/js/fixmystreet-admin.js') %]"></script>
+[% END %]
+
[% map_js %]
[% IF category_extras_json && category_extras_json != '{}' %]
diff --git a/templates/web/default/report/updates.html b/templates/web/default/report/updates.html
index 83f746d56..9134c34f8 100644
--- a/templates/web/default/report/updates.html
+++ b/templates/web/default/report/updates.html
@@ -23,21 +23,42 @@
[%- ELSE %]
[% tprintf( loc( 'Posted by %s at %s' ), update.name, prettify_dt( update.confirmed ) ) | html -%]
[%- END -%]
+
[%- update_state = '' %]
- [%- IF update.mark_fixed %][% update_state = ", " _ loc( 'marked as fixed' ) %][% END %]
- [%- IF update.mark_open %][% update_state = ", " _ loc( 'reopened' ) %][% END %]
+ [%- IF update.mark_fixed %][% update_state = loc( 'marked as fixed' ) %][% END %]
+ [%- IF update.mark_open %][% update_state = loc( 'reopened' ) %][% END %]
[%- IF !update_state && update.problem_state %]
[%- state = update.meta_problem_state %]
[%- IF c.cobrand.moniker == 'bromley' OR problem.bodies_str == '2482' %]
- [%- SET state = loc('no further action') IF update.problem_state == 'unable to fix' %]
- [%- SET state = loc('third party responsibility') IF update.problem_state == 'not responsible' %]
+ [%- update_state = 'marked as no further action' IF state == 'unable to fix' %]
+ [%- update_state = 'marked as third party responsibility' IF state == 'not responsible' %]
[%- END %]
- [%- IF update.problem_state == 'confirmed' AND global.last_state != '' %]
- [%- update_state = ", " _ loc('reopened') %]
- [%- ELSIF update.problem_state != 'confirmed' %]
- [%- update_state = ", " _ tprintf(loc( 'marked as %s' ), state ) %]
+ [%- END %]
+ [%- IF !update_state && update.problem_state %]
+ [%- IF state == 'confirmed' AND global.last_state != '' %]
+ [%- update_state = loc( 'reopened' ) %]
+ [%- ELSIF state == 'investigating' %]
+ [%- update_state = loc( 'marked as investigating' ) %]
+ [%- ELSIF state == 'planned' %]
+ [%- update_state = loc( 'marked as planned' ) %]
+ [%- ELSIF state == 'in progress' %]
+ [%- update_state = loc( 'marked as in progress' ) %]
+ [%- ELSIF state == 'action scheduled' %]
+ [%- update_state = loc( 'marked as action scheduled' ) %]
+ [%- ELSIF state == 'closed' %]
+ [%- update_state = loc( 'marked as closed' ) %]
+ [%- ELSIF state == 'fixed' %]
+ [%- update_state = loc( 'marked as fixed' ) %]
+ [%- ELSIF state == 'unable to fix' %]
+ [%- update_state = loc( 'marked as unable to fix' ) %]
+ [%- ELSIF state == 'not responsible' %]
+ [%- update_state = loc( "marked as not the council's responsibility" ) %]
+ [%- ELSIF state == 'duplicate' %]
+ [%- update_state = loc( 'marked as a duplicate report' ) %]
+ [%- ELSIF state == 'internal referral' %]
+ [%- update_state = loc( 'marked as an internal referral' ) %]
[%- END %]
[%- END %]
- [%- update_state IF update_state != global.last_state %]
+ [%- ", " _ update_state IF update_state != global.last_state %]
[%- global.last_state = update_state %]
[% END %]
diff --git a/templates/web/fixmindelo/faq/faq-pt-cv.html b/templates/web/fixmindelo/faq/faq-pt-cv.html
new file mode 100644
index 000000000..cae17ebc6
--- /dev/null
+++ b/templates/web/fixmindelo/faq/faq-pt-cv.html
@@ -0,0 +1,121 @@
+[% INCLUDE 'header.html', title => loc('Frequently Asked Questions'), bodyclass => 'twothirdswidthpage' %]
+
+<div class="sticky-sidebar">
+ <aside>
+ <ul class="plain-list">
+ <li><a href="#faq">Frequently Asked Questions</a></li>
+ <li><a href="#practical">Practical Questions</a></li>
+ <li><a href="#organisation">Organisation Questions</a></li>
+ <li><a href="/privacy">Privacy and cookies</a></li>
+ <li><a href="/contact">Contact FixMyStreet</a></li>
+ </ul>
+ </aside>
+</div>
+
+<h1><a name="faq"></a>Frequently Asked Questions</h1>
+ <dl>
+ <dt>O que é FixMyStreet?</dt>
+ <dd>FixMyStreet é um site para ajudar a informar as pessoas, ver ou discutir os problemas locais que encontrarem no seu conselho local, e basta localizá-los o mapa. Foi lançado no início de fevereiro de 2007.</dd>
+
+ <dt>Como faço para entrar em contato com FixMyStreet?</dt>
+ <dd>Aqui está a nossa <a href="/contact">página de contato</a>.</dd>
+
+ <dt>Que tipo de problemas que devo relatar com FixMyStreet?</dt>
+ <dd>FixMyStreet é principalmente para relatar coisas que <strong>estao quebradas, sujas, danificadas ou despejadas, abandonadas e precisam de conserto, limpeza e correção</strong>, tais como:
+
+
+ <ul><li>Veículos abandonados
+ <li>Animais na rua
+ <li>Grafites nas paredes
+ <li>Lixo ou entulho
+ <li>Iluminaçao deficiente, armaduras e candeeiros, quebrados, armarios partidos
+ <li>Postes quebrados, arvores caidas,
+ <li>Buracos na rua, nos passeios, jardins, calçadas
+ <li>Predios abandonados, pardeeiros,
+ <li>Lajes, varandas, em perigo
+ <li>Vazamentos de agua, tubagens
+ <li>Cabos, fios de electricidade em mau estado, caixas e portinholas,
+ <li>Placas de sinalizaçao, letreiros luminosos, de ruas, espaços, em mau estado
+ <li>Sinais de transito
+ </ul>
+ </dd>
+
+ <dt>O que não é para ser relatado no FixMyStreet?</dt>
+ <dd>
+ FixMyStreet não é uma forma de entrar em contato com o seu conselho para todas as questões - por favor use FixMyStreet apenas para problemas como o acima. Nós muitas vezes recebemos relatórios de problemas que não dizem respeito ao Fix – directamente - e de rotas através de serviços de limpeza ou rodovias e assim usando FixMyStreet para outros assuntos pode resultar em um atraso do seu relatório de chegar ao departamento certo. Você vai precisar de contactar o seu município diretamente para problemas, tais como:
+
+ <ul>
+ <li>Comportamento Anti-social
+ <li>Qualquer problema de urgência ou emergência
+ <li>A poluição sonora ou cachorros latindo
+ <li>Fogos e fumaça / poluição cheiro
+ <li>Falta recipientes para lixo ou reciclagem de caixas ou perdeu coleções de lixo
+ <li>Propostas para redutores de velocidade / CCTV / travessias de pedestres / novos layouts de estrada / etc
+ <li>Queixar-se sobre os seus vizinhos
+ <li>Reclamando do conselho
+ <li>Joy passeios, consumo de drogas, crueldade animal, ou outra atividade criminosa
+ </ul>
+ <p>Conselhos costumam ter linhas diretas para esses tipos de questões. Contacte-os directamente atravez do seu site.</p>
+ </dd>
+
+ <dt>Como faço para usar o site?</dt>
+ <dd>Depois de inserir um código postal ou localização, zona ou lugar, é apresentado com um mapa dessa área, zona ou local.Você pode ver os problemas já relatados nesta área, ou denunciar, relatar os problemas do seu propio local, simplesmente clicando no mapa no local do problema.</dd>
+
+ <dt>Como são resolvidos os problemas?</dt>
+ <dd>Eles são relatados ao conselho, do departamento responsavel, por e-mail. O conselho pode, então, resolver o problema da maneira que normalmente faria. O Conselho encaminhara para cada sector ou departamento os relatorios dos problemas a que dizem respeito. Alternativamente, você pode discutir o problema no site com os outros, e, em seguida, juntos pressionar o conselho para corrigi-lo, saber a posiçao e andamento do relatorio ou sendo possivel tentar corrigir os problemas em entre ajuda com pessoas da comunidade.O Conselho dará tambem sempre uma resposta quanto possivel sobre o problema.</dd>
+
+ <dt>O FixMyStreet é grátis?</dt>
+ <dd>O site é livre para usar, sim. FixMyStreet é gerido por uma instituição sem fins lucrativos, mas se aceitam doaçoes livres. É só enviar.
+ </dd>
+
+ <dt>Posso usar FixMyStreet no meu celular?</dt>
+ <dd>
+ <p> O site FixMyStreet deve funcionar em seu telefone móvel, adaptando-se ao tamanho da tela automaticamente. Estamos a preparar uma versão atualizada de um aplicativo para utilizaçao futura.
+ </dd>
+
+ </dl>
+
+ <h2><a name="practical"></a>Perguntas práticas</h2>
+ <dl>
+ <dt>Eu sou de um conselho, onde enviar os relatorios?</dt>
+ <dd>
+ Você pode deixar um relatório de ensaio no site ou entrar em contato conosco para saber o andamento e posiçao dos seus relatorios e seu acompanhamento. Contacte-nos também para atualizar o endereço ou endereços que usamos.
+ </dt>
+ <dt>Eu sou de um conselho, podemos ter FixMyStreet em nosso site?</dt>
+ <dd>
+ Sim, você pode! Nós oferecemos marca, as versões do FixMyStreet para sites locais do conselho hospedado. <a href="http://www.mysociety.org/for-councils/fixmystreet/">Detalhes completos</a>.
+ </dd>
+ <dt>Voces removem conteudo ilegal, descriminatorio ou sem conteudo de fix?</dt>
+ <dd>FixMyStreet não é responsável pelo conteúdo e precisão do material enviado por seus usuários. Reservamo-nos o direito de editar ou remover quaisquer problemas ou atualizações que consideramos ser impróprio ao ser informado por um usuário do site.</dd>
+
+ <dt>Por que não posso diminuir o zoom mais no mapa de referência?</dt>
+ <dd>Queremos manter FixMyStreet focado localmente, de modo restringir a capacidade de mover-se radicalmente entre as áreas. O mapa em seus relatórios permitirá que você veja todos os relatórios que você fez, onde quer que estejam. Se você é do conselho, em seguida, a versão do relatório enviado por email do problema também contém a estrada, zona, lugar, mais próximo e código postal para o pino no mapa.
+ </dd>
+
+ <dt>Porque não é divulgado muito o FixMyStreet, apesar da sua importancia?</dt>
+ <dd>Como uma pequena instituição sem fins lucrativos nóssimplesmente não temos um orçamento de publicidade, e por isso temos sempre confiado na palavra da boca para divulgar o site. Contamos consigo para essa divulgaçao.
+ </dd>
+ </dl>
+
+ <h2><a name="organisation"></a>Organização Perguntas</h2>
+ <dl>
+ <dt>Quem construiu FixMyStreet?</dt>
+ <dd>
+ Este site foi construído por <a href="http://www.mysociety.org/">mySociety</a>, em conjunto com a <a href="http://www.youngfoundation.org.uk/">Young Foundation</a>. mySociety é o projeto de uma instituição sem fins lucrativos que cresceu fora da comunidade de voluntários que construíram sites como <a href="http://www.theyworkforyou.com/">TheyWorkForYou.com</a>. A principal missão da mySociety é a construção de projetos de Internet que dão às pessoas benefícios simples e tangíveis nos aspectos cívicos e comunidade onde vivem ou residem. Nosso primeiro projeto foi <a href="http://www.writetothem.com/">WriteToThem</a>, onde você pode escrever a qualquer um de seus representantes eleitos, de forma gratuita. A fundaçao é chamado UK Citizens Online Democracy e é o número 1076346 caridade. mySociety pode ser contactado pelo e-mail <a href="mailto:hello&#64;mysociety.org">hello@mysociety.org</a>, ou por correio para mySociety, 483 Green Lanes, London, N13&nbsp;4BS, Reino Unido.
+ </dd>
+ <dt>Você precisa de alguma ajuda com o projeto?</dt>
+ <dd>Sim, nós podemos usar a ajuda em todos os tipos de formas, técnicas ou não-técnicas. Por favor, consulte a nossa <a
+href="http://www.mysociety.org/helpus/">página se envolver</a>.
+ </dd>
+
+ <dt>Eu gostaria de um site como este para o meu próprio local / onde está o "código fonte" a este site?</dt>
+ <dd>
+O software por trás deste site é de código aberto e disponível para você, principalmente sob a licença GNU Affero software GPL. Você pode <a href="http://github.com/mysociety/fixmystreet">baixar o código fonte</a> e nos ajudar a desenvolvê-lo. Você está convidado a usá-lo em seus próprios projetos, mas você também deve disponibilizar o código-fonte para tais projetos. <a href="http://www.fiksgatami.no/">Fiksgatami</a> é um exemplo de página de código a ser utilizado numa versão norueguesa deste local.
+ </dd>
+
+ <dt>As pessoas constroem coisas, e não organizações. Quem realmente construiu?</dt>
+ <dd>
+ Matthew Somerville e Francis Irving escreveu o site, Chris Lightfoot escreveu o tileserver e mapa de corte, Richard Papa criou nossos pins, Deborah Kerr mantém as coisas up-to-date e faz suporte ao usuário, Ayesha Garrett projetou nossos cartazes e Tom Steinberg construi tudo. Agradecemos também a Yahoo! para as bibliotecas JavaScript BSD-licenciados, toda a comunidade de software livre (este projeto foi trazido a você por Perl, PostgreSQL, eo número 161,290) e <a href="http://www.bytemark.co.uk/">Bytemark</a> (que gentilmente acolheu todos os nossos servidores). Deixe-nos saber se nos esquecemeos de mencionar alguem. Nos contacte para o efeito.
+ </dd>
+ </dl>
+[% INCLUDE 'footer.html' pagefooter = 'yes' %]
diff --git a/templates/web/zurich/admin/report_edit-sdm.html b/templates/web/zurich/admin/report_edit-sdm.html
index fcdb03602..94e8c6c0a 100644
--- a/templates/web/zurich/admin/report_edit-sdm.html
+++ b/templates/web/zurich/admin/report_edit-sdm.html
@@ -22,6 +22,9 @@
<ul class="no-bullets">
<li><a href="[% c.uri_for_email( '/report', problem.id ) %]">[% loc('View report on site' )%]</a></li>
+
+<li><a href="http://webgis.intra.stzh.ch/AV_Online/Direct.asp?Map=UP&Search=Koord&West=[% problem.local_coords.1 %]&Nord=[% problem.local_coords.0 %]&B=300" target="_blank">Standort in AV-Online anzeigen</a></li>
+
<li><span class="mock-label">[% loc('Details:') %]</span> [% problem.detail | html %]
[% IF problem.extra.original_detail %]
<br>[%
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html
index 5c5cdf182..30dbcbd4b 100644
--- a/templates/web/zurich/admin/report_edit.html
+++ b/templates/web/zurich/admin/report_edit.html
@@ -22,6 +22,8 @@
<ul class="no-bullets">
<li><a href="[% c.uri_for_email( '/report', problem.id ) %]">[% loc('View report on site' )%]</a></li>
+<li><a href="http://webgis.intra.stzh.ch/AV_Online/Direct.asp?Map=UP&Search=Koord&West=[% problem.local_coords.1 %]&Nord=[% problem.local_coords.0 %]&B=300" target="_blank">Standort in AV-Online anzeigen</a></li>
+
[% IF problem.state == 'fixed - council' OR problem.state == 'closed' %]
<li><span class="mock-label">[% loc('Details:') %]</span> [% problem.detail | html %]
[% IF problem.extra.original_detail %]
diff --git a/templates/web/zurich/admin/reports.html b/templates/web/zurich/admin/reports.html
index b0bc733c4..68f98c44a 100644
--- a/templates/web/zurich/admin/reports.html
+++ b/templates/web/zurich/admin/reports.html
@@ -13,6 +13,7 @@
[% FOREACH col IN [ [ 'category', loc('Category') ], [ 'created', loc('Submitted') ], [ 'lastupdate', loc('Updated') ], [ 'state', loc('Status') ] ] %]
<th><a href="[% INCLUDE sort_link choice = col.0 %]">[% col.1 %] [% INCLUDE sort_arrow choice = col.0 %]</a></th>
[% END %]
+ <th>[% loc('Photo') %]</th>
<th class='edit'>*</th>
</tr>
[% INCLUDE 'admin/problem_row.html' %]
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 07f944ffa..126e44685 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -1032,11 +1032,92 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
border: none;
padding: 3px 0.5em;
}
+ tr.is-deleted {
+ background-color: #ffdddd;
+ td.contact-category {
+ text-decoration: line-through;
+ }
+ }
+ }
+ .no-bullets {
+ margin-left: 0;
+ > li {
+ list-style: none;
+ }
+ }
+ .fms-admin-warning, .fms-admin-info, .admin-hint {
+ display: none; // don't display admin-notes unless .show-admin-notes class is present
+ }
+ &.show-admin-notes {
+ .fms-admin-warning, .fms-admin-info, .admin-hint {
+ display: block;
+ }
+ .fms-admin-warning, .fms-admin-info {
+ padding: 1em;
+ font-size: 90%;
+ border-style: solid;
+ border-width: 1px;
+ border-left-width: 1em;
+ margin-bottom: 1em;
+ }
+ .fms-admin-warning {
+ border-color: #f99;
+ background-color: #ffe1e1;
+ }
+ .fms-admin-info {
+ border-color: #9f9;
+ background-color: #e1ffe1;
+ }
+ .admin-open311-only {
+ border:1px solid #666;
+ padding:1em;
+ margin: 1em 0;
+ }
+ .admin-hint {
+ font-size: 80%; // little question marks are small
+ cursor: pointer;
+ display: block;
+ float:left;
+ overflow: hidden;
+ padding: 0.2em;
+ margin-right: 0.666em;
+ text-align: center;
+ color: #fff;
+ font-weight: bold;
+ background-color: #f93;
+ -moz-border-radius: 0.333em;
+ -webkit-border-radius: 0.333em;
+ border-radius: 0.333em;
+ p {
+ display:none;
+ }
+ &:before { content: "?" }
+ &.admin-hint-show {
+ font-size: 90%;
+ text-align: left;
+ display: block;
+ float:none;
+ margin:1em 0;
+ &:before { content: "" }
+ background-color: inherit !important;
+ p {
+ font-weight: normal;
+ display: block;
+ background-color: #ff9;
+ color: #000;
+ border-style: solid;
+ border-width: 1px;
+ border-left-width: 1em;
+ border-color: #f93;
+ padding:1em;
+ margin: 0;
+ }
+ }
}
+ }
}
-
/* MEDIA QUERIES */
@media only screen and (min-width: 48em) and (max-width: 61em) {
.container {
diff --git a/web/js/fixmystreet-admin.js b/web/js/fixmystreet-admin.js
new file mode 100644
index 000000000..1aabf8349
--- /dev/null
+++ b/web/js/fixmystreet-admin.js
@@ -0,0 +1,61 @@
+$(function(){
+ // available for admin pages
+
+ // hide the open311_only section and reveal it only when send_method is relevant
+ var $open311_only = $('.admin-open311-only');
+
+ function hide_or_show_open311(hide_fast) {
+ var send_method = $('#send_method').val();
+ var show_open311 = false;
+ if ($('#endpoint').val()) {
+ show_open311 = true; // always show the form if there is an endpoint value
+ } else if (send_method && send_method.toLowerCase() != 'email') {
+ show_open311 = true;
+ }
+ if (show_open311) {
+ $open311_only.slideDown();
+ } else {
+ if (hide_fast) {
+ $open311_only.hide();
+ } else {
+ $open311_only.slideUp();
+ }
+ }
+ }
+
+ if ($open311_only) {
+ $('#send_method').on('change', hide_or_show_open311);
+ hide_or_show_open311(true);
+ }
+
+ if ($('body').hasClass("show-admin-notes")) {
+
+ // admin hints: maybe better implemented as tooltips?
+ $(".admin-hint").on('click', function(){
+ if ($(this).hasClass('admin-hint-show')) {
+ $(this).removeClass('admin-hint-show');
+ } else {
+ $(this).addClass('admin-hint-show');
+ }
+ });
+
+ // on a body's page, hide/show deleted contact categories
+ var $table_with_deleted_contacts = $('table tr.is-deleted td.contact-category').closest('table');
+ if ($table_with_deleted_contacts.length == 1) {
+ var $toggle_deleted_btn = $("<input type='submit' class='btn' value='Hide deleted contacts' id='toggle-deleted-contacts-btn' style='margin:1em 0;'/>");
+ $table_with_deleted_contacts.before($toggle_deleted_btn);
+ $toggle_deleted_btn.on('click', function(e){
+ e.preventDefault();
+ var $cols = $table_with_deleted_contacts.find('tr.is-deleted');
+ if ($cols.first().is(':visible')) {
+ $cols.hide();
+ $(this).prop("value", 'Show deleted contacts');
+ } else {
+ $cols.show();
+ $(this).prop("value", 'Hide deleted contacts');
+ }
+ });
+ }
+ }
+});
+