From 3d265b7913942958ee7ed12f5c7d7e980a07acff Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 1 Oct 2018 11:05:42 +0100 Subject: =?UTF-8?q?Revert=2050693857=20=E2=80=9CClearer=20relocation=20opt?= =?UTF-8?q?ions...=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So version 2.4.1 has no translation changes, putting back straight after. --- CHANGELOG.md | 1 - .../web/base/report/new/fill_in_details_form.html | 5 +--- .../fixmystreet/images/change-location-arrow.png | Bin 138 -> 0 bytes .../fixmystreet/images/change-location-arrow.svg | 1 - .../fixmystreet/images/change-location-search.png | Bin 220 -> 0 bytes .../fixmystreet/images/change-location-search.svg | 1 - web/cobrands/fixmystreet/images/wrong-location.png | Bin 0 -> 316 bytes web/cobrands/sass/_base.scss | 33 +++------------------ web/cobrands/sass/_layout.scss | 4 --- 9 files changed, 5 insertions(+), 40 deletions(-) delete mode 100644 web/cobrands/fixmystreet/images/change-location-arrow.png delete mode 100644 web/cobrands/fixmystreet/images/change-location-arrow.svg delete mode 100644 web/cobrands/fixmystreet/images/change-location-search.png delete mode 100644 web/cobrands/fixmystreet/images/change-location-search.svg create mode 100644 web/cobrands/fixmystreet/images/wrong-location.png diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e85417f..91468b4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ - Import end point can optionally return a web page #2225 - Clicking the "Report" header links on the homepage now focusses the #pc search input #2237 - - Clearer relocation options while you’re reporting a problem #2238 - Speed up fetching lists of bodies. #2248 - Improve vertical alignment of navigation menu in Internet Explorer 9–11. - Mobile menu button no longer uses -9999px text-indent hack. diff --git a/templates/web/base/report/new/fill_in_details_form.html b/templates/web/base/report/new/fill_in_details_form.html index c819d34a0..a508b9307 100644 --- a/templates/web/base/report/new/fill_in_details_form.html +++ b/templates/web/base/report/new/fill_in_details_form.html @@ -1,10 +1,7 @@

[% loc('Report your problem') %]

[% IF report.used_map %] - +

[% loc('Wrong location? Just click again on the map.') %]

[% END %] [% TRY %][% INCLUDE 'report/new/roads_message.html' %][% CATCH file %][% END %] diff --git a/web/cobrands/fixmystreet/images/change-location-arrow.png b/web/cobrands/fixmystreet/images/change-location-arrow.png deleted file mode 100644 index 6b3cf0efc..000000000 Binary files a/web/cobrands/fixmystreet/images/change-location-arrow.png and /dev/null differ diff --git a/web/cobrands/fixmystreet/images/change-location-arrow.svg b/web/cobrands/fixmystreet/images/change-location-arrow.svg deleted file mode 100644 index fb6f1c429..000000000 --- a/web/cobrands/fixmystreet/images/change-location-arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/cobrands/fixmystreet/images/change-location-search.png b/web/cobrands/fixmystreet/images/change-location-search.png deleted file mode 100644 index 8f5ac91ba..000000000 Binary files a/web/cobrands/fixmystreet/images/change-location-search.png and /dev/null differ diff --git a/web/cobrands/fixmystreet/images/change-location-search.svg b/web/cobrands/fixmystreet/images/change-location-search.svg deleted file mode 100644 index 6b628e1eb..000000000 --- a/web/cobrands/fixmystreet/images/change-location-search.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/cobrands/fixmystreet/images/wrong-location.png b/web/cobrands/fixmystreet/images/wrong-location.png new file mode 100644 index 000000000..8f775f710 Binary files /dev/null and b/web/cobrands/fixmystreet/images/wrong-location.png differ diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 587ff59f3..6d5884abd 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -382,35 +382,10 @@ select.form-control { .change_location { color: #666; - margin: 0; - - // No need for this element on mobile, where they can't click the map, - // and there's already a "Report" button in the header that leads to - // the homepage search form. But we'll want to unhide in layout.scss. - display: none; - - li { - list-style: none; - padding-#{$left}: 24px; - margin: 0.3em 0 0 0; - background-size: 14px 14px; - background-repeat: no-repeat; - background-position: flip(0 50%, 100% 50%); - } -} - -.change_location__map { - @include svg-background-image('/cobrands/fixmystreet/images/change-location-arrow'); -} - -.change_location__search { - @include svg-background-image('/cobrands/fixmystreet/images/change-location-search'); -} - -// Space between the .change_location list and any -// top_message.html announcements inserted via ajax. -#js-top-message > :first-child { - margin-top: 1.5em; + padding-#{$left}: 20px; + background: transparent url(/cobrands/fixmystreet/images/wrong-location.png) $left 50% no-repeat; + border-#{$left}: solid 4px transparent; + margin-top: -0.5em; } .form-txt-submit-box { diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 7a6f7ba02..e1dbd695b 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -354,10 +354,6 @@ body.mappage.admin { } } -.change_location { - display: block; -} - .category_meta_message { padding-top: 0.5em; font-size: 0.9em; -- cgit v1.2.3 From 2d242cf803a386a5f51d3f0262e56ba8e28c79e3 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 1 Oct 2018 11:47:17 +0100 Subject: Update from Transifex. --- locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po | 73 +++++++++++++-------------- locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po | 14 ++--- 2 files changed, 40 insertions(+), 47 deletions(-) diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index f868556a6..df97e65a1 100644 --- a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgstr "" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" "POT-Creation-Date: 2018-09-06 21:17+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Sebastiano Pistore , 2017\n" +"Last-Translator: Sebastiano Pistore , 2018\n" "Language-Team: Italian (https://www.transifex.com/mysociety/teams/12067/it/)\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -260,7 +260,7 @@ msgstr "Attiva l'autenticazione a due fattori" #: templates/web/base/my/my.html:39 templates/web/base/my/my.html:50 msgid "Add" -msgstr "" +msgstr "Aggiungi" #: templates/web/base/admin/body-form.html:3 #: templates/web/base/admin/body-form.html:4 @@ -287,7 +287,7 @@ msgstr "Aggiungi un indirizzo email" #: templates/web/base/admin/reportextrafields/index.html:24 msgid "Add extra fields" -msgstr "" +msgstr "Aggiungi campi extra" #: templates/web/base/admin/extra-metadata-form.html:89 msgid "Add field" @@ -304,7 +304,7 @@ msgstr "Aggiungi una nuova categoria" #: templates/web/base/admin/extra-metadata-form.html:82 msgid "Add option" -msgstr "" +msgstr "Aggiungi opzione" #: templates/web/base/auth/change_phone.html:1 #: templates/web/base/auth/change_phone.html:7 @@ -859,7 +859,7 @@ msgstr "Contare" #: templates/web/base/admin/states/index.html:114 msgid "Create" -msgstr "" +msgstr "Creare" #: templates/web/base/email_sent.html:1 msgid "Create a report" @@ -913,7 +913,7 @@ msgstr "Password attuale:" #: templates/web/base/auth/generate_token.html:46 msgid "Current token:" -msgstr "" +msgstr "Token attuale:" #: templates/web/base/dashboard/index.html:92 msgid "Currently grouped by %s" @@ -950,7 +950,7 @@ msgstr "Default" #: templates/web/base/admin/responsepriorities/edit.html:39 msgid "Default priority" -msgstr "" +msgstr "Priorità predefinita" #: templates/web/base/report/_inspect.html:93 msgid "Defect type" @@ -1034,7 +1034,7 @@ msgstr "" #: templates/web/base/report/update-form.html:34 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" -msgstr "" +msgstr "Possiedi una password per accedere a %s?" #: templates/web/base/report/_inspect.html:108 msgid "Do you want to automatically raise a defect?" @@ -1107,7 +1107,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:717 msgid "Edit reports" -msgstr "" +msgstr "Modifica segnalazioni" #: perllib/FixMyStreet/Cobrand/Default.pm:735 msgid "Edit users' details/search for their reports" @@ -1290,7 +1290,7 @@ msgstr "" #: templates/web/base/js/translation_strings.html:57 msgid "Expand map" -msgstr "" +msgstr "Ingrandisci mappa" #: templates/web/base/report/new/form_report.html:51 msgid "Explain what’s wrong" @@ -1330,7 +1330,7 @@ msgstr "" #: templates/web/base/admin/reportextrafields/edit.html:1 #: templates/web/base/admin/reportextrafields/index.html:1 msgid "Extra Fields" -msgstr "" +msgstr "Campi extra" #: templates/web/base/admin/contact-form.html:159 #: templates/web/base/admin/report_edit.html:128 @@ -1519,7 +1519,7 @@ msgstr "" #: templates/web/base/dashboard/index.html:99 msgid "Group by:" -msgstr "" +msgstr "Raggruppare per:" #: templates/web/base/questionnaire/index.html:32 msgid "Has this problem been fixed?" @@ -1557,9 +1557,8 @@ msgid "Hidden" msgstr "Nascosto" #: templates/web/base/admin/extra-metadata-form.html:18 -#, fuzzy msgid "Hidden Field" -msgstr "Nascosto" +msgstr "Campo non visibile" #: templates/web/base/admin/user-form.html:202 msgid "Hide all reports and updates" @@ -1567,7 +1566,7 @@ msgstr "" #: templates/web/base/report/_main.html:107 msgid "Hide entire report" -msgstr "" +msgstr "Rendi non visibile tutta segnalazione" #: templates/web/base/my/anonymize.html:1 #: templates/web/base/my/anonymize.html:2 @@ -1580,7 +1579,7 @@ msgstr "Nascondi il mio nome ovunque" #: templates/web/base/my/anonymize.html:10 msgid "Hide my name in this update" -msgstr "" +msgstr "Rendi non visibile il mio nome nella segnalazione" #: templates/web/base/my/anonymize.html:16 msgid "Hide my name on this report" @@ -1833,7 +1832,7 @@ msgstr "" #: templates/web/base/admin/states/index.html:9 #: templates/web/base/admin/states/index.html:95 msgid "Label" -msgstr "" +msgstr "Etichetta" #: templates/web/base/admin/_translations.html:6 #: templates/web/base/admin/reportextrafields/edit.html:45 @@ -1958,7 +1957,7 @@ msgstr "" #: templates/web/base/reports/_list-filters.html:73 msgid "Manual order" -msgstr "" +msgstr "Ordinamento manuale" #: templates/web/base/js/translation_strings.html:54 msgid "Map" @@ -1966,7 +1965,7 @@ msgstr "Mappa" #: templates/web/base/admin/report_edit.html:87 msgid "Mark as sent" -msgstr "" +msgstr "Segna come inviato" #: templates/web/base/admin/user-form.html:110 msgid "Mark users whose behaviour you want to keep a check on as flagged." @@ -2177,7 +2176,7 @@ msgstr "" #: templates/web/base/reports/_list-filters.html:75 msgid "Newest" -msgstr "" +msgstr "Più recenti" #: templates/web/base/pagination.html:10 msgid "Next" @@ -2348,7 +2347,7 @@ msgstr "Vecchio stato" #: templates/web/base/reports/_list-filters.html:76 msgid "Oldest" -msgstr "" +msgstr "Più vecchi" #: perllib/FixMyStreet/SendReport/Email.pm:91 msgid "On behalf of %s" @@ -2480,7 +2479,7 @@ msgstr "Numero di telefono (opzionale)" #: templates/web/base/admin/user-form.html:29 msgid "Phone verified:" -msgstr "" +msgstr "Telefono verificato:" #: templates/web/base/admin/report_edit.html:142 #: templates/web/base/admin/user-form.html:27 templates/web/base/my/my.html:47 @@ -2612,7 +2611,7 @@ msgstr "Inserisci un numero di cellulare" #: perllib/FixMyStreet/App/Controller/Admin.pm:1433 #: perllib/FixMyStreet/App/Controller/Admin.pm:1549 msgid "Please enter a name" -msgstr "" +msgstr "Inserire un nome" #: perllib/FixMyStreet/App/Controller/Admin.pm:501 msgid "Please enter a name for this body" @@ -2647,7 +2646,7 @@ msgstr "Per favore inserire un indirizzo email valido" #: perllib/FixMyStreet/App/Controller/Admin.pm:1437 #: perllib/FixMyStreet/App/Controller/Admin.pm:1534 msgid "Please enter a valid email or phone number" -msgstr "" +msgstr "Inserire un numero di telefono oppure un'email valida" #: perllib/FixMyStreet/DB/Result/Problem.pm:369 #: templates/web/base/js/translation_strings.html:8 @@ -2828,7 +2827,7 @@ msgstr "Postato da %s al %s" #: templates/web/base/front/footer-marketing.html:6 msgid "Powered by FixMyStreet Platform" -msgstr "" +msgstr "Basato sulla piattaforma FixMyStreet" #: templates/web/base/pagination.html:4 msgid "Previous" @@ -2836,12 +2835,12 @@ msgstr "Precedente" #: perllib/FixMyStreet/Cobrand/Default.pm:670 msgid "Priorities" -msgstr "" +msgstr "Priorità" #: templates/web/base/report/_inspect.html:144 #: templates/web/base/report/_item.html:105 msgid "Priority" -msgstr "" +msgstr "Priorità" #: templates/web/base/main_nav_items.html:51 msgid "Privacy" @@ -3145,9 +3144,8 @@ msgstr "Segnala un problema" #: templates/web/base/js/translation_strings.html:78 #: templates/web/base/main_nav_items.html:4 -#, fuzzy msgid "Report a problem here" -msgstr "Segnala un problema" +msgstr "Segnala un problema qui" #: templates/web/base/report/display_tools.html:10 #: templates/web/base/report/display_tools.html:9 @@ -3157,9 +3155,8 @@ msgstr "Segnala un abuso" #: templates/web/base/js/translation_strings.html:79 #: templates/web/base/main_nav_items.html:2 #: templates/web/base/tokens/confirm_problem.html:40 -#, fuzzy msgid "Report another problem here" -msgstr "Segnala un problema" +msgstr "Segnala un ulteriore problema qui" #: templates/web/base/report/new/form_user_loggedin.html:17 msgid "Report as" @@ -3167,7 +3164,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:303 msgid "Report on %s" -msgstr "" +msgstr "Segnala su %s" #: templates/web/base/dashboard/index.html:62 msgid "Report state:" @@ -3223,11 +3220,11 @@ msgstr "Riportato nella categoria %s da %s alle %s" #: perllib/FixMyStreet/DB/Result/Problem.pm:605 msgid "Reported via %s anonymously at %s" -msgstr "" +msgstr "Segnalato via %s in modo anonimo il %s" #: perllib/FixMyStreet/DB/Result/Problem.pm:629 msgid "Reported via %s by %s at %s" -msgstr "" +msgstr "Segnalato via %s da %s il %s" #: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported via %s in the %s category anonymously at %s" @@ -3288,7 +3285,7 @@ msgstr "Segnalazioni salvate offline." #: perllib/FixMyStreet/Cobrand/UK.pm:284 perllib/FixMyStreet/Cobrand/UK.pm:296 msgid "Reports sent to %s" -msgstr "" +msgstr "Segnalazione inviata a %s" #: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:303 msgid "Reports sent to %s, within %s ward" @@ -3344,7 +3341,7 @@ msgstr "" #: templates/web/base/report/update.html:39 msgid "Revert to original" -msgstr "" +msgstr "Torna all'originale" #: templates/web/base/report/_main.html:97 msgid "Revert to original text" @@ -3373,14 +3370,14 @@ msgstr "" #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" -msgstr "" +msgstr "Ruota a sinistra" #: perllib/FixMyStreet/App/Controller/Admin.pm:2082 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" -msgstr "" +msgstr "Ruota a destra" #: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index afdb285a8..623f9ef74 100644 --- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -520,7 +520,7 @@ msgstr "Autosvar:" #: templates/web/base/admin/extra-metadata-form.html:14 msgid "Automated" -msgstr "" +msgstr "Automatiserad" #: templates/web/base/admin/report-category.html:8 msgid "Available categories" @@ -1354,9 +1354,8 @@ msgid "Extra details" msgstr "Extra uppgifter" #: templates/web/zurich/admin/contact-form.html:22 -#, fuzzy msgid "Extra fields:" -msgstr "Ytterligare fält" +msgstr "Extra fält:" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1521,9 +1520,8 @@ msgid "Graph of problem creation by status over time" msgstr "Visualisering av rapporter över tid" #: templates/web/base/admin/contact-form.html:134 -#, fuzzy msgid "Group" -msgstr "Gruppera efter:" +msgstr "Grupp" #: templates/web/base/dashboard/index.html:94 msgid "Group by %s" @@ -1569,9 +1567,8 @@ msgid "Hidden" msgstr "Gömd" #: templates/web/base/admin/extra-metadata-form.html:18 -#, fuzzy msgid "Hidden Field" -msgstr "Gömd" +msgstr "Dolt fält" #: templates/web/base/admin/user-form.html:202 msgid "Hide all reports and updates" @@ -2825,9 +2822,8 @@ msgid "Post" msgstr "Skicka" #: templates/web/base/alert/index.html:33 -#, fuzzy msgid "Postcode or street name and area" -msgstr "Ange ett postnummer eller gatunamn och ort" +msgstr "Postnummer eller gatunamn och område" #: perllib/FixMyStreet/DB/Result/Comment.pm:211 msgid "Posted anonymously at %s" -- cgit v1.2.3 From 60c9a067d2e96282ffbce4019c9c80e8f5c9fd85 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 1 Oct 2018 11:50:42 +0100 Subject: Update with new strings. --- locale/FixMyStreet.po | 144 +++++++++---------- locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po | 191 +++++++++++++------------- 36 files changed, 3504 insertions(+), 3325 deletions(-) diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po index 608c03b6d..fca9eb89f 100644 --- a/locale/FixMyStreet.po +++ b/locale/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -159,7 +159,7 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 perllib/FixMyStreet/App/Controller/Report/New.pm:701 perllib/FixMyStreet/DB/Result/Problem.pm:381 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:251 perllib/FixMyStreet/App/Controller/Report/New.pm:707 perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "" @@ -282,7 +282,7 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 templates/web/base/report/_item.html:16 templates/web/base/report/_main.html:134 templates/web/base/report/_main.html:17 templates/web/base/report/_main.html:28 +#: templates/web/base/report/_item.html:10 templates/web/base/report/_item.html:16 templates/web/base/report/_main.html:138 templates/web/base/report/_main.html:20 templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -302,11 +302,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -482,7 +482,7 @@ msgstr "" msgid "Back" msgstr "" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -490,7 +490,7 @@ msgstr "" msgid "Ban user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:655 perllib/FixMyStreet/Cobrand/Default.pm:740 perllib/FixMyStreet/Cobrand/Zurich.pm:383 templates/web/base/admin/bodies.html:1 templates/web/base/admin/report_edit.html:56 templates/web/zurich/header.html:49 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 perllib/FixMyStreet/Cobrand/Default.pm:740 perllib/FixMyStreet/Cobrand/Zurich.pm:408 templates/web/base/admin/bodies.html:1 templates/web/base/admin/report_edit.html:56 templates/web/zurich/header.html:49 msgid "Bodies" msgstr "" @@ -554,7 +554,7 @@ msgstr "" msgid "Change email address" msgstr "" -#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:5 templates/web/base/my/my.html:63 +#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:5 templates/web/base/my/my.html:65 msgid "Change password" msgstr "" @@ -651,7 +651,7 @@ msgstr "" msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:650 perllib/FixMyStreet/Cobrand/Zurich.pm:397 templates/web/base/admin/config_page.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 perllib/FixMyStreet/Cobrand/Zurich.pm:422 templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -700,7 +700,7 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "" @@ -788,7 +788,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 templates/web/zurich/admin/report_edit-sdm.html:105 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -824,7 +824,7 @@ msgstr "" msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:111 templates/web/base/report/update.html:51 +#: templates/web/base/report/_main.html:115 templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -864,7 +864,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 templates/web/base/report/update.html:54 +#: templates/web/base/report/_main.html:120 templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1213,11 +1213,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1317,7 +1317,7 @@ msgstr "" msgid "Hide all reports and updates" msgstr "" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -1711,7 +1711,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -1719,7 +1719,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -1727,7 +1727,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 templates/web/base/report/_update_state.html:19 +#: templates/web/base/report/_main.html:75 templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2049,7 +2049,7 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 perllib/FixMyStreet/App/Controller/Report/New.pm:702 perllib/FixMyStreet/App/Controller/Report/New.pm:703 perllib/FixMyStreet/App/Controller/Report/New.pm:738 perllib/FixMyStreet/App/Controller/Report/New.pm:741 perllib/FixMyStreet/DB/Result/Problem.pm:600 perllib/FixMyStreet/DB/Result/Problem.pm:607 perllib/FixMyStreet/DB/Result/Problem.pm:622 perllib/FixMyStreet/DB/Result/Problem.pm:631 perllib/FixMyStreet/Script/Reports.pm:182 perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 perllib/FixMyStreet/App/Controller/Report/New.pm:708 perllib/FixMyStreet/App/Controller/Report/New.pm:709 perllib/FixMyStreet/App/Controller/Report/New.pm:744 perllib/FixMyStreet/App/Controller/Report/New.pm:747 perllib/FixMyStreet/DB/Result/Problem.pm:600 perllib/FixMyStreet/DB/Result/Problem.pm:607 perllib/FixMyStreet/DB/Result/Problem.pm:622 perllib/FixMyStreet/DB/Result/Problem.pm:631 perllib/FixMyStreet/Script/Reports.pm:182 perllib/FixMyStreet/Script/Reports.pm:189 msgid "Other" msgstr "" @@ -2121,7 +2121,7 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2129,6 +2129,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 templates/web/base/report/new/form_report.html:27 templates/web/base/report/update/form_update.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2165,7 +2169,7 @@ msgstr "" msgid "Please check your phone number is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:315 perllib/FixMyStreet/App/Controller/Report/New.pm:947 perllib/FixMyStreet/App/Controller/Report/New.pm:982 perllib/FixMyStreet/DB/Result/Problem.pm:383 templates/web/base/js/translation_strings.html:13 +#: perllib/FixMyStreet/App/Controller/Admin.pm:315 perllib/FixMyStreet/App/Controller/Report/New.pm:954 perllib/FixMyStreet/App/Controller/Report/New.pm:989 perllib/FixMyStreet/DB/Result/Problem.pm:383 templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" msgstr "" @@ -2336,7 +2340,7 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 perllib/FixMyStreet/App/Model/PhotoSet.pm:156 perllib/FixMyStreet/App/Model/PhotoSet.pm:158 templates/web/base/js/translation_strings.html:68 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 perllib/FixMyStreet/App/Model/PhotoSet.pm:148 perllib/FixMyStreet/App/Model/PhotoSet.pm:150 templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2477,7 +2481,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 templates/web/base/report/duplicate-no-updates.html:3 templates/web/base/report/update-form.html:9 +#: templates/web/base/report/display.html:67 templates/web/base/report/duplicate-no-updates.html:3 templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "" @@ -2610,7 +2614,7 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 templates/web/base/report/_item.html:9 templates/web/base/report/_main.html:132 templates/web/base/report/_main.html:16 templates/web/base/report/_main.html:24 +#: templates/web/base/report/_item.html:12 templates/web/base/report/_item.html:9 templates/web/base/report/_main.html:136 templates/web/base/report/_main.html:19 templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -2730,7 +2734,7 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:660 perllib/FixMyStreet/Cobrand/Default.pm:674 perllib/FixMyStreet/Cobrand/Zurich.pm:375 templates/web/zurich/header.html:45 +#: perllib/FixMyStreet/Cobrand/Default.pm:660 perllib/FixMyStreet/Cobrand/Default.pm:674 perllib/FixMyStreet/Cobrand/Zurich.pm:400 templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -2818,11 +2822,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -2838,11 +2842,11 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 perllib/FixMyStreet/App/Controller/Admin.pm:2086 templates/web/base/admin/report_edit.html:165 templates/web/base/admin/update_edit.html:71 templates/web/zurich/admin/report_edit.html:118 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 perllib/FixMyStreet/App/Controller/Admin.pm:2087 templates/web/base/admin/report_edit.html:165 templates/web/base/admin/update_edit.html:71 templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 templates/web/base/admin/report_edit.html:166 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/report_edit.html:119 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 templates/web/base/admin/report_edit.html:166 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" @@ -2858,7 +2862,7 @@ msgstr "" msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/contact-form.html:156 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:58 templates/web/base/admin/template_edit.html:87 templates/web/base/report/_inspect.html:209 templates/web/base/report/_main.html:115 templates/web/base/report/update.html:53 templates/web/zurich/admin/contact-form.html:49 templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/contact-form.html:156 templates/web/base/admin/reportextrafields/edit.html:64 templates/web/base/admin/responsepriorities/edit.html:58 templates/web/base/admin/template_edit.html:87 templates/web/base/report/_inspect.html:209 templates/web/base/report/_main.html:119 templates/web/base/report/update.html:53 templates/web/zurich/admin/contact-form.html:49 templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" @@ -2899,7 +2903,7 @@ msgstr "" msgid "Searching found no users." msgstr "" -#: templates/web/base/auth/generate_token.html:1 templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:39 templates/web/base/my/my.html:65 +#: templates/web/base/auth/generate_token.html:1 templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:39 templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -2951,7 +2955,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -2971,7 +2975,7 @@ msgstr "" msgid "Service:" msgstr "" -#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:4 templates/web/base/my/my.html:67 msgid "Set password" msgstr "" @@ -2983,7 +2987,7 @@ msgstr "" msgid "Share" msgstr "" -#: templates/web/base/main_nav_items.html:18 templates/web/base/report/_main.html:134 templates/web/base/report/_main.html:19 templates/web/base/report/_main.html:27 +#: templates/web/base/main_nav_items.html:18 templates/web/base/report/_main.html:138 templates/web/base/report/_main.html:22 templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -2991,11 +2995,11 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 templates/web/base/report/_main.html:18 templates/web/base/report/_main.html:23 templates/web/base/reports/_list-filters.html:24 +#: templates/web/base/report/_main.html:136 templates/web/base/report/_main.html:21 templates/web/base/report/_main.html:26 templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 templates/web/base/report/_main.html:142 +#: templates/web/base/report/_item.html:15 templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3023,7 +3027,7 @@ msgstr "" msgid "Show older reports" msgstr "" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3031,7 +3035,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3055,7 +3059,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 templates/web/zurich/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -3106,7 +3110,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3152,11 +3156,11 @@ msgstr "" msgid "State:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:649 perllib/FixMyStreet/Cobrand/Zurich.pm:396 templates/web/base/admin/states/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:649 perllib/FixMyStreet/Cobrand/Zurich.pm:421 templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:643 perllib/FixMyStreet/Cobrand/Zurich.pm:378 templates/web/base/admin/index.html:71 templates/web/base/admin/stats/index.html:1 templates/web/base/admin/stats/state.html:1 templates/web/zurich/admin/stats/index.html:1 templates/web/zurich/header.html:58 +#: perllib/FixMyStreet/Cobrand/Default.pm:643 perllib/FixMyStreet/Cobrand/Zurich.pm:403 templates/web/base/admin/index.html:71 templates/web/base/admin/stats/index.html:1 templates/web/base/admin/stats/state.html:1 templates/web/zurich/admin/stats/index.html:1 templates/web/zurich/header.html:58 msgid "Stats" msgstr "" @@ -3224,7 +3228,7 @@ msgstr "" msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:641 perllib/FixMyStreet/Cobrand/Zurich.pm:374 templates/web/base/admin/bodies.html:29 templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 templates/web/base/status/index.html:3 templates/web/zurich/admin/index-dm.html:1 templates/web/zurich/admin/index-sdm.html:1 templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 templates/web/zurich/header.html:42 +#: perllib/FixMyStreet/Cobrand/Default.pm:641 perllib/FixMyStreet/Cobrand/Zurich.pm:399 templates/web/base/admin/bodies.html:29 templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 templates/web/base/status/index.html:3 templates/web/zurich/admin/index-dm.html:1 templates/web/zurich/admin/index-sdm.html:1 templates/web/zurich/admin/index.html:1 templates/web/zurich/footer.html:12 templates/web/zurich/header.html:42 msgid "Summary" msgstr "" @@ -3252,7 +3256,7 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:666 perllib/FixMyStreet/Cobrand/Zurich.pm:385 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:62 +#: perllib/FixMyStreet/Cobrand/Default.pm:666 perllib/FixMyStreet/Cobrand/Zurich.pm:410 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:62 msgid "Templates" msgstr "" @@ -3296,7 +3300,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -3328,19 +3332,19 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -3396,7 +3400,7 @@ msgstr "" msgid "The diligency prize league table shows editors' activity (who's been editing the most records)." msgstr "" -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "" @@ -3468,7 +3472,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 msgid "The user has been sent a login email" msgstr "" @@ -3486,7 +3490,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3498,11 +3502,11 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 perllib/FixMyStreet/App/Controller/Report/Update.pm:142 templates/web/base/auth/general.html:51 templates/web/zurich/auth/general.html:18 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 perllib/FixMyStreet/App/Controller/Report/Update.pm:142 templates/web/base/auth/general.html:51 templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3510,7 +3514,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -3572,7 +3576,7 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 perllib/FixMyStreet/App/Controller/Report/New.pm:1074 perllib/FixMyStreet/App/Controller/Report/New.pm:1120 perllib/FixMyStreet/App/Controller/Report/New.pm:996 perllib/FixMyStreet/Cobrand/UK.pm:45 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 perllib/FixMyStreet/App/Controller/Report/New.pm:1064 perllib/FixMyStreet/App/Controller/Report/New.pm:1081 perllib/FixMyStreet/App/Controller/Report/New.pm:1127 perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -3752,7 +3756,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 perllib/FixMyStreet/App/Controller/Root.pm:142 templates/web/base/js/translation_strings.html:46 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 perllib/FixMyStreet/App/Controller/Root.pm:142 templates/web/base/js/translation_strings.html:46 msgid "Unknown error" msgstr "" @@ -3828,7 +3832,7 @@ msgstr "" msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1358 perllib/FixMyStreet/App/Controller/Admin.pm:1473 perllib/FixMyStreet/App/Controller/Admin.pm:1679 perllib/FixMyStreet/App/Controller/Admin.pm:997 perllib/FixMyStreet/Cobrand/Zurich.pm:780 perllib/FixMyStreet/Cobrand/Zurich.pm:805 perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1358 perllib/FixMyStreet/App/Controller/Admin.pm:1473 perllib/FixMyStreet/App/Controller/Admin.pm:1680 perllib/FixMyStreet/App/Controller/Admin.pm:997 perllib/FixMyStreet/Cobrand/Zurich.pm:805 perllib/FixMyStreet/Cobrand/Zurich.pm:830 perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -3887,7 +3891,7 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -3895,15 +3899,15 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -3919,7 +3923,7 @@ msgstr "" msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:675 perllib/FixMyStreet/Cobrand/Default.pm:734 perllib/FixMyStreet/Cobrand/Zurich.pm:390 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:675 perllib/FixMyStreet/Cobrand/Default.pm:734 perllib/FixMyStreet/Cobrand/Zurich.pm:415 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -4178,7 +4182,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -4261,7 +4265,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -4277,7 +4281,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -4301,7 +4305,7 @@ msgstr "" msgid "all" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:973 perllib/FixMyStreet/App/Controller/Moderate.pm:88 perllib/FixMyStreet/DB/Result/Comment.pm:216 perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 +#: perllib/FixMyStreet/App/Controller/Admin.pm:973 perllib/FixMyStreet/App/Controller/Moderate.pm:90 perllib/FixMyStreet/DB/Result/Comment.pm:216 perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" msgstr "" @@ -4425,11 +4429,11 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po index 1e3aa0ee5..aabbfe6c3 100644 --- a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Arabic (https://www.transifex.com/mysociety/teams/12067/ar/)\n" @@ -185,7 +185,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "--إختر تصنيف--" @@ -336,9 +336,9 @@ msgstr "(بلا رقم هاتف)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "اضف للقائمة القصيرة" @@ -360,11 +360,11 @@ msgstr "اضف/عدل أولويات الاستجابة" msgid "Add/edit response templates" msgstr "اضف/عدل قوالب الاستجابة" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "أُضيف %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "اضافة التقرير للقائمة القصيرة خاصتك سيحذفه من %s’s القائمة القصيرة." @@ -567,7 +567,7 @@ msgstr "في إنتظار المشرفين" msgid "Back" msgstr "الخلف" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "عد إلى كل التقارير" @@ -578,7 +578,7 @@ msgstr "مستخدم مشار إليه" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -677,7 +677,7 @@ msgstr "تغيير عنوان البريد الإلكتروني" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "تغيير كلمة المرور" @@ -800,7 +800,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "إعدادت" @@ -863,8 +863,8 @@ msgstr "" msgid "Coordinates:" msgstr "الإحداثيات:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "لم يتمكن من إيجاد المستخدم" @@ -966,7 +966,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "حاليا لايوجد جهات مسئولة تم إنشائها." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "لا يمكن الاتصال بالعميل" @@ -1011,7 +1011,7 @@ msgstr "حذف القالب" msgid "Deleted" msgstr "محذوف" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1061,7 +1061,7 @@ msgstr "لم يتم استخدام الخريطة" msgid "Diligency prize league table" msgstr "جدول رابطة جائزة العناية بالدقة" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1502,11 +1502,11 @@ msgstr "للمزيد من المعلومات، راجع %s في %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "تم التحديث!" @@ -4782,8 +4787,8 @@ msgstr "التعليق المأخوذ ينتمي الى مستخدم معرف" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "البريد أضيف إلى لائحة المسيئين" @@ -4793,17 +4798,17 @@ msgstr "البريد أضيف إلى لائحة المسيئين" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "البريد موجودا سابقا في لائحة المسيئين" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "تمت إزالة إشارة المستخدم" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "تم وضع إشارة للمستخدم" @@ -4826,7 +4831,7 @@ msgstr "المستخدمون" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "المستخدمون" @@ -5139,7 +5144,7 @@ msgstr "لقد قمت بتسجيل الدخول بنجاح؛ الرجاء الت msgid "You have successfully verified your phone number." msgstr "لقد قمت بتأكيد عنوان البريد الإلكتروني بنجاح." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "لم تقم بإنشاء أي تقارير حتى الآن. أبلغ عن مشكلة الآن." @@ -5247,7 +5252,7 @@ msgstr "رقم الهاتف" msgid "Your report" msgstr "تقريرك" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "التقارير" @@ -5265,7 +5270,7 @@ msgstr "تم تغيير كلمة المرور" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "التحديثات" @@ -5293,7 +5298,7 @@ msgid "all" msgstr "الكل" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5444,12 +5449,12 @@ msgstr "المستخدم من نفس المجلس مثل المشكلة - %d" msgid "user is problem owner" msgstr "المستخدم هو صاحب المشكلة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "البريد موجودا سابقا في لائحة المسيئين" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "حذف من القائمة القصيرة" diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po index 598b71282..066dff283 100644 --- a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/mysociety/teams/12067/bg_BG/)\n" @@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "RSS абонамент за проблеми в %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Изберете категория --" @@ -326,9 +326,9 @@ msgstr "Телефонен номер" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -350,11 +350,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Добавено %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -557,7 +557,7 @@ msgstr "Очакващ преглед" msgid "Back" msgstr "Назад" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -568,7 +568,7 @@ msgstr "Означаване на потребител" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -666,7 +666,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Промяна на парола" @@ -786,7 +786,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -849,8 +849,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Потребителят не е намерен" @@ -951,7 +951,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "В момента няма създадени Райони." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -995,7 +995,7 @@ msgstr "" msgid "Deleted" msgstr "Изтрит" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1045,7 +1045,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Таблица с районите в София" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1473,11 +1473,11 @@ msgstr "За повече информацич вижте %s в %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Актуализирано!" @@ -4694,8 +4699,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Имейлът е добавен в списъка със злоупотреби" @@ -4705,17 +4710,17 @@ msgstr "Имейлът е добавен в списъка със злоупот msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Имейлът е в списъка със злоупотреби" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4738,7 +4743,7 @@ msgstr "Потребители" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Потребители" @@ -5047,7 +5052,7 @@ msgstr "Успешно влязохте в системата; моля пров msgid "You have successfully verified your phone number." msgstr "Успешно пoтвърдихте Вашият имейл адрес." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Все още нямате подадени сигнали. Подайте сигнал." @@ -5155,7 +5160,7 @@ msgstr "Телефонен номер" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Вашите сигнали" @@ -5173,7 +5178,7 @@ msgstr "Паролата Ви беше променена успешно" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Актуализации" @@ -5200,7 +5205,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5349,12 +5354,12 @@ msgstr "потребителят е от същата община като пр msgid "user is problem owner" msgstr "потребителят е собственик на сигнала" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Имейлът е в списъка със злоупотреби" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Имейлът е добавен в списъка със злоупотреби" diff --git a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po index 4c4afcc49..3d4705610 100644 --- a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Josep Lluís - LliureTIC , 2017\n" "Language-Team: Catalan (Spain) (https://www.transifex.com/mysociety/teams/12067/ca_ES/)\n" @@ -177,7 +177,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Tria una categoria --" @@ -318,9 +318,9 @@ msgstr "(sense número de telèfon)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -342,11 +342,11 @@ msgstr "Afegeix/edita prioritats de resposta" msgid "Add/edit response templates" msgstr "Afegeix/edita plantilles de resposta" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Afegit %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -549,7 +549,7 @@ msgstr "Esperant moderació" msgid "Back" msgstr "Torna" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Torna a tots els informes" @@ -560,7 +560,7 @@ msgstr "Marca l'usuari" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -659,7 +659,7 @@ msgstr "Canvia l'adreça de correu electrònic" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Canvia la contrasenya" @@ -775,7 +775,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuració" @@ -838,8 +838,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "" @@ -940,7 +940,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -985,7 +985,7 @@ msgstr "Elimina plantilla" msgid "Deleted" msgstr "Eliminat" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1035,7 +1035,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1461,11 +1461,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Has oblidat la teva contrasenya?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1588,7 +1588,7 @@ msgstr "Ocultat" msgid "Hide all reports and updates" msgstr "Informes i usuaris marcats" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "Oculta l'informe complet" @@ -2019,7 +2019,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "Modera" @@ -2027,7 +2027,7 @@ msgstr "Modera" msgid "Moderate report details" msgstr "Modera detalls de l'informe" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "Modera aquest informe" @@ -2035,7 +2035,7 @@ msgstr "Modera aquest informe" msgid "Moderate this update" msgstr "Modera aquesta actualització" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "Moderat per %s a %s" @@ -2424,11 +2424,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2533,7 +2533,7 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2541,6 +2541,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2592,8 +2596,8 @@ msgid "Please check your phone number is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2809,9 +2813,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2970,7 +2974,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3128,9 +3132,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3278,7 +3282,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -3371,11 +3375,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3392,15 +3396,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3425,7 +3429,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3477,7 +3481,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3533,7 +3537,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3556,6 +3560,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "Nova contrasenya:" @@ -3569,9 +3574,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3579,15 +3584,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3616,7 +3621,7 @@ msgstr "" msgid "Show older reports" msgstr "Informes tancats" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3626,7 +3631,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3656,7 +3661,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -3716,7 +3721,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3783,13 +3788,13 @@ msgid "State:" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3887,7 +3892,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3926,7 +3931,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3976,7 +3981,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -4010,19 +4015,19 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4088,7 +4093,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "" @@ -4162,7 +4167,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 msgid "The user has been sent a login email" msgstr "" @@ -4183,7 +4188,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4196,14 +4201,14 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4211,7 +4216,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4278,10 +4283,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -4489,7 +4494,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4580,11 +4585,11 @@ msgstr "%s problemes actuals" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4648,8 +4653,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Correu electrònic afegit a la llista d'abús" @@ -4659,17 +4664,17 @@ msgstr "Correu electrònic afegit a la llista d'abús" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "El correu electrònic ja existeix a la llista d'abús" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4691,7 +4696,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -4993,7 +4998,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5097,7 +5102,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5114,7 +5119,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5142,7 +5147,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5289,12 +5294,12 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "El correu electrònic ja existeix a la llista d'abús" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Correu electrònic afegit a la llista d'abús" diff --git a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po index 5dd86ce82..4beac8fb9 100644 --- a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/mysociety/teams/12067/cs_CZ/)\n" @@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "RSS kanál hlášení v oblasti %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Vyberte kategorii --" @@ -329,9 +329,9 @@ msgstr "Vaše telefonní číslo:" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -353,11 +353,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Přidáno %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -560,7 +560,7 @@ msgstr "Čeká se na moderování" msgid "Back" msgstr "Zpět" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -571,7 +571,7 @@ msgstr "Sledovat uživatele" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -669,7 +669,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Změnit heslo" @@ -792,7 +792,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nastavení" @@ -855,8 +855,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Uživatele nelze najít" @@ -957,7 +957,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Doposud nebyl vytvořen žádný subjekt." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -1001,7 +1001,7 @@ msgstr "" msgid "Deleted" msgstr "Smazána" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1051,7 +1051,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Tabulka Vížěhů" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1481,11 +1481,11 @@ msgstr "Více informací naleznete v článku %s v %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Aktualizováno!" @@ -4733,8 +4738,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "E-mail přidán do seznamu zneužívání" @@ -4744,17 +4749,17 @@ msgstr "E-mail přidán do seznamu zneužívání" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "E-mail je již v seznamu zneužívání" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Uživatel vyjmut ze sledování" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Uživatel sledován" @@ -4777,7 +4782,7 @@ msgstr "Uživatelé" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Uživatelé" @@ -5089,7 +5094,7 @@ msgstr "Byli jste úspěšně přihlášeni; zkontrolujte a potvrďte zda jsou p msgid "You have successfully verified your phone number." msgstr "Úspěšně jste potvrdili svou e-mailovou adresu." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Doposud jste nevytvořili žádné hlášení. Nahlaste problém nyní." @@ -5197,7 +5202,7 @@ msgstr "Vaše telefonní číslo:" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Vaše hlášení" @@ -5215,7 +5220,7 @@ msgstr "Vaše heslo bylo změněno" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Vaše aktualizace" @@ -5242,7 +5247,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5391,12 +5396,12 @@ msgstr "uživatel je ze stejného úřadu jako hlášení - %d" msgid "user is problem owner" msgstr "uživatel je vlastníkem hlášení" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "E-mail je již v seznamu zneužívání" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "E-mail přidán do seznamu zneužívání" diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po index d8f622dc0..cc498cb17 100644 --- a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Welsh (https://www.transifex.com/mysociety/teams/12067/cy/)\n" @@ -178,7 +178,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "Ffrwd RSS o broblemau yn %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Dewiswch gategori --" @@ -322,9 +322,9 @@ msgstr "Eich rhif ffôn" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -346,11 +346,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Ychwanegwyd %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -553,7 +553,7 @@ msgstr "" msgid "Back" msgstr "Yn ôl" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -564,7 +564,7 @@ msgstr "Ychwanegu defnyddiwr" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -662,7 +662,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Newid cyfrinair" @@ -777,7 +777,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -840,8 +840,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Methu dod o hyd i'r defnyddiwr" @@ -942,7 +942,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Ar hyn o bryd does dim cyrff." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -986,7 +986,7 @@ msgstr "" msgid "Deleted" msgstr "Dilëwyd" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1036,7 +1036,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1460,11 +1460,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Wedi anghofio eich cyfrinair?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1590,7 +1590,7 @@ msgstr "Cudd" msgid "Hide all reports and updates" msgstr "Rhestru'r holl broblemau a adroddwyd" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -2022,7 +2022,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "jurisdiction_id coll" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2030,7 +2030,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2038,7 +2038,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2425,11 +2425,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2535,7 +2535,7 @@ msgstr "Ffôn:" msgid "Photo" msgstr "Llun" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2543,6 +2543,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2595,8 +2599,8 @@ msgid "Please check your phone number is correct" msgstr "Rhowch eich rhif ffôn" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2814,9 +2818,9 @@ msgstr "Dewiswch pa fath o hysbysiad hoffech chi ei gael" msgid "Please state whether or not the problem has been fixed" msgstr "Dywedwch a gafodd y broblem ei thrwsio" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2979,7 +2983,7 @@ msgstr "" msgid "Property address:" msgstr "Cyfeiriad yr eiddo:" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3137,9 +3141,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3288,7 +3292,7 @@ msgstr "Adrodd problem" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "Adroddiadau" @@ -3384,11 +3388,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3405,15 +3409,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Cylchdroi i'r chwith" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3438,7 +3442,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3490,7 +3494,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3546,7 +3550,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3569,6 +3573,7 @@ msgstr "Gwasanaeth:" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "Newid cyfrinair" @@ -3582,9 +3587,9 @@ msgid "Share" msgstr "Rhannu" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3592,15 +3597,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3630,7 +3635,7 @@ msgstr "Dangos yr hen rai" msgid "Show older reports" msgstr "Chwilio am adroddiadau" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3640,7 +3645,7 @@ msgstr "" msgid "Show pins" msgstr "Dangos piniau" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3670,7 +3675,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "Mewngofnodi neu greu cyfrif" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Allgofnodi" @@ -3730,7 +3735,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3799,14 +3804,14 @@ msgid "State:" msgstr "Cyflwr:" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 #, fuzzy msgid "States" msgstr "Cyflwr" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3906,7 +3911,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3946,7 +3951,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3996,7 +4001,7 @@ msgstr "Diolch am uwchlwytho eich llun. Nawr mae'n rhaid i ni leoli eich problem msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Diolch, mae'n dda gennym glywed y cafodd ei drwsio! Gawn ni ofyn a ydych wedi adrodd problem i gyngor o'r blaen?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Ni uwchlwythwyd y llun yn gywir (%s), ceisiwch eto." @@ -4030,20 +4035,20 @@ msgstr "Ni ellir gweld yr adroddiad hwnnw ar %s." msgid "That report has been removed from FixMyStreet." msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 #, fuzzy msgid "That user has been logged out." msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4109,7 +4114,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "Y gwall oedd: %s" @@ -4183,7 +4188,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." @@ -4205,7 +4210,7 @@ msgstr "Nid oes unrhyw adroddiadau i'w dangos." msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4218,7 +4223,7 @@ msgstr "Bu gwall dangos y dudalen hon. Rhowch gynnig arall arni nes ymlaen." msgid "There was a problem with your email/password combination. Please try again." msgstr "Bu gwall gyda'r e-bost neu'r cyfrinair. Rhowch gynnig arall arni." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 @@ -4226,7 +4231,7 @@ msgstr "Bu gwall gyda'r e-bost neu'r cyfrinair. Rhowch gynnig arall arni." msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Bu problem gyda'r e-bost neu gyfrinair. Os na allwch gofio eich cyfrinair, neu os nad oes un gennych, llenwch ddarn ‘mewngofnodi drwy e-bost’ y ffurflen." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." @@ -4234,7 +4239,7 @@ msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." msgid "There were problems with your report. Please see below." msgstr "Bu gwallau gyda'r adroddiad. Gwelwch isod." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "Bu gwallau gyda'r diweddariad. Gwelwch isod." @@ -4301,10 +4306,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Mae'r wybodaeth hon yn ofynnol" @@ -4512,7 +4517,7 @@ msgstr "Anhysbys" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4605,11 +4610,11 @@ msgstr "Postiwyd gan %s am %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Diweddarwyd!" @@ -4674,8 +4679,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd" @@ -4685,17 +4690,17 @@ msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "E-bost eisoes yn y rhestr camddefnydd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4717,7 +4722,7 @@ msgstr "Defnyddwyr" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Defnyddwyr" @@ -5026,7 +5031,7 @@ msgstr "Mewngofnodwyd yn llwyddiannus; gwiriwch a chadarnhewch fod eich manylion msgid "You have successfully verified your phone number." msgstr "Rhowch eich rhif ffôn" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5131,7 +5136,7 @@ msgstr "Eich rhif ffôn" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Eich adroddiadau" @@ -5149,7 +5154,7 @@ msgstr "Newidiwyd eich cyfrinair" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Eich diweddariadau" @@ -5176,7 +5181,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5324,12 +5329,12 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "E-bost eisoes yn y rhestr camddefnydd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd" diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po index 77fe77376..4fda3daed 100644 --- a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Danish (Denmark) (https://www.transifex.com/mysociety/teams/12067/da_DK/)\n" @@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "RSS-strøm for problemer indenfor %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Vælg en kategori --" @@ -323,9 +323,9 @@ msgstr "Dit telefonnummer" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -347,11 +347,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Tilføjede %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -554,7 +554,7 @@ msgstr "Afventer moderation" msgid "Back" msgstr "Tilbage" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -565,7 +565,7 @@ msgstr "Markér bruger" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -663,7 +663,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Skift adgangskode" @@ -783,7 +783,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Opsætning" @@ -846,8 +846,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Kunne ikke finde bruger" @@ -948,7 +948,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "I øjeblikket er der ikke lavet nogen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -992,7 +992,7 @@ msgstr "" msgid "Deleted" msgstr "Slettet" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1042,7 +1042,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Arbejdsheste" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1479,11 +1479,11 @@ msgstr "For mere information, se %s %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Opdateret!" @@ -4746,8 +4751,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Epost lagt til misbrugsliste" @@ -4757,17 +4762,17 @@ msgstr "Epost lagt til misbrugsliste" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Epost allerede i misbrugslisten" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Brugermarkering fjernet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Bruger markeret" @@ -4790,7 +4795,7 @@ msgstr "Brugere" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Brugere" @@ -5102,7 +5107,7 @@ msgstr "Du har lykkes med at logge ind. Venligst kontrollér og bekræft at dine msgid "You have successfully verified your phone number." msgstr "Du har nu lykkes med at bekræfte din e-postadresse." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Du har ikke lavet en rapport endnu. Rapportér et problem nu." @@ -5209,7 +5214,7 @@ msgstr "Dit telefonnummer" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Dine opdateringer" @@ -5227,7 +5232,7 @@ msgstr "Din adgangskode er blevet ændret" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Dine opdateringer" @@ -5254,7 +5259,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5403,12 +5408,12 @@ msgstr "bruger er fra samme myndighed som problemet - %d" msgid "user is problem owner" msgstr "bruger er ejer af problemet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Epost allerede i misbrugslisten" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Epost lagt til misbrugsliste" diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index a3ed370b2..a8589d863 100644 --- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: German (Switzerland) (https://www.transifex.com/mysociety/teams/12067/de_CH/)\n" @@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -319,9 +319,9 @@ msgstr "Ihre Telefonnummer" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -343,11 +343,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "Vorlagen für %s" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -550,7 +550,7 @@ msgstr "Überprüfung ausstehend" msgid "Back" msgstr "Zurück" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Alle Meldungen" @@ -561,7 +561,7 @@ msgstr "User hinzufügen" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -659,7 +659,7 @@ msgstr "E-Mail Adresse ändern" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Passwort ändern" @@ -775,7 +775,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -838,8 +838,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinaten" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "" @@ -940,7 +940,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Bisher wurden noch keine Organisationseinheiten erfasst." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kunde nicht kontaktierbar" @@ -985,7 +985,7 @@ msgstr "Vorlage löschen" msgid "Deleted" msgstr "Gelöscht" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1035,7 +1035,7 @@ msgstr "hat Karte nicht verwendet" msgid "Diligency prize league table" msgstr "Weiss ich nicht" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1460,11 +1460,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Ihr Passwort" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "An externe Stelle weitergeleitet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "Wunsch an externe Stelle weitergeleitet" @@ -1588,7 +1588,7 @@ msgstr "Unsichtbar" msgid "Hide all reports and updates" msgstr "Liste aller Meldungen" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -2020,7 +2020,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2028,7 +2028,7 @@ msgstr "" msgid "Moderate report details" msgstr "Meldungsdetails anpassen" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "Meldung anpassen" @@ -2036,7 +2036,7 @@ msgstr "Meldung anpassen" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2426,11 +2426,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2537,7 +2537,7 @@ msgstr "Telefonnummer:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "Foto wird benötigt" @@ -2545,6 +2545,10 @@ msgstr "Foto wird benötigt" msgid "Photo required" msgstr "Foto benötigt" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2597,8 +2601,8 @@ msgid "Please check your phone number is correct" msgstr "Bitte überprüfen Sie ob Ihre E-Mail Adresse korrekt ist" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2816,9 +2820,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2981,7 +2985,7 @@ msgstr "Meldungen innerhalb %s, %s" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3139,9 +3143,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3290,7 +3294,7 @@ msgstr "Ihre Meldung" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "Meldungen" @@ -3386,11 +3390,11 @@ msgstr "Vorlagen für %s" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3407,15 +3411,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3440,7 +3444,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3492,7 +3496,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3548,7 +3552,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "Meldung zurückgewiesen" @@ -3571,6 +3575,7 @@ msgstr "Gerät" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "Neues Passwort" @@ -3584,9 +3589,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3594,15 +3599,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3631,7 +3636,7 @@ msgstr "" msgid "Show older reports" msgstr "Meldungen suchen" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3641,7 +3646,7 @@ msgstr "" msgid "Show pins" msgstr "Zeige Stecknadeln" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3671,7 +3676,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Ausloggen" @@ -3732,7 +3737,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Diese Adresse wurde nicht gefunden." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "Ihre Bilder konnten nicht gespeichert werden. Bitte versuchen Sie es nochmals." @@ -3800,14 +3805,14 @@ msgid "State:" msgstr "Status" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 #, fuzzy msgid "States" msgstr "Status" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3905,7 +3910,7 @@ msgid "Summarise your changes" msgstr "Fassen Sie Ihre Änderungen zusammen" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3945,7 +3950,7 @@ msgid "Template «%s»" msgstr "Vorlage «%s»" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3995,7 +4000,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -4029,20 +4034,20 @@ msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 #, fuzzy msgid "That user has been logged out." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4108,7 +4113,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "" @@ -4182,7 +4187,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." @@ -4204,7 +4209,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4217,7 +4222,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 @@ -4225,7 +4230,7 @@ msgstr "" msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Ihre E-Mail/Passwort Kombination war ungültig. Bitte versuchen Sie es erneut oder wenden Sie sich an den Administrator." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4233,7 +4238,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4301,10 +4306,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -4512,7 +4517,7 @@ msgstr "Unbekannt" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4604,11 +4609,11 @@ msgstr "%s Meldungen Total" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Aktualisiert!" @@ -4673,8 +4678,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4683,16 +4688,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4713,7 +4718,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -5020,7 +5025,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "Sie haben Ihre Meldung erfolgreich bestätigt. " -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5125,7 +5130,7 @@ msgstr "Ihre Telefonnummer" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Ihre Meldungen" @@ -5143,7 +5148,7 @@ msgstr "Ihr Passwort wurde geändert" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5170,7 +5175,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5318,11 +5323,11 @@ msgstr "" msgid "user is problem owner" msgstr "Der User ist der Eigner der Meldung" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po index 4eb2a686a..debda7d15 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: German (Germany) (https://www.transifex.com/mysociety/teams/12067/de_DE/)\n" @@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -317,9 +317,9 @@ msgstr "(Keine Telefonnummer)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -341,11 +341,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "%s hinzugefügt" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -548,7 +548,7 @@ msgstr "Wartet auf Moderation" msgid "Back" msgstr "Zurück" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -559,7 +559,7 @@ msgstr "Benutzer hinzufügen" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -658,7 +658,7 @@ msgstr "E-Mail-Adresse ändern" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Passwort ändern" @@ -773,7 +773,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -836,8 +836,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinaten:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Benutzer konnte nicht gefunden werden" @@ -938,7 +938,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -983,7 +983,7 @@ msgstr "Vorlage löschen" msgid "Deleted" msgstr "Gelöscht" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1033,7 +1033,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Weiss ich nicht" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "Änderungen verwerfen" @@ -1457,11 +1457,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Passwort vergessen?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1587,7 +1587,7 @@ msgstr "Unsichtbar" msgid "Hide all reports and updates" msgstr "Liste aller Meldungen" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -2020,7 +2020,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Fehlendes jurisdiction_id" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2028,7 +2028,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2036,7 +2036,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2424,11 +2424,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2536,7 +2536,7 @@ msgstr "Telefonnummer:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "Foto ist erforderlich." @@ -2544,6 +2544,10 @@ msgstr "Foto ist erforderlich." msgid "Photo required" msgstr "Foto erforderlich" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2596,8 +2600,8 @@ msgid "Please check your phone number is correct" msgstr "Bitte überprüfen Sie ob Ihre eMail-Adresse korrekt ist" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2815,9 +2819,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2980,7 +2984,7 @@ msgstr "" msgid "Property address:" msgstr "Immobilien-Adresse:" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3139,9 +3143,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3290,7 +3294,7 @@ msgstr "Verfassen Sie eine Meldung" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "Berichte" @@ -3386,11 +3390,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3407,15 +3411,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Nach links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3440,7 +3444,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3492,7 +3496,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3549,7 +3553,7 @@ msgstr "Mit E-Mail anmelden" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3572,6 +3576,7 @@ msgstr "Dienst:" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "Neues Passwort:" @@ -3585,9 +3590,9 @@ msgid "Share" msgstr "Teilen" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3595,15 +3600,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3633,7 +3638,7 @@ msgstr "Alte anzeigen" msgid "Show older reports" msgstr "Berichte suchen" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "Foto anzeigen" @@ -3643,7 +3648,7 @@ msgstr "Foto anzeigen" msgid "Show pins" msgstr "Zeige Stecknadeln" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3673,7 +3678,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "Melden Sie sich an oder erstellen Sie ein Konto" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Abmelden" @@ -3733,7 +3738,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3802,14 +3807,14 @@ msgid "State:" msgstr "Status:" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 #, fuzzy msgid "States" msgstr "Status" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3909,7 +3914,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3949,7 +3954,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3999,7 +4004,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -4033,20 +4038,20 @@ msgstr "Dieser Bericht kann nicht auf %s angeschaut werden." msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von Fix My Zürich entfernt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 #, fuzzy msgid "That user has been logged out." msgstr "Diese Meldung wurde von Fix My Zürich entfernt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4112,7 +4117,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "Der Fehler war: %s" @@ -4186,7 +4191,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "Diese Meldung wurde von Fix My Zürich entfernt." @@ -4208,7 +4213,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4221,14 +4226,14 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." @@ -4236,7 +4241,7 @@ msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erne msgid "There were problems with your report. Please see below." msgstr "Es gab ein Problem mit Ihrem Bericht. Bitte versuchen Sie es erneut." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "Es gab Probleme mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." @@ -4303,10 +4308,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -4514,7 +4519,7 @@ msgstr "Unbekannt" msgid "Unknown alert type" msgstr "Unbekannter Benachrichtigungstyp" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4607,11 +4612,11 @@ msgstr "Anmerkung: %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Aktualisiert!" @@ -4676,8 +4681,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4686,16 +4691,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4717,7 +4722,7 @@ msgstr "Benutzer" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Benutzer" @@ -5024,7 +5029,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "Sie haben Ihre E-Mail-Adresse erfolgreich bestätigt." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5129,7 +5134,7 @@ msgstr "Ihre Telefonnummer" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Ihre Meldungen" @@ -5147,7 +5152,7 @@ msgstr "Ihr Passwort wurde geändert" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Ihre Aktualisierungen" @@ -5175,7 +5180,7 @@ msgid "all" msgstr "alle" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5322,11 +5327,11 @@ msgstr "" msgid "user is problem owner" msgstr "Benutzer ist Problemeigentümer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Von Seite entfernen" diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po index 39c79348b..c986aaefe 100644 --- a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: George Kanellopoulos , 2018\n" "Language-Team: Greek (Greece) (https://www.transifex.com/mysociety/teams/12067/el_GR/)\n" @@ -187,7 +187,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "Ροή RSS για προβλήματα στο "%s"" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Διάλεξε κατηγορία --" @@ -333,9 +333,9 @@ msgstr "Προσθήκη αρ. τηλεφώνου" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Προσθήκη στoν κατάλογο" @@ -357,11 +357,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Προστέθηκε %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -562,7 +562,7 @@ msgstr "Σε αναμονή ελέγχου" msgid "Back" msgstr "Πίσω" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -573,7 +573,7 @@ msgstr "Επισήμανση χρήστη" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -671,7 +671,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Αλλαγή κωδικού πρόσβασης" @@ -792,7 +792,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Ρυθμίσεις" @@ -855,8 +855,8 @@ msgstr "" msgid "Coordinates:" msgstr "Συντεταγμένες:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Δεν είναι δυνατή η εύρεση χρήστη" @@ -957,7 +957,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Δεν έχουν δημιουργηθεί τομείς μέχρι στιγμής." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Δεν υπάρχει τρόπος επικοινωνίας με τον πελάτη" @@ -1001,7 +1001,7 @@ msgstr "Διαγραφή προτύπου" msgid "Deleted" msgstr "Διαγραμμένα" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1051,7 +1051,7 @@ msgstr "Δεν χρησιμοποιήθηκε ο χάρτης" msgid "Diligency prize league table" msgstr "Πίνακας βραβείων επιμέλειας" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1490,11 +1490,11 @@ msgstr "Για περισσότερες πληροφορίες, δες %s στις %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Ενημερώθηκε!" @@ -4745,8 +4750,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Το Email προστέθηκε στην μαύρη λίστα" @@ -4756,17 +4761,17 @@ msgstr "Το Email προστέθηκε στην μαύρη λίστα" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Το Email είναι ήδη στην μαύρη λίστα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Η επισήμανση του χρήστη αφαιρέθηκε" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Ο χρήστης επισημάνθηκε" @@ -4789,7 +4794,7 @@ msgstr "Χρήστες" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Χρήστες" @@ -5102,7 +5107,7 @@ msgstr "Έχεις με επιτυχία εγγραφεί, παρακαλούμ msgid "You have successfully verified your phone number." msgstr "Επιβεβαίωσες την διεύθυνση email σου επιτυχώς." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Δεν έχεις υποβάλλει ακόμα κάποιες αναφορές. Ανάφερε κάποιο πρόβλημα τώρα." @@ -5210,7 +5215,7 @@ msgstr "Ο αριθμός τηλεφώνου σου" msgid "Your report" msgstr "Η αναφορά σου" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Οι αναφορές σου" @@ -5228,7 +5233,7 @@ msgstr "Ο κωδικός σου έχει αλλάξει" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Οι ενημερώσεις σου" @@ -5256,7 +5261,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5406,12 +5411,12 @@ msgstr "ο χρήστης είναι από την ίδια υπηρεσία ό msgid "user is problem owner" msgstr "ο χρήστης είναι ο ιδιοκτήτης του προβλήματος" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Το Email είναι ήδη στην μαύρη λίστα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Το Email προστέθηκε στην μαύρη λίστα" diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po index 9fe12631d..0b2702763 100644 --- a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Alexis Sánchez, 2018\n" "Language-Team: Spanish (https://www.transifex.com/mysociety/teams/12067/es/)\n" @@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "(también tenemos feeds RSS para problemas en %s)" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -320,9 +320,9 @@ msgstr "" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Añadir a favoritos" @@ -344,11 +344,11 @@ msgstr "Añadir / editar prioridades de respuesta" msgid "Add/edit response templates" msgstr "Añadir / editar plantillas de respuesta" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Añadido %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Añadir este informe a tu lista de favoritos lo eliminará de la lista de favoritos de %s." @@ -548,7 +548,7 @@ msgstr "En espera de revisión" msgid "Back" msgstr "Atras" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Volver a todos los informes" @@ -558,7 +558,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -655,7 +655,7 @@ msgstr "Cambiar dirección de email" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Cambiar contraseña" @@ -778,7 +778,7 @@ msgid "Collapse map" msgstr "Cerrar mapa" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" @@ -841,8 +841,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" @@ -941,7 +941,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "No se han creado organismos aún." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Cliente no localizable" @@ -985,7 +985,7 @@ msgstr "Eliminar plantilla" msgid "Deleted" msgstr "Eliminado" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1035,7 +1035,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1471,11 +1471,11 @@ msgstr "Para más información, vea Report a problem now." msgstr "No ha notificado nada aún. Notifique un problema ahora." @@ -5158,7 +5163,7 @@ msgstr "Su número de teléfono" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Sus notificaciones" @@ -5175,7 +5180,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Sus actualizaciones" @@ -5203,7 +5208,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5351,11 +5356,11 @@ msgstr "El usuario es del mismo ayuntamiento que el problema - %d" msgid "user is problem owner" msgstr "El usuario es el propietario del problema" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po index 534c74530..6dcbe84ef 100644 --- a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/mysociety/teams/12067/es_DO/)\n" @@ -182,7 +182,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "Listado RSS de los problemas dentro de %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -333,9 +333,9 @@ msgstr "(Sin número de teléfono)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Añadir a la lista de pre-seleccionados" @@ -357,11 +357,11 @@ msgstr "Añadir/Editar las prioridades de respuesta" msgid "Add/edit response templates" msgstr "Añadir/Editar las plantillas de respuesta" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Añadido %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Añadir este reporte a tu lista de pre-seleccionados lo sacará de %s's la lista de pre-seleccionados." @@ -564,7 +564,7 @@ msgstr "En espera de revisión" msgid "Back" msgstr "Atras" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Volver a todos los informes" @@ -575,7 +575,7 @@ msgstr "Marca usuario" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -674,7 +674,7 @@ msgstr "Cambiar dirección de email" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Cambiar contraseña" @@ -799,7 +799,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" @@ -862,8 +862,8 @@ msgstr "" msgid "Coordinates:" msgstr "Coordenadas:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" @@ -965,7 +965,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "No se han creado organismos aún." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Cliente imposible de contactar" @@ -1010,7 +1010,7 @@ msgstr "Eliminar plantilla" msgid "Deleted" msgstr "Eliminado" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "Describe el motivo de la moderación" @@ -1060,7 +1060,7 @@ msgstr "No usó el mapa" msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "Desechar cambios" @@ -1501,11 +1501,11 @@ msgstr "Para más información, vea %s - %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "¡Actualizado!" @@ -4778,8 +4783,8 @@ msgstr "ID de usuario a quien atribuir los comentarios obtenidos" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Email añadido a lista de abusones" @@ -4789,17 +4794,17 @@ msgstr "Email añadido a lista de abusones" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Email ya incluido en la lista de abusones" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Eliminada marca de usuario" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Usuario marcado" @@ -4822,7 +4827,7 @@ msgstr "Usuarios" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Usuarios" @@ -5133,7 +5138,7 @@ msgstr "Ha iniciado sesión correctamente, por favor revise y confirme si sus de msgid "You have successfully verified your phone number." msgstr "Ha confirmado correctamente su dirección de correo electrónico." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "No ha notificado nada aún. Notifique un problema ahora." @@ -5241,7 +5246,7 @@ msgstr "Su número de teléfono" msgid "Your report" msgstr "Su informe" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Sus notificaciones" @@ -5259,7 +5264,7 @@ msgstr "Su contraseña ha cambiado" msgid "Your update has been saved offline for submission when back online." msgstr "Su reporte está guardado para subir cuando tenga una conexión internet." -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Sus actualizaciones" @@ -5287,7 +5292,7 @@ msgid "all" msgstr "todo" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5438,12 +5443,12 @@ msgstr "El usuario es del mismo ayuntamiento que el problema - %d" msgid "user is problem owner" msgstr "El usuario es el propietario del problema" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Email ya incluido en la lista de abusones" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Eliminar de los pre-seleccionados" diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po index f260e0a10..5bc15b4cd 100644 --- a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: fixmystreetfr , 2017\n" "Language-Team: French (France) (https://www.transifex.com/mysociety/teams/12067/fr_FR/)\n" @@ -183,7 +183,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "(nous avons également des flux RSS pour les problèmes internes%s)" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Choisissez une catégorie --" @@ -332,9 +332,9 @@ msgstr "(Sans numéro de téléphone)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Ajouter à la liste" @@ -356,11 +356,11 @@ msgstr "Ajouter/modifier les priorités de réponse" msgid "Add/edit response templates" msgstr "Ajouter/modifier des modèles de réponse" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Ajouté %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "L'ajout de ce rapport à votre liste va le supprimer de la liste %s’s." @@ -561,7 +561,7 @@ msgstr "En attente de modération" msgid "Back" msgstr "Retour" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Retour vers tous les rapports" @@ -572,7 +572,7 @@ msgstr "Signaler l'usager" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -671,7 +671,7 @@ msgstr "Changer l'adresse email" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Changer le mot de passe" @@ -796,7 +796,7 @@ msgid "Collapse map" msgstr "Réduire la carte" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuration" @@ -859,8 +859,8 @@ msgstr "" msgid "Coordinates:" msgstr "Coordonnées:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Impossible de trouver l'utilisateur" @@ -960,7 +960,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Pour l'instant, aucun intelocuteur n'a été créé." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Le client est injoignable" @@ -1004,7 +1004,7 @@ msgstr "Supprimer le modèle" msgid "Deleted" msgstr "Effacé" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "Décrivez pourquoi vous modérez ceci" @@ -1054,7 +1054,7 @@ msgstr "Ne pas utiliser la carte" msgid "Diligency prize league table" msgstr "Tableau d'honneur de la réactivité" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "Annuler les modifications" @@ -1492,11 +1492,11 @@ msgstr "Pour plus d'information, Lire %s à %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Mis à jour !" @@ -4766,8 +4771,8 @@ msgstr "ID utilisateur de récupération des commentaires à" msgid "User Import" msgstr "%s rapports" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Email rajouté à la liste des abus" @@ -4777,17 +4782,17 @@ msgstr "Email rajouté à la liste des abus" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Email déjà présent dans la liste des abus" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Utilisateur dé–signalé" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Utilisateur signalé" @@ -4810,7 +4815,7 @@ msgstr "Utilisateurs" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Utilisateurs" @@ -5123,7 +5128,7 @@ msgstr "Vous avez réussi à vous connecter ; veuillez vérifier et confirmer qu msgid "You have successfully verified your phone number." msgstr "Votre adresse courriel a bien été confirmée." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Vous n'avez encore créés aucun rapport. Rapportez un problème maintenant." @@ -5228,7 +5233,7 @@ msgstr "Votre numéro de téléphone" msgid "Your report" msgstr "Votre rapport" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Vos rapports" @@ -5246,7 +5251,7 @@ msgstr "Votre nom a été caché." msgid "Your update has been saved offline for submission when back online." msgstr "Votre mise à jour a été sauvegardée en mode hors connexion pour la soumission en ligne." -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Vos mises à jour" @@ -5274,7 +5279,7 @@ msgid "all" msgstr "Tous" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5423,12 +5428,12 @@ msgstr "l'utilisateur est de la même administration que le problème - %d" msgid "user is problem owner" msgstr "L'utilisateur est propriétaire du problème" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Email déjà présent dans la liste des abus" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Supprimer de votre liste" diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po index f89efbcb2..f602dd14d 100644 --- a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Yaron Shahrabani , 2017\n" "Language-Team: Hebrew (Israel) (https://www.transifex.com/mysociety/teams/12067/he_IL/)\n" @@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- נא לבחור קטגוריה --" @@ -313,9 +313,9 @@ msgstr "הוספת מספר טלפון" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "הוספה לרשימה מקוצרת" @@ -337,11 +337,11 @@ msgstr "הוספה/עריכה של עדיפויות מענה" msgid "Add/edit response templates" msgstr "הוספה/עריכה של תבניות תגובה" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -541,7 +541,7 @@ msgstr "" msgid "Back" msgstr "חזרה" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "חזרה לכל הדיווחים" @@ -551,7 +551,7 @@ msgstr "חסימת משתמש" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -648,7 +648,7 @@ msgstr "החלפת כתובת דוא״ל" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "החלפת ססמה" @@ -762,7 +762,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "תצורה" @@ -825,8 +825,8 @@ msgstr "" msgid "Coordinates:" msgstr "נקודות ציון:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "לא ניתן למצוא את המשתמש" @@ -925,7 +925,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -969,7 +969,7 @@ msgstr "מחיקת תבנית" msgid "Deleted" msgstr "נמחק" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1019,7 +1019,7 @@ msgstr "לא נעשה שימוש במפה" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "התעלמות משינויים" @@ -1442,11 +1442,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1569,7 +1569,7 @@ msgstr "הוספת שדה" msgid "Hide all reports and updates" msgstr "" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "הסתרת הדוח כולו" @@ -2000,7 +2000,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2008,7 +2008,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2016,7 +2016,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2402,11 +2402,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2511,7 +2511,7 @@ msgstr "טלפון:" msgid "Photo" msgstr "תמונה" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "נדרשת תמונה." @@ -2519,6 +2519,10 @@ msgstr "נדרשת תמונה." msgid "Photo required" msgstr "נדרשת תמונה" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2570,8 +2574,8 @@ msgid "Please check your phone number is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2787,9 +2791,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2948,7 +2952,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3106,9 +3110,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3256,7 +3260,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -3349,11 +3353,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3370,15 +3374,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3403,7 +3407,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3455,7 +3459,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3512,7 +3516,7 @@ msgstr "כניסה עם דוא״ל" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3535,6 +3539,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "ססמה חדשה:" @@ -3548,9 +3553,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3558,15 +3563,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3595,7 +3600,7 @@ msgstr "" msgid "Show older reports" msgstr "כל הדיווחים" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3605,7 +3610,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3635,7 +3640,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -3695,7 +3700,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3762,13 +3767,13 @@ msgid "State:" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3865,7 +3870,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3904,7 +3909,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3954,7 +3959,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -3988,19 +3993,19 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4066,7 +4071,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "" @@ -4140,7 +4145,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "נא להקליד כתובת דוא״ל תקנית" @@ -4162,7 +4167,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4175,14 +4180,14 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4190,7 +4195,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4257,10 +4262,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -4467,7 +4472,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4557,11 +4562,11 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4625,8 +4630,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4635,16 +4640,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4665,7 +4670,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -4965,7 +4970,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5069,7 +5074,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5086,7 +5091,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5113,7 +5118,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5260,11 +5265,11 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po index 106c7979d..ea1a8ea73 100644 --- a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Vlejd , 2017\n" "Language-Team: Croatian (https://www.transifex.com/mysociety/teams/12067/hr/)\n" @@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "(također omogućavamo pretplate na RSS izvore za probleme unutar %s)" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Izaberite kategoriju --" @@ -317,9 +317,9 @@ msgstr "Dodajte telefonski broj" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -341,11 +341,11 @@ msgstr "Dodajte ili uredite prioritete za odgovor" msgid "Add/edit response templates" msgstr "Dodajte ili uredite predloške za odgovor" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Dodano %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -545,7 +545,7 @@ msgstr "Čeka odluku moderatora" msgid "Back" msgstr "Povratak" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Povratak na sve prijave" @@ -555,7 +555,7 @@ msgstr "Zabranite korisniku pristup" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -652,7 +652,7 @@ msgstr "Promijenite e-mail adresu" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Promijenite lozinku" @@ -771,7 +771,7 @@ msgid "Collapse map" msgstr "Umanjite prikaz karte" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguracija" @@ -834,8 +834,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinate" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Nepoznati korisnik" @@ -933,7 +933,7 @@ msgstr "Trenutno grupirano prema %s" msgid "Currently no bodies have been created." msgstr "Trenutno nema izrađenih profila tijela javnih vlasti." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Ne možemo kontaktirati mušteriju" @@ -977,7 +977,7 @@ msgstr "Izbrišite predložak" msgid "Deleted" msgstr "Izbrisano" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "Opišite zašto ste odlučili moderirati ovo" @@ -1027,7 +1027,7 @@ msgstr "Karta nije bila korištena" msgid "Diligency prize league table" msgstr "Ljestvica marljivosti" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "Odbacite izmjene" @@ -1454,11 +1454,11 @@ msgstr "Za više informacija, proučite Report a problem now." msgstr "Još niste poslali niti jednu prijavu. Pošaljite prijavu sada." @@ -5099,7 +5104,7 @@ msgstr "Vaš broj telefona" msgid "Your report" msgstr "Vaša prijava" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Vaše prijave" @@ -5116,7 +5121,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Vaša ažuriranja" @@ -5144,7 +5149,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5293,11 +5298,11 @@ msgstr "Korisnik je iz istog područja kao i problem - %d" msgid "user is problem owner" msgstr "korisnik je vlasnik problema" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po index c1ef901b1..cd0110c78 100644 --- a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Gábor Auth , 2018\n" "Language-Team: Hungarian (Hungary) (https://www.transifex.com/mysociety/teams/12067/hu_HU/)\n" @@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Válassz kategóriát --" @@ -312,9 +312,9 @@ msgstr "" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -336,11 +336,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -540,7 +540,7 @@ msgstr "" msgid "Back" msgstr "Vissza" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -550,7 +550,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -647,7 +647,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "" @@ -760,7 +760,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -823,8 +823,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -966,7 +966,7 @@ msgstr "" msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1016,7 +1016,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1436,11 +1436,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1561,7 +1561,7 @@ msgstr "" msgid "Hide all reports and updates" msgstr "" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -1991,7 +1991,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -1999,7 +1999,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2007,7 +2007,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2393,11 +2393,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2501,7 +2501,7 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2509,6 +2509,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2560,8 +2564,8 @@ msgid "Please check your phone number is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2777,9 +2781,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2938,7 +2942,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3095,9 +3099,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3243,7 +3247,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -3336,11 +3340,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3357,15 +3361,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3390,7 +3394,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3442,7 +3446,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3498,7 +3502,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3521,6 +3525,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 msgid "Set password" msgstr "" @@ -3533,9 +3538,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3543,15 +3548,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3579,7 +3584,7 @@ msgstr "" msgid "Show older reports" msgstr "" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3589,7 +3594,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3619,7 +3624,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -3679,7 +3684,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3746,13 +3751,13 @@ msgid "State:" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3849,7 +3854,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3888,7 +3893,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3938,7 +3943,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -3972,19 +3977,19 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4050,7 +4055,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "" @@ -4124,7 +4129,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 msgid "The user has been sent a login email" msgstr "" @@ -4145,7 +4150,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4158,14 +4163,14 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4173,7 +4178,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4240,10 +4245,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -4450,7 +4455,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4540,11 +4545,11 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4608,8 +4613,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4618,16 +4623,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4648,7 +4653,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -4948,7 +4953,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5052,7 +5057,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5069,7 +5074,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5096,7 +5101,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5244,11 +5249,11 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po index 46ab0ecd6..fb3d8e378 100644 --- a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Gengo Projects Team , 2017\n" "Language-Team: Indonesian (Indonesia) (https://www.transifex.com/mysociety/teams/12067/id_ID/)\n" @@ -185,7 +185,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "Umpan RSS dari masalah dalam %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -336,9 +336,9 @@ msgstr "(Tidak ada nomor telepon)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Tambahkan ke daftar pendek" @@ -360,11 +360,11 @@ msgstr "Tambah/sunting prioritas tanggapan" msgid "Add/edit response templates" msgstr "Tambah/sunting template tanggapan" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "%s ditambahkan" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Menambahkan laporan ini ke daftar pendek Anda akan menghapusnya dari daftar pendek %s." @@ -567,7 +567,7 @@ msgstr "Menunggu moderasi" msgid "Back" msgstr "Kembali" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Kembali ke semua laporan" @@ -578,7 +578,7 @@ msgstr "Tandai pengguna" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -677,7 +677,7 @@ msgstr "Ubah alamat surel" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Ubah kata sandi" @@ -802,7 +802,7 @@ msgid "Collapse map" msgstr "Ciutkan peta" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -865,8 +865,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinat:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Tidak dapat menemukan pengguna" @@ -968,7 +968,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Saat ini belum ada badan dibuat." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Pelanggan tidak dapat dihubungi" @@ -1013,7 +1013,7 @@ msgstr "Hapus template" msgid "Deleted" msgstr "Dihapus" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "Jelaskan mengapa Anda memoderasi ini" @@ -1063,7 +1063,7 @@ msgstr "Tidak menggunakan peta" msgid "Diligency prize league table" msgstr "Tabel liga kerajinan" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "Buang perubahan" @@ -1504,11 +1504,11 @@ msgstr "Untuk informasi lebih lanjut, lihat %s pada %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Diperbarui!" @@ -4801,8 +4806,8 @@ msgstr "ID Pengguna untuk dikaitkan dengan komentar yang diambil" msgid "User Import" msgstr "%s laporan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Surel ditambahkan ke daftar penyalahgunaan" @@ -4812,17 +4817,17 @@ msgstr "Surel ditambahkan ke daftar penyalahgunaan" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Surel sudah ada di daftar penyalahgunaan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Tanda pada pengguna dihapus" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Pengguna ditandai" @@ -4845,7 +4850,7 @@ msgstr "Pengguna" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Pengguna" @@ -5158,7 +5163,7 @@ msgstr "Anda telah berhasil masuk; silakan periksa dan konfirmasikan bahwa detai msgid "You have successfully verified your phone number." msgstr "Anda telah berhasil mengonfirmasikan alamat surel Anda." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Anda belum membuat satu pun laporan. Laporkan sebuah masalah sekarang." @@ -5265,7 +5270,7 @@ msgstr "Nomor telepon Anda" msgid "Your report" msgstr "Laporan Anda" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Laporan Anda" @@ -5283,7 +5288,7 @@ msgstr "Nama Anda telah disembunyikan" msgid "Your update has been saved offline for submission when back online." msgstr "Pembaruan Anda telah disimpan secara offline untuk dikirim saat Anda kembali online." -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Pembaruan Anda" @@ -5311,7 +5316,7 @@ msgid "all" msgstr "semua" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5462,12 +5467,12 @@ msgstr "pengguna dari dewan yang sama dengan masalah - %d" msgid "user is problem owner" msgstr "pengguna adalah pemilik masalah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Surel sudah ada di daftar penyalahgunaan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Hapus dari daftar pendek" diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index df97e65a1..37b5c3355 100644 --- a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Sebastiano Pistore , 2018\n" "Language-Team: Italian (https://www.transifex.com/mysociety/teams/12067/it/)\n" @@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Scegli una categoria --" @@ -313,9 +313,9 @@ msgstr "Aggiungi numero telefonico" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -337,11 +337,11 @@ msgstr "Aggiungi/modifica priorità risposta" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Aggiunti %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -541,7 +541,7 @@ msgstr "In attesa di moderazione" msgid "Back" msgstr "Indietro" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -551,7 +551,7 @@ msgstr "Segnala utente" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -648,7 +648,7 @@ msgstr "Cambia indirizzo email" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Cambia la password" @@ -762,7 +762,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configurazione" @@ -825,8 +825,8 @@ msgstr "" msgid "Coordinates:" msgstr "Coordinate:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Non posso trovare l'utente" @@ -924,7 +924,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -968,7 +968,7 @@ msgstr "" msgid "Deleted" msgstr "Eliminato" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1018,7 +1018,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "Non salvare modifiche" @@ -1439,11 +1439,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Hai dimenticato la tua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1564,7 +1564,7 @@ msgstr "Campo non visibile" msgid "Hide all reports and updates" msgstr "" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "Rendi non visibile tutta segnalazione" @@ -1995,7 +1995,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2003,7 +2003,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2011,7 +2011,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2397,11 +2397,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2506,7 +2506,7 @@ msgstr "Telefono:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "Fotografia richiesta." @@ -2514,6 +2514,10 @@ msgstr "Fotografia richiesta." msgid "Photo required" msgstr "Fotografia richiesta" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2565,8 +2569,8 @@ msgid "Please check your phone number is correct" msgstr "Assicurati che il tuo numero di telefono sia esatto" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2782,9 +2786,9 @@ msgstr "Per favore seleziona il tipo di avvertimento che desideri" msgid "Please state whether or not the problem has been fixed" msgstr "Si prega di indicare se il problema è stato risolto" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "Invia un'unica fotografia" @@ -2944,7 +2948,7 @@ msgstr "" msgid "Property address:" msgstr "L'indirizzo della proprietà:" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3101,9 +3105,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3250,7 +3254,7 @@ msgstr "Stai segnalando un problema" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "Segnalazioni" @@ -3343,11 +3347,11 @@ msgstr "" msgid "Revert to original" msgstr "Torna all'originale" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3364,15 +3368,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Ruota a sinistra" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3397,7 +3401,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3449,7 +3453,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3506,7 +3510,7 @@ msgstr "Login tramite email" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3529,6 +3533,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 msgid "Set password" msgstr "Imposta password" @@ -3541,9 +3546,9 @@ msgid "Share" msgstr "Condividi" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3551,15 +3556,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3588,7 +3593,7 @@ msgstr "" msgid "Show older reports" msgstr "Ricerca segnalazioni" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3598,7 +3603,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3628,7 +3633,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "Entra o crea un nuovo account" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logout" @@ -3688,7 +3693,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Ci scusiamo, non possiamo analizzare questa zona. Per favore prova ancora." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3755,13 +3760,13 @@ msgid "State:" msgstr "Stato:" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3859,7 +3864,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3898,7 +3903,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3948,7 +3953,7 @@ msgstr "Grazie per aver aggiunto la tua foto. Abbiamo adesso bisogno di localizz msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Grazie, è fantastico sapere che è stato risolto! Possiamo soltanto chiederti se avevi gia segnalato altri problemi al tuo comune precedentemente?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -3982,19 +3987,19 @@ msgstr "La segnalazione non può essere vista su %s." msgid "That report has been removed from FixMyStreet." msgstr "Quella segnalazione è stata rimossa da FixMyStreet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4060,7 +4065,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "L'errore era: %s" @@ -4134,7 +4139,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "Per favore inserire un email valida" @@ -4156,7 +4161,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4169,14 +4174,14 @@ msgstr "E' accaduto un problema visualizzando questa pagine. Per favore riprova msgid "There was a problem with your email/password combination. Please try again." msgstr "E' accaduto un problema con la tua combinazione email/password. Per favore prova ancora." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora." @@ -4184,7 +4189,7 @@ msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora msgid "There were problems with your report. Please see below." msgstr "Ci sono stati dei problemi con la tua segnalazione. Per favore guarda qui sotto." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4251,10 +4256,10 @@ msgstr "Questa email è stata inviata ad entrambi i comuni che coprono la zona d msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Questa informazione è richiesta" @@ -4461,7 +4466,7 @@ msgstr "Sconosciuto" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4552,11 +4557,11 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Aggiornato!" @@ -4622,8 +4627,8 @@ msgstr "" msgid "User Import" msgstr "%s segnalazione" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4632,16 +4637,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4662,7 +4667,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Utenti" @@ -4962,7 +4967,7 @@ msgstr "Ti sei correttamente iscritto; per favore controlla e conferma i tuoi de msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5066,7 +5071,7 @@ msgstr "Il tuo numero di telefono" msgid "Your report" msgstr "La tua segnalazione" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Tue segnalazioni" @@ -5083,7 +5088,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5110,7 +5115,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5257,11 +5262,11 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po index 312ed2e42..ef0e0eff0 100644 --- a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/mysociety/teams/12067/lt_LT/)\n" @@ -178,7 +178,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Išsirinktite kategorija --" @@ -328,9 +328,9 @@ msgstr "(Nėra telefono numerio)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Įdėti į trumpajį sąrašą" @@ -352,11 +352,11 @@ msgstr "Pridėti/redaguoti atsakymų prioritetus" msgid "Add/edit response templates" msgstr "Pridėti/redaguoti atsakymo šablonus" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Pridėta %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -559,7 +559,7 @@ msgstr "Laukiama " msgid "Back" msgstr "Atgal" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -570,7 +570,7 @@ msgstr "Pažymėti vartotoją" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -668,7 +668,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Pakeisti slaptažodį" @@ -792,7 +792,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nustatymai" @@ -855,8 +855,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Vartotojas nerastas" @@ -957,7 +957,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Šiuo metu ne viena institucija nėra sukurta." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -1001,7 +1001,7 @@ msgstr "Pašalinti šabloną" msgid "Deleted" msgstr "Ištrinta" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1051,7 +1051,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Diligency prize league table" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1490,11 +1490,11 @@ msgstr "Daugiau informacijos rasite %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4714,8 +4719,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo" @@ -4725,17 +4730,17 @@ msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "El. paštas jau yra piktnaudžiavimo sąraše" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4757,7 +4762,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -5064,7 +5069,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "Prašome įvesti savo telefono numerį" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5168,7 +5173,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5185,7 +5190,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5213,7 +5218,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5360,12 +5365,12 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "El. paštas jau yra piktnaudžiavimo sąraše" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo" diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po index 7425a2815..e162049f4 100644 --- a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Malay (https://www.transifex.com/mysociety/teams/12067/ms/)\n" @@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "Feed RSS untuk masalah dalam %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -326,9 +326,9 @@ msgstr "Nombor telefon anda" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -350,11 +350,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "%s telah ditambahi" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -557,7 +557,7 @@ msgstr "Mengunggu penyederhanaan" msgid "Back" msgstr "Balik" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -568,7 +568,7 @@ msgstr "Tanda pengguna" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -666,7 +666,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Menukar Kata Laluan" @@ -781,7 +781,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -844,8 +844,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Tidak dapat mencari pengguna" @@ -946,7 +946,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Belum ada badan wujud pada masa kini." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -990,7 +990,7 @@ msgstr "" msgid "Deleted" msgstr "Dipadam" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1040,7 +1040,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Jadual liga hadiah ketekunan" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1464,11 +1464,11 @@ msgstr "Untuk maklumat lanjut, lihat %s pada %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Dikemas kinikan!" @@ -4673,8 +4678,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Emel ditambahkan kepada senarai penyalahguna" @@ -4684,17 +4689,17 @@ msgstr "Emel ditambahkan kepada senarai penyalahguna" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Emel telah dalam senarai penyalahguna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Tanda pengguna dipadam" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Pengguna ditanda" @@ -4717,7 +4722,7 @@ msgstr "Pengguna" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Pengguna" @@ -5025,7 +5030,7 @@ msgstr "Anda telah berjaya log masuk; sila semak dan pastikan maklumat anda adal msgid "You have successfully verified your phone number." msgstr "Anda telah berjaya memastikan alamat emel anda." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5133,7 +5138,7 @@ msgstr "Nombor telefon anda" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Laporan anda" @@ -5151,7 +5156,7 @@ msgstr "Kata laluan anda telah diubahi" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Kemas kini anda" @@ -5178,7 +5183,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5327,12 +5332,12 @@ msgstr "pengguna adalah dari majlis yang sama dengan masalah - %d" msgid "user is problem owner" msgstr "pengguna adalah pemilik masalah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Emel telah dalam senarai penyalahguna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Emel ditambahkan kepada senarai penyalahguna" diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po index c4f1b5377..373213a4a 100644 --- a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Burmese (Myanmar) (https://www.transifex.com/mysociety/teams/12067/my_MM/)\n" @@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "%s အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" @@ -323,9 +323,9 @@ msgstr "သင္၏ ဖုန္းနံပါတ္" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -347,11 +347,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "%sကိုထည့္ျပီးျပီ" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -554,7 +554,7 @@ msgstr "စိစစ္ျခင္းကိုေစာင့္ဆိုင္ msgid "Back" msgstr "ေနာက္သို႔" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -565,7 +565,7 @@ msgstr "သတ္မွတ္သည့္အသံုးျပဳသူ" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -663,7 +663,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "စကား၀ွက္ေျပာင္းမည္" @@ -778,7 +778,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" @@ -841,8 +841,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "အသံုးျပဳသူရွာမေတြ႕ပါ" @@ -943,7 +943,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "ယခုေလာေလာဆယ္ စာကိုယ္ ကိုမဖန္တီးရေသးပါ" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -987,7 +987,7 @@ msgstr "" msgid "Deleted" msgstr "ဖ်က္ျပီးျပီ" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1037,7 +1037,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1461,11 +1461,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "သင္၏စကား၀ွက္ေမ့သြားျပီလား။" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1591,7 +1591,7 @@ msgstr "ေဖ်ာက္ထားေသာ" msgid "Hide all reports and updates" msgstr "အမွတ္အသားျပဳလုပ္ထားသည့္ အသံုးျပဳသူမ်ားကို ေဖာ္ျပျခင္း" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -2022,7 +2022,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2030,7 +2030,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2038,7 +2038,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2425,11 +2425,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2535,7 +2535,7 @@ msgstr "ဖုန္း-" msgid "Photo" msgstr "ဓာတ္ပံု" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2543,6 +2543,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2595,8 +2599,8 @@ msgid "Please check your phone number is correct" msgstr "သင္၏အီးေမးလ္လိပ္စာမွန္၊မမွန္ကိုစစ္ေဆးပါ" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2815,9 +2819,9 @@ msgstr "သင္လိုခ်င္ေသာ အသိေပးခ်က္ msgid "Please state whether or not the problem has been fixed" msgstr "ျပႆနာေျဖရွင္းျပီးျပီ၊မရွင္းျပီးျပီကိုေဖာ္ျပပါ" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2979,7 +2983,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3137,9 +3141,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3288,7 +3292,7 @@ msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပျခ #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -3382,11 +3386,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3403,15 +3407,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "ဘယ္ဘက္ကို လွည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3436,7 +3440,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3488,7 +3492,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3545,7 +3549,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3568,6 +3572,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "စကား၀ွက္ေျပာင္းမည္" @@ -3581,9 +3586,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3591,15 +3596,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3628,7 +3633,7 @@ msgstr "" msgid "Show older reports" msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြရန္" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3638,7 +3643,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3668,7 +3673,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "ဝင္ရန္ သို႔မဟုတ္ အေကာင့္တစ္ခု ဖန္တီးရန္" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -3728,7 +3733,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3796,13 +3801,13 @@ msgid "State:" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3901,7 +3906,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3941,7 +3946,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3991,7 +3996,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "ေက်းဇူးတင္ပါသည္။ ျပင္ဆင္ၿပီး ျဖစ္ေၾကာင္း ၾကားသိရ၍ ဝမ္းသာမိပါသည္။ သင့္အေနျဖင့္ ယခင္က ေကာင္စီထံ ျပႆနာတစ္ခုကို အစီရင္ခံတင္ျပဖူးပါသလား?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -4025,20 +4030,20 @@ msgstr "ဒီအစီရင္ခံစာကို %s ေပၚတြင္ msgid "That report has been removed from FixMyStreet." msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 #, fuzzy msgid "That user has been logged out." msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4104,7 +4109,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "ခ်ိဳ႕ယြင္းမႈမွာ - %s" @@ -4178,7 +4183,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" @@ -4200,7 +4205,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4213,7 +4218,7 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွက္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ ျပန္လည္ ႀကိဳးစားပါ။" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 @@ -4221,7 +4226,7 @@ msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွ msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "အီးေမးလ္ႏွင့္ လ်ွိဳ႕ဝွက္နံပါတ္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ သင္၏ လွ်ိဳ႕ဝွက္နံပါတ္ကို မမွတ္မိပါက သို႔မဟုတ္ မရိွေသးပါက ေလွ်က္လႊာ၏ \"အီးေမးလ္ျဖင့္ ဝင္ရန္\" ေနရာတြင္ ျဖည့္ပါ။" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4229,7 +4234,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4296,10 +4301,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" @@ -4507,7 +4512,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4599,11 +4604,11 @@ msgstr "%s မွာ %sမွတင္ခဲ့သည္" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4668,8 +4673,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ထည့္ျပီး" @@ -4679,17 +4684,17 @@ msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္ msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ရွိျပီး" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "သုံးစြဲသူ အမွတ္အသား ျပဳလုပ္ျခင္းကို ဖယ္ရွားလိုက္သည္။" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "သုုံးစြဲသူက အမွတ္အသား ျပဳလုပ္ျခင္း" @@ -4712,7 +4717,7 @@ msgstr "အသံုးျပဳသူမ်ား" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "အသံုးျပဳသူမ်ား" @@ -5028,7 +5033,7 @@ msgstr "သင္ ေအာင္ျမင္စြာ ဝင္ေရာက္ msgid "You have successfully verified your phone number." msgstr "သင္၏ အီးေမးလ္လိပ္စာကို ေအာင္ျမင္စြာ အတည္ျပဳၿပီး ျဖစ္သည္" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5133,7 +5138,7 @@ msgstr "သင္၏ ဖုန္းနံပါတ္" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "သင္၏ အစီရင္ခံစာမ်ား" @@ -5151,7 +5156,7 @@ msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလ msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "သင္၏ မြမ္းမံျပင္ဆင္ထားမႈမ်ား" @@ -5178,7 +5183,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5327,12 +5332,12 @@ msgstr "အသုံးျပဳသူသည္ တူညီသည့္ ေက msgid "user is problem owner" msgstr "အသုံးျပဳသူပ ျပႆနာပိုင္ရွင္ ျဖစ္သည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ရွိျပီး" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ထည့္ျပီး" diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 76893b023..5d3a82497 100644 --- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: pere , 2017\n" "Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/mysociety/teams/12067/nb_NO/)\n" @@ -180,7 +180,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "(vi har også RSS-strømmer for problemer innenfor %s)" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Velg en kategori --" @@ -318,9 +318,9 @@ msgstr "Legg til telefonnummer" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Legg i hurtiglisten" @@ -342,11 +342,11 @@ msgstr "Legg til / endre responsprioriteter" msgid "Add/edit response templates" msgstr "Legg til / endre responsmaler" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "La til %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Ved å legge rapporten i hurtiglisten din vil fjerne den fra hurtiglisten til %s" @@ -546,7 +546,7 @@ msgstr "Avventer moderasjon" msgid "Back" msgstr "Tilbake" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Tilbake til alle rapporter" @@ -556,7 +556,7 @@ msgstr "Bannlys bruker" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -653,7 +653,7 @@ msgstr "Endre epostadresse" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Bytt passord" @@ -772,7 +772,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Oppsett" @@ -835,8 +835,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinater:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Kunne ikke finne bruker" @@ -934,7 +934,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "I øyeblikket er ikke laget noen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kunden kan ikke kontaktes" @@ -978,7 +978,7 @@ msgstr "Slett mal" msgid "Deleted" msgstr "Slettet" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1028,7 +1028,7 @@ msgstr "Brukte ikke kart" msgid "Diligency prize league table" msgstr "Arbeidshester" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1464,11 +1464,11 @@ msgstr "For mer informasjon, se Report a problem now." msgstr "Du har ikke laget en rapport ennå. Rapporter et problem nå." @@ -5156,7 +5161,7 @@ msgstr "Ditt telefonnummer" msgid "Your report" msgstr "Din rapport" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Dine oppdateringer" @@ -5173,7 +5178,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Dine oppdateringer" @@ -5201,7 +5206,7 @@ msgid "all" msgstr "alle" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5350,11 +5355,11 @@ msgstr "bruker er fra samme administrasjon som problemet - %d" msgid "user is problem owner" msgstr "bruker er eier av problemet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index 682d571cc..ec1cc8618 100644 --- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/mysociety/teams/12067/nl_NL/)\n" @@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "RSS feed van problemen binnen %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Kies een categorie --" @@ -328,9 +328,9 @@ msgstr "(Niet opgegeven)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Voeg aan favorieten toe" @@ -352,11 +352,11 @@ msgstr "Voeg toe/wijzig beantwoordingsprioriteiten" msgid "Add/edit response templates" msgstr "Voeg toe/wijzig antwoordstramien" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "%s toegevoegd" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Als dit rapport aan jouw favorieten toevoegd wordt het verwijderd van %s zijn favorieten." @@ -559,7 +559,7 @@ msgstr "Wacht op controle" msgid "Back" msgstr "Vorige" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Terug naar alle rapportages" @@ -570,7 +570,7 @@ msgstr "Gemarkeerde gebruikr" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -669,7 +669,7 @@ msgstr "Verander emailadres" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Verander Wachtwoord" @@ -785,7 +785,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuratie" @@ -848,8 +848,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Kan de gebruiker niet vinden" @@ -950,7 +950,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Klant kan niet bereikt worden" @@ -994,7 +994,7 @@ msgstr "Verwijder sjabloon" msgid "Deleted" msgstr "Verwijderd" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1044,7 +1044,7 @@ msgstr "Kaart niet gebruikt" msgid "Diligency prize league table" msgstr "Toewijdingsranglijst" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1468,11 +1468,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Wachtwoord vergeten?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1598,7 +1598,7 @@ msgstr "Verborgen" msgid "Hide all reports and updates" msgstr "Toon alle meldingen" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -2030,7 +2030,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Vermiste jurisdiction_id" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2038,7 +2038,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2046,7 +2046,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2435,11 +2435,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2547,7 +2547,7 @@ msgstr "Telefoonnummer:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2555,6 +2555,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2607,8 +2611,8 @@ msgid "Please check your phone number is correct" msgstr "Controleer of je e-mailadres klopt" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2827,9 +2831,9 @@ msgstr "Kies de melding die je wilt" msgid "Please state whether or not the problem has been fixed" msgstr "Geef aan of het probleem is verholpen" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2992,7 +2996,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3152,9 +3156,9 @@ msgstr "Verwijder markering" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3303,7 +3307,7 @@ msgstr "Meld een probleem" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "Meldingen" @@ -3399,11 +3403,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3420,15 +3424,15 @@ msgstr "Wegbeheerder voor deze straat (afgeleid van wegnummer en type): %s" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Wegbeheerder voor deze straat (uit OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Linksom roteren" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3453,7 +3457,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3505,7 +3509,7 @@ msgstr "Geen gebruikers gevonden." #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3562,7 +3566,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3585,6 +3589,7 @@ msgstr "Service:" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "Verander Wachtwoord" @@ -3598,9 +3603,9 @@ msgid "Share" msgstr "Deel" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3608,15 +3613,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3646,7 +3651,7 @@ msgstr "Toon oud" msgid "Show older reports" msgstr "Meldingen zoeken" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3656,7 +3661,7 @@ msgstr "" msgid "Show pins" msgstr "Toon spelden" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3686,7 +3691,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "Inloggen of maak een account" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Uitloggen" @@ -3746,7 +3751,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3815,14 +3820,14 @@ msgid "State:" msgstr "Staat:" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 #, fuzzy msgid "States" msgstr "Staat" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3921,7 +3926,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3960,7 +3965,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -4010,7 +4015,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -4044,20 +4049,20 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 #, fuzzy msgid "That user has been logged out." msgstr "Je bent uitgelogd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4123,7 +4128,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "De foutmelding was: %s" @@ -4197,7 +4202,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "The gebruiker kon het probleem niet vinden op de kaart, maar het gebied rond de lokatie wordt op de kaart getoond" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "Je bent uitgelogd" @@ -4219,7 +4224,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Er was een probleem bij het tonen van de Alle Meldingen pagina. Probeer het later nog eens." @@ -4232,7 +4237,7 @@ msgstr "Er was een probleem bij het tonen van deze pagina. Probeer het later nog msgid "There was a problem with your email/password combination. Please try again." msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Probeer het later nog eens." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 @@ -4240,7 +4245,7 @@ msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Probeer he msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Er was een probleem met je e-mailadres/wachtwoord combinatie. Als je het wachtwoord niet kunt herinneren, of je hebt er geen een, vul dan het formulier ‘inloggen via email’ in." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "Er was een probleem met je update. Probeer het later nog eens." @@ -4248,7 +4253,7 @@ msgstr "Er was een probleem met je update. Probeer het later nog eens." msgid "There were problems with your report. Please see below." msgstr "Er was een probleem met je melding. Zie beneden." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "Er was een probleem met je update. Zie beneden." @@ -4315,10 +4320,10 @@ msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïn msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïnteresseerd zijn in deze lokatie. Negeer deze melding als je niet de juiste contactpersoon bent." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Deze informatie is verplicht" @@ -4526,7 +4531,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4618,11 +4623,11 @@ msgstr "Geplaatst door %s bij %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4687,8 +4692,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Email toegevoegd aan zwarte lijst" @@ -4698,17 +4703,17 @@ msgstr "Email toegevoegd aan zwarte lijst" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Email staat al op zwarte lijst" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4731,7 +4736,7 @@ msgstr "Gebruikers" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Gebruikers" @@ -5034,7 +5039,7 @@ msgstr "Je bent ingelogd; controleer of je gegevens nog kloppen:" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5139,7 +5144,7 @@ msgstr "Je telefoonnummer" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Jouw meldingen" @@ -5157,7 +5162,7 @@ msgstr "Je wachtwoord is gewijzigd" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Jouw updates" @@ -5185,7 +5190,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5333,12 +5338,12 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Email staat al op zwarte lijst" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Email toegevoegd aan zwarte lijst" diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index fcfef89f7..78198ec91 100644 --- a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Norwegian Nynorsk (Norway) (https://www.transifex.com/mysociety/teams/12067/nn_NO/)\n" @@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "RSS-straum for problem innanfor %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Vel ein kategori --" @@ -319,9 +319,9 @@ msgstr "" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -343,11 +343,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "La til %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -549,7 +549,7 @@ msgstr "" msgid "Back" msgstr "" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -560,7 +560,7 @@ msgstr "Flagg brukar" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -658,7 +658,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Byt passord" @@ -772,7 +772,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -835,8 +835,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Kunne ikkje finna brukaren" @@ -937,7 +937,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -981,7 +981,7 @@ msgstr "" msgid "Deleted" msgstr "Sletta" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1031,7 +1031,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Arbeidshestar" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1453,11 +1453,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1583,7 +1583,7 @@ msgstr "Skjult" msgid "Hide all reports and updates" msgstr "Vis alle rapporterte problem" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -2014,7 +2014,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Manglar jurisdiction_id" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2022,7 +2022,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2030,7 +2030,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2416,11 +2416,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2526,7 +2526,7 @@ msgstr "Telefon:" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2534,6 +2534,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2586,8 +2590,8 @@ msgid "Please check your phone number is correct" msgstr "Ver venleg og sjekk at du har skrive ei gyldig e-postadresse" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2808,9 +2812,9 @@ msgstr "Ver venleg og vel kva for ein type varsel du ynskjer" msgid "Please state whether or not the problem has been fixed" msgstr "Ver venleg og oppgje om dette problemet har vorte fiksa eller ikkje" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2973,7 +2977,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3133,9 +3137,9 @@ msgstr "Fjern flagg" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3284,7 +3288,7 @@ msgstr "Legger til eit problem" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -3380,11 +3384,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3401,15 +3405,15 @@ msgstr "Vegoperatør for denne namngjevne vegen (utleia frå vegreferansenummer msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vegoperatør for denne namngjevne vegen (frå OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3434,7 +3438,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3486,7 +3490,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3543,7 +3547,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3566,6 +3570,7 @@ msgstr "Teneste:" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "Byt passord" @@ -3579,9 +3584,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3589,15 +3594,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3626,7 +3631,7 @@ msgstr "" msgid "Show older reports" msgstr "Oppdateringane dine" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3636,7 +3641,7 @@ msgstr "" msgid "Show pins" msgstr "Vis nåler" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3666,7 +3671,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "Logg inn eller opprett ein konto" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logg ut" @@ -3726,7 +3731,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Orsak, vi kunne ikkje tolka den posisjonen. Ver venleg og prøv på nytt." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3794,14 +3799,14 @@ msgid "State:" msgstr "Tilstand:" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 #, fuzzy msgid "States" msgstr "Tilstand" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3901,7 +3906,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3941,7 +3946,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3994,7 +3999,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Takk, glad for å høyra at problemet er løyst! Vi vil gjerne spørja deg om du har rapportert eit problem til ein administrasjon tidlegare?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Biletet ser ikkje ut til å ha vorte lasta opp riktig (%s), prøv på nytt." @@ -4028,20 +4033,20 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har vorte fjerna frå FiksGataMi." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 #, fuzzy msgid "That user has been logged out." msgstr "Den rapporten har vorte fjerna frå FiksGataMi." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4107,7 +4112,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "Feilen var: %s" @@ -4181,7 +4186,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brukaren kunne ikkje plassera problemet på eit kart, men sjekk områdde rundt staden dei skreiv inn" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "Den rapporten har vorte fjerna frå FiksGataMi." @@ -4203,7 +4208,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Det oppstod problem med å visa «Alle rapportar»-sida. Ver venleg og prøv igjen seinare." @@ -4216,14 +4221,14 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "Det var problem med e-post/passord-kombinasjonen din. Ver venleg og prøv igjen." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." @@ -4231,7 +4236,7 @@ msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." msgid "There were problems with your report. Please see below." msgstr "Det var problem med rapporten din. Ver venleg og sjå under." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "Det var problem med oppdateringa di. Ver venleg og sjå under." @@ -4298,10 +4303,10 @@ msgstr "Denne e-posten er sendt til begge administrasjonane som dekkjer staden f msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-posten er sendt til fleire administrasjonar som dekkjer staden for problemet, sidan den valde kategorien er tilgjengeleg for desse. Ver venleg og ignorer e-posten viss de ikkje er korrekt administrasjon for å handtera denne saka." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Denne informasjonen er påkravd" @@ -4509,7 +4514,7 @@ msgstr "" msgid "Unknown alert type" msgstr "Ukjend varsel-type" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4602,11 +4607,11 @@ msgstr "Lagt inn av %s %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Oppdatert!" @@ -4671,8 +4676,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "E-post lagd til misbrukliste" @@ -4682,17 +4687,17 @@ msgstr "E-post lagd til misbrukliste" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "E-post allereie i misbruklista" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Brukarflagg fjerna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Brukar flagga" @@ -4715,7 +4720,7 @@ msgstr "Brukarar" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Brukarar" @@ -5019,7 +5024,7 @@ msgstr "Du har no logga inn. Ver venleg og sjekk og stadfest at detaljane dine e msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5123,7 +5128,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Oppdateringane dine" @@ -5141,7 +5146,7 @@ msgstr "Passordet ditt har vorte endra" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Oppdateringane dine" @@ -5168,7 +5173,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5316,12 +5321,12 @@ msgstr "brukaren er frå same administrasjon som problemet – %d" msgid "user is problem owner" msgstr "brukaren er eigaren av problemet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "E-post allereie i misbruklista" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "E-post lagd til misbrukliste" diff --git a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po index 8c4fe006b..4dc0804ab 100644 --- a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Seb Tur , 2018\n" "Language-Team: Polish (Poland) (https://www.transifex.com/mysociety/teams/12067/pl_PL/)\n" @@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "" @@ -312,9 +312,9 @@ msgstr "" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -336,11 +336,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -540,7 +540,7 @@ msgstr "" msgid "Back" msgstr "" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -550,7 +550,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -647,7 +647,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "" @@ -760,7 +760,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -823,8 +823,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -966,7 +966,7 @@ msgstr "" msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1016,7 +1016,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1436,11 +1436,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1561,7 +1561,7 @@ msgstr "" msgid "Hide all reports and updates" msgstr "" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -1991,7 +1991,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -1999,7 +1999,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2007,7 +2007,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2393,11 +2393,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2501,7 +2501,7 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2509,6 +2509,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2560,8 +2564,8 @@ msgid "Please check your phone number is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2777,9 +2781,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2939,7 +2943,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3096,9 +3100,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3246,7 +3250,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -3339,11 +3343,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3360,15 +3364,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3393,7 +3397,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3445,7 +3449,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3501,7 +3505,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3524,6 +3528,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 msgid "Set password" msgstr "" @@ -3536,9 +3541,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3546,15 +3551,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3582,7 +3587,7 @@ msgstr "" msgid "Show older reports" msgstr "" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3592,7 +3597,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3622,7 +3627,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -3682,7 +3687,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3749,13 +3754,13 @@ msgid "State:" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3852,7 +3857,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3891,7 +3896,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3941,7 +3946,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -3975,19 +3980,19 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4053,7 +4058,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "" @@ -4127,7 +4132,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 msgid "The user has been sent a login email" msgstr "" @@ -4148,7 +4153,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4161,14 +4166,14 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4176,7 +4181,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4243,10 +4248,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -4453,7 +4458,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4543,11 +4548,11 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4611,8 +4616,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4621,16 +4626,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4651,7 +4656,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -4951,7 +4956,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5055,7 +5060,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5072,7 +5077,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5099,7 +5104,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5246,11 +5251,11 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po index 8a0fc3b4b..2e0366049 100644 --- a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/mysociety/teams/12067/pt/)\n" @@ -179,7 +179,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "RSS feed dos Problemas Nesta %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -324,9 +324,9 @@ msgstr "(Sem número de telefone)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -348,11 +348,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Adicionado %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -555,7 +555,7 @@ msgstr "Aguardando moderação" msgid "Back" msgstr "Voltar" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -566,7 +566,7 @@ msgstr "Bandeira - Usuario" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -664,7 +664,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Mudar password" @@ -780,7 +780,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -843,8 +843,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Não foi possível encontrar usuário" @@ -945,7 +945,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -989,7 +989,7 @@ msgstr "" msgid "Deleted" msgstr "Excluidos" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1039,7 +1039,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Diligency prêmio tabela classificativa" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1463,11 +1463,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Não se lembra da sua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1593,7 +1593,7 @@ msgstr "Esconder" msgid "Hide all reports and updates" msgstr "Listar todos os problemas relatados" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "Falta informaçao jurisdiction_id" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2033,7 +2033,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2041,7 +2041,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2432,11 +2432,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2542,7 +2542,7 @@ msgstr "Telefone:" msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2550,6 +2550,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2602,8 +2606,8 @@ msgid "Please check your phone number is correct" msgstr "Favor verificar se seu email esta correcto" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2825,9 +2829,9 @@ msgstr "Selecione o tipo de alerta que deseja" msgid "Please state whether or not the problem has been fixed" msgstr "Por favor, indique se o problema foi corrigido" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2990,7 +2994,7 @@ msgstr "" msgid "Property address:" msgstr "Endereço do imóvel:" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3150,9 +3154,9 @@ msgstr "Remover bandeira" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3301,7 +3305,7 @@ msgstr "Relatando um problema" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "Relatórios" @@ -3397,11 +3401,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3418,15 +3422,15 @@ msgstr "Operador de estrada por esta estrada chamada (derivado do número de ref msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador de estrada por esta estrada chamada (a partir de OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Girar para a esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3451,7 +3455,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3503,7 +3507,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3560,7 +3564,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3583,6 +3587,7 @@ msgstr "Srerviço:" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 #, fuzzy msgid "Set password" msgstr "Mudar password" @@ -3596,9 +3601,9 @@ msgid "Share" msgstr "Acçao" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3606,15 +3611,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3644,7 +3649,7 @@ msgstr "Mostrar antigo" msgid "Show older reports" msgstr "elatórios de pesquisa" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3654,7 +3659,7 @@ msgstr "" msgid "Show pins" msgstr "Mostrar pins" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3684,7 +3689,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "Entrar e criar uma conta" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Sair " @@ -3744,7 +3749,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Desculpe, mas não foi possível analisar esse local. Por favor, tente novamente." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3812,14 +3817,14 @@ msgid "State:" msgstr "Estado" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 #, fuzzy msgid "States" msgstr "Estado" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3919,7 +3924,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3959,7 +3964,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -4009,7 +4014,7 @@ msgstr "Obrigado por upload de sua foto. Precisamos agora de localizar o seu pro msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Obrigado, gratos em ouvir que o problema foi corrigido! Podemos apenas perguntar se você já relatou um problema para um conselho antes?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Essa imagem não parece ter sido carregada corretamente (%s), por favor, tente novamente." @@ -4043,20 +4048,20 @@ msgstr "Esse relatório não pode ser visualizado em %s." msgid "That report has been removed from FixMyStreet." msgstr "Esse relatório foi removido FixMyStreetMIndelo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 #, fuzzy msgid "That user has been logged out." msgstr "Esse relatório foi removido FixMyStreetMIndelo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4122,7 +4127,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "O erro foi: %s" @@ -4196,7 +4201,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "O usuário não conseguiu localizar o problema em um mapa, localizar a area mais proxima do local" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "Esse relatório foi removido FixMyStreetMIndelo" @@ -4218,7 +4223,7 @@ msgstr "Não existem relatórios a apresentar" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Houve um problema ao mostrar a página de todos os relatórios. Por favor, tente novamente mais tarde." @@ -4231,7 +4236,7 @@ msgstr "Houve um problema mostrada nesta página. Por favor, tente novamente mai msgid "There was a problem with your email/password combination. Please try again." msgstr "Houve um problema com o email / combinação de senha. Por favor, tente novamente." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 @@ -4239,7 +4244,7 @@ msgstr "Houve um problema com o email / combinação de senha. Por favor, tente msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "Houve um problema com o email / combinação de senha. Se você não lembra da sua senha, ou não tiver um, por favor preencha o \"sinal de colocar e-mail 'seção do formulário." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." @@ -4247,7 +4252,7 @@ msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." msgid "There were problems with your report. Please see below." msgstr "Houve problemas com o seu relatório. Por favor, veja abaixo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "Houve problemas com a sua atualização. Por favor, veja abaixo." @@ -4314,10 +4319,10 @@ msgstr "Este e-mail foi enviado para ambos os conselhos que cobrem o local do pr msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este e-mail foi enviado para vários conselhos que cobrem o local do problema, como a categoria selecionada é fornecida para todos eles, por favor, ignorar se você não é o conselho correto para lidar com o problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Esta informação é necessária" @@ -4525,7 +4530,7 @@ msgstr "Desconhecido" msgid "Unknown alert type" msgstr "Tipo de alerta desconhecido" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4618,11 +4623,11 @@ msgstr "Postado por %s em %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Actualizado!" @@ -4687,8 +4692,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Email adicionado a lista de abusos" @@ -4698,17 +4703,17 @@ msgstr "Email adicionado a lista de abusos" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "E-mail já está na lista abusos" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Bandeira usuário removida" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Usuário sinalizado" @@ -4731,7 +4736,7 @@ msgstr "Usuários" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Usuários" @@ -5041,7 +5046,7 @@ msgstr "Você se inscreveu com sucesso nos, por favor, verificar e confirmar os msgid "You have successfully verified your phone number." msgstr "Você confirmou com sucesso o seu endereço de e-mail." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5146,7 +5151,7 @@ msgstr "Telefone " msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Os meus relatórios" @@ -5164,7 +5169,7 @@ msgstr "Sua password foi alterada" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Suas atualizações" @@ -5191,7 +5196,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5339,12 +5344,12 @@ msgstr "usuário é da mesmo concelho do problema - %d" msgid "user is problem owner" msgstr "usuário é proprietário problema" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "E-mail já está na lista abusos" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Email adicionado a lista de abusos" diff --git a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po index 864b5bfff..74a3b0f87 100644 --- a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Eugenio Pierazzoli , 2018\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/mysociety/teams/12067/pt_BR/)\n" @@ -181,7 +181,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -321,9 +321,9 @@ msgstr "Adicionar número de telefone" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Adicione para lista" @@ -345,11 +345,11 @@ msgstr "Adicionar / editar prioridades de resposta" msgid "Add/edit response templates" msgstr "Adicionar / editar modelos de resposta" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -549,7 +549,7 @@ msgstr "" msgid "Back" msgstr "" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -656,7 +656,7 @@ msgstr "Alterar e-mail" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Alterar senha" @@ -769,7 +769,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -832,8 +832,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "" @@ -931,7 +931,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -975,7 +975,7 @@ msgstr "" msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1025,7 +1025,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1445,11 +1445,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1571,7 +1571,7 @@ msgstr "Adicionar campo" msgid "Hide all reports and updates" msgstr "" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -2001,7 +2001,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2009,7 +2009,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2017,7 +2017,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2403,11 +2403,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2511,7 +2511,7 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2519,6 +2519,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2570,8 +2574,8 @@ msgid "Please check your phone number is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2787,9 +2791,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2948,7 +2952,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3105,9 +3109,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3253,7 +3257,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -3346,11 +3350,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3367,15 +3371,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3400,7 +3404,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3452,7 +3456,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3508,7 +3512,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3531,6 +3535,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 msgid "Set password" msgstr "" @@ -3543,9 +3548,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3553,15 +3558,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3590,7 +3595,7 @@ msgstr "" msgid "Show older reports" msgstr "Todos os relatórios" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3600,7 +3605,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3630,7 +3635,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -3690,7 +3695,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3757,13 +3762,13 @@ msgid "State:" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3860,7 +3865,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3899,7 +3904,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3949,7 +3954,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -3983,19 +3988,19 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4061,7 +4066,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "" @@ -4135,7 +4140,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 msgid "The user has been sent a login email" msgstr "" @@ -4156,7 +4161,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4169,14 +4174,14 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4184,7 +4189,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4251,10 +4256,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -4461,7 +4466,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4551,11 +4556,11 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4619,8 +4624,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4629,16 +4634,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4659,7 +4664,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -4959,7 +4964,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5063,7 +5068,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5080,7 +5085,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5107,7 +5112,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5255,11 +5260,11 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po index 1b0c7fe84..5eb0ebcf0 100644 --- a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Romanian (Romania) (https://www.transifex.com/mysociety/teams/12067/ro_RO/)\n" @@ -177,7 +177,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Alege o categorie --" @@ -316,9 +316,9 @@ msgstr "" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -340,11 +340,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -544,7 +544,7 @@ msgstr "" msgid "Back" msgstr "" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -555,7 +555,7 @@ msgstr "Adaugă utilizator" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -652,7 +652,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "" @@ -766,7 +766,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -829,8 +829,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "" @@ -928,7 +928,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -972,7 +972,7 @@ msgstr "" msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1022,7 +1022,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1442,11 +1442,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1567,7 +1567,7 @@ msgstr "" msgid "Hide all reports and updates" msgstr "" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "" @@ -1997,7 +1997,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "" @@ -2005,7 +2005,7 @@ msgstr "" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2013,7 +2013,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2399,11 +2399,11 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2507,7 +2507,7 @@ msgstr "" msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "" @@ -2515,6 +2515,10 @@ msgstr "" msgid "Photo required" msgstr "" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2566,8 +2570,8 @@ msgid "Please check your phone number is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2783,9 +2787,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2944,7 +2948,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3101,9 +3105,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3249,7 +3253,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "" @@ -3342,11 +3346,11 @@ msgstr "" msgid "Revert to original" msgstr "" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "" @@ -3363,15 +3367,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3396,7 +3400,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3448,7 +3452,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "" @@ -3504,7 +3508,7 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3527,6 +3531,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 msgid "Set password" msgstr "" @@ -3539,9 +3544,9 @@ msgid "Share" msgstr "" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3549,15 +3554,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3586,7 +3591,7 @@ msgstr "" msgid "Show older reports" msgstr "Rapoartele dvs." -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "" @@ -3596,7 +3601,7 @@ msgstr "" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3626,7 +3631,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -3686,7 +3691,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3753,13 +3758,13 @@ msgid "State:" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3856,7 +3861,7 @@ msgid "Summarise your changes" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3895,7 +3900,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3945,7 +3950,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -3979,19 +3984,19 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4057,7 +4062,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "" @@ -4131,7 +4136,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 msgid "The user has been sent a login email" msgstr "" @@ -4152,7 +4157,7 @@ msgstr "" msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4165,14 +4170,14 @@ msgstr "" msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4180,7 +4185,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4247,10 +4252,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "" @@ -4457,7 +4462,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4547,11 +4552,11 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "" @@ -4615,8 +4620,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4625,16 +4630,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4655,7 +4660,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -4955,7 +4960,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5059,7 +5064,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5076,7 +5081,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5103,7 +5108,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5251,11 +5256,11 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po index b9948a7bf..46e8ba776 100644 --- a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Михаил Нифантьев , 2018\n" "Language-Team: Russian (https://www.transifex.com/mysociety/teams/12067/ru/)\n" @@ -184,7 +184,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "RSS-фид о проблемах в пределах: %s" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Выберите категорию --" @@ -335,9 +335,9 @@ msgstr "(номер телефона отсутствует)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -359,11 +359,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Добавлено: %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -566,7 +566,7 @@ msgstr "Ожидает модерации" msgid "Back" msgstr "Назад" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -577,7 +577,7 @@ msgstr "Пометить пользователя" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -675,7 +675,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Сменить пароль" @@ -800,7 +800,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -863,8 +863,8 @@ msgstr "" msgid "Coordinates:" msgstr "Координаты:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Не удалось найти пользователя" @@ -965,7 +965,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "В данный момент на сайте не зарегистрировано ни одного учреждения." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Невозможно связаться с покупателем" @@ -1009,7 +1009,7 @@ msgstr "Удалить шаблон" msgid "Deleted" msgstr "Удалено" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1059,7 +1059,7 @@ msgstr "Карта не использовалась" msgid "Diligency prize league table" msgstr "Таблица самых активных пользователей" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1499,11 +1499,11 @@ msgstr "Подробнее читайте в разделе %s, время пуб #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Обновлено!" @@ -4773,8 +4778,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Адрес эл. почты добавлен в черный список" @@ -4784,17 +4789,17 @@ msgstr "Адрес эл. почты добавлен в черный списо msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Этот адрес эл. почты уже находится в черном списке" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Пометка удалена" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Аккаунт пользователя помечен" @@ -4817,7 +4822,7 @@ msgstr "Пользователи" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Пользователи" @@ -5130,7 +5135,7 @@ msgstr "Вы вошли в систему. Проверьте и подтвер msgid "You have successfully verified your phone number." msgstr "Вы подтвердили свой адрес эл. почты." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Вы еще не создали ни одного обращения. Самое время начать!" @@ -5238,7 +5243,7 @@ msgstr "Ваш номер телефона" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Ваши обращения" @@ -5256,7 +5261,7 @@ msgstr "Ваш пароль был изменен" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Ваши обновления" @@ -5284,7 +5289,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5433,12 +5438,12 @@ msgstr "пользователь проживает недалеко от обн msgid "user is problem owner" msgstr "неполадка находится в собственности пользователя" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Этот адрес эл. почты уже находится в черном списке" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Адрес эл. почты добавлен в черный список" diff --git a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po index d8cf6de0e..0492b0ba7 100644 --- a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Matevz Langus , 2018\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/mysociety/teams/12067/sl_SI/)\n" @@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "" @@ -312,9 +312,9 @@ msgstr "" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -336,11 +336,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -540,7 +540,7 @@ msgstr "" msgid "Back" msgstr "" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -550,7 +550,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -647,7 +647,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "" @@ -760,7 +760,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -823,8 +823,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -966,7 +966,7 @@ msgstr "" msgid "Deleted" msgstr "" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1016,7 +1016,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1436,11 +1436,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:761 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:786 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 msgid "Forwarded wish to external body" msgstr "" @@ -1562,7 +1562,7 @@ msgstr "Skrit" msgid "Hide all reports and updates" msgstr "Skrij vsa poročila in novosti" -#: templates/web/base/report/_main.html:107 +#: templates/web/base/report/_main.html:111 msgid "Hide entire report" msgstr "Skrij celotno poročilo" @@ -1992,7 +1992,7 @@ msgstr "" msgid "Missing jurisdiction_id" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate" msgstr "Moderiraj" @@ -2000,7 +2000,7 @@ msgstr "Moderiraj" msgid "Moderate report details" msgstr "" -#: templates/web/base/report/_main.html:128 +#: templates/web/base/report/_main.html:132 msgid "Moderate this report" msgstr "" @@ -2008,7 +2008,7 @@ msgstr "" msgid "Moderate this update" msgstr "" -#: templates/web/base/report/_main.html:71 +#: templates/web/base/report/_main.html:75 #: templates/web/base/report/_update_state.html:19 msgid "Moderated by %s at %s" msgstr "" @@ -2394,11 +2394,11 @@ msgstr "" msgid "Order" msgstr "Vrstni red" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1322 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:702 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:703 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:738 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:741 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1329 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:708 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:709 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:744 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:747 #: perllib/FixMyStreet/DB/Result/Problem.pm:600 #: perllib/FixMyStreet/DB/Result/Problem.pm:607 #: perllib/FixMyStreet/DB/Result/Problem.pm:622 @@ -2502,7 +2502,7 @@ msgstr "Telefon:" msgid "Photo" msgstr "Slika" -#: perllib/FixMyStreet/App/Controller/Photo.pm:186 +#: perllib/FixMyStreet/App/Controller/Photo.pm:192 msgid "Photo is required." msgstr "Slika je obvezna." @@ -2510,6 +2510,10 @@ msgstr "Slika je obvezna." msgid "Photo required" msgstr "Slika obvezna" +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +msgid "Photo upload failed." +msgstr "" + #: templates/web/base/questionnaire/index.html:78 #: templates/web/base/report/new/form_report.html:27 #: templates/web/base/report/update/form_update.html:7 @@ -2561,8 +2565,8 @@ msgid "Please check your phone number is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:315 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:947 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:982 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:954 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:989 #: perllib/FixMyStreet/DB/Result/Problem.pm:383 #: templates/web/base/js/translation_strings.html:13 msgid "Please choose a category" @@ -2778,9 +2782,9 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:122 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:156 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:158 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:114 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:148 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 #: templates/web/base/js/translation_strings.html:68 msgid "Please upload an image only" msgstr "" @@ -2939,7 +2943,7 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/report/display.html:66 +#: templates/web/base/report/display.html:67 #: templates/web/base/report/duplicate-no-updates.html:3 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" @@ -3096,9 +3100,9 @@ msgstr "" #: templates/web/base/report/_item.html:12 #: templates/web/base/report/_item.html:9 -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:16 -#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 msgid "Remove from shortlist" msgstr "" @@ -3246,7 +3250,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:660 #: perllib/FixMyStreet/Cobrand/Default.pm:674 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:375 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:400 #: templates/web/zurich/header.html:45 msgid "Reports" msgstr "Poročila" @@ -3339,11 +3343,11 @@ msgstr "" msgid "Revert to original" msgstr "Vrni na original" -#: templates/web/base/report/_main.html:97 +#: templates/web/base/report/_main.html:101 msgid "Revert to original text" msgstr "Vrni na prvotno besedilo" -#: templates/web/base/report/_main.html:48 +#: templates/web/base/report/_main.html:50 msgid "Revert to original title" msgstr "Vrni na prvotni naslov" @@ -3360,15 +3364,15 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2086 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2087 #: templates/web/base/admin/report_edit.html:165 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Zavrti v levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2082 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2083 #: templates/web/base/admin/report_edit.html:166 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/report_edit.html:119 @@ -3393,7 +3397,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/edit.html:58 #: templates/web/base/admin/template_edit.html:87 #: templates/web/base/report/_inspect.html:209 -#: templates/web/base/report/_main.html:115 +#: templates/web/base/report/_main.html:119 #: templates/web/base/report/update.html:53 #: templates/web/zurich/admin/contact-form.html:49 #: templates/web/zurich/admin/template_edit.html:29 @@ -3445,7 +3449,7 @@ msgstr "" #: templates/web/base/auth/generate_token.html:1 #: templates/web/base/auth/generate_token.html:2 #: templates/web/base/auth/generate_token.html:39 -#: templates/web/base/my/my.html:65 +#: templates/web/base/my/my.html:71 msgid "Security" msgstr "Varnost" @@ -3502,7 +3506,7 @@ msgstr "Prijavi se z elektronskim naslovom" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:847 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:872 msgid "Sent report back" msgstr "" @@ -3525,6 +3529,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:67 msgid "Set password" msgstr "" @@ -3537,9 +3542,9 @@ msgid "Share" msgstr "Deli" #: templates/web/base/main_nav_items.html:18 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:19 -#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:22 +#: templates/web/base/report/_main.html:30 msgid "Shortlist" msgstr "" @@ -3547,15 +3552,15 @@ msgstr "" msgid "Shortlist all visible" msgstr "" -#: templates/web/base/report/_main.html:132 -#: templates/web/base/report/_main.html:18 -#: templates/web/base/report/_main.html:23 +#: templates/web/base/report/_main.html:136 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 #: templates/web/base/reports/_list-filters.html:24 msgid "Shortlisted" msgstr "" #: templates/web/base/report/_item.html:15 -#: templates/web/base/report/_main.html:142 +#: templates/web/base/report/_main.html:146 msgid "Shortlisted by %s" msgstr "" @@ -3585,7 +3590,7 @@ msgstr "Prikaži vse posodobitve" msgid "Show older reports" msgstr "Išči poročila" -#: templates/web/base/report/_main.html:81 +#: templates/web/base/report/_main.html:85 msgid "Show photo" msgstr "Prikaži sliko" @@ -3595,7 +3600,7 @@ msgstr "Prikaži sliko" msgid "Show pins" msgstr "" -#: templates/web/base/report/_main.html:58 +#: templates/web/base/report/_main.html:62 msgid "Show reporter’s name" msgstr "" @@ -3625,7 +3630,7 @@ msgstr "" msgid "Sign in or create an account" msgstr "Prijavi se ali ustvari račun" -#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:67 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:73 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Odjavi se" @@ -3685,7 +3690,7 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:139 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:131 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" @@ -3752,13 +3757,13 @@ msgid "State:" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:649 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:396 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:421 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:643 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:378 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:403 #: templates/web/base/admin/index.html:71 #: templates/web/base/admin/stats/index.html:1 #: templates/web/base/admin/stats/state.html:1 @@ -3855,7 +3860,7 @@ msgid "Summarise your changes" msgstr "Povzemi svoje spremembe" #: perllib/FixMyStreet/Cobrand/Default.pm:641 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:374 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 #: templates/web/base/admin/bodies.html:29 #: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 #: templates/web/base/status/index.html:3 @@ -3894,7 +3899,7 @@ msgid "Template «%s»" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:666 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:385 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 #: templates/web/base/develop/email_list.html:3 #: templates/web/zurich/header.html:62 msgid "Templates" @@ -3944,7 +3949,7 @@ msgstr "" msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:155 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" @@ -3978,19 +3983,19 @@ msgstr "" msgid "That report has been removed from FixMyStreet." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1911 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1912 msgid "That user has been logged out." msgstr "Uporabnik odjavljen." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1918 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1919 msgid "That user has been made anonymous on all reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1966 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1967 msgid "That user’s personal details have been removed." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1932 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1933 msgid "That user’s reports and updates have been hidden." msgstr "" @@ -4056,7 +4061,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:43 -#: perllib/FixMyStreet/App/Controller/Reports.pm:84 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "Napaka: %s" @@ -4130,7 +4135,7 @@ msgstr "" msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1957 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1958 #, fuzzy msgid "The user has been sent a login email" msgstr "Uporabnik odjavljen." @@ -4152,7 +4157,7 @@ msgstr "Ni poročil za prikaz." msgid "There is already an auto-response template for this category/state." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:81 +#: perllib/FixMyStreet/App/Controller/Reports.pm:55 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -4165,14 +4170,14 @@ msgstr "Težava s prikazom strani. Poskusi kasneje." msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:835 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:843 #: perllib/FixMyStreet/App/Controller/Report/Update.pm:142 #: templates/web/base/auth/general.html:51 #: templates/web/zurich/auth/general.html:18 msgid "There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the ‘No’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:349 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:350 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4180,7 +4185,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:390 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:391 msgid "There were problems with your update. Please see below." msgstr "" @@ -4247,10 +4252,10 @@ msgstr "" msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1057 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1074 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1120 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:996 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1003 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1064 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1081 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1127 #: perllib/FixMyStreet/Cobrand/UK.pm:45 msgid "This information is required" msgstr "Podatek je obvezen" @@ -4458,7 +4463,7 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: perllib/FixMyStreet/App/Controller/Photo.pm:115 #: perllib/FixMyStreet/App/Controller/Root.pm:142 #: templates/web/base/js/translation_strings.html:46 msgid "Unknown error" @@ -4548,11 +4553,11 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Posodobljen!" @@ -4616,8 +4621,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "" @@ -4626,16 +4631,16 @@ msgstr "" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4656,7 +4661,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "" @@ -4956,7 +4961,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "Uspešno si preveril svojo telefonsko številko." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5060,7 +5065,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5077,7 +5082,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5104,7 +5109,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5251,11 +5256,11 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po index c5761aa29..2ed59b139 100644 --- a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Albanian (https://www.transifex.com/mysociety/teams/12067/sq/)\n" @@ -182,7 +182,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Zgjedh kategorinë --" @@ -326,9 +326,9 @@ msgstr "" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Shto në listë" @@ -350,11 +350,11 @@ msgstr "Shto/modifiko prioritetet e përgjegjes" msgid "Add/edit response templates" msgstr "Shto/modifiko shabllonat e përgjegjeve" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Shtoi %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Nëse e shtoni këtë raport në listë, ai do të largohet nga lista %s." @@ -554,7 +554,7 @@ msgstr "Në pritje të ndërmjetësimit" msgid "Back" msgstr "Prapa" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Prapa te të gjitha raportimet" @@ -564,7 +564,7 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -661,7 +661,7 @@ msgstr "Ndrysho adresën e emailit" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Ndrysho fjalëkalimin" @@ -784,7 +784,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurimi" @@ -847,8 +847,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinatat" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Përdoruesi nuk u gjet" @@ -947,7 +947,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Aktualisht asnjë zyre nuk është krijuar." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Klienti nuk është i kontaktueshëm" @@ -991,7 +991,7 @@ msgstr "Fshij shabllonin" msgid "Deleted" msgstr "Fshirë" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1041,7 +1041,7 @@ msgstr "Pa përdorë hartën" msgid "Diligency prize league table" msgstr "Tabela e tarifave" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1480,11 +1480,11 @@ msgstr "Për më shumë informata, shih Report a problem now." msgstr "Nuk keni krijua asnjë raport deri tash. Raportoni një problem tash." @@ -5178,7 +5183,7 @@ msgstr "Numri juaj i telefonit" msgid "Your report" msgstr "Raporti juaj" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Raportet tuaja" @@ -5195,7 +5200,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Përditësimet tuaja" @@ -5223,7 +5228,7 @@ msgid "all" msgstr "të gjitha" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5372,11 +5377,11 @@ msgstr "përdoruesi është nga e njejta zonë si problemi - %d" msgid "user is problem owner" msgstr "përdoruesi është pronar i problemit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po index a2d33cd0a..123c0d3f4 100644 --- a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Serbian (https://www.transifex.com/mysociety/teams/12067/sr/)\n" @@ -187,7 +187,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "RSS vesti %s, u okviru %s " #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Izaberi kategoriju --" @@ -335,9 +335,9 @@ msgstr "(Bez broja telefona)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Dodaj u uži krug" @@ -359,11 +359,11 @@ msgstr "Dodaj/izmeni prioritete odgovora" msgid "Add/edit response templates" msgstr "Dodaj/izmeni šablone odgovora" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Dodato %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Dodavanjem ove prijave u vaš uži krug uklonićete ga iz užeg kruga %s." @@ -566,7 +566,7 @@ msgstr "Čekajući moderaciju" msgid "Back" msgstr "Nazad" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Nazad na sve prijave" @@ -577,7 +577,7 @@ msgstr "Obeleži korisnika " #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -676,7 +676,7 @@ msgstr "Promeni e-mejl adresu" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Promeni lozinku" @@ -801,7 +801,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguracija" @@ -864,8 +864,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinate:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Korisnik se ne može naći" @@ -967,7 +967,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Trenutno nije kreirano nikakvo telo." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Klijent nedostupan" @@ -1012,7 +1012,7 @@ msgstr "Izbriši šablon" msgid "Deleted" msgstr "Izbrisano" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1062,7 +1062,7 @@ msgstr "Nije koristio mapu" msgid "Diligency prize league table" msgstr "" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1496,11 +1496,11 @@ msgstr "Za podrobnije informacije, vidi %s na %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Ažuriran!" @@ -4760,8 +4765,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Emejl dodat listi zloupotreba" @@ -4771,17 +4776,17 @@ msgstr "Emejl dodat listi zloupotreba" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "E-mejl već na listi zloupotreba" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Uklonjena oznaka korisnika" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "" @@ -4804,7 +4809,7 @@ msgstr "Korisnici" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Korisnici" @@ -5113,7 +5118,7 @@ msgstr "" msgid "You have successfully verified your phone number." msgstr "Molimo vas unesite vaš broj telefona" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "" @@ -5217,7 +5222,7 @@ msgstr "" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "" @@ -5234,7 +5239,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "" @@ -5262,7 +5267,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5411,12 +5416,12 @@ msgstr "" msgid "user is problem owner" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "E-mejl već na listi zloupotreba" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Ukloni iz užeg kruga" diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index 623f9ef74..ad34fb4ad 100644 --- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Jonatan Nyberg, 2018\n" "Language-Team: Swedish (Sweden) (https://www.transifex.com/mysociety/teams/12067/sv_SE/)\n" @@ -175,7 +175,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "(vi har också RSS-flöden för problem inom %s)" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Välj en katagori --" @@ -315,9 +315,9 @@ msgstr "Lägg till telefonnummer" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Lägg till i slutlista" @@ -339,11 +339,11 @@ msgstr "Lägg till eller ta bort svarsprioriteringar" msgid "Add/edit response templates" msgstr "Lägg till eller ta bort svarsmallar" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Lades till %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "Att lägga till den här rapporten i din kortlista tar bort den från kortlistan för %s." @@ -543,7 +543,7 @@ msgstr "Väntar på att granskas" msgid "Back" msgstr "Tillbaka" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Tillbaka till samtliga rapporter" @@ -553,7 +553,7 @@ msgstr "Förbjud användare" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -650,7 +650,7 @@ msgstr "Ändra e-postadress" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Ändra lösenord" @@ -764,7 +764,7 @@ msgid "Collapse map" msgstr "Vik ihop karta" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -827,8 +827,8 @@ msgstr "" msgid "Coordinates:" msgstr "Koordinater:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Kan inte hitta användaren" @@ -926,7 +926,7 @@ msgstr "För närvarande grupperade efter %s" msgid "Currently no bodies have been created." msgstr "Inga förvaltningar har skapats ännu." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kund ej kontaktbar" @@ -970,7 +970,7 @@ msgstr "Ta bort mall" msgid "Deleted" msgstr "Borttagen" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "Beskriv varför du modererar detta" @@ -1020,7 +1020,7 @@ msgstr "Använde inte kartan" msgid "Diligency prize league table" msgstr "Flitighetstopplistan" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "Ta bort ändringar" @@ -1449,11 +1449,11 @@ msgstr "För mer information, se %s %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Uppdaterad!" @@ -4644,8 +4649,8 @@ msgstr "Användar-ID att attribuera hämtade kommentarer till" msgid "User Import" msgstr "Användarimport" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 msgid "User added to abuse list" msgstr "Användaren har lagts till i missbruklistan" @@ -4654,16 +4659,16 @@ msgstr "Användaren har lagts till i missbruklistan" msgid "User already exists" msgstr "Användaren finns redan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 msgid "User already in abuse list" msgstr "Användaren finns redan i missbruklistan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Användarflaggan borttagen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Användaren flaggad" @@ -4684,7 +4689,7 @@ msgstr "Användare:" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Användare" @@ -4986,7 +4991,7 @@ msgstr "Du har loggats in. Verifiera att dina uppgifter stämmer:" msgid "You have successfully verified your phone number." msgstr "Du har verifierat ditt telefonnummer." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Du har inte skapat några rapporter än. Rapportera ett problem nu." @@ -5090,7 +5095,7 @@ msgstr "Ditt telefonnummer" msgid "Your report" msgstr "Din rapport" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Dina rapporter" @@ -5107,7 +5112,7 @@ msgstr "Din token har genererats" msgid "Your update has been saved offline for submission when back online." msgstr "Din uppdatering har blivit sparad offline för att skickas när du kommer tillbaka online." -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Dina uppdateringar" @@ -5134,7 +5139,7 @@ msgid "all" msgstr "samtliga" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5283,11 +5288,11 @@ msgstr "användaren är från samma kommun som problemet - %d" msgid "user is problem owner" msgstr "användaren är inte problemägare" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "användare inte i missbruklista" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "användare borttagen från missbruklista" diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po index b6fef89a2..c7205a027 100644 --- a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Zeynep UZER , 2018\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/mysociety/teams/12067/tr_TR/)\n" @@ -176,7 +176,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "(%s problemi için RSS bildirimimiz var)" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Kategori seçiniz--" @@ -321,9 +321,9 @@ msgstr "telefon numarası ekle" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "kısa listeye ekle" @@ -345,11 +345,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Eklenmiş %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -549,7 +549,7 @@ msgstr "Denetleme bekliyor" msgid "Back" msgstr "Geri" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -559,7 +559,7 @@ msgstr "kullanıcıyı yasakla" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -656,7 +656,7 @@ msgstr "e-posta adresini değiştir" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Şifreyi değiştir" @@ -778,7 +778,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Yapılandırma" @@ -841,8 +841,8 @@ msgstr "" msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Kullanıcı bulunamadı" @@ -941,7 +941,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Şu anda hiçbir organları oluşturulmamıştır." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -985,7 +985,7 @@ msgstr "" msgid "Deleted" msgstr "Silindi" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1035,7 +1035,7 @@ msgstr "" msgid "Diligency prize league table" msgstr "Özenle hazırlanmış işbirliği tablosu" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1465,11 +1465,11 @@ msgstr "Daha fazla bilgi için, bakınız Report a problem now." msgstr "Henüz herhangi bir bildirim oluşturmadınız. Şimdi sorun olarak bir bildiri ." @@ -5107,7 +5112,7 @@ msgstr "Telefon numaran" msgid "Your report" msgstr "Raporunuz" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Bildirimlerin" @@ -5124,7 +5129,7 @@ msgstr "" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Güncellemelerin" @@ -5152,7 +5157,7 @@ msgid "all" msgstr "tümü" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5300,11 +5305,11 @@ msgstr "kullanıcının problemi - %d kuruldaki problemle aynı" msgid "user is problem owner" msgstr "kullanıcı problemin sahibi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 msgid "user not in abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 msgid "user removed from abuse list" msgstr "" diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po index 3e8b78b34..c07aed7b6 100644 --- a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/mysociety/teams/12067/uk_UA/)\n" @@ -178,7 +178,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "-- Оберіть категорію --" @@ -325,9 +325,9 @@ msgstr "(відсутній номер телефону)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "Додати до переліку" @@ -349,11 +349,11 @@ msgstr "Додати/редагувати пріоритет відповіді" msgid "Add/edit response templates" msgstr "Додати/редагувати шаблон відповіді" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "Додано %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -556,7 +556,7 @@ msgstr "Очікує перевірки модератором" msgid "Back" msgstr "Назад" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "Повернутися до всіх звітів" @@ -567,7 +567,7 @@ msgstr "Відмітьте користувача" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -666,7 +666,7 @@ msgstr "Змінити адресу електронної пошти" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "Змінити пароль" @@ -782,7 +782,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфігурація" @@ -845,8 +845,8 @@ msgstr "" msgid "Coordinates:" msgstr "Координати:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "Не вдалось знайти користувача" @@ -948,7 +948,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Наразі жодних органів не було створено" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -993,7 +993,7 @@ msgstr "Видалити шаблон" msgid "Deleted" msgstr "Видалено" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1043,7 +1043,7 @@ msgstr "Не використовувати карту" msgid "Diligency prize league table" msgstr "Таблиця найстаранніших призерів" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1467,11 +1467,11 @@ msgstr "For more information, see %s в %s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "Поновлено!" @@ -4700,8 +4705,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "Пошта занесена в чорний список" @@ -4711,17 +4716,17 @@ msgstr "Пошта занесена в чорний список" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "Адреса вже в чорному списку" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "Користувацький прапорець видалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "Користувач відмічений" @@ -4744,7 +4749,7 @@ msgstr "Користувачі" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "Користувачі" @@ -5054,7 +5059,7 @@ msgstr "Ви успішно увійшли; будь ласка перевірт msgid "You have successfully verified your phone number." msgstr "Ви успішно підтвердили поштову адресу." -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "Ви не сповістили про жодну проблему. Сповістіть про проблему" @@ -5162,7 +5167,7 @@ msgstr "Ваш телефон" msgid "Your report" msgstr "Ваш звіт" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "Ваші сповіщення" @@ -5180,7 +5185,7 @@ msgstr "Ваш пароль було змінено" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "Ваші поновлення" @@ -5207,7 +5212,7 @@ msgid "all" msgstr "всі" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5357,12 +5362,12 @@ msgstr "користувач з тієї ж ради що й проблема - msgid "user is problem owner" msgstr "користувач є власником проблеми" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "Адреса вже в чорному списку" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "Видалити з переліку" diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po index ebf676769..9038a982f 100644 --- a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2018-09-06 21:17+0100\n" +"POT-Creation-Date: 2018-10-01 11:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: mySociety , 2017\n" "Language-Team: Chinese (https://www.transifex.com/mysociety/teams/12067/zh/)\n" @@ -185,7 +185,7 @@ msgid "(we also have RSS feeds for problems within %s)" msgstr "在 %s 內之問題RSS 訂閱" #: perllib/FixMyStreet/App/Controller/Report/New.pm:251 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:701 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:707 #: perllib/FixMyStreet/DB/Result/Problem.pm:381 msgid "-- Pick a category --" msgstr "選擇分類" @@ -339,9 +339,9 @@ msgstr "(沒有電話號碼)" #: templates/web/base/report/_item.html:10 #: templates/web/base/report/_item.html:16 -#: templates/web/base/report/_main.html:134 -#: templates/web/base/report/_main.html:17 -#: templates/web/base/report/_main.html:28 +#: templates/web/base/report/_main.html:138 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:31 msgid "Add to shortlist" msgstr "" @@ -363,11 +363,11 @@ msgstr "" msgid "Add/edit response templates" msgstr "" -#: templates/web/base/my/my.html:109 +#: templates/web/base/my/my.html:115 msgid "Added %s" msgstr "新增 %s" -#: templates/web/base/report/_main.html:143 +#: templates/web/base/report/_main.html:147 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" @@ -570,7 +570,7 @@ msgstr "待核可" msgid "Back" msgstr "回上層" -#: templates/web/base/report/_main.html:4 +#: templates/web/base/report/_main.html:7 msgid "Back to all reports" msgstr "" @@ -581,7 +581,7 @@ msgstr "標記警告用戶" #: perllib/FixMyStreet/Cobrand/Default.pm:655 #: perllib/FixMyStreet/Cobrand/Default.pm:740 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:408 #: templates/web/base/admin/bodies.html:1 #: templates/web/base/admin/report_edit.html:56 #: templates/web/zurich/header.html:49 @@ -679,7 +679,7 @@ msgstr "" #: templates/web/base/auth/change_password.html:1 #: templates/web/base/auth/change_password.html:5 -#: templates/web/base/my/my.html:63 +#: templates/web/base/my/my.html:65 msgid "Change password" msgstr "更換密碼" @@ -801,7 +801,7 @@ msgid "Collapse map" msgstr "" #: perllib/FixMyStreet/Cobrand/Default.pm:650 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:397 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:422 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "設定" @@ -864,8 +864,8 @@ msgstr "" msgid "Coordinates:" msgstr "協同單位:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2008 -#: perllib/FixMyStreet/App/Controller/Admin.pm:2037 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2009 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2038 msgid "Could not find user" msgstr "找不到該戶用" @@ -966,7 +966,7 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "目前未創建內文" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:846 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:871 #: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "無法聨絡上的客戶" @@ -1010,7 +1010,7 @@ msgstr "刪除模版" msgid "Deleted" msgstr "刪除" -#: templates/web/base/report/_main.html:111 +#: templates/web/base/report/_main.html:115 #: templates/web/base/report/update.html:51 msgid "Describe why you are moderating this" msgstr "" @@ -1060,7 +1060,7 @@ msgstr "不使用地圖" msgid "Diligency prize league table" msgstr "勤奮表現名單" -#: templates/web/base/report/_main.html:116 +#: templates/web/base/report/_main.html:120 #: templates/web/base/report/update.html:54 msgid "Discard changes" msgstr "" @@ -1496,11 +1496,11 @@ msgstr "更多資訊,請詳見%s 在%s" #: perllib/FixMyStreet/App/Controller/Admin.pm:1358 #: perllib/FixMyStreet/App/Controller/Admin.pm:1473 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1679 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1680 #: perllib/FixMyStreet/App/Controller/Admin.pm:997 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:780 #: perllib/FixMyStreet/Cobrand/Zurich.pm:805 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:878 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:830 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 msgid "Updated!" msgstr "已更新!" @@ -4776,8 +4781,8 @@ msgstr "" msgid "User Import" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1888 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1898 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1889 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1899 #, fuzzy msgid "User added to abuse list" msgstr "電子郵件列入濫發名單" @@ -4787,17 +4792,17 @@ msgstr "電子郵件列入濫發名單" msgid "User already exists" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1885 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1895 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1886 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1896 #, fuzzy msgid "User already in abuse list" msgstr "電子郵件己在濫發名單" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2041 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2042 msgid "User flag removed" msgstr "移除用戶的標記警告" -#: perllib/FixMyStreet/App/Controller/Admin.pm:2012 +#: perllib/FixMyStreet/App/Controller/Admin.pm:2013 msgid "User flagged" msgstr "給用戶標記警告" @@ -4820,7 +4825,7 @@ msgstr "使用者" #: perllib/FixMyStreet/Cobrand/Default.pm:675 #: perllib/FixMyStreet/Cobrand/Default.pm:734 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:415 #: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:54 msgid "Users" msgstr "使用者" @@ -5133,7 +5138,7 @@ msgstr "您已成功登入,請檢查您的個人資訊是否正確:" msgid "You have successfully verified your phone number." msgstr "您已成功地確認電子郵件" -#: templates/web/base/my/my.html:73 +#: templates/web/base/my/my.html:79 msgid "You haven’t created any reports yet. Report a problem now." msgstr "您當未創建任何申報,立即提供申報" @@ -5241,7 +5246,7 @@ msgstr "電話號碼" msgid "Your report" msgstr "" -#: templates/web/base/my/my.html:70 +#: templates/web/base/my/my.html:76 msgid "Your reports" msgstr "你作的申報" @@ -5259,7 +5264,7 @@ msgstr "密碼已更新" msgid "Your update has been saved offline for submission when back online." msgstr "" -#: templates/web/base/my/my.html:93 +#: templates/web/base/my/my.html:99 msgid "Your updates" msgstr "更新" @@ -5287,7 +5292,7 @@ msgid "all" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin.pm:973 -#: perllib/FixMyStreet/App/Controller/Moderate.pm:88 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:90 #: perllib/FixMyStreet/DB/Result/Comment.pm:216 #: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:145 msgid "an administrator" @@ -5436,12 +5441,12 @@ msgstr "用戶來同一問題的地方政府- %d" msgid "user is problem owner" msgstr "%d 天數" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1985 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1986 #, fuzzy msgid "user not in abuse list" msgstr "電子郵件己在濫發名單" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1983 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1984 #, fuzzy msgid "user removed from abuse list" msgstr "電子郵件列入濫發名單" -- cgit v1.2.3 From 809e040f49b5f5a55166a6f0cfa5f945cede3fca Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 1 Oct 2018 12:25:46 +0100 Subject: Upgrade Net::Facebook::Oauth2 to 0.11. v2.8 of the FB API is due to turn off in April 2019, let's upgrade well in advance. --- cpanfile | 2 +- cpanfile.snapshot | 7 ++++--- t/Mock/Facebook.pm | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/cpanfile b/cpanfile index 71b3fc93e..aa0224c84 100644 --- a/cpanfile +++ b/cpanfile @@ -82,7 +82,7 @@ requires 'namespace::autoclean'; requires 'Net::Amazon::S3'; requires 'Net::DNS::Resolver'; requires 'Net::Domain::TLD', '1.75'; -requires 'Net::Facebook::Oauth2', '0.10'; +requires 'Net::Facebook::Oauth2', '0.11'; requires 'Net::OAuth'; requires 'Net::Twitter::Lite::WithAPIv1_1', '0.12008'; requires 'Number::Phone', '3.4003'; diff --git a/cpanfile.snapshot b/cpanfile.snapshot index 565c389a6..aa00250ae 100644 --- a/cpanfile.snapshot +++ b/cpanfile.snapshot @@ -4897,15 +4897,16 @@ DISTRIBUTIONS Carp 0 ExtUtils::MakeMaker 0 Storable 0 - Net-Facebook-Oauth2-0.10 - pathname: M/MA/MAMOD/Net-Facebook-Oauth2-0.10.tar.gz + Net-Facebook-Oauth2-0.11 + pathname: M/MA/MAMOD/Net-Facebook-Oauth2-0.11.tar.gz provides: MyApp::Controller::Facebook undef - Net::Facebook::Oauth2 0.10 + Net::Facebook::Oauth2 0.11 requirements: Carp 0 ExtUtils::MakeMaker 0 JSON::MaybeXS 0 + LWP::Protocol::https 0 LWP::UserAgent 0 Plack::Loader 0 Plack::Request 0 diff --git a/t/Mock/Facebook.pm b/t/Mock/Facebook.pm index 339eae536..6c9f90f10 100644 --- a/t/Mock/Facebook.pm +++ b/t/Mock/Facebook.pm @@ -20,12 +20,12 @@ has returns_email => ( sub dispatch_request { my $self = shift; - sub (GET + /v2.8/dialog/oauth + ?*) { + sub (GET + /v3.1/dialog/oauth + ?*) { my ($self) = @_; return [ 200, [ 'Content-Type' => 'text/html' ], [ 'FB login page' ] ]; }, - sub (GET + /v2.8/oauth/access_token + ?*) { + sub (GET + /v3.1/oauth/access_token + ?*) { my ($self) = @_; return [ 200, [ 'Content-Type' => 'application/json' ], [ '{"access_token": "access_token"}' ] ]; }, -- cgit v1.2.3 From 5ea3916780aee8e905370fb872d3ea811a8729c8 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 1 Oct 2018 12:12:37 +0100 Subject: Version 2.4.1. --- CHANGELOG.md | 2 ++ README.md | 2 +- bin/site-specific-install.sh | 2 +- docs/_posts/2018-10-01-v2.4.1.md | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 docs/_posts/2018-10-01-v2.4.1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 91468b4ca..8ba6effb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Releases * Unreleased + +* v2.4.1 (2nd October 2018) - New features: - Support for storing photos in AWS S3. #2253 - Front end improvements: diff --git a/README.md b/README.md index a09c38c8d..ef065060a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 2.4; see CHANGELOG.md for a version history. +Platform is now at version 2.4.1; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 4d7f05f1e..422f39d7c 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v2.4} +VERSION=${VERSION_OVERRIDE:-v2.4.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh diff --git a/docs/_posts/2018-10-01-v2.4.1.md b/docs/_posts/2018-10-01-v2.4.1.md new file mode 100644 index 000000000..e39c3f0c5 --- /dev/null +++ b/docs/_posts/2018-10-01-v2.4.1.md @@ -0,0 +1,32 @@ +--- +layout: post +title: Version 2.4.1 +author: matthew +--- + +
+Docks +
+ +Today we have released **version 2.4.1** of FixMyStreet. + +This release contains a wide variety of new features for use by reusers of our software, +funded by [NDI](https://www.ndi.org/) as part of their FixMyCommunity project; thanks +very much to them. It also includes a number of smaller features and bugfixes. + +FixMyStreet now comes with a Dockerfile and example Docker Compose setup for +use by those tools, and we provide a hosted Vagrant box that can be used also. +You can choose to store photos in Amazon S3 rather then the local filesystem, +use an external memcache server, + +We've added a script, `cobrand-checks`, that will list/diff template changes in core +that might need applying to a cobrand, to help with upgrading, and added more checks +to our Pull Requests on GitHub to spot included cobrands that need checking with each +PR made. + +We have sped up fetching full lists of bodies to help installs that have +thousands of bodies, sped up the display of `/_dev` pages, fixed the display of +pins on a body page when using Bing or TonerLite maps, and fixed an issue where the +`from_body` field was lost on a user when edited by a non-superuser admin. + +[Full changelog](https://github.com/mysociety/fixmystreet/releases/tag/v2.4.1) -- cgit v1.2.3