diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-15 14:01:44 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-15 14:01:44 +0000 |
commit | c94ed4479f26b6d4cee0bf16cac47a88ee7f6cae (patch) | |
tree | 443fef62bd66072432f04cc0d2b604b9be86c5d1 | |
parent | dace204d71f395b07c4f746599bc9f3d6e620886 (diff) | |
parent | 46f4eda18358418fd8460e7b6182b5d2a65f859d (diff) |
Merge branch 'version-2.0'v2.0
39 files changed, 39599 insertions, 23506 deletions
diff --git a/.tx/config b/.tx/config index e9bd8975f..ee63ffc4c 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com type = PO -[fixmystreet.v1-8] +[fixmystreet.v2-0] file_filter = locale/<lang>.UTF-8/LC_MESSAGES/FixMyStreet.po source_file = locale/FixMyStreet.po source_lang = en_GB @@ -45,13 +45,14 @@ web-based cross-browser testing tools for this project. ## Releases -* In development +* v2.0 (15th November 2016) - Front end improvements: - Add HTML emails. #1281 #1103 - Stop map being underneath content sidebar/header. #1350 #361 - Use Ajax/HTML5 history to pull in reports and improve map views. #1351 #1450 #1457 #1173 - Allow multiple states and categories to be filtered. #1547 + - Add sort order options to list pages. #308 - Invert area highlight on body pages. #1564 - Allow users to change their own email. #360 #1440 - Improve change password form/success page. #1503 @@ -82,6 +83,7 @@ web-based cross-browser testing tools for this project. - Feature to create report as body/other user. #1473 - Add user permissions system. #1486 - Allow user to have an area assigned in admin. #1488 + - Allow user to have categories assigned in admin. #1563 - Add inspector report detail view. #1470 - Add user shortlists. #1482 - Add response templates and priorities. #1500 #1517 diff --git a/bin/gettext-extract b/bin/gettext-extract index 1c0771f9e..f1cd6d28b 100755 --- a/bin/gettext-extract +++ b/bin/gettext-extract @@ -7,7 +7,7 @@ # Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ -cd "$(dirname $(readlink -f $BASH_SOURCE))/.." +cd "$(cd "$(dirname "$BASH_SOURCE")" && pwd -P)"/.. # Install required code if needed vendor/bin/carton install --path local-gettext --cpanfile locale/cpanfile --deployment diff --git a/bin/gettext-merge b/bin/gettext-merge index 373b39b31..a0dd343b1 100755 --- a/bin/gettext-merge +++ b/bin/gettext-merge @@ -6,7 +6,7 @@ # Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ -cd "$(dirname $(readlink -f $BASH_SOURCE))/.." +cd "$(cd "$(dirname "$BASH_SOURCE")" && pwd -P)"/.. for X in locale/*.UTF-8 do diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 1839af11b..6c54b51d0 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v1.8.4} +VERSION=${VERSION_OVERRIDE:-v2.0} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh diff --git a/bin/update_po_header.bash b/bin/update_po_header.bash index 2f37ad5d3..65468bc5c 100755 --- a/bin/update_po_header.bash +++ b/bin/update_po_header.bash @@ -7,7 +7,7 @@ # Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ -cd "$(dirname $(readlink -f $BASH_SOURCE))/.." +cd "$(cd "$(dirname "$BASH_SOURCE")" && pwd -P)"/.. # File to write to, clear it to start with PO=$1 diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po index a58f8d855..3e6b8215e 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: 2016-05-03 10:41+0100\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <team@fixmystreet.com>\n" @@ -17,11 +17,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "" -#: templates/web/base/report/new/councils_text_all.html:2 templates/web/base/report/new/councils_text_none.html:12 templates/web/base/report/new/councils_text_none.html:15 templates/web/base/report/new/councils_text_some.html:19 templates/web/base/report/new/councils_text_some.html:22 templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 templates/web/base/report/new/councils_text_all.html:4 templates/web/base/report/new/top_message_none.html:12 templates/web/base/report/new/top_message_none.html:15 templates/web/base/report/new/top_message_some.html:12 templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "" @@ -29,16 +29,16 @@ msgstr "" msgid "%d edits by %s" msgstr "" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "" -#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -78,12 +78,12 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -105,36 +105,36 @@ msgstr "" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" -#: templates/web/base/admin/report_blocks.html:41 templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_blocks.html:41 templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 templates/web/zurich/report/_item.html:19 +#: templates/web/base/report/_item.html:27 templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "" -#: templates/web/base/report/_item.html:23 templates/web/zurich/report/_item.html:17 +#: templates/web/base/report/_item.html:25 templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "" @@ -142,31 +142,35 @@ msgstr "" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 perllib/FixMyStreet/App/Controller/Report/New.pm:650 perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "" -#: templates/web/base/admin/body-form.html:42 templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -175,8 +179,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 templates/web/zurich/admin/index.html:4 @@ -191,15 +195,23 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:97 templates/web/zurich/auth/general.html:51 +#: templates/web/base/auth/general.html:104 templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 templates/web/base/report/new/form_user_loggedout_password.html:3 templates/web/base/report/update/form_user_loggedout_password.html:2 msgid "<strong>Yes</strong> I have a password" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:8 templates/web/base/report/update/form_update.html:36 templates/web/base/report/update/form_update.html:37 +#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:8 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "" @@ -210,31 +222,47 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 templates/web/base/admin/body-form.html:240 templates/web/zurich/admin/body-form.html:52 +#: templates/web/base/admin/bodies.html:78 templates/web/base/admin/body-form.html:138 templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" -#: templates/web/base/admin/body.html:116 templates/web/zurich/admin/body.html:31 +#: templates/web/base/admin/body.html:126 templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 templates/web/base/report/_main.html:19 templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 templates/web/base/admin/users.html:48 msgid "Add user" msgstr "" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +msgid "Add/edit problem categories" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "" @@ -246,11 +274,11 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/reports/index.html:3 templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "" @@ -258,7 +286,11 @@ msgstr "" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 templates/web/zurich/admin/index-dm.html:12 templates/web/zurich/admin/stats.html:13 templates/web/zurich/footer.html:20 templates/web/zurich/nav_over_content.html:6 +#: templates/web/base/admin/responsepriorities/list.html:19 +msgid "All categories" +msgstr "" + +#: templates/web/base/footer.html:29 templates/web/base/reports/_list-filters.html:2 templates/web/zurich/admin/index-dm.html:12 templates/web/zurich/admin/stats.html:13 templates/web/zurich/footer.html:21 templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "" @@ -266,15 +298,7 @@ msgstr "" msgid "All reports between %s and %s" msgstr "" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "" - -#: templates/web/base/report/new/councils_text_all.html:2 templates/web/base/report/new/councils_text_all.html:4 templates/web/base/report/new/fill_in_details_form.html:10 templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -282,43 +306,59 @@ msgstr "" msgid "Anonymous" msgstr "" -#: templates/web/base/admin/report_edit.html:57 templates/web/base/admin/update_edit.html:23 +#: templates/web/base/admin/report_edit.html:140 templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "" +#: templates/web/base/report/new/form_user_loggedin.html:20 templates/web/base/report/update/form_name.html:13 +msgid "Another user" +msgstr "" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 templates/web/base/admin/body.html:16 templates/web/zurich/admin/body-form.html:24 +#: templates/web/base/admin/report_edit.html:84 templates/web/base/report/display_tools.html:6 +msgid "Are you sure?" +msgstr "" + +#: templates/web/base/admin/body-form.html:75 templates/web/base/admin/body.html:20 templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "" -#: templates/web/base/admin/bodies.html:15 templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 templates/web/zurich/admin/stats.html:36 +#: templates/web/zurich/admin/report_edit.html:169 templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "" @@ -330,31 +370,51 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 templates/web/zurich/report/_item.html:9 +#: templates/web/base/admin/user-form.html:78 templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:133 templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "" +#: templates/web/base/report/_main.html:6 +msgid "Back to all reports" +msgstr "" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 perllib/FixMyStreet/Cobrand/Zurich.pm:392 templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 perllib/FixMyStreet/Cobrand/Default.pm:729 perllib/FixMyStreet/Cobrand/Zurich.pm:391 templates/web/base/admin/bodies.html:1 templates/web/base/admin/report_edit.html:55 templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" -#: templates/web/base/admin/flagged.html:17 templates/web/base/admin/reports.html:14 templates/web/base/admin/users.html:17 +#: templates/web/base/admin/flagged.html:17 templates/web/base/admin/index.html:57 templates/web/base/admin/reports.html:15 templates/web/base/admin/users.html:18 msgid "Body" msgstr "" -#: templates/web/base/admin/report_edit.html:34 templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "" @@ -366,39 +426,67 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: templates/web/base/admin/body.html:68 templates/web/base/admin/index.html:54 templates/web/base/report/new/category.html:7 templates/web/base/report/new/category_wrapper.html:3 templates/web/zurich/admin/body.html:14 templates/web/zurich/admin/index-dm.html:23 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports.html:13 templates/web/zurich/admin/stats.html:50 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 templates/web/base/admin/responsepriorities/list.html:8 +msgid "Categories" +msgstr "" + +#: templates/web/base/admin/category-checkboxes.html:2 +msgid "Categories:" +msgstr "" + +#: templates/web/base/admin/body.html:72 templates/web/base/admin/contact-form.html:19 templates/web/base/admin/stats_fix_rate.html:4 templates/web/base/report/_inspect.html:33 templates/web/base/report/new/category.html:6 templates/web/base/report/new/category_wrapper.html:3 templates/web/zurich/admin/body.html:14 templates/web/zurich/admin/index-dm.html:23 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports.html:13 templates/web/zurich/admin/stats.html:50 msgid "Category" msgstr "" -#: templates/web/base/admin/index.html:52 templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "" + +#: templates/web/base/admin/stats.html:58 templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 templates/web/base/admin/category_edit.html:23 templates/web/base/admin/report_edit.html:56 templates/web/zurich/admin/body.html:43 templates/web/zurich/admin/report_edit-sdm.html:70 templates/web/zurich/admin/report_edit.html:98 +#: templates/web/base/admin/report_edit.html:125 templates/web/zurich/admin/body.html:43 templates/web/zurich/admin/contact-form.html:2 templates/web/zurich/admin/report_edit-sdm.html:72 templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "" -#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:3 templates/web/base/auth/change_password.html:33 templates/web/base/my/my.html:17 +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 templates/web/base/auth/change_email.html:3 templates/web/base/auth/change_email.html:30 +msgid "Change email address" +msgstr "" + +#: templates/web/base/auth/change_password.html:1 templates/web/base/auth/change_password.html:16 templates/web/base/auth/change_password.html:4 templates/web/base/auth/change_password.html:43 templates/web/base/my/my.html:23 msgid "Change password" msgstr "" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -409,21 +497,17 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" -#: templates/web/base/around/_report_banner.html:2 templates/web/base/js/translation_strings.html:55 +#: templates/web/base/around/_report_banner.html:2 msgid "Click map to report a problem" msgstr "" @@ -443,19 +527,23 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 perllib/FixMyStreet/Cobrand/Zurich.pm:969 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:15 templates/web/base/admin/report_blocks.html:25 templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:142 templates/web/base/report/banner.html:15 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:10 templates/web/zurich/admin/header.html:16 templates/web/zurich/admin/stats.html:31 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 perllib/FixMyStreet/Cobrand/Zurich.pm:960 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:15 templates/web/base/admin/report_blocks.html:25 templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:142 templates/web/base/report/banner.html:15 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:10 templates/web/zurich/admin/header.html:16 templates/web/zurich/admin/stats.html:31 msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" @@ -463,23 +551,19 @@ msgstr "" msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:73 templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 templates/web/base/admin/config_page.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "" @@ -495,7 +579,7 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/body.html:164 templates/web/base/admin/body.html:79 templates/web/base/admin/category_edit.html:37 templates/web/base/admin/category_edit.html:92 templates/web/zurich/admin/stats.html:40 +#: templates/web/base/admin/body.html:85 templates/web/base/admin/category_edit.html:54 templates/web/base/admin/contact-form.html:47 templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "" @@ -503,7 +587,7 @@ msgstr "" msgid "Confirmed reports between %s and %s" msgstr "" -#: templates/web/base/admin/list_updates.html:39 templates/web/base/admin/problem_row.html:36 templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/list_updates.html:39 templates/web/base/admin/problem_row.html:36 templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "" @@ -520,15 +604,15 @@ msgstr "" msgid "Contact the team" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:40 templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "" @@ -540,11 +624,11 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "" @@ -556,19 +640,31 @@ msgstr "" msgid "Create a report" msgstr "" -#: templates/web/base/admin/body.html:206 templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "" -#: templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/responsepriorities/edit.html:36 +msgid "Create priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" -#: templates/web/base/admin/problem_row.html:34 templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/problem_row.html:34 templates/web/base/admin/templates.html:12 msgid "Created" msgstr "" -#: templates/web/base/admin/list_updates.html:38 templates/web/base/admin/report_edit.html:64 templates/web/base/admin/update_edit.html:51 templates/web/zurich/admin/update_edit.html:29 +#: templates/web/base/admin/list_updates.html:38 templates/web/base/admin/report_edit.html:77 templates/web/base/admin/update_edit.html:53 templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "" @@ -576,11 +672,11 @@ msgstr "" msgid "Current state" msgstr "" -#: templates/web/base/admin/bodies.html:5 templates/web/base/admin/index.html:17 +#: templates/web/base/admin/bodies.html:9 templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -592,31 +688,35 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 templates/web/zurich/admin/template_edit.html:33 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 templates/web/base/admin/template_edit.html:40 templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 templates/web/base/admin/body.html:175 templates/web/base/admin/body.html:81 templates/web/base/admin/category_edit.html:42 templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 templates/web/base/admin/body.html:87 templates/web/base/admin/category_edit.html:55 templates/web/base/admin/contact-form.html:58 templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "" -#: templates/web/base/report/new/form_report.html:47 templates/web/zurich/admin/index-dm.html:22 templates/web/zurich/admin/index-sdm.html:20 templates/web/zurich/admin/reports.html:12 +#: templates/web/base/admin/responsepriorities/list.html:7 templates/web/zurich/admin/index-dm.html:22 templates/web/zurich/admin/index-sdm.html:20 templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "" -#: templates/web/base/js/translation_strings.html:34 templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +msgid "Description:" +msgstr "" + +#: templates/web/base/js/translation_strings.html:33 templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "" -#: templates/web/base/admin/report_edit.html:20 templates/web/zurich/admin/report_edit-sdm.html:27 templates/web/zurich/admin/report_edit.html:29 templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 templates/web/zurich/admin/report_edit-sdm.html:29 templates/web/zurich/admin/report_edit.html:31 templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:50 templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -624,12 +724,16 @@ msgstr "" msgid "Diligency prize league table" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") -#: templates/web/base/auth/general.html:58 templates/web/base/report/new/form_user_loggedout.html:28 templates/web/base/report/new/oauth_email_form.html:18 templates/web/base/report/update-form.html:29 templates/web/base/report/update/form_user_loggedout.html:27 +#: templates/web/base/auth/general.html:58 templates/web/base/report/new/form_user_loggedout.html:25 templates/web/base/report/new/oauth_email_form.html:18 templates/web/base/report/update-form.html:30 templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" @@ -637,15 +741,15 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:14 templates/web/base/report/update/form_update.html:36 templates/web/base/report/update/form_update.html:38 +#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:14 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -653,15 +757,39 @@ msgid "" " " msgstr "" -#: templates/web/base/admin/list_updates.html:42 templates/web/base/admin/problem_row.html:41 templates/web/base/admin/users.html:33 templates/web/zurich/admin/problem_row.html:48 templates/web/zurich/admin/templates.html:20 +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + +#: templates/web/base/admin/list_updates.html:42 templates/web/base/admin/problem_row.html:41 templates/web/base/admin/responsepriorities/list.html:26 templates/web/base/admin/templates.html:22 templates/web/base/admin/users.html:34 templates/web/zurich/admin/problem_row.html:48 msgid "Edit" msgstr "" -#: templates/web/base/admin/body.html:218 templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 templates/web/base/admin/index.html:35 templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: templates/web/base/admin/report_edit.html:1 templates/web/zurich/admin/report_edit-sdm.html:1 templates/web/zurich/admin/report_edit-sdm.html:5 templates/web/zurich/admin/report_edit.html:1 templates/web/zurich/admin/report_edit.html:5 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +msgid "Edit other users' details" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +msgid "Edit report category" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +msgid "Edit reports" +msgstr "" + +#: templates/web/base/admin/report_edit.html:0 templates/web/base/admin/report_edit.html:14 templates/web/base/admin/report_edit.html:4 templates/web/zurich/admin/report_edit-sdm.html:1 templates/web/zurich/admin/report_edit-sdm.html:5 templates/web/zurich/admin/report_edit.html:1 templates/web/zurich/admin/report_edit.html:5 msgid "Editing problem %d" msgstr "" @@ -669,24 +797,24 @@ msgstr "" msgid "Editing update %d" msgstr "" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "" -#: templates/web/base/admin/bodies.html:23 templates/web/base/admin/category_edit.html:91 templates/web/base/admin/flagged.html:38 templates/web/base/admin/users.html:16 templates/web/base/auth/general.html:49 templates/web/zurich/admin/body-form.html:9 templates/web/zurich/admin/body.html:15 templates/web/zurich/auth/general.html:24 templates/web/zurich/auth/general.html:54 +#: templates/web/base/admin/bodies.html:27 templates/web/base/admin/category_edit.html:53 templates/web/base/admin/flagged.html:38 templates/web/base/admin/users.html:17 templates/web/base/auth/general.html:49 templates/web/zurich/admin/body-form.html:9 templates/web/zurich/admin/body.html:15 templates/web/zurich/auth/general.html:24 templates/web/zurich/auth/general.html:54 msgid "Email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 templates/web/base/report/new/form_user_loggedin.html:28 templates/web/base/report/update/form_name.html:19 +msgid "Email address" msgstr "" #: templates/web/base/tokens/confirm_alert.html:6 @@ -697,19 +825,19 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/category_edit.html:31 templates/web/base/admin/report_edit.html:62 templates/web/base/admin/update_edit.html:33 templates/web/base/admin/user-form.html:20 templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 templates/web/base/admin/update_edit.html:35 templates/web/base/admin/user-form.html:19 templates/web/zurich/admin/body.html:48 templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "" -#: templates/web/base/admin/body-form.html:162 templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -717,18 +845,18 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -748,7 +876,7 @@ msgstr "" msgid "Enter a nearby street name and area" msgstr "" -#: templates/web/base/auth/general.html:109 templates/web/base/report/new/form_user_loggedout_by_email.html:38 templates/web/base/report/update/form_user_loggedout_by_email.html:13 templates/web/zurich/auth/general.html:65 +#: templates/web/base/auth/general.html:116 templates/web/base/report/new/form_user_loggedout_by_email.html:35 templates/web/base/report/update/form_user_loggedout_by_email.html:13 templates/web/zurich/auth/general.html:65 msgid "Enter a password" msgstr "" @@ -760,11 +888,11 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 templates/web/base/admin/category_edit.html:18 +#: templates/web/base/admin/body.html:18 templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "" @@ -772,22 +900,42 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 templates/web/base/report/_inspect.html:37 +msgid "Existing category" +msgstr "" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 perllib/FixMyStreet/Cobrand/Zurich.pm:922 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:12 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 perllib/FixMyStreet/Cobrand/Zurich.pm:913 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "" + +#: templates/web/base/admin/category_edit.html:25 templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" +#: templates/web/base/report/_inspect.html:107 +msgid "Extra details" +msgstr "" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -796,15 +944,15 @@ msgstr "" msgid "Filter report list" msgstr "" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:24 templates/web/base/admin/report_blocks.html:9 templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:142 templates/web/base/report/banner.html:12 templates/web/base/report/update/form_update.html:36 templates/web/base/report/update/form_update.html:40 +#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:24 templates/web/base/admin/report_blocks.html:9 templates/web/base/admin/stats_fix_rate.html:4 templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:142 templates/web/base/report/banner.html:12 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "" @@ -816,11 +964,15 @@ msgstr "" msgid "Fixed - User" msgstr "" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "" -#: templates/web/base/admin/body-form.html:89 templates/web/zurich/admin/body-form.html:36 +#: templates/web/base/admin/body-form.html:95 templates/web/base/admin/responsepriorities/edit.html:31 templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -828,7 +980,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -836,7 +988,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -844,7 +996,7 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -852,19 +1004,23 @@ msgstr "" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_password.html:20 templates/web/base/report/update/form_user_loggedout_password.html:19 +#: templates/web/base/auth/general.html:95 templates/web/base/report/new/form_user_loggedout_password.html:20 templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -872,11 +1028,7 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "" - -#: templates/web/base/around/_updates.html:3 templates/web/base/report/display_tools.html:11 +#: templates/web/base/around/_updates.html:3 templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "" @@ -888,7 +1040,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "" @@ -896,59 +1048,67 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/alert/index.html:34 templates/web/base/around/postcode_form.html:13 templates/web/base/reports/_list-filters.html:28 templates/web/zurich/admin/stats.html:26 +#: templates/web/base/admin/index.html:45 templates/web/base/alert/index.html:34 templates/web/base/around/postcode_form.html:13 templates/web/base/reports/_list-filters.html:29 templates/web/base/reports/_list-filters.html:41 templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/footer.html:38 templates/web/zurich/about/faq-de-ch.html:1 templates/web/zurich/footer.html:22 templates/web/zurich/nav_over_content.html:8 +#: templates/web/base/footer.html:35 templates/web/zurich/about/faq-de-ch.html:1 templates/web/zurich/footer.html:23 templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:17 templates/web/base/admin/report_blocks.html:26 templates/web/base/admin/update_edit.html:28 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:11 templates/web/zurich/admin/stats.html:32 templates/web/zurich/admin/update_edit.html:18 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:17 templates/web/base/admin/report_blocks.html:26 templates/web/base/admin/update_edit.html:30 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:11 templates/web/zurich/admin/stats.html:32 templates/web/zurich/admin/update_edit.html:18 msgid "Hidden" msgstr "" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "" @@ -956,11 +1116,11 @@ msgstr "" msgid "How to report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:23 templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -972,17 +1132,17 @@ msgstr "" msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "" -#: templates/web/base/admin/flagged.html:14 templates/web/base/admin/list_updates.html:6 templates/web/base/admin/reports.html:11 templates/web/zurich/admin/index-dm.html:21 templates/web/zurich/admin/index-sdm.html:19 templates/web/zurich/admin/list_updates.html:24 templates/web/zurich/admin/list_updates.html:38 templates/web/zurich/admin/reports.html:11 +#: templates/web/base/admin/flagged.html:14 templates/web/base/admin/index.html:54 templates/web/base/admin/list_updates.html:6 templates/web/base/admin/reports.html:12 templates/web/zurich/admin/index-dm.html:21 templates/web/zurich/admin/index-sdm.html:19 templates/web/zurich/admin/list_updates.html:24 templates/web/zurich/admin/list_updates.html:38 templates/web/zurich/admin/reports.html:11 msgid "ID" msgstr "" -#: templates/web/base/admin/body-form.html:24 templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -992,34 +1152,42 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1030,11 +1198,11 @@ msgstr "" msgid "Illegal ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "" -#: templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:142 templates/web/base/report/update/form_update.html:36 templates/web/base/report/update/form_update.html:38 +#: templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:142 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "" @@ -1046,7 +1214,7 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 perllib/FixMyStreet/Cobrand/Zurich.pm:963 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:7 templates/web/base/report/banner.html:19 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:8 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 perllib/FixMyStreet/Cobrand/Zurich.pm:954 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:7 templates/web/base/report/banner.html:19 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:8 msgid "In progress" msgstr "" @@ -1054,18 +1222,26 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "" @@ -1074,23 +1250,27 @@ msgstr "" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:5 templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:141 templates/web/base/report/update/form_update.html:36 templates/web/base/report/update/form_update.html:37 +#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:5 templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:141 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "" @@ -1098,27 +1278,27 @@ msgstr "" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:15 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 templates/web/base/report/new/form_user_loggedout_password.html:16 templates/web/base/report/update/form_user_loggedout_password.html:15 templates/web/zurich/auth/general.html:40 +#: templates/web/base/auth/general.html:91 templates/web/base/report/new/form_user_loggedout_password.html:16 templates/web/base/report/update/form_user_loggedout_password.html:15 templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "" -#: templates/web/base/admin/body.html:70 templates/web/zurich/admin/body.html:16 +#: templates/web/base/admin/body.html:74 templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "" @@ -1126,11 +1306,15 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +msgid "Least recently updated" +msgstr "" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "" @@ -1146,7 +1330,7 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "" @@ -1154,46 +1338,70 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "" -#: templates/web/base/js/translation_strings.html:45 templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "" + +#: templates/web/base/report/_main.html:126 +msgid "Moderate this report" +msgstr "" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1202,18 +1410,26 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/admin/bodies.html:21 templates/web/base/admin/body-form.html:18 templates/web/base/admin/flagged.html:16 templates/web/base/admin/flagged.html:37 templates/web/base/admin/list_updates.html:7 templates/web/base/admin/reports.html:13 templates/web/base/admin/users.html:15 templates/web/base/auth/general.html:99 templates/web/base/report/new/form_user_loggedin.html:9 templates/web/base/report/new/form_user_loggedout_by_email.html:7 templates/web/base/report/update/form_name.html:5 templates/web/base/reports/index.html:20 templates/web/zurich/admin/body-form.html:4 templates/web/zurich/auth/general.html:60 templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 templates/web/base/admin/body-form.html:24 templates/web/base/admin/flagged.html:16 templates/web/base/admin/flagged.html:37 templates/web/base/admin/index.html:56 templates/web/base/admin/list_updates.html:7 templates/web/base/admin/reports.html:14 templates/web/base/admin/responsepriorities/list.html:6 templates/web/base/admin/users.html:16 templates/web/base/auth/general.html:106 templates/web/base/report/new/form_user_loggedin.html:40 templates/web/base/report/new/form_user_loggedout_by_email.html:7 templates/web/base/report/update/form_name.html:23 templates/web/base/reports/index.html:23 templates/web/zurich/admin/body-form.html:4 templates/web/zurich/auth/general.html:60 templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:61 templates/web/base/admin/update_edit.html:32 templates/web/base/admin/user-form.html:18 templates/web/zurich/admin/stats.html:41 +#: templates/web/base/admin/report_edit.html:145 templates/web/base/admin/responsepriorities/edit.html:13 templates/web/base/admin/update_edit.html:34 templates/web/base/admin/user-form.html:16 templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "" +#: templates/web/base/report/_inspect.html:23 +msgid "Navigate to this problem" +msgstr "" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -1222,11 +1438,11 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1236,19 +1452,23 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +msgid "New email address:" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1256,10 +1476,18 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +msgid "New password:" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:4 templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1288,27 +1516,35 @@ msgstr "" msgid "New state" msgstr "" -#: templates/web/zurich/admin/template_edit.html:9 templates/web/zurich/admin/templates.html:26 +#: templates/web/base/admin/template_edit.html:4 templates/web/base/admin/templates.html:28 templates/web/zurich/admin/template_edit.html:9 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 templates/web/base/admin/category_edit.html:4 templates/web/base/admin/list_updates.html:32 templates/web/base/admin/list_updates.html:34 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/report_edit.html:59 templates/web/base/admin/report_edit.html:75 templates/web/base/admin/update_edit.html:25 templates/web/base/questionnaire/creator_fixed.html:16 templates/web/base/questionnaire/index.html:102 templates/web/base/questionnaire/index.html:53 +#: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 templates/web/base/admin/category_edit.html:4 templates/web/base/admin/list_updates.html:32 templates/web/base/admin/list_updates.html:34 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/report_edit.html:143 templates/web/base/admin/report_edit.html:95 templates/web/base/admin/update_edit.html:26 templates/web/base/questionnaire/creator_fixed.html:16 templates/web/base/questionnaire/index.html:106 templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "" @@ -1324,15 +1560,15 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:60 templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1342,11 +1578,17 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 templates/web/base/admin/report_edit.html:90 templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "" -#: templates/web/base/admin/user-form.html:24 templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1354,15 +1596,15 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:13 templates/web/base/report/update/form_update.html:36 templates/web/base/report/update/form_update.html:39 +#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:13 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 perllib/FixMyStreet/Cobrand/Zurich.pm:937 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:13 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 perllib/FixMyStreet/Cobrand/Zurich.pm:928 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1370,11 +1612,11 @@ msgstr "" msgid "Not reported before" msgstr "" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:71 templates/web/base/admin/category_edit.html:95 templates/web/zurich/admin/body.html:17 +#: templates/web/base/admin/body.html:75 templates/web/base/admin/category_edit.html:57 templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -1382,7 +1624,7 @@ msgstr "" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 templates/web/base/admin/category_edit.html:52 templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "" @@ -1394,19 +1636,19 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 templates/web/base/report/new/form_user_loggedout.html:24 templates/web/base/report/new/oauth_email_form.html:17 +#: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" -#: templates/web/base/report/update-form.html:28 templates/web/base/report/update/form_user_loggedout.html:2 templates/web/base/report/update/form_user_loggedout.html:23 +#: templates/web/base/report/update-form.html:29 templates/web/base/report/update/form_user_loggedout.html:2 templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "" @@ -1414,34 +1656,42 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 perllib/FixMyStreet/Cobrand/Zurich.pm:909 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:23 templates/web/base/admin/report_blocks.html:4 templates/web/base/admin/update_edit.html:28 templates/web/base/dashboard/index.html:140 templates/web/base/report/update/form_update.html:36 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:7 templates/web/zurich/admin/update_edit.html:18 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 perllib/FixMyStreet/Cobrand/Zurich.pm:900 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:23 templates/web/base/admin/report_blocks.html:4 templates/web/base/admin/update_edit.html:30 templates/web/base/dashboard/index.html:140 templates/web/base/report/update/form_update.html:41 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:7 templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1450,15 +1700,15 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 perllib/FixMyStreet/App/Controller/Report/New.pm:658 perllib/FixMyStreet/App/Controller/Report/New.pm:659 perllib/FixMyStreet/DB/Result/Problem.pm:562 perllib/FixMyStreet/DB/Result/Problem.pm:572 perllib/FixMyStreet/DB/Result/Problem.pm:582 perllib/FixMyStreet/DB/Result/Problem.pm:594 perllib/FixMyStreet/Script/Reports.pm:175 perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 perllib/FixMyStreet/App/Controller/Report/New.pm:650 perllib/FixMyStreet/App/Controller/Report/New.pm:651 perllib/FixMyStreet/DB/Result/Problem.pm:594 perllib/FixMyStreet/DB/Result/Problem.pm:601 perllib/FixMyStreet/DB/Result/Problem.pm:608 perllib/FixMyStreet/DB/Result/Problem.pm:617 perllib/FixMyStreet/Script/Reports.pm:185 perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "" @@ -1470,7 +1720,7 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:31 templates/web/zurich/admin/body-form.html:14 +#: templates/web/base/admin/body-form.html:37 templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" @@ -1478,51 +1728,59 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/auth/general.html:102 templates/web/base/report/new/form_user_loggedout_by_email.html:31 templates/web/base/report/update/form_user_loggedout_by_email.html:6 templates/web/zurich/auth/general.html:32 templates/web/zurich/auth/general.html:63 +#: templates/web/base/auth/general.html:109 templates/web/base/report/new/form_user_loggedout_by_email.html:28 templates/web/base/report/update/form_user_loggedout_by_email.html:6 templates/web/zurich/auth/general.html:32 templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "" -#: templates/web/base/auth/change_password.html:25 templates/web/base/auth/general.html:82 +#: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:26 templates/web/base/report/new/form_user_loggedout_by_email.html:25 +#: templates/web/base/report/new/form_user_loggedin.html:57 templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:83 templates/web/base/admin/report_edit.html:63 templates/web/zurich/admin/stats.html:39 +#: perllib/FixMyStreet/Script/Reports.pm:87 templates/web/base/admin/report_edit.html:152 templates/web/base/admin/user-form.html:21 templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "" -#: templates/web/base/questionnaire/index.html:75 templates/web/base/questionnaire/index.html:89 templates/web/base/questionnaire/index.html:91 templates/web/base/report/new/form_report.html:23 templates/web/base/report/new/form_report.html:38 templates/web/base/report/new/form_report.html:40 templates/web/base/report/update/form_update.html:20 templates/web/base/report/update/form_update.html:22 templates/web/base/report/update/form_update.html:6 templates/web/zurich/admin/index-dm.html:29 templates/web/zurich/admin/index-sdm.html:24 templates/web/zurich/admin/reports.html:16 templates/web/zurich/admin/stats.html:37 templates/web/zurich/report/new/fill_in_details_form.html:45 templates/web/zurich/report/new/fill_in_details_form.html:61 templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/base/questionnaire/index.html:78 templates/web/base/questionnaire/index.html:93 templates/web/base/questionnaire/index.html:95 templates/web/base/report/new/form_report.html:28 templates/web/base/report/new/form_report.html:43 templates/web/base/report/new/form_report.html:45 templates/web/base/report/update/form_update.html:22 templates/web/base/report/update/form_update.html:24 templates/web/base/report/update/form_update.html:7 templates/web/zurich/admin/index-dm.html:29 templates/web/zurich/admin/index-sdm.html:24 templates/web/zurich/admin/reports.html:16 templates/web/zurich/admin/stats.html:37 templates/web/zurich/report/new/fill_in_details_form.html:20 templates/web/zurich/report/new/fill_in_details_form.html:36 templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 templates/web/base/report/new/form_report.html:28 templates/web/base/report/update/form_update.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20 +msgid "Photos" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" -#: templates/web/base/js/translation_strings.html:30 +#: templates/web/base/around/display_location.html:76 templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 perllib/FixMyStreet/Cobrand/Zurich.pm:955 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:6 templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:141 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:9 templates/web/zurich/admin/index-dm.html:9 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 perllib/FixMyStreet/Cobrand/Zurich.pm:946 templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:6 templates/web/base/dashboard/index.html:140 templates/web/base/dashboard/index.html:141 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:9 templates/web/zurich/admin/index-dm.html:9 msgid "Planned" msgstr "" @@ -1530,23 +1788,23 @@ msgstr "" msgid "Please be polite, concise and to the point." msgstr "" -#: templates/web/base/auth/change_password.html:12 templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "" -#: templates/web/base/auth/general.html:37 templates/web/base/auth/general.html:43 templates/web/zurich/auth/general.html:3 templates/web/zurich/auth/general.html:9 +#: templates/web/base/auth/change_email.html:15 templates/web/base/auth/change_email.html:18 templates/web/base/auth/general.html:37 templates/web/base/auth/general.html:43 templates/web/zurich/auth/general.html:3 templates/web/zurich/auth/general.html:9 msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 perllib/FixMyStreet/App/Controller/Report/New.pm:856 perllib/FixMyStreet/App/Controller/Report/New.pm:921 perllib/FixMyStreet/DB/Result/Problem.pm:412 templates/web/base/js/translation_strings.html:9 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 perllib/FixMyStreet/App/Controller/Report/New.pm:837 perllib/FixMyStreet/App/Controller/Report/New.pm:860 perllib/FixMyStreet/DB/Result/Problem.pm:440 templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 templates/web/base/admin/bodies.html:4 templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1561,39 +1819,43 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 perllib/FixMyStreet/DB/Result/Comment.pm:125 templates/web/base/js/translation_strings.html:2 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 perllib/FixMyStreet/DB/Result/Comment.pm:126 templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 templates/web/base/auth/change_password.html:15 templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +msgid "Please enter a name for this body" +msgstr "" + +#: templates/web/base/auth/change_password.html:22 templates/web/base/auth/change_password.html:25 templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:114 perllib/FixMyStreet/DB/Result/Problem.pm:395 templates/web/base/js/translation_strings.html:3 +#: perllib/FixMyStreet/App/Controller/Contact.pm:114 perllib/FixMyStreet/DB/Result/Problem.pm:423 templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 perllib/FixMyStreet/App/Controller/Admin.pm:1130 perllib/FixMyStreet/App/Controller/Admin.pm:345 perllib/FixMyStreet/DB/Result/User.pm:143 templates/web/base/js/translation_strings.html:12 templates/web/base/js/translation_strings.html:16 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 perllib/FixMyStreet/App/Controller/Admin.pm:1356 perllib/FixMyStreet/App/Controller/Admin.pm:363 perllib/FixMyStreet/DB/Result/User.pm:164 templates/web/base/js/translation_strings.html:12 templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 perllib/FixMyStreet/App/Controller/Contact.pm:124 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 templates/web/base/js/translation_strings.html:4 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:113 perllib/FixMyStreet/DB/Result/User.pm:140 templates/web/base/auth/general.html:37 templates/web/base/auth/general.html:42 templates/web/base/js/translation_strings.html:11 templates/web/base/js/translation_strings.html:15 templates/web/zurich/auth/general.html:3 templates/web/zurich/auth/general.html:8 +#: perllib/FixMyStreet/App/Controller/Contact.pm:113 perllib/FixMyStreet/DB/Result/User.pm:161 templates/web/base/auth/change_email.html:15 templates/web/base/auth/change_email.html:17 templates/web/base/auth/general.html:37 templates/web/base/auth/general.html:42 templates/web/base/js/translation_strings.html:11 templates/web/base/js/translation_strings.html:15 templates/web/zurich/auth/general.html:3 templates/web/zurich/auth/general.html:8 msgid "Please enter your email" msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "" @@ -1605,7 +1867,7 @@ msgstr "" msgid "Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below" msgstr "" -#: perllib/FixMyStreet/App/Controller/Contact.pm:112 perllib/FixMyStreet/DB/Result/Comment.pm:122 perllib/FixMyStreet/DB/Result/Problem.pm:406 perllib/FixMyStreet/DB/Result/User.pm:136 templates/web/base/js/translation_strings.html:6 +#: perllib/FixMyStreet/App/Controller/Contact.pm:112 perllib/FixMyStreet/DB/Result/Comment.pm:123 perllib/FixMyStreet/DB/Result/Problem.pm:434 perllib/FixMyStreet/DB/Result/User.pm:157 templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "" @@ -1629,11 +1891,11 @@ msgstr "" msgid "Please fill in details of the problem below." msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "" -#: templates/web/base/report/new/sidebar.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/base/report/new/sidebar.html:7 templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" @@ -1649,11 +1911,11 @@ msgstr "" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -1661,6 +1923,10 @@ msgstr "" msgid "Please note:" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +msgid "Please provide a public update for this report." +msgstr "" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "" @@ -1673,15 +1939,15 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "" @@ -1689,7 +1955,7 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 perllib/FixMyStreet/App/Model/PhotoSet.pm:150 perllib/FixMyStreet/App/Model/PhotoSet.pm:152 templates/web/base/js/translation_strings.html:53 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 perllib/FixMyStreet/App/Model/PhotoSet.pm:163 perllib/FixMyStreet/App/Model/PhotoSet.pm:165 templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" msgstr "" @@ -1697,11 +1963,11 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "" -#: templates/web/base/contact/index.html:105 templates/web/base/report/update-form.html:24 templates/web/base/report/update/form_user_loggedout_by_email.html:14 templates/web/base/report/update/form_user_loggedout_password.html:10 +#: templates/web/base/contact/index.html:105 templates/web/base/report/update-form.html:25 templates/web/base/report/update/form_user_loggedout_by_email.html:14 templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" msgstr "" @@ -1721,11 +1987,19 @@ msgstr "" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -1733,11 +2007,11 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 templates/web/base/admin/body.html:85 templates/web/base/admin/category_edit.html:45 templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 templates/web/base/admin/contact-form.html:74 templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "" -#: templates/web/base/maps/noscript_map.html:59 templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "" @@ -1753,11 +2027,11 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/index.html:39 templates/web/zurich/admin/index.html:9 +#: templates/web/base/admin/stats.html:57 templates/web/base/admin/stats_by_state.html:12 templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "" @@ -1765,15 +2039,15 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: templates/web/base/admin/flagged.html:10 +#: perllib/FixMyStreet/Cobrand/Default.pm:706 templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "" @@ -1781,11 +2055,11 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 perllib/FixMyStreet/Cobrand/UK.pm:208 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "" @@ -1794,15 +2068,15 @@ msgid "Problems within %s ward" msgstr "" #. ("First %s is the body name, second %s the site name") -#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -1810,23 +2084,31 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +msgid "Provide update as" +msgstr "" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 templates/web/base/report/update/form_user_loggedout_by_email.html:9 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/zurich/admin/report_edit.html:245 templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:121 templates/web/zurich/admin/stats.html:38 +#: templates/web/base/report/_inspect.html:125 +msgid "Public update:" +msgstr "" + +#: templates/web/zurich/admin/report_edit.html:123 templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "" -#: templates/web/base/questionnaire/completed.html:1 templates/web/base/questionnaire/index.html:0 templates/web/base/questionnaire/index.html:12 templates/web/base/questionnaire/index.html:5 +#: templates/web/base/questionnaire/completed.html:1 templates/web/base/questionnaire/index.html:0 templates/web/base/questionnaire/index.html:14 templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "" @@ -1842,7 +2124,7 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:22 templates/web/base/alert/updates.html:9 templates/web/base/around/display_location.html:1 templates/web/base/around/display_location.html:3 templates/web/base/report/display_tools.html:34 +#: templates/web/base/alert/_list.html:23 templates/web/base/alert/updates.html:9 templates/web/base/around/display_location.html:1 templates/web/base/around/display_location.html:3 templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "" @@ -1854,7 +2136,7 @@ msgstr "" msgid "RSS feed for %s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "" @@ -1862,11 +2144,11 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 perllib/FixMyStreet/Cobrand/UK.pm:215 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "" @@ -1878,20 +2160,24 @@ msgstr "" msgid "RSS feed of recent local problems" msgstr "" -#: templates/web/base/alert/updates.html:9 templates/web/base/report/display_tools.html:34 +#: templates/web/base/alert/updates.html:9 templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/alert/updates.html:14 templates/web/base/report/display_tools.html:36 +#: templates/web/base/alert/updates.html:14 templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") -#: templates/web/base/around/display_location.html:0 templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:0 templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "" @@ -1899,6 +2185,10 @@ msgstr "" msgid "Recently reported problems" msgstr "" +#: templates/web/base/reports/_list-filters.html:37 +msgid "Recently updated" +msgstr "" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -1907,11 +2197,19 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 templates/web/base/admin/update_edit.html:67 templates/web/zurich/admin/update_edit.html:35 +#: templates/web/base/report/_main.html:130 templates/web/base/report/_main.html:18 templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 templates/web/base/admin/update_edit.html:69 templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -1919,15 +2217,23 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 templates/web/zurich/footer.html:18 templates/web/zurich/nav_over_content.html:4 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 templates/web/zurich/footer.html:19 templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +msgid "Report as" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "" @@ -1939,19 +2245,19 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 templates/web/base/contact/index.html:57 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "" -#: templates/web/base/admin/questionnaire.html:5 templates/web/base/questionnaire/index.html:62 +#: templates/web/base/admin/questionnaire.html:5 templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 templates/web/base/contact/index.html:59 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:58 templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -1959,43 +2265,43 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" -#: templates/web/base/around/index.html:2 templates/web/base/js/translation_strings.html:41 templates/web/base/report/new/fill_in_details.html:0 templates/web/base/report/new/fill_in_details.html:5 templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/around/index.html:2 templates/web/base/around/lookup_by_ref.html:2 templates/web/base/js/translation_strings.html:42 templates/web/base/report/new/fill_in_details.html:0 templates/web/base/report/new/fill_in_details.html:8 templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 perllib/FixMyStreet/Cobrand/Zurich.pm:384 templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 perllib/FixMyStreet/Cobrand/Zurich.pm:383 templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2007,19 +2313,63 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" -#: templates/web/zurich/admin/template_edit.html:1 templates/web/zurich/admin/template_edit.html:4 templates/web/zurich/admin/templates.html:1 templates/web/zurich/admin/templates.html:3 +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 templates/web/base/admin/templates.html:4 templates/web/zurich/admin/template_edit.html:1 templates/web/zurich/admin/template_edit.html:4 msgid "Response Templates for %s" msgstr "" -#: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:28 templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2031,35 +2381,39 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 perllib/FixMyStreet/App/Controller/Admin.pm:1496 templates/web/base/admin/report_edit.html:90 templates/web/base/admin/update_edit.html:64 templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 perllib/FixMyStreet/App/Controller/Admin.pm:1728 templates/web/base/admin/report_edit.html:169 templates/web/base/admin/update_edit.html:66 templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 templates/web/base/admin/report_edit.html:91 templates/web/base/admin/update_edit.html:65 templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 templates/web/base/admin/report_edit.html:170 templates/web/base/admin/update_edit.html:67 templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 templates/web/base/admin/category_edit.html:84 templates/web/zurich/admin/body.html:59 templates/web/zurich/admin/template_edit.html:29 +#: templates/web/base/admin/contact-form.html:137 templates/web/base/admin/responsepriorities/edit.html:36 templates/web/base/admin/template_edit.html:36 templates/web/base/report/_inspect.html:142 templates/web/zurich/admin/body.html:62 templates/web/zurich/admin/contact-form.html:20 templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" -#: templates/web/base/admin/reports.html:1 templates/web/zurich/admin/reports.html:1 +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 templates/web/base/admin/reports.html:1 templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "" -#: templates/web/base/admin/users.html:1 +#: templates/web/base/admin/index.html:29 templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "" @@ -2067,71 +2421,103 @@ msgstr "" msgid "Search:" msgstr "" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 templates/web/zurich/admin/body-form.html:16 +#: templates/web/base/report/new/councils_text_private.html:7 templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 templates/web/zurich/admin/body-form.html:26 +#: templates/web/base/admin/body-form.html:77 templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +msgid "Select:" +msgstr "" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "" -#: templates/web/base/admin/report_edit.html:71 templates/web/zurich/admin/stats.html:45 +#: templates/web/base/admin/report_edit.html:90 templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:23 templates/web/base/report/new/form_user_loggedout_by_email.html:22 templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/_main.html:132 templates/web/base/report/_main.html:21 templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 templates/web/base/report/_main.html:20 templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:54 templates/web/base/report/new/form_user_loggedout_by_email.html:22 templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "" -#: templates/web/base/auth/general.html:110 templates/web/base/auth/general.html:3 templates/web/base/auth/general.html:86 templates/web/zurich/auth/general.html:18 templates/web/zurich/auth/general.html:35 +#: templates/web/base/auth/general.html:117 templates/web/base/auth/general.html:3 templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 templates/web/zurich/auth/general.html:18 templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 templates/web/zurich/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -2139,7 +2525,7 @@ msgstr "" msgid "Some categories may require additional information." msgstr "" -#: templates/web/base/admin/body-form.html:149 templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2150,7 +2536,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2166,11 +2552,11 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 perllib/FixMyStreet/Geocode/OSM.pm:48 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" -#: templates/web/base/auth/general.html:9 templates/web/base/report/display.html:21 templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/auth/general.html:9 templates/web/base/report/display.html:29 templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2178,23 +2564,39 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 templates/web/base/admin/flagged.html:18 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports.html:15 templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/body.html:73 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:58 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports.html:16 templates/web/base/report/_inspect.html:67 templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "" -#: templates/web/base/admin/report_edit.html:47 templates/web/base/admin/update_edit.html:27 templates/web/zurich/admin/report_edit-sdm.html:73 templates/web/zurich/admin/report_edit.html:101 templates/web/zurich/admin/report_edit.html:155 templates/web/zurich/admin/update_edit.html:17 +#: templates/web/base/admin/report_edit.html:115 templates/web/base/admin/update_edit.html:28 templates/web/zurich/admin/report_edit-sdm.html:75 templates/web/zurich/admin/report_edit.html:103 templates/web/zurich/admin/report_edit.html:151 templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 perllib/FixMyStreet/Cobrand/Zurich.pm:387 templates/web/base/admin/stats.html:1 templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 perllib/FixMyStreet/Cobrand/Zurich.pm:386 templates/web/base/admin/index.html:65 templates/web/base/admin/stats.html:1 templates/web/base/admin/stats_by_state.html:1 templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "" @@ -2206,11 +2608,11 @@ msgstr "" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2222,47 +2624,59 @@ msgstr "" msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:19 templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "" -#: templates/web/base/questionnaire/creator_fixed.html:19 templates/web/base/report/new/form_user_loggedin.html:34 templates/web/base/report/new/form_user_loggedout_by_email.html:39 templates/web/base/report/new/form_user_loggedout_password.html:11 templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/base/questionnaire/creator_fixed.html:19 templates/web/base/report/new/form_user_loggedin.html:61 templates/web/base/report/new/form_user_loggedout_by_email.html:36 templates/web/base/report/new/form_user_loggedout_password.html:11 templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:101 templates/web/base/admin/update_edit.html:75 templates/web/base/admin/user-form.html:56 templates/web/zurich/admin/report_edit-sdm.html:137 templates/web/zurich/admin/report_edit.html:268 templates/web/zurich/admin/update_edit.html:38 +#: templates/web/base/admin/report_edit.html:180 templates/web/base/admin/report_edit.html:24 templates/web/base/admin/update_edit.html:77 templates/web/base/admin/user-form.html:177 templates/web/zurich/admin/report_edit-sdm.html:124 templates/web/zurich/admin/report_edit.html:264 templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 perllib/FixMyStreet/Cobrand/Zurich.pm:902 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:6 templates/web/zurich/admin/index-dm.html:23 templates/web/zurich/admin/index-dm.html:6 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports.html:13 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 perllib/FixMyStreet/Cobrand/Zurich.pm:893 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:6 templates/web/zurich/admin/index-dm.html:23 templates/web/zurich/admin/index-dm.html:6 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/updates.html:23 templates/web/base/report/display_tools.html:41 +#: templates/web/base/alert/updates.html:23 templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 perllib/FixMyStreet/Cobrand/Zurich.pm:383 templates/web/base/admin/bodies.html:25 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:13 templates/web/zurich/header.html:57 +#: templates/web/base/report/new/form_report.html:19 +msgid "Summarise the problem" +msgstr "" + +#: templates/web/base/admin/contact-form.html:129 +msgid "Summarise your changes" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 perllib/FixMyStreet/Cobrand/Zurich.pm:382 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:13 templates/web/zurich/header.html:49 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:1 templates/web/zurich/reports/index.html:0 templates/web/zurich/reports/index.html:4 +#: templates/web/base/reports/index.html:4 templates/web/zurich/reports/index.html:0 templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" -#: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/questionnaire.html:1 templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "" @@ -2270,23 +2684,23 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 perllib/FixMyStreet/Cobrand/Zurich.pm:393 templates/web/zurich/header.html:69 msgid "Templates" msgstr "" -#: templates/web/base/admin/list_updates.html:12 templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/list_updates.html:12 templates/web/base/admin/templates.html:11 msgid "Text" msgstr "" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "" -#: templates/web/base/admin/update_edit.html:20 templates/web/zurich/admin/template_edit.html:24 templates/web/zurich/admin/update_edit.html:12 +#: templates/web/base/admin/template_edit.html:17 templates/web/base/admin/update_edit.html:20 templates/web/zurich/admin/template_edit.html:24 templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2298,7 +2712,11 @@ msgstr "" msgid "Thank you for updating this issue!" msgstr "" -#: templates/web/base/contact/submit.html:6 templates/web/base/questionnaire/completed.html:5 +#: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + +#: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2310,57 +2728,57 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 perllib/FixMyStreet/Cobrand/UK.pm:72 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 templates/web/base/admin/body-form.html:101 templates/web/base/admin/contact-form.html:103 templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2370,7 +2788,7 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2384,7 +2802,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:61 perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "" @@ -2424,11 +2842,11 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "" @@ -2436,29 +2854,25 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 templates/web/base/report/new/councils_text_some.html:10 templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." msgstr "" -#: templates/web/base/around/on_map_list_items.html:12 templates/web/base/my/_problem-list.html:8 templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/around/on_map_list_items.html:12 templates/web/base/my/_problem-list.html:8 templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -2466,15 +2880,15 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 perllib/FixMyStreet/App/Controller/Report/Update.pm:138 templates/web/base/auth/general.html:53 templates/web/zurich/auth/general.html:28 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 perllib/FixMyStreet/App/Controller/Report/Update.pm:152 templates/web/base/auth/general.html:53 templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -2482,11 +2896,11 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -2495,36 +2909,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:4 templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:5 templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 perllib/FixMyStreet/App/Controller/Report/New.pm:935 perllib/FixMyStreet/App/Controller/Report/New.pm:977 perllib/FixMyStreet/Cobrand/UK.pm:44 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 perllib/FixMyStreet/App/Controller/Report/New.pm:918 perllib/FixMyStreet/App/Controller/Report/New.pm:964 perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "" @@ -2532,55 +2962,63 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 perllib/FixMyStreet/Cobrand/Zurich.pm:169 templates/web/zurich/report/_main.html:14 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 perllib/FixMyStreet/Cobrand/Zurich.pm:162 templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:123 templates/web/zurich/admin/report_edit-sdm.html:76 templates/web/zurich/admin/report_edit.html:104 templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 templates/web/zurich/admin/report_edit-sdm.html:78 templates/web/zurich/admin/report_edit.html:106 templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 templates/web/base/admin/timeline.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" -#: templates/web/base/admin/flagged.html:15 templates/web/base/admin/reports.html:12 templates/web/zurich/admin/templates.html:8 +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + +#: templates/web/base/admin/flagged.html:15 templates/web/base/admin/index.html:55 templates/web/base/admin/reports.html:13 templates/web/base/admin/templates.html:10 msgid "Title" msgstr "" -#: templates/web/zurich/admin/template_edit.html:20 +#: templates/web/base/admin/template_edit.html:13 templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -2592,14 +3030,30 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 templates/web/base/admin/questionnaire.html:24 templates/web/base/admin/stats.html:24 templates/web/base/admin/stats.html:43 templates/web/zurich/admin/stats.html:30 +#: templates/web/base/admin/questionnaire.html:24 templates/web/base/admin/stats.html:24 templates/web/base/admin/stats.html:43 templates/web/base/admin/stats_fix_rate.html:4 templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +msgid "Trusted:" +msgstr "" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "" @@ -2608,14 +3062,18 @@ msgstr "" msgid "Try emailing us directly:" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:12 templates/web/base/report/update/form_update.html:36 templates/web/base/report/update/form_update.html:39 +#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:12 templates/web/base/report/update/form_update.html:41 templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" -#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:19 templates/web/base/admin/update_edit.html:28 templates/web/zurich/admin/report_edit-sdm.html:64 templates/web/zurich/admin/report_edit.html:92 templates/web/zurich/admin/update_edit.html:18 +#: templates/web/base/admin/report_blocks.html:1 templates/web/base/admin/report_blocks.html:19 templates/web/base/admin/update_edit.html:30 templates/web/zurich/admin/report_edit-sdm.html:66 templates/web/zurich/admin/report_edit.html:94 templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "" @@ -2624,15 +3082,15 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 perllib/FixMyStreet/App/Controller/Photo.pm:109 templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 perllib/FixMyStreet/App/Controller/Report.pm:111 perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 perllib/FixMyStreet/App/Controller/Report.pm:121 perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -2648,11 +3106,11 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 templates/web/zurich/admin/body-form.html:52 +#: templates/web/base/admin/body-form.html:138 templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -2660,19 +3118,19 @@ msgstr "" msgid "Update by {{name}}" msgstr "" -#: templates/web/base/admin/update_edit.html:42 templates/web/zurich/admin/update_edit.html:25 +#: templates/web/base/admin/update_edit.html:44 templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -2680,7 +3138,7 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 perllib/FixMyStreet/App/Controller/Admin.pm:1096 perllib/FixMyStreet/App/Controller/Admin.pm:1144 perllib/FixMyStreet/App/Controller/Admin.pm:809 perllib/FixMyStreet/Cobrand/Zurich.pm:771 perllib/FixMyStreet/Cobrand/Zurich.pm:796 perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 perllib/FixMyStreet/App/Controller/Admin.pm:1224 perllib/FixMyStreet/App/Controller/Admin.pm:1376 perllib/FixMyStreet/App/Controller/Admin.pm:824 perllib/FixMyStreet/Cobrand/Zurich.pm:762 perllib/FixMyStreet/Cobrand/Zurich.pm:787 perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "" @@ -2688,7 +3146,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -2701,19 +3159,27 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -2721,15 +3187,19 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 perllib/FixMyStreet/Cobrand/Zurich.pm:399 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:69 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 perllib/FixMyStreet/Cobrand/Default.pm:723 perllib/FixMyStreet/Cobrand/Zurich.pm:398 templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:61 msgid "Users" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 perllib/FixMyStreet/App/Controller/Admin.pm:410 perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 perllib/FixMyStreet/App/Controller/Admin.pm:430 perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 templates/web/base/admin/update_edit.html:18 templates/web/zurich/admin/report_edit-sdm.html:21 templates/web/zurich/admin/report_edit.html:22 templates/web/zurich/admin/update_edit.html:10 +#: templates/web/base/admin/report_edit.html:35 templates/web/base/admin/update_edit.html:18 templates/web/zurich/admin/report_edit-sdm.html:23 templates/web/zurich/admin/report_edit.html:24 templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -2737,7 +3207,7 @@ msgstr "" msgid "View reports by ward" msgstr "" -#: templates/web/base/around/display_location.html:0 templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:0 templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -2753,19 +3223,15 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "" -#: templates/web/base/auth/general.html:6 templates/web/base/report/display.html:27 templates/web/base/report/new/oauth_email_form.html:5 -msgid "We need your email address, please give it below." -msgstr "" - -#: templates/web/base/report/new/form_user_loggedout_email.html:2 templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:30 templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." +#: templates/web/base/auth/general.html:6 templates/web/base/report/display.html:35 templates/web/base/report/new/oauth_email_form.html:5 +msgid "We need your email address, please give it below." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -2785,15 +3251,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 templates/web/zurich/admin/body.html:18 +#: templates/web/base/admin/category_edit.html:52 templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -2801,7 +3263,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -2809,7 +3271,7 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 perllib/FixMyStreet/Cobrand/Zurich.pm:932 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:14 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 perllib/FixMyStreet/Cobrand/Zurich.pm:923 templates/web/zurich/admin/header.html:1 templates/web/zurich/admin/header.html:14 msgid "Wish" msgstr "" @@ -2821,7 +3283,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -2837,7 +3299,7 @@ msgstr "" msgid "Year" msgstr "" -#: templates/web/base/admin/bodies.html:66 templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 templates/web/base/admin/category_edit.html:5 templates/web/base/admin/flagged.html:47 templates/web/base/admin/list_updates.html:32 templates/web/base/admin/list_updates.html:34 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/report_edit.html:58 templates/web/base/admin/report_edit.html:75 templates/web/base/admin/update_edit.html:24 templates/web/base/admin/users.html:31 templates/web/base/questionnaire/creator_fixed.html:14 templates/web/base/questionnaire/index.html:100 templates/web/base/questionnaire/index.html:51 +#: templates/web/base/admin/bodies.html:70 templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 templates/web/base/admin/category_edit.html:5 templates/web/base/admin/flagged.html:47 templates/web/base/admin/list_updates.html:32 templates/web/base/admin/list_updates.html:34 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/report_edit.html:142 templates/web/base/admin/report_edit.html:95 templates/web/base/admin/update_edit.html:25 templates/web/base/admin/users.html:32 templates/web/base/questionnaire/creator_fixed.html:14 templates/web/base/questionnaire/index.html:104 templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "" @@ -2861,7 +3323,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -2876,15 +3338,15 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 templates/web/base/report/new/councils_text_none.html:14 templates/web/base/report/new/councils_text_some.html:19 templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 templates/web/base/report/new/top_message_none.html:14 templates/web/base/report/new/top_message_some.html:11 templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -2892,11 +3354,11 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -2904,46 +3366,50 @@ msgstr "" msgid "You have been signed out" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "" -#: templates/web/zurich/tokens/confirm_problem.html:5 templates/web/zurich/tokens/confirm_problem.html:6 +#: templates/web/base/auth/change_email.html:6 templates/web/zurich/tokens/confirm_problem.html:5 templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 templates/web/base/report/new/login_success_form.html:3 +#: templates/web/base/report/display.html:25 templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 +msgid "Your Reports" msgstr "" -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 templates/web/base/my/my.html:4 -msgid "Your Reports" +#: templates/web/base/auth/change_password.html:11 templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +msgid "Your account" msgstr "" -#: templates/web/base/alert/_list.html:89 templates/web/base/alert/updates.html:19 templates/web/base/alert/updates.html:22 templates/web/base/contact/index.html:83 templates/web/base/report/display_tools.html:38 templates/web/base/report/display_tools.html:40 templates/web/base/report/new/form_user_loggedin.html:3 templates/web/base/report/new/form_user_loggedout_email.html:1 templates/web/base/report/update/form_user_loggedout_email.html:1 templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/base/alert/_list.html:90 templates/web/base/alert/updates.html:19 templates/web/base/alert/updates.html:22 templates/web/base/contact/index.html:83 templates/web/base/report/display_tools.html:44 templates/web/base/report/display_tools.html:47 templates/web/base/report/new/form_user_loggedout_email.html:1 templates/web/base/report/update/form_user_loggedout_email.html:1 templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" -#: templates/web/base/auth/general.html:55 templates/web/base/report/update/form_user_loggedout_email.html:7 templates/web/zurich/auth/general.html:30 templates/web/zurich/auth/general.html:58 +#: templates/web/base/auth/change_email.html:9 templates/web/base/auth/general.html:55 templates/web/base/report/update/form_user_loggedout_email.html:5 templates/web/zurich/auth/general.html:30 templates/web/zurich/auth/general.html:58 msgid "Your email address" msgstr "" @@ -2951,7 +3417,7 @@ msgstr "" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 templates/web/base/contact/index.html:76 templates/web/base/report/new/form_user_loggedin.html:18 templates/web/base/report/new/form_user_loggedout_by_email.html:17 templates/web/base/report/update/form_name.html:12 templates/web/zurich/auth/general.html:61 templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/base/auth/general.html:107 templates/web/base/contact/index.html:76 templates/web/base/report/new/form_user_loggedout_by_email.html:17 templates/web/base/report/update/form_name.html:29 templates/web/zurich/auth/general.html:61 templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "" @@ -2959,43 +3425,47 @@ msgstr "" msgid "Your password" msgstr "" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:27 templates/web/base/report/new/form_user_loggedout_by_email.html:26 templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:26 templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 templates/web/base/my/planned.html:5 +msgid "Your shortlist" +msgstr "" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 templates/web/base/report/update/form_name.html:11 +msgid "Yourself" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: templates/web/base/admin/category-checkboxes.html:7 templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 templates/web/base/reports/body.html:7 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "" @@ -3003,14 +3473,10 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/body-form.html:188 templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/flagged.html:51 templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 templates/web/zurich/admin/index.html:5 msgid "from %s different users" msgstr "" @@ -3019,7 +3485,7 @@ msgstr "" msgid "last updated %s" msgstr "" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "" @@ -3063,11 +3529,19 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 templates/web/base/admin/questionnaire.html:15 templates/web/base/admin/questionnaire.html:16 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 templates/web/base/admin/questionnaire.html:15 templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +msgid "optional" +msgstr "" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "" @@ -3075,11 +3549,11 @@ msgstr "" msgid "or locate me automatically" msgstr "" -#: templates/web/base/admin/report_edit.html:28 templates/web/base/admin/report_edit.html:30 templates/web/zurich/admin/report_edit-sdm.html:30 templates/web/zurich/admin/report_edit-sdm.html:32 templates/web/zurich/admin/report_edit-sdm.html:53 templates/web/zurich/admin/report_edit-sdm.html:55 templates/web/zurich/admin/report_edit.html:32 templates/web/zurich/admin/report_edit.html:34 templates/web/zurich/admin/report_edit.html:48 templates/web/zurich/admin/report_edit.html:50 templates/web/zurich/admin/report_edit.html:72 templates/web/zurich/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:48 templates/web/base/admin/report_edit.html:50 templates/web/zurich/admin/report_edit-sdm.html:32 templates/web/zurich/admin/report_edit-sdm.html:34 templates/web/zurich/admin/report_edit-sdm.html:55 templates/web/zurich/admin/report_edit-sdm.html:57 templates/web/zurich/admin/report_edit.html:34 templates/web/zurich/admin/report_edit.html:36 templates/web/zurich/admin/report_edit.html:50 templates/web/zurich/admin/report_edit.html:52 templates/web/zurich/admin/report_edit.html:74 templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "" @@ -3087,39 +3561,39 @@ msgstr "" msgid "reopened" msgstr "" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:11 templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 templates/web/zurich/report/_main.html:5 +#: templates/web/base/report/_report_meta_info.html:2 templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "" @@ -3134,7 +3608,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3148,7 +3622,7 @@ msgid_plural "%d supporters" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3162,14 +3636,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3190,14 +3664,14 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." diff --git a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po index 6af9a22a6..1ba0dec51 100644 --- a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-04-13 19:08+0000\n" -"Last-Translator: Khaled Saleem Baleesh <Kbaleesh@gmail.com>\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" +"Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Arabic (http://www.transifex.com/mysociety/fixmystreet/language/ar/)\n" "Language: ar\n" "MIME-Version: 1.0\n" @@ -23,17 +23,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "و" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "أو" @@ -41,17 +41,17 @@ msgstr "أو" msgid "%d edits by %s" msgstr "%d تم التعديل بواسطة %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d إلى %d من %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - ملخص التقارير" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "مسؤول %s:" @@ -98,12 +98,12 @@ msgstr "%s تحديثات مباشرة" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s الأسئلة المرسلة – %s المجابة (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "مرجع: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -131,40 +131,40 @@ msgstr "%s، ضمن دائرة %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> المساهمون" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "(الخلل وموقع الخلل)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(البريد في لائحة المسيئين)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(بلا اسم)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(بلا رقم هاتف)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(المسافة الإفتراضية التي تغطي مايقارب 200،000 نسمة)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "(يمكن بدلاً من ذلك تخصيص موجز RSS، ضمن %s)" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(مغلق)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(تم الإصلاح)" @@ -173,33 +173,39 @@ msgstr "(تم الإصلاح)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "( مثل الكتابة على الجدران ، رمي النفايات في الاماكن الغير مخصصة ، بلاطات ارصفة مكسورة او انارة الشوارع)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(لم ترسل الى الجهة المسئولة)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(إختياري)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(عام)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(أرسل لكليهما)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "--إختر تصنيف--" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- إختر نوع العقار--" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +#, fuzzy +msgid "--Choose a template--" +msgstr "اختيار قالب" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -211,9 +217,9 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "<label>إظهار %s</label> <label>عن %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">إظهار</label> %s <label for=\"filter_categories\">عن</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -228,11 +234,19 @@ msgstr "<strong>لا</strong> دعني أؤكّد بلاغي بالبريد" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>لا</strong> دعني أؤكّد تحديثي بالبريد" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>لا</strong> دعني أسجّل دخولي بالبريد" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -241,8 +255,8 @@ msgstr "<strong>نعم</strong> لدي كلمة المرور" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "نشاط تم جدولته" @@ -257,34 +271,55 @@ msgstr "" " ليتم إرسال تقارير المشكلات إليها. يمكنك إضافة جهة اتصال واحدة أو أكثر (لفئات مختلفة\n" " من المشكلة) إلى كل هيئة." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "أضف عنوان اتصال عبر النموذج التالي." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "إضافة هيئة" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "أضف تصنيفاً" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "إضافة مستخدم" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "أضف تصنيفاً" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#, fuzzy +msgid "Add/edit response templates" +msgstr "قوالب الاستجابة لـ %s" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "أُضيف %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "معلومات إضافية" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "مرة اخرى:" @@ -296,12 +331,12 @@ msgstr "تحذير %d أنشيء لـ %s، نوع %s، معاملات %s \\ %s" msgid "Alert %d disabled (created %s)" msgstr "التحذير %d ألغي تفعيله (أنشيء %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "نبهني بأحدث المستجدات" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "كل التقرير" @@ -309,10 +344,16 @@ msgstr "كل التقرير" msgid "All Reports as CSV" msgstr "جميع التقارير بتنسيق CSV" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "كل التقرير" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "كل التقارير" @@ -322,18 +363,7 @@ msgstr "كل التقارير" msgid "All reports between %s and %s" msgstr "كل البلاغات بين %s و %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "كل المعلومات التي تقدمها سترسل إلى" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "كل المعلومات التي تقدمها سترسل إلى <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "تحديث أشار إلى أن هذه المشكلة تم حلها." @@ -342,48 +372,69 @@ msgstr "تحديث أشار إلى أن هذه المشكلة تم حلها." msgid "Anonymous" msgstr "مجهول" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "مجهول:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "إضافة مستخدم" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "هل انت مطور ؟" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "هل أنت متأكد أنك تريد إلغاء الرفع؟" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "هل انت مطور ؟" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "المنطقة المغطاة" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "بما أن هذا الموقع هو موقع مؤقت وقيمة %s هي غير حقيقي false، فإن التقارير التي تُنشأ في هذا الموقع ستُرسل إلى المبلغ عن المشكلة وليس جهة الاتصال المحددة لفئة التقرير." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "تعيين إلى الهيئة المختصة:" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "تعيين إلى فئة أخرى:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "تعيين إلى هيئة خارجية:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "تعيين إلى قسم فرعي:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "عين إلى %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "عين إلى %s" @@ -395,37 +446,64 @@ msgstr "في الغالب، يتم إرجاع %d من الطلبات في كل msgid "At the moment only searching for and looking at reports work." msgstr "حاليا مايعمل هو البحث ورؤية البلاغات فقط." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "الاستجابة العامة:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "في إنتظار المشرفين" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "الخلف" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "كل التقارير" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "حظر البريد الإلكتروني" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "الهيئات" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "الهيئة" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "الهيئة:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "بالتاريخ" @@ -437,9 +515,26 @@ msgstr "لا تستطيع العثور على رسالة البريد الإلك msgid "Can't see the map? <em>Skip this step</em>" msgstr "لا يمكنك رؤية الخريطة؟ <em>تجاوز هذه الخطوة</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "تصنيف" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "تصنيف:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -449,32 +544,48 @@ msgstr "لا يمكنك رؤية الخريطة؟ <em>تجاوز هذه الخط msgid "Category" msgstr "تصنيف" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "على سبيل المثال، ’%s‘ أو ’%s‘" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "معدل إصلاحات الفئة للمشكلات التي مضى عليها أكثر من 4 أسابيع" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "تصنيف:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "تصنيف: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "حظر البريد الإلكتروني" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "تغيير كلمة المرور" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -482,7 +593,7 @@ msgstr "" "حدد <strong>تم تأكيده</strong> للإشارة أن عنوان الإتصال هذا قد تم تأكيده.\n" "إذا لم تكن متأكدأ من مصدر أو صلاحية عنوان الإتصال, اترك هذ الخيار بل تحديد." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -490,7 +601,11 @@ msgstr "" "حدد <strong>محذوف</strong> لحذف هذا التصنيف.\n" "هذ التصنيف لن يكون متوفرا في القائمة المنسدلة في صفحة إبلاغ-عن-مشكلة." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -506,7 +621,7 @@ msgstr "" "لتعرض كبلاغ. في المملكة المتحدة، نستخدمها للخدمات مثل طلب حاوية نفايات\n" "إضافية لعنوان محدد." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." @@ -514,17 +629,12 @@ msgstr "" "اختر اسم <strong>تصنيف</strong> يكون منطقيا لعامة الناس (مثل، \"أخدود\"، \"إنارة الطريق\") ومساعد.\n" "للجهات المسئولة أيضا. هذه سوف تظهر في القائمة المنسدلة من صفحة إبلاغ-عن-مشكلة." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "اختيار قالب" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "اضغط هنا أو ادخل كـ يوم\\شهر\\سنة" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "اضغط على الخريطة للإبلاغ عن مشكلة" @@ -544,8 +654,8 @@ msgstr "انقر فوق الارتباط المرفق في رسالة البري msgid "Click the link in our confirmation email to sign in." msgstr "انقر فوق الارتباط المرفق في رسالة البريد الإلكتروني للتوكيد من أجل تسجيل الدخول." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -559,15 +669,19 @@ msgstr "انقر فوق الارتباط المرفق في رسالة البري msgid "Closed" msgstr "مغلق" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "مغلق من الجهة المسئولة" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "التقارير المغلقة" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "مغلق:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "إحداثيات" @@ -575,26 +689,22 @@ msgstr "إحداثيات" msgid "Cobrand" msgstr "علامة تجارية مشتركة" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "بيانات العلامة التجارية المشتركة:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "علامة تجارية مشتركة:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "إعدادت" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "تكوين نقطة النهاية" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "تأكيد" @@ -615,10 +725,9 @@ msgstr "" msgid "Confirmation" msgstr "تأكيد" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "مؤكد" @@ -629,7 +738,7 @@ msgstr "البلاغات المؤكدة بين %s و %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "مؤكد:" @@ -648,17 +757,17 @@ msgstr "إتصل بنا" msgid "Contact the team" msgstr "اتصل بفريق العمل" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "الإحداثيات:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "لم يتمكن من إيجاد المستخدم" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "لم يتمكن من إيجاد الموقع" @@ -672,11 +781,11 @@ msgstr "المجلس" msgid "Council contacts for %s" msgstr "جهات اتصال المجلس لـ %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "مرجع المجلس: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "المجلس:" @@ -691,23 +800,38 @@ msgstr "العدد" msgid "Create a report" msgstr "انشئ بلاغ" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "انشء تصنيف" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "انشئ بلاغ" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "لم يتم إبلاغ المجلس" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "إنشاء قالب" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "تم الإنشاء" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "تم الإنشاء:" @@ -716,13 +840,13 @@ msgstr "تم الإنشاء:" msgid "Current state" msgstr "الوضع الحالي" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "حاليا لايوجد جهات مسئولة تم إنشائها." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "لا يمكن الاتصال بالعميل" @@ -735,44 +859,50 @@ msgstr "صفحة المستخدم" msgid "Dealt with by subdivision within 5 working days" msgstr "تم التعامل بواسطة القسم الفرعي في غضون 5 أيام عمل" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "حذف القالب" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "محذوف" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "الوصف" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "الوصف" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "التفاصيل" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "التفاصيل:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "تم التحويل" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "لم يتم استخدام الخريطة" @@ -780,16 +910,20 @@ msgstr "لم يتم استخدام الخريطة" msgid "Diligency prize league table" msgstr "جدول رابطة جائزة العناية بالدقة" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "هل لديك كلمة مرور %s؟" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "لا أعلم" @@ -797,18 +931,18 @@ msgstr "لا أعلم" msgid "Don't like forms?" msgstr "هل تحب النماذج؟" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "اسحب الصور واسقطها هنا أو <u>انقر للرفع</u>" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "مكرر" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -819,20 +953,52 @@ msgstr "" "يمكن للتصنيفات المختلفة أن <strong>تمتلك نفس عنوان الاتصال</strong> (عنوان بريد إلكتروني).\n" "هذا يعني أنه يمكنك إضافة ما تشاء من التصنيفات حتى ولو كنت تملك عنوان اتصال واحد للجهة المسئولة." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "تعديل" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "تعديل تفاصيل الجهة المسئولة" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "تعديل تفاصيل الجهة المسئولة" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "انشء تصنيف" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "ترشيح قائمة البلاغات" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "التقارير التي تم إصلاحها" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -845,18 +1011,18 @@ msgstr "تعديل المشكلة %d" msgid "Editing update %d" msgstr "تعديل التحديث %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "تعديل المستخدم %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "المحرر" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -865,12 +1031,15 @@ msgstr "المحرر" msgid "Email" msgstr "البريد الإلكتروني" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "البريد أضيف إلى لائحة المسيئين" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "عنوان البريد الإلكتروني:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -881,24 +1050,24 @@ msgstr "تم إنشاء الإخطار بالبريد" msgid "Email alert deleted" msgstr "تم حذف الإخطار بالبريد" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "البريد موجودا سابقا في لائحة المسيئين" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "البريد الإلكتروني:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "البريد الإلكتروني: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -910,8 +1079,8 @@ msgstr "" "لمزيد من المعلومات، راجع\n" "<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>هذه المقالة</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -921,11 +1090,11 @@ msgstr "" "لها نقطة نهاية مختلفة (وأسلوب إرسال مختلف) عن نقطة نهاية وأسلوب إرسال الهيئة. على سبيل المثال، إذا كانت تقارير بعض فئات\n" "المشكلة يجب إرسالها عبر البريد الإلكتروني، بينما تقارير أخرى يمكن إرسالها عبر Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "تاريخ الإنتهاء:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "نقطة النهاية" @@ -947,8 +1116,8 @@ msgstr "أدخل أقرب صندوق بريد، أو اسم الشارع وال msgid "Enter a nearby street name and area" msgstr "أدخل أقرب اسم شارع وحي" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -967,11 +1136,12 @@ msgstr "أدخل تفاصيل البلاغ" msgid "Error" msgstr "خطأ" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "الكل" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "مثال لصندوق البريد %s" @@ -980,26 +1150,52 @@ msgstr "مثال لصندوق البريد %s" msgid "Examples:" msgstr "أمثلة:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "أشرح ما الخطأ، وبالضبط أين هو، وكم من المدة وهو هناك..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "انشء تصنيف" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "خارجي" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "رابط خارجي" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "رابط خارجي" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "رابط خارجي" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "رابط خارجي" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "بيانات إضافية:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "بيانات إضافية:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "فشل في إرسال الرسالة" @@ -1009,23 +1205,23 @@ msgstr "فشل في إرسال الرسالة" msgid "Filter report list" msgstr "ترشيح قائمة البلاغات" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "أول مرة" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "يمكن إصلاح ذلك عن طريق اختيار <strong>منطقة التغطية</strong> في نموذج <em>تحرير تفاصيل الهيئة</em> بالأسفل." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "تم الإصلاح" @@ -1039,11 +1235,16 @@ msgstr "تم الإصلاح - المجلس" msgid "Fixed - User" msgstr "تم الإصلاح - المستخدم" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "التقارير التي تم إصلاحها" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "تم الإصلاح:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "مشار كمحذوف" @@ -1052,8 +1253,8 @@ msgstr "مشار كمحذوف" msgid "Flag user" msgstr "مستخدم مشار إليه" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "مشار إليهم" @@ -1061,7 +1262,7 @@ msgstr "مشار إليهم" msgid "Flagged reports and users" msgstr "بلاغات ومستخدمين مشار إليهم" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "المستخدمين المشار إليهم مدرجين بقائمة في صفحة <a href='%s'>المشار إليهم</a>" @@ -1069,8 +1270,8 @@ msgstr "المستخدمين المشار إليهم مدرجين بقائمة msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "المستخدمين المشار إليهم غير محظورين بأي طريقة، هذه فقط لائحة بالمستخدمين المحددين للإنتباه لهم" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "مشار إليه:" @@ -1078,20 +1279,25 @@ msgstr "مشار إليه:" msgid "Follow a ward link to view only reports within that ward." msgstr "اتبع ارتباط الدائرة لعرض التقارير الواقعة ضمن تلك الدائرة فقط." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "للمزيد من المعلومات، راجع <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>كيف أصلح شارعي يستخدم الخريطة</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "هل نسيت كلمة المرور؟" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "تمت إعادة التوجيه إلى هيئة خارجية" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية" @@ -1101,12 +1307,8 @@ msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية" msgid "Frequently Asked Questions" msgstr "الأسئلة الشائعة" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "موجز GeoRSS على خرائط Google" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "احصل على التحديثات" @@ -1120,7 +1322,7 @@ msgstr "احصل على التحديثات لـ %s من المشاكل" msgid "Get updates of problems in this %s" msgstr "احصل على التحديثات للمشاكل في هذه %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "أرسل لي موجز RSS" @@ -1128,53 +1330,64 @@ msgstr "أرسل لي موجز RSS" msgid "Glad to hear it’s been fixed!" msgstr "سعيد لسماع أنها أصلحت!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "اذهب" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "هل تريد أن ترسل سؤال؟" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "الرسم البياني للإبلاغ عن المشكلات حسب الحالة مع مرور الوقت" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "الخطوط التي باللون الرمادي الفاتح تمثل مجالس لم تعد موجودة" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "هل أصلحت هذه المشكلة؟" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "هل أبلغت عن مشكلة لأحد المجالس من قبل، أم هذه هي المرة الأولى؟" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "المساعدة" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "هذه أنواع التحذيرات للمشاكل المحلية ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "مرحبا %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1182,19 +1395,19 @@ msgstr "مرحبا %s" msgid "Hidden" msgstr "مخفي" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "أخفي القديم" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "أخفي المثبتة" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "السجل" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "البداية" @@ -1202,12 +1415,12 @@ msgstr "البداية" msgid "How to report a problem" msgstr "كيف تبلغ عن مشكلة" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "كيف ترسل بلاغات ناجحة" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "لقد أبلغت الآن عن مشكلة على @fixmystreet" @@ -1221,8 +1434,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "نعتذر لك لم نستطع تحديد مشكلتك في قاعدة البيانات.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1231,8 +1445,8 @@ msgstr "نعتذر لك لم نستطع تحديد مشكلتك في قاعدة msgid "ID" msgstr "المعرف" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." @@ -1240,7 +1454,7 @@ msgstr "" "الرجاء تحديد <strong>عنصر رئيسي</strong> إذا كانت هذه الهيئة نفسها جزءًا من هيئة أخرى.\n" " فيما يتعلق بالأنظمة الأساسية المثبتة، فإنك لا تحتاج إلى ضم الهيئات بهذه الطريقة." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1252,12 +1466,21 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "إذا حصلت على معلومات أكثر عن حالة مشكلتك, الرجاء العودة للموقع ووضع تحديث لذلك." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "في حالة تقديم مشكلة هنا، فسيكون عنوان المشكلة وتفاصيلها عامّين، ولكن <strong>لن</strong> يتم الإبلاغ عن المشكلة للمجلس." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -1265,12 +1488,12 @@ msgstr "" "إذا كنت ترغب في ترك تحديث عام عن المشكلة، فالرجاء إدخاله هنا\n" "(الرجاء ملاحظة أنه لن يُرسل إلى المجلس)." -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "إذا كنت تستخدم <strong>أسلوب إرسال غير البريد الإلكتروني</strong>، فأدخل معرف الخدمة (Open311) أو المعرف المقابل له هنا." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1280,8 +1503,8 @@ msgstr "" " التحديثات. الرجاء تمكين <strong>حالات Open311 الموسعة</strong> إذا كنت تريد معالجة حالات إضافية.\n" " الرجاء التحقق من أن العلامة التجارية المشتركة تدعم هذه الميزة قبل التبديل إليها.." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." @@ -1289,8 +1512,8 @@ msgstr "" "في حالة تمكين إرسال التحديث عبر Open311 بالأعلى، فالرجاء تمكين <strong>منع التنبيهات</strong> \n" " إذا كنت <strong>لا</strong> تريد إعلام هذا المستخدم عند إنشاء هذه التحديثات." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1304,14 +1527,14 @@ msgstr "" msgid "Illegal ID" msgstr "معرف غير صالح" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "اختيار موجز غير صالح" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "قيد التقدم" @@ -1323,8 +1546,8 @@ msgstr "في جدول المسيئين؟" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "إضافة إلى ذلك، يتم إرجاع السمات التالية التي ليست جزءًا من مواصفة Open311 v2: agency_sent_datetime وtitle (يرجع أيضًا كجزء من الوصف) وinterface_used وcomment_count وrequestor_name (يوجد إذا كان مقدم الطلب سمح بعرض الاسم على هذا الموقع)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1337,18 +1560,27 @@ msgstr "قيد التقدم" msgid "Inbox zero, here we come!" msgstr "علبة الواردة فارغة، ها قد وصلنا!" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "تضمين البيانات الشخصية للمبلّغ" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "تضمين التقارير غير المؤكدة" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "قيمة has_photo غير صحيحة \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +#, fuzzy +msgid "Inspection required" +msgstr "الصورة مطلوبة" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "ملاحظات داخلية" @@ -1358,19 +1590,23 @@ msgstr "ملاحظات داخلية" msgid "Internal referral" msgstr "إحالة داخلية" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "قيمة agency_responsible غير صالحة %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "تاريخ نهاية غير صالح" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "التنسيق المحدد %s غير صالح." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "تاريخ البداية غير صالح" @@ -1378,8 +1614,8 @@ msgstr "تاريخ البداية غير صالح" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "جارٍ التحقق" @@ -1387,33 +1623,33 @@ msgstr "جارٍ التحقق" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "أسرع طريقة عادةً هي <a href=\"%s\">الاطلاع على الأسئلة المتداولة</a> والبحث عما إذا كانت الإجابة موجودة هناك أم لا." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "إنه في الطريق إلى المجلس حاليًا." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "الصلاحية القضائية غير معروفة" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "الصلاحية القضائية غير معروفة" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "احتفظ بتسجيل الدخول على هذا الكمبيوتر" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "آخر محرر" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "آخر تحديث" @@ -1421,11 +1657,16 @@ msgstr "آخر تحديث" msgid "Last update:" msgstr "آخر تحديث:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "آخر تحديث" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "اترك هذا خاليًا إذا كان سيتم إرسال جميع التقارير إلى هذه الهيئة باستخدام نفس أسلوب الإرسال (على سبيل المثال \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "عرض جميع المشكلات المبلّغ عنها" @@ -1447,7 +1688,7 @@ msgstr "مواجز RSS وتنبيهات البريد الإلكتروني الم msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "مواجز RSS وتنبيهات البريد الإلكتروني المحلية لـ ’%s‘" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "التنبيهات المحلية" @@ -1455,47 +1696,73 @@ msgstr "التنبيهات المحلية" msgid "Locate the problem on a map of the area" msgstr "تحديد موقع المشكلة على خريطة المنطقة" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "الخريطة" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "الخريطة" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "اشر كمرسلة" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "تحديد المستخدمين الذين تريد وضع علامة على سلوكهم بأنه <strong>مشار إليه</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "تحديد ما تم إصلاحه/إغلاقه خلال الأسابيع الثمانية الماضية" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "تحديد ما تم إصلاحه/إغلاقه منذ أكثر من ثمانية أسابيع" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "الرسالة" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "رسالة إلى الهيئة المختصة:" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "رسالة إلى الهيئة الخارجية:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +#, fuzzy +msgid "Missing bodies:" +msgstr "%s الهيئات" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr " jurisdiction_id غير موجود" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "تضمين البيانات الشخصية للمبلّغ" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "انشئ بلاغ" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "تمت المعالجة بواسطة القسم خلال يوم عمل واحد" @@ -1504,35 +1771,47 @@ msgstr "تمت المعالجة بواسطة القسم خلال يوم عمل msgid "Month" msgstr "الشهر" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "الاسم" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "الاسم:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "الاسم: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "التحديثات على هذه المشكلة، %s" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1542,12 +1821,12 @@ msgstr "أقرب طريق مسمى للدبوس الموضوع على الخري msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "أقرب رمز بريدي للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا): %s (على بعد %s متر)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "أقرب شارع مسمى للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا باستخدام خرائط Bing): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1557,20 +1836,25 @@ msgstr "أقرب شارع مسمى للدبوس الموضوع على الخري msgid "Nearly done! Now check your email…" msgstr "أوشكنا على الانتهاء! راجع البريد الإلكتروني الآن…" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "المشكلات <br>الجديدة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "تمت إضافة هيئة جديدة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "تمت إضافة جهة اتصال جديدة للفئة" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "عنوان البريد الإلكتروني:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "ملاحظة داخلية جديدة:" @@ -1578,10 +1862,21 @@ msgstr "ملاحظة داخلية جديدة:" msgid "New local problems on FixMyStreet" msgstr "مشكلات محلية جديدة على FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "ملاحظة جديدة لرئيس المنطقة:" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "كلمة المرور:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "تقارير جديدة" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "مشكلات جديدة للمجلس {{COUNCIL}} في دائرة {{WARD}} على FixMyStreet" @@ -1610,40 +1905,50 @@ msgstr "تقارير جديدة" msgid "New state" msgstr "حالة جديدة" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "قالب جديد" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "التالي" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "لا" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "مناطق أخرى:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "لا هيئة" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "لا مجلس" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "لم يتم تحديد مجلس" @@ -1659,17 +1964,17 @@ msgstr "لم يتم العثور على مشكلات مشار إليها." msgid "No flagged users found." msgstr "لم يتم العثور على مستخدمين مشار إليهم." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "لا توجد تحديثات إضافية" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "لم يتم إرجاع أي نتائج" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1682,12 +1987,26 @@ msgstr "" msgid "No supporters" msgstr "لا يوجد داعمون" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "بلا" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +#, fuzzy +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"لا يجوز إقران المستخدمين العاديين (العموميين) بأي <strong>هيئة</strong>.<br>\n" +" يمكن إقران المستخدمين الموظفين المعتمدين بالهيئة التي يمثلونها.<br>\n" +" تبعًا للتنفيذ، يمكن أن يكون لدى المستخدمين الموظفين حق الوصول إلى لوحة المعلومات (ملخص\n" +" الأنشطة عبر الهيئة التي يمثلونها)، أو القدرة على إخفاء التقارير أو تعيين حالات خاصة للتقارير." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1701,19 +2020,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "غير مسؤول" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "لا يمكن الاتصال به" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "ليس للقسم الفرعي التابع له" @@ -1721,12 +2040,12 @@ msgstr "ليس للقسم الفرعي التابع له" msgid "Not reported before" msgstr "لم يقوموا بالإبلاغ من قبل" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "لم يتم إبلاغ المجلس" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "ملاحظة" @@ -1735,9 +2054,8 @@ msgstr "ملاحظة" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "لاحظ أنه عند تضمين التقارير غير المؤكدة فإننا نستخدم تاريخ إنشاء التقرير والذي قد لا يكون في نفس شهر تأكيد التقرير، لذلك قد تتغير الأرقام قليلاً." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "ملاحظة:" @@ -1749,23 +2067,21 @@ msgstr "ملاحظة: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "ملاحظات من رئيس المنطقة الفرعية لرئيس المنطقة:" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "الآن حان وقت تقديم التقرير…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "الآن حان وقت تقديم التحديث…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "موافق" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "المشكلات القديمة/غير <br>المعروفة" @@ -1773,44 +2089,53 @@ msgstr "المشكلات القديمة/غير <br>المعروفة" msgid "Old state" msgstr "حالة قديمة" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "المشكلات القديمة التي تم <br>إصلاحها" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "المشكلات <br>القديمة" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "ملخص من سطر واحد" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "مفتوح" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "مفتوح لأكثر من أربعة أسابيع، مع وجود تحديث خلال الأسابيع الثمانية الماضية" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "مفتوح، ولكن لا يوجد أي تحديث خلال ثمانية أسابيع" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "واجهة Open311 API لخادم mySociety FixMyStreet" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "مواصفة Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "صفحة ويب مبادرة Open311" @@ -1819,23 +2144,23 @@ msgstr "صفحة ويب مبادرة Open311" msgid "Open311 specification" msgstr "مواصفة Open311" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "أو المشكلات المبلغ عنها إلى:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "أو يمكنك الاشتراك للحصول على تنبيه تبعًا للإدارة أو المجلس الذي تتبعه:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "أخرى" @@ -1848,7 +2173,7 @@ msgstr "المالك" msgid "Page Not Found" msgstr "لم يتم العثور على الصفحة" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "العنصر الرئيسي" @@ -1858,75 +2183,88 @@ msgstr "العنصر الرئيسي" msgid "Partial" msgstr "جزئي" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "كلمة المرور (اختياري)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "كلمة المرور:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "الارتباط الثابت" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "رقم الهاتف" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "رقم الهاتف (اختياري)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "الهاتف:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "الصورة" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "الصورة مطلوبة." -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "الصورة مطلوبة" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "الصورة" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "صور التقارير القريبة الحديثة" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "وضع دبوس على الخريطة" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1941,11 +2279,13 @@ msgstr "مخطط" msgid "Please be polite, concise and to the point." msgstr "الرجاء التحلي بالأدب والاختصار والتركيز على الفكرة." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "الرجاء التحقق من كلمات المرور وإعادة المحاولة" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1953,19 +2293,21 @@ msgstr "الرجاء التحقق من كلمات المرور وإعادة ال msgid "Please check your email address is correct" msgstr "الرجاء التحقق من أن عنوان البريد الإلكتروني صحيح" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "الرجاء اختيار فئة" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "الرجاء اختيار نوع العقار" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "الرجاء تصحيح الأخطاء التالية" @@ -1983,50 +2325,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "الرجاء عدم إساءة الاستعمال؛ فإساءة استعمال المجلس يتسبب في تقليل قيمة الخدمة المقدمة لكل المستخدمين." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "الرجاء إدخال رسالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "الرجاء إدخال اسمك" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "الرجاء إدخال اسمك" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "الرجاء إدخال كلمة مرور" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "الرجاء إدخال موضوع" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "الرجاء إدخال بريد إلكتروني صالح" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "الرجاء إدخال عنوان بريد إلكتروني صالح" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "الرجاء إدخال بعض التفاصيل" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2036,8 +2385,8 @@ msgstr "الرجاء إدخال بعض التفاصيل" msgid "Please enter your email" msgstr "الرجاء إدخال البريد الإلكتروني" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "الرجاء إدخال عنوان بريدك الإلكتروني" @@ -2051,9 +2400,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "الرجاء إدخال الاسم الكامل؛ فالمجالس تحتاج هذه المعلومة - إذا كنت لا ترغب في إظهار اسمك على الموقع، فألغِ تحديد هذا المربع الموجود بالأسفل" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "الرجاء إدخال اسمك" @@ -2080,12 +2429,12 @@ msgstr "الرجاء ألا تتردد في <a href=\"%s\">تسجيل الدخو msgid "Please fill in details of the problem below." msgstr "الرجاء تعبئة تفاصيل المشكلة بالأسفل." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "الرجاء تعبئة تفاصيل المشكلة." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "الرجاء تعبئة النموذج التالي بتفاصيل المشكلة، وأدخل وصفًا للموقع يكون دقيقًا قدر الإمكان في مربع التفاصيل." @@ -2101,12 +2450,12 @@ msgstr "الرجاء ملاحظة أن التحديثات لا يتم إرسال msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "يرجى ملاحظة أن تقريرك <strong>لم يتم إرساله بعد</strong>." -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "الرجاء ملاحظة أن التقرير <strong>لم يتم إرساله</strong>. اختر فئة وأضف مزيدًا من المعلومات بالأسفل، ثم قدّم التقرير." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "يرجى ملاحظة أن تحديثك <strong>لم يتم نشره بعد</strong>." @@ -2115,6 +2464,11 @@ msgstr "يرجى ملاحظة أن تحديثك <strong>لم يتم نشره ب msgid "Please note:" msgstr "الرجاء ملاحظة:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "الرجاء توضيح أسباب تقديم هذا التقرير" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "الرجاء توضيح أسباب تقديم هذا التقرير" @@ -2128,15 +2482,15 @@ msgstr "الرجاء إضافة بعض التوضيحات وصورة" msgid "Please say whether you've ever reported a problem to your council before" msgstr "الرجاء ذكر ما إذا كنت قد أبلغت عن مشكلة إلى المجلس من قبل أم لا" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "الرجاء تحديد هيئة." -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "الرجاء تحديد الموجز الذي تريده" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "الرجاء تحديد نوع التنبيه الذي تريده" @@ -2144,24 +2498,23 @@ msgstr "الرجاء تحديد نوع التنبيه الذي تريده" msgid "Please state whether or not the problem has been fixed" msgstr "الرجاء تحديد ما إذا كانت المشكلة قد تم حلها أم لا" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "الرجاء تحميل صورة JPEG فقط" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "الرجاء كتابة رسالة" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "الرجاء كتابة التحديث هنا" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2183,11 +2536,19 @@ msgstr "تم النشر بواسطة %s في %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "مشغّل بواسطة <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">نظام FixMyStreet الأساسي</a>" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "السابق" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "الخصوصية" @@ -2197,15 +2558,13 @@ msgstr "الخصوصية" msgid "Privacy and cookies" msgstr "الخصوصية وملفات تعريف الارتباط" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "خاص" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "مشكلة" @@ -2221,12 +2580,13 @@ msgstr "تم تأكيد المشكلة %s" msgid "Problem %s sent to council %s" msgstr "تم إرسال المشكلة %s إلى المجلس %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "تصنيف المشكلة حسب الحالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "تم وضع علامة \"مفتوح\" على المشكلة." @@ -2234,15 +2594,16 @@ msgstr "تم وضع علامة \"مفتوح\" على المشكلة." msgid "Problem state change based on survey results" msgstr "يتم تغيير حالة المشكلة حسب نتائج الاستطلاع" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "المشكلات" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "المشكلات القريبة" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "المشكلات على الخريطة" @@ -2250,12 +2611,12 @@ msgstr "المشكلات على الخريطة" msgid "Problems recently reported fixed on FixMyStreet" msgstr "المشكلات المبلّغ عنها مؤخرًا على FixMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "المشكلات الموجودة ضمن %.1f كم من هذا الموقع" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "المشكلات ضمن حدود %s" @@ -2266,15 +2627,15 @@ msgstr "المشكلات ضمن حدود دائرة %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "المشكلات ضمن حدود %s، %s" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "المشكلات ضمن حدود:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "عنوان الملكية:" @@ -2282,28 +2643,38 @@ msgstr "عنوان الملكية:" msgid "Provide an update" msgstr "قدّم تحديثًا" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "قدّم تحديثًا" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "تقديم الاسم وكلمة المرور اختياري، ولكن فعل ذلك يتيح لك الإبلاغ عن المشكلات وإضافة التحديثات وإدارة التقارير بسهولة أكبر." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "تقديم كلمة المرور اختياري، ولكن فعل ذلك يتيح لك الإبلاغ عن المشكلات وإضافة التحديثات وإدارة التقارير بسهولة أكبر." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "الاستجابة العامة:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "الاستجابة العامة:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "نشر الصورة" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "الاستبيان" @@ -2320,11 +2691,11 @@ msgstr "تم إرسال الاستبيان %d للمشكلة %d" msgid "Questionnaire filled in by problem reporter" msgstr "تمت تعبئة الاستبيان بواسطة المبلّغ عن المشكلة" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "موجز RSS" @@ -2336,10 +2707,10 @@ msgstr "موجز RSS لـ %s" msgid "RSS feed for %s ward, %s" msgstr "موجز RSS لدائرة %s، %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "موجز RSS لـ %s" @@ -2348,12 +2719,12 @@ msgstr "موجز RSS لـ %s" msgid "RSS feed of %s, within %s ward" msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "موجز RSS للمشكلات القريبة" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود %s" @@ -2368,22 +2739,26 @@ msgid "RSS feed of recent local problems" msgstr "موجز RSS للمشكلات المحلية الحديثة" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "موجز RSS للتحديثات على هذه المشكلة" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "استلام بريد إلكتروني عند ترك تحديثات لهذه المشكلة." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "المشكلات المحلية الحديثة، %s" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "المشكلات التي تم <br>حلها مؤخرًا" @@ -2391,6 +2766,11 @@ msgstr "المشكلات التي تم <br>حلها مؤخرًا" msgid "Recently reported problems" msgstr "المشاكل المبلغة حديثا" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "احصل على التحديثات" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "تذكر أن FixMyStreet مخصص في الأساس للإبلاغ عن المشكلات الفعلية التي يمكن حلها. إذا كانت مشكلتك غير مناسبة للتقديم عبر هذا الموقع فتذكر أنه يمكنك التواصل مع المجلس مباشرةً باستخدام موقع الويب الخاص به." @@ -2399,13 +2779,23 @@ msgstr "تذكر أن FixMyStreet مخصص في الأساس للإبلاغ عن msgid "Remove flag" msgstr "إزالة الإشارة" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "إزالة الصورة (لا يمكن التراجع عن هذا الإجراء!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "رد على المستخدم:" @@ -2413,17 +2803,27 @@ msgstr "رد على المستخدم:" msgid "Report" msgstr "إبلاغ" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "إبلاغ" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "الإبلاغ عن مشكلة" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "الإبلاغ عن إساءة" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "التقارير" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "الإبلاغ على %s" @@ -2438,23 +2838,23 @@ msgstr "الإبلاغ عن المشكلة" msgid "Report, view, or discuss local problems" msgstr "الإبلاغ عن المشكلات المحلية أو عرضها أو مناقشتها" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "تم الإبلاغ عنها من قبل" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "تم الإبلاغ عنها بواسطة %s في %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "تم الإبلاغ عنها بواسطة:" @@ -2462,50 +2862,51 @@ msgstr "تم الإبلاغ عنها بواسطة:" msgid "Reported in the %s category" msgstr "تم الإبلاغ عنها في الفئة %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "تم الإبلاغ عنها في الفئة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "تم البلاغ في التصنيف %s بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "تم الإبلاغ عنها بواسطة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "تم الإبلاغ عنها عبر %s بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بواسطة %s في %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "تم الإبلاغ عنها خلال الأسابيع الأربعة الماضية" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "تم الإبلاغ:" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "الإبلاغ عن مشكلة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "التقارير" @@ -2517,22 +2918,72 @@ msgstr "يقتصر طول التقارير على %s من الأحرف. الرج msgid "Reports awaiting approval" msgstr "التقارير في انتظار الاعتماد" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "تم نشر التقارير" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "التقارير في انتظار الاعتماد" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "إعادة إرسال التقرير" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +#, fuzzy +msgid "Response Priorities for %s" +msgstr "قوالب الاستجابة لـ %s" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +#, fuzzy +msgid "Response Priority for %s" +msgstr "قوالب الاستجابة لـ %s" + +#: templates/web/base/admin/template_edit.html:1 +#, fuzzy +msgid "Response Template for %s" +msgstr "قوالب الاستجابة لـ %s" + +#: templates/web/base/admin/templates_index.html:1 +#, fuzzy +msgid "Response Templates" +msgstr "قوالب الاستجابة لـ %s" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "قوالب الاستجابة لـ %s" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "المكان صحيح؟" @@ -2546,46 +2997,56 @@ msgstr "مشغل الطرق لهذا الطريق المسمى (يتم اشتق msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "مشغل الطرق لهذا الطريق المسمى (من OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "تدوير لليسار" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "تدوير لليمين" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "سيؤدي تدوير هذه الصورة إلى تجاهل التغييرات غير المحفوظة في التقرير." -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "القمر الصناعي" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "حفظ التغييرات" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "البحث عن تقارير" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "البحث عن مستخدمين" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "البحث عن تقارير" @@ -2595,81 +3056,120 @@ msgstr "البحث عن تقارير" msgid "Search:" msgstr "بحث:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "لم يعثر البحث على أي تقارير." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "لم يعثر البحث عن أي مستخدمين." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "تحديد هيئة" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "حدد مجلسًا معينًا للاطلاع على التقارير المرسلة هناك." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "تحديد منطقة" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "حدد نوع التنبيه الذي تريده وانقر فوق الزر للحصول على موجز RSS أو أدخل عنوان البريد الإلكتروني للاشتراك في خدمة التنبيه عبر البريد الإلكتروني." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "الموضوع:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "تمت إعادة إرسال التقرير" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "تم الإرسال إلى %s %s لاحقًا" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "تم الإرسال:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "الخدمة:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "مشاركة" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "تم النشر بواسطة %s في %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "إظهار اسمي للعامة" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "إظهار القديم" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "إظهار الدبابيس" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "تسجيل الدخول" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "سجل الدخول أو أنشئ حساب جديد" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "تسجيل الخروج" @@ -2678,8 +3178,8 @@ msgstr "تسجيل الخروج" msgid "Some categories may require additional information." msgstr "بعض التصنيفات قد تتطلب معلومات إضافية." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2692,8 +3192,7 @@ msgid "Some photos of recent reports" msgstr "بعض صور التقارير الحديثة" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "بعض النص لترجمته" @@ -2709,16 +3208,16 @@ msgstr "عذرًا، لم يكن هذا الارتباط صالحًا" msgid "Sorry, there has been an error confirming your problem." msgstr "عذرًا، حدث خطأ أثناء تأكيد المشكلة." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "عذرًا، لم نستطع العثور على هذا الموقع." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "عذرا، لم نتمكن من تسجيل دخولك. يرجى ملئ النموذج بالأسفل." @@ -2728,35 +3227,55 @@ msgstr "عذرا، لم نتمكن من تسجيل دخولك. يرجى ملئ msgid "Sorry, we could not parse that location. Please try again." msgstr "عذرًا، لم نستطع تحليل ذلك الموقع. الرجاء إعادة المحاولة." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "عذرًا، لم نستطع حفظ الصورة (الصور)، الرجاء إعادة المحاولة." -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "تاريخ البداية:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "الحالة" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "الحالة:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "الإحصائيات" @@ -2770,12 +3289,12 @@ msgstr "الحالة" msgid "Still open, via questionnaire, %s" msgstr "لا تزال مفتوحة، عبر الاستبيان، %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "عرض الشارع" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "الفئة الفرعية: %s" @@ -2787,34 +3306,35 @@ msgstr "القسم الفرعي/الهيئة" msgid "Subject" msgstr "الموضوع" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "الموضوع:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "تقديم" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "تقديم التغييرات" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "تقديم الاستبيان" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2825,38 +3345,53 @@ msgid "Submitted" msgstr "تم اضافتها" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "اشتراك" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "اشتراك في تنبيه البريد الإلكتروني" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "أدخل تفاصيل البلاغ" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "تقديم التغييرات" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "ملخص" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "ملخص التقارير" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "استطلاع" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "نتائج التصفح" @@ -2864,27 +3399,29 @@ msgstr "نتائج التصفح" msgid "Template «%s»" msgstr "القالب «%s»" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "القوالب" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "النص" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "إصدار نصي فقط" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "النص:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "شكرًا لك للإبلاغ عن هذه المشكلة!" @@ -2897,6 +3434,10 @@ msgid "Thank you for updating this issue!" msgstr "شكرًا لك على تحديث هذه المشكلة!" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "شكرًا لك على تعليقاتك" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "شكرًا لك على تعليقاتك" @@ -2909,41 +3450,41 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "يبدو أنه لم يتم تحميل هذه الصورة بصورة سليمة (%s)، الرجاء إعادة المحاولة." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "لا يبدو أن هذا الموقع ضمن صلاحيات المجلس؛ ربما يكون موقعًا بحريًا أو خارج حدود المحافظة. الرجاء إعادة المحافظة." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "لا يبدو أن هذا الموقع يقع في المملكة المتحدة؛ الرجاء إعادة المحاولة." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "لم يتم التعرف على هذا الرمز البريدي، عذرًا." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "تم وضع علامة على هذه المشكلة بأنها أُرسلت." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "ستتم إعادة إرسال هذه المشكلة الآن." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "لا يمكن عرض هذا التقرير على %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "تمت إزالة هذا التقرير من FixMyStreet." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2951,8 +3492,8 @@ msgstr "" "<strong>عنوان البريد الإلكتروني</strong> هو الوجهة التي يتم إرسال التقارير المتعلقة بهذه الفئة إليها. \n" " قد تكون الفئات الأخرى لهذه الهيئة معينًا لها نفس عنوان البريد الإلكتروني." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2960,8 +3501,8 @@ msgstr "" "<strong>نقطة النهاية</strong> هي عنوان URL للخدمة التي سيتصل بها نظام FixMyStreet \n" " عند إرسال التقارير إلى هذه الهيئة." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." @@ -2969,8 +3510,10 @@ msgstr "" "<strong>الصلاحية القضائية</strong> مطلوب تحديدها فقط إذا كانت نقطة النهاية تخدم أكثر من\n" " واحدة. إذا كانت الهيئة تدير نقطة النهاية الخاصة بها، فيمكن ترك هذا الحقل خاليًا." -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2982,8 +3525,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "خاصية Open311 v2 التالية: agency_responsible، تُستخدم لعرض الإدارات التي استلمت تقرير المشكلة، وعادةً ليست هذه هي طريقة تعريف السمة في مواصفة Open311 v2." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -3002,7 +3545,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "يعرض جدول رابطة جائزة العناية بالدقة نشاط المحررين (الأشخاص الذين يحررون معظم السجلات)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "الخطأ هو: %s" @@ -3044,12 +3587,12 @@ msgstr "المشكلات الأخيرة المبلغ عنها ضمن حدود {{ msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "من المحتمل أن الارتباط انتهت صلاحيته، أو ربما لم يتم نسخه ولصقه بصورة سليمة." -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "يتم توفير قائمة المناطق المتاحة بواسطة خدمة MapIt في %s." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "كلمتا المرور غير متطابقتين" @@ -3057,22 +3600,16 @@ msgstr "كلمتا المرور غير متطابقتين" msgid "The requested URL '%s' was not found on this server" msgstr "لم يتم العثور على عنوان URL '%s' على هذا الخادم" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "أبسط تنبيه هو التنبيه الجغرافي:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "سيُتاح الملخص والوصف للعامة أيضًا (راجع <a href=\"/privacy\">سياسة الخصوصية</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "تعذر على المستخدم تحديد موقع المشكلة على الخريطة، ولكن يجب البحث عن المنطقة حول الموقع الذي أدخله" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3082,11 +3619,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "لا توجد تقارير لعرضها." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "حدثت مشكلة أثناء عرض صفحة \"كل التقارير\". الرجاء إعادة المحاولة لاحقًا." @@ -3095,18 +3632,18 @@ msgstr "حدثت مشكلة أثناء عرض صفحة \"كل التقارير\" msgid "There was a problem showing this page. Please try again later." msgstr "حدثت مشكلة أثناء عرض هذه الصفحة. الرجاء إعادة المحاولة لاحقًا." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. إذا كنت لا تستطيع تذكر كلمة المرور، أو كنت لا تمتلك كلمة مرور، فالرجاء تعبئة قسم ‘تسجيل الدخول بواسطة البريد الإلكتروني’ في النموذج." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "حدثت مشكلة في توليفة البريد الإلكتروني/كلمة المرور. الرجاء إعادة المحاولة." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة مرة آخرى." @@ -3114,12 +3651,12 @@ msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة م msgid "There were problems with your report. Please see below." msgstr "حدثت مشكلات في التقرير. الرجاء الاطلاع على ما يلي." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "حدثت مشكلات في التحديث. الرجاء الاطلاع على ما يلي." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3133,11 +3670,32 @@ msgstr "" " <a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>this article</a>.\n" " " +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "لن نستخدم معلوماتك الشخصية إلا وفقًا <a href=\"/privacy\">لسياسة الخصوصية.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "لن نستخدم معلوماتك الشخصية إلا وفقًا <a href=\"/privacy\">لسياسة الخصوصية.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "تنفيذ API هذا هو عمل قيد التنفيذ ولم يستقر حتى الآن. وسيتغير بدون تحذيرات في المستقبل." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3147,12 +3705,12 @@ msgstr "" " بالتالي، لن تظهر أي فئة من فئاتها في القائمة المنسدلة للفئات عندما يبلغ المستخدمون عن المشكلات.\n" " في الوقت الحالي، <strong>لا يستطيع المستخدمون الإبلاغ عن المشكلات إلى هذه الهيئة</strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "لا توجد جهات اتصال لهذه الهيئة. هذا يعني أن المشكلات المبلغ عنها حاليًا إلى هذه الهيئة <strong>لن تُرسل</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3160,17 +3718,17 @@ msgstr "" "ستُرسل إلى هذه الهيئة تقارير المشكلات التي تقع في <strong>منطقة التغطية</strong> فقط.\n" " لن تتلقى الهيئة أي تقارير ما لم تكن تغطي منطقة واحدة على الأقل." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "أُرسلت رسالة البريد الإلكتروني إلى كلا المجلسين اللذين يغطيان موقع المشكلة، وبما أن المستخدم لم يحدد فئة المشكلة، فالرجاء تجاهلها إذا لم تكن المجلس المختص بمعالجة هذه المشكلة، أو أعلمنا بفئة المشكلة لنضيفها إلى النظام." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "هذه المعلومات مطلوبة" @@ -3179,62 +3737,72 @@ msgstr "هذه المعلومات مطلوبة" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "هذا موقع مطور، وقد تتعطل الأمور في أي وقت، وستُحذف قاعدة البيانات بصورة دورية." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "هذا ملخص لكل التقارير الموجودة على هذا الموقع." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "تم إصلاح هذه المشكلة" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "لم يتم إصلاح هذه المشكلة" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "هذا التقرير في انتظار اعتماد الإشراف." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "هذا التقرير عليه علامة \"مغلق\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "هذا التقرير عليه علامة \"تم الإصلاح\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "هذا التقرير عليه علامة \"مفتوح\" حاليًا." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "تم تقديم هذا التقرير بدون تحديد الهوية" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "تحتوي صفحة الويب هذه على صورة للمشكلة، تم تقديمها بواسطة المستخدم." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "الوقت المستغرق (بالدقائق):" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "المخطط الزمني" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "العنوان" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "العنوان:" @@ -3247,18 +3815,35 @@ msgstr "لاكتشاف التنبيهات المحلية التي لدينا ل msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "لاكتشاف التنبيهات المحلية التي لدينا لك، الرجاء إدخال الرمز البريدي أو اسم الشارع أو المنطقة" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "لعرض خريطة موضح عليها الموقع الدقيق لهذه المشكلة" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "الإجمالي" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "تم الإنشاء:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "أعد المحاولة" @@ -3269,20 +3854,24 @@ msgstr "جرّب إرسال البريد الإلكتروني إلينا مبا #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "يتعذر الإصلاح" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "غير مؤكد" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "التقارير التي لم يتم إصلاحها" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "غير معروف" @@ -3291,18 +3880,19 @@ msgstr "غير معروف" msgid "Unknown alert type" msgstr "نوع تنبيه غير معروف" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "خطأ غير معروف" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "معرف المشكلة غير معروف" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "تحديث" @@ -3318,12 +3908,12 @@ msgstr "تمت إضافة التحديث التالي بدون تحديد اله msgid "Update below added by %s at %s" msgstr "تمت إضافة التحديث التالي بواسطة %s في %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "نص التحديث" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "تصنيف التحديث حسب الحالة" @@ -3331,20 +3921,20 @@ msgstr "تصنيف التحديث حسب الحالة" msgid "Update by {{name}}" msgstr "التحديث حسب {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "غيّر التحديث حالة المشكلة إلى %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "أدى التحديث إلى وضع علامة على المشكلة بأنه تم إصلاحها" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "أدى التحديث إلى إعادة فتح المشكلة" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "حالات التحديث" @@ -3354,13 +3944,13 @@ msgstr "حالات التحديث" msgid "Updated" msgstr "تم التحديث" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "تم التحديث!" @@ -3370,7 +3960,7 @@ msgstr "تم التحديث!" msgid "Updates" msgstr "التحديثات" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "يقتصر طول التحديثات على %s من الأحرف. الرجاء تقصير نص التحديث" @@ -3384,20 +3974,29 @@ msgstr "التحديثات على {{title}}" msgid "Updates to this problem, %s" msgstr "التحديثات على هذه المشكلة، %s" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "استخدم <strong>الملاحظة</strong> لتسجيل التفاصيل التي لا تُعرض إلا في الإدارة. لا تُعرض الملاحظات بصورة عامة، ولا تُرسل إلى الهيئة." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "تم استخدام الخريطة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "تمت إزالة إشارة المستخدم" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "تم وضع إشارة للمستخدم" @@ -3405,23 +4004,28 @@ msgstr "تم وضع إشارة للمستخدم" msgid "User search finds matches in users' names and email addresses." msgstr "عثر البحث الذي نفذه المستخدم على مطابقات في أسماء المستخدمين وعناوين البريد الإلكتروني." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "المستخدمون" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "تم تحديث القيم" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "عرض التقرير على الموقع" @@ -3431,7 +4035,7 @@ msgid "View reports by ward" msgstr "عرض التقارير حسب الدائرة" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "عرض موقع" @@ -3448,23 +4052,17 @@ msgstr "دوائر هذا المجلس" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "عثرنا على أكثر من مطابقة لهذا الموقع. نحن نعرض ما يصل إلى عشر مطابقات، فالرجاء تجربة بحث آخر إذا لم يظهر الموقع هنا." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "نحتاج إلى بريدك الإلكتروني، يرجى كتابته بالأسفل." -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "لن نظهر البريد الإلكتروني مطلقًا" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "لا نظهر عنوان البريد الإلكتروني أو رقم الهاتف مطلقًا." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "نعتقد أن هذه المشكلة هي المسؤولة عن %s؛ ولكن لا توجد لدينا أي تفاصيل اتصال لهم. إذا كنت تعرف عنوان اتصال مناسبًا، فالرجاء التواصل معنا." @@ -3485,15 +4083,11 @@ msgstr "نعتذر عن عدم إصلاح المشكلة. لما لا تجرب msgid "We’ll get back to you as soon as we can." msgstr "سنعود إليك بأسرع ما يمكن." -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "ما انطباعك عن إصلاح المشكلة؟" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "ما المشكلة، وأين تقع؟" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "عند التحرير" @@ -3502,7 +4096,7 @@ msgstr "عند التحرير" msgid "When sent" msgstr "عند الإرسال" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3510,8 +4104,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "لماذا تتوقف هنا؟ يمكنك <a href=\"/alert\">إعداد مزيد من التنبيهات</a> مجانًا." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3525,7 +4119,7 @@ msgstr "مع عمليات البحث عن الطلبات، يمكن أيضًا msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "هل تريد المساهمة في FixMyStreet؟ التعليمات البرمجية الخاصة بنا مفتوحة المصدر <a href=\"http://fixmystreet.org\">ومتاحة على fixmystreet.org</a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "هل تريد المشاركة في استبيان آخر خلال 4 أسابيع فنذكرك بالتحقق من الحالة؟" @@ -3541,22 +4135,22 @@ msgstr "موقع غير صحيح؟ انقر مرة أخرى على الخريط msgid "Year" msgstr "السنة" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "نعم" @@ -3582,7 +4176,7 @@ msgstr "أنت تبلغ عن التحديث التالي بأنه يشتمل ع msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "يمكنك <a href=\"%s%s\">عرض المشكلة على هذا الموقع</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "يمكنك إضافة البريد الإلكتروني الخاصة بالمستخدم المسيء إلى قائمة المسيئين، وهي تخفي تلقائيًا (ولا ترسل مطلقًا) التقارير التي يقومون بإنشائها." @@ -3600,18 +4194,18 @@ msgstr "" " على سبيل المثال، يمكن أن يكون ذلك مفيدًا إذا كنت تريد مراقبة مستخدم نشر تقارير غير لائقة\n" " في الماضي." -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "يمكنك مساعدتنا في العثور على عنوان بريد إلكتروني لجهة اتصال للمشكلات المحلية المتعلقة بـ %s وإرساله إلينا عبر البريد الإلكتروني على <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "يمكنك وضع علامة الحذف على هيئة إذا كنت لا تريدها نشطة على الموقع." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "لقد رفضت؛ الرجاء تعبئة المربع بالأعلى" @@ -3619,13 +4213,13 @@ msgstr "لقد رفضت؛ الرجاء تعبئة المربع بالأعلى" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "لقد أجبت عن هذا الاستبيان بالفعل. إذا كان لديك سؤال، فالرجاء <a href='%s'>التواصل معنا</a>، أو <a href='%s'>عرض المشكلة</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "لقد أرفقت صورًا بهذا التقرير من قبل. لاحظ أنه يمكنك إرفاق 3 صور كحد أقصى بهذا التقرير (إذا حاولت تحميل المزيد من الصور، فسيتم حذف الصور القديمة)." -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "لقد أرفقت صورًا لهذا التحديث من قبل. لاحظ أنه يمكنك إرفاق 3 صور كحد أقصى بهذا التحديث (إذا حاولت تحميل المزيد من الصور، فسيتم حذف أقدم صورة)." @@ -3634,29 +4228,35 @@ msgstr "لقد أرفقت صورًا لهذا التحديث من قبل. لاح msgid "You have been signed out" msgstr "لقد قمت بتسجيل الخروج" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "لقد حددت موقع المشكلة في النقطة المميزة بدبوس أخضر على الخريطة. إذا لم يكن هذا هو الموقع الصحيح، فانقر على الخريطة مرة أخرى." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "لقد قمت بتأكيد عنوان البريد الإلكتروني بنجاح." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "لقد قمت بتسجيل الدخول بنجاح؛ الرجاء التحقق من بياناتك وتأكيد أنها دقيقة:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "لم تقم بإنشاء أي تقارير حتى الآن. <a href=\"%s\">أبلغ عن مشكلة الآن.</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "لم تقم بإنشاء أي تقارير حتى الآن. <a href=\"%s\">أبلغ عن مشكلة الآن.</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "أنت بحاجة إلى <a href=\"%s\">إضافة بعض الهيئات</a> (مثل المجالس أو الإدارات) قبل أن تتمكن من إرسال أي تقارير." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3666,30 +4266,31 @@ msgstr "" " فئات المشكلات التي يمكن لهذه الهيئات معالجتها (مثل الحفر أو مصابيح الشارع)\n" " وجهات الاتصال (مثل عنوان بريد إلكتروني) يمكن إرسال التقارير إليها." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "هل ترغب بالفعل في إعادة الإرسال؟" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "التقارير" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "أكد الحساب" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "البريد الإلكتروني" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3699,13 +4300,12 @@ msgstr "عنوان البريد الإلكتروني" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "لن يتم استخدام معلوماتك إلا وفقًا <a href=\"/privacy\">لسياسة الخصوصية</a> الخاصة بنا" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "الاسم" @@ -3716,46 +4316,54 @@ msgstr "الاسم" msgid "Your password" msgstr "كلمة المرور" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "تم تغيير كلمة المرور" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "رقم الهاتف" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "تقريرك" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "التقارير" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "التقارير" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "التحديثات" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "كل التقارير" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "البريد الإلكتروني" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "بواسطة %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "التقارير المغلقة" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "المجلس" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "لم يتم استخدام الخريطة" @@ -3764,15 +4372,11 @@ msgstr "لم يتم استخدام الخريطة" msgid "e.g. ‘%s’ or ‘%s’" msgstr "على سبيل المثال، ’%s‘ أو ’%s‘" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "تحرير المستخدم" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "التقارير التي تم إصلاحها" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3783,7 +4387,7 @@ msgstr "من %s من المستخدمين المختلفين" msgid "last updated %s" msgstr "آخر تحديث %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "أقل من دقيقة واحدة" @@ -3828,13 +4432,23 @@ msgstr "عليه علامة مخطط" msgid "marked as unable to fix" msgstr "عليه علامة يتعذر الإصلاح" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "غير متاح" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(إختياري)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "أو" @@ -3842,22 +4456,22 @@ msgstr "أو" msgid "or locate me automatically" msgstr "أو تحديد الموقع تلقائيًا" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "المُدخل في الأصل: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "مناطق أخرى:" @@ -3866,41 +4480,41 @@ msgstr "مناطق أخرى:" msgid "reopened" msgstr "تمت إعادة الفتح" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "required" +msgstr "الصورة مطلوبة" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "تسجيل الخروج" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "المجلس المحلي" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "لا يوجد دبوس مما يعني أن المستخدم لم يستخدم الخريطة" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "هذا النوع من المشكلة المحلية" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "اليوم" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "التقارير التي لم يتم إصلاحها" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "تم استخدام الخريطة" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "المستخدم من نفس المجلس مثل المشكلة - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "المستخدم هو صاحب المشكلة" @@ -3920,7 +4534,7 @@ msgstr[3] "<big>%s</big> من التقارير مؤخرًا" msgstr[4] "<big>%s</big> من التقارير مؤخرًا" msgstr[5] "<big>%s</big> من التقارير مؤخرًا" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3942,7 +4556,7 @@ msgstr[3] "%d من الداعمين" msgstr[4] "%d من الداعمين" msgstr[5] "%d من الداعمين" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3964,7 +4578,7 @@ msgstr[3] "<big>%s</big> من التحديثات على التقارير" msgstr[4] "<big>%s</big> من التحديثات على التقارير" msgstr[5] "<big>%s</big> من التحديثات على التقارير" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." @@ -3975,7 +4589,7 @@ msgstr[3] "لا توجد لدينا تفاصيل عن المجالس التي ت msgstr[4] "لا توجد لدينا تفاصيل عن المجالس التي تغطي هذا الموقع حتى الآن." msgstr[5] "لا توجد لدينا تفاصيل عن المجالس التي تغطي هذا الموقع حتى الآن." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -4008,7 +4622,7 @@ msgstr[3] "<big>%s</big> من التقارير التي تم حلها في ال msgstr[4] "<big>%s</big> من التقارير التي تم حلها في الشهر الماضي" msgstr[5] "<big>%s</big> من التقارير التي تم حلها في الشهر الماضي" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" @@ -4019,7 +4633,7 @@ msgstr[3] "%d من الأيام" msgstr[4] "%d من الأيام" msgstr[5] "%d من الأيام" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." @@ -4030,50 +4644,44 @@ msgstr[3] "<strong>لا</strong> توجد لدينا تفاصيل عن المج msgstr[4] "<strong>لا</strong> توجد لدينا تفاصيل عن المجالس التي تغطي هذا الموقع حتى الآن." msgstr[5] "<strong>لا</strong> توجد لدينا تفاصيل عن المجالس التي تغطي هذا الموقع حتى الآن." -#~ msgid "%s, reported at %s" -#~ msgstr "%s، أُبلغ في %s" - -#~ msgid "About us" -#~ msgstr "نبذة عنا" - -#~ msgid "Email me new local problems" -#~ msgstr "راسلني عن المشاكل المحلية الجديدة" +#~ msgid "(public)" +#~ msgstr "(عام)" -#~ msgid "Empty flat or maisonette" -#~ msgstr "شقة أو وحدة سكنية فارغة" +#~ msgid "Additional Information" +#~ msgstr "معلومات إضافية" -#~ msgid "Empty house or bungalow" -#~ msgstr "منزل أو بنغَل فارغ" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "كل المعلومات التي تقدمها سترسل إلى" -#~ msgid "Empty office or other commercial" -#~ msgstr "مكتب أو عقار تجاري مهجور" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "كل المعلومات التي تقدمها سترسل إلى <strong>%s</strong>." -#~ msgid "Empty pub or bar" -#~ msgstr "حانة مهجورة" +#~ msgid "Configure Endpoint" +#~ msgstr "تكوين نقطة النهاية" -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "مبنى عام مهجور - مدرسة، مستشفى، إلخ." +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "أشرح ما الخطأ، وبالضبط أين هو، وكم من المدة وهو هناك..." -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "أدخل أقرب اسم شارع وحي أو صندوق بريد أو منطقة في دلهي" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "موجز GeoRSS على خرائط Google" -#~ msgid "FixMyStreet" -#~ msgstr "أصلح شارعي" +#~ msgid "One-line summary" +#~ msgstr "ملخص من سطر واحد" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "آسف لايمكنك تأكيد البلاغات الغير مؤكدة." +#~ msgid "Survey" +#~ msgstr "استطلاع" -#~ msgid "Problems in this area" -#~ msgstr "المشكلات في هذه المنطقة" +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "سيُتاح الملخص والوصف للعامة أيضًا (راجع <a href=\"/privacy\">سياسة الخصوصية</a>)." -#~ msgid "Property type:" -#~ msgstr "نوع العقار:" +#~ msgid "We never show your email" +#~ msgstr "لن نظهر البريد الإلكتروني مطلقًا" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "موجز RSS للمشكلات الموجودة ضمن %s" +#~ msgid "We never show your email address or phone number." +#~ msgstr "لا نظهر عنوان البريد الإلكتروني أو رقم الهاتف مطلقًا." -#~ msgid "Sorry, you can not log in with Facebook. Please try again later." -#~ msgstr "عذرا، لا يمكنك تسجيل الدخول بالفيسبوك. حاول مرة أخرى لاحقا." +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "ما المشكلة، وأين تقع؟" -#~ msgid "Whole block of empty flats" -#~ msgstr "مجموعة كاملة من الشقق الفارغة" +#~ msgid "You really want to resend?" +#~ msgstr "هل ترغب بالفعل في إعادة الإرسال؟" diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po index 626a8de22..47e83e05f 100644 --- a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/mysociety/fixmystreet/language/bg_BG/)\n" "Language: bg_BG\n" @@ -20,17 +20,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "и" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "или" @@ -38,17 +38,17 @@ msgstr "или" msgid "%d edits by %s" msgstr "%d редиктарано от %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d до %d от %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Обобщена справка" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -89,12 +89,12 @@ msgstr "%s обновяване в реално време" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s изпратени анкети – %s отговорени (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s номер: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -116,40 +116,40 @@ msgstr "%s, в %s квартал" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Имейлът е маркиран като подаващ обидни сигнали)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(разстояние, което покрива грубо 7 500 жители)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(затворен)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(поправен)" @@ -158,33 +158,38 @@ msgstr "(поправен)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(като графити, дупки по улицата, счупено улично осветление)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(не е изпратен към общината)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(незадължително)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(изпратен към двата района)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Изберете категория --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Изберете подходящ тип --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -193,8 +198,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -210,11 +215,19 @@ msgstr "<strong>Не</strong> Нека потвърдя сигнала чрез msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Не</strong> Нека потвърдя актуализацията чрез имейл" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Не</strong> Нека да вляза в системата чрез имейл" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -223,8 +236,8 @@ msgstr "<strong>Да</strong> Имам парола" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Сигналът се обработва" @@ -239,34 +252,54 @@ msgstr "" "район или дружество, към което могат да се изпращат проблеми. Можете да добавяте \n" "повече от един контакт (в зависимост от категорията на проблема) за всяка служба." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Добавете контакт като използвате формата по-долу." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Добавете район" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Добавяне на нова категория" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Добавете потребител" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Добавяне на нова категория" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Добавено %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Отново:" @@ -278,12 +311,12 @@ msgstr "Създадено известие %d за %s, тип %s, с парам msgid "Alert %d disabled (created %s)" msgstr "Известието %d е изключено (създадено на %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Известявай ме за бъдещи актуализиации" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Вички сигнали" @@ -291,10 +324,16 @@ msgstr "Вички сигнали" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Вички сигнали" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Всички сигнали" @@ -304,18 +343,7 @@ msgstr "Всички сигнали" msgid "All reports between %s and %s" msgstr "Всички сигнали между%s и %s " -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Цялата информация, която предоставите тук, ще бъде изпратена на " - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Цялата информация, която предоставите тук, ще бъде изпратена на <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Този сигнал е маркиран като поправен." @@ -324,48 +352,69 @@ msgstr "Този сигнал е маркиран като поправен." msgid "Anonymous" msgstr "Анонимен" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Анонимен:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Добавете потребител" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Ако сте програмист?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Ако сте програмист?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Територията е обхваната" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Прехвърляне към друга категория:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Прехвърляне към външна община:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Прехвърляне към подразделение:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Прехвърлен на %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Прехвърлен на %s" @@ -377,37 +426,64 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "За момета можете само да търсите и преглеждате сигнали" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Публичен отговор:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Очакващ преглед" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Назад" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Всички сигнали" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Забрана на имейл адреса" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Райони" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Район" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Район:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "По дата" @@ -419,9 +495,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Не виждате картата? <em>Пропуснете тази стъпка</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Категория" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Категория:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -431,32 +524,48 @@ msgstr "Не виждате картата? <em>Пропуснете тази с msgid "Category" msgstr "Категория" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "напр. ‘%s’ или ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Сигнали подадени преди повече от 4 седмици" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Категория:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Категория: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Забрана на имейл адреса" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Промяна на парола" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -464,7 +573,7 @@ msgstr "" "Изберете <strong>потвърден</strong> за да отбележите, че този контакт е бил потвърден и коректен. \n" "Ако не сте сигурни за първоизточника или валидността на контакта, оставете полето немаркирано." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -472,7 +581,11 @@ msgstr "" "Маркирайте <strong>изтриване</strong>, за да премахнете категорията.\n" "В този случай тя няма да бъде достъпна в списъка с категории на страницата за подаване на нов сигнал." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -488,23 +601,18 @@ msgstr "" "<br>\n" "Тази опция е подходяща за сигнали, които всички биха могли да подават, но които не представляват интерес за останалите. Например да си изиска допълнителен контейнер за боклук за даден адрес." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Изберете име на <strong>категорията</strong>, което е смислено едновременно, както за гражданите, така и за общината. Категориите се появяват като списък за избор при подаване на сигнал. " -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Изберете дата или я въведете - dd/mm/yyyy" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Щракнете върху картата, за да съобщите за проблем" @@ -524,8 +632,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -539,15 +647,20 @@ msgstr "" msgid "Closed" msgstr "Затворен" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Затворен от общината" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Препращане на сигнал" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Затворени:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Координати:" @@ -555,26 +668,22 @@ msgstr "Координати:" msgid "Cobrand" msgstr "Местна имплементция" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Информация за местната имплементция:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Местна имплементция" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Задайте крайна точка" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Потвърждаване" @@ -595,10 +704,9 @@ msgstr "" msgid "Confirmation" msgstr "Потвърждение" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Потвърдено" @@ -609,7 +717,7 @@ msgstr "Потвърдени сигнали между %s и %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Потвърдени:" @@ -628,17 +736,17 @@ msgstr "Връзка с нас" msgid "Contact the team" msgstr "Връзка с тима" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Потребителят не е намерен" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Местоположението не може да бъде намерено" @@ -652,11 +760,11 @@ msgstr "Община" msgid "Council contacts for %s" msgstr "Контакти на общината за %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "входящ номер в общината: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Община:" @@ -671,23 +779,38 @@ msgstr "Брой" msgid "Create a report" msgstr "Подай сигнал" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Създай категория" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Подай сигнал" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Съгналът не е подаден към общината" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Създаден" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Създадени:" @@ -696,13 +819,13 @@ msgstr "Създадени:" msgid "Current state" msgstr "Текущо състояние" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "В момента няма създадени Райони." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -715,44 +838,50 @@ msgstr "Табло" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Изтрит" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Описание" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Описание" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Информация" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Информация:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Прехвърлен" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -760,16 +889,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Таблица с районите в София" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Не знам" @@ -777,18 +910,18 @@ msgstr "Не знам" msgid "Don't like forms?" msgstr "Не обичате форми?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Вече съществува" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -800,20 +933,52 @@ msgstr "" "(имейл адрес). Това означава, че можете да добавяте различни категории, \n" "дори и да имате само един контакт." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Редактиране" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Редактиране на информацията за района" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Редактиране на информацията за района" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Създай категория" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Филтриране на списъка със сигнали" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Всички сигнали" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -826,18 +991,18 @@ msgstr "Редактиране на сигнала %d " msgid "Editing update %d" msgstr "Редактиране на актуализацията %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Редактиране на потребителя %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Редактирано от" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -846,12 +1011,15 @@ msgstr "Редактирано от" msgid "Email" msgstr "Имейл" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Имейлът е добавен в списъка със злоупотреби" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Имейл адрес:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -862,24 +1030,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Имейлът е в списъка със злоупотреби" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Имейл:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Имейл: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -887,19 +1055,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Крайна дата:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -921,8 +1089,8 @@ msgstr "Въведете пощенски код или име на улица msgid "Enter a nearby street name and area" msgstr "Въведете име на улица в близост до вас" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -941,11 +1109,12 @@ msgstr "Въведете информация за проблема" msgid "Error" msgstr "Грешка" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Примерен пощенски адрес %s" @@ -954,26 +1123,51 @@ msgstr "Примерен пощенски адрес %s" msgid "Examples:" msgstr "Примери:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Създай категория" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Прехвърляне към външна община:" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Вътрешни бележки" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Допълнителни данни:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Допълнителни данни:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -983,23 +1177,23 @@ msgstr "" msgid "Filter report list" msgstr "Филтриране на списъка със сигнали" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "За първи път" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Поправено" @@ -1013,11 +1207,17 @@ msgstr "Поправени - община" msgid "Fixed - User" msgstr "Поправени - потребител" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Нови сигнали" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Поправени:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Означен като \"изтрит\"" @@ -1026,8 +1226,8 @@ msgstr "Означен като \"изтрит\"" msgid "Flag user" msgstr "Означаване на потребител" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Означен" @@ -1035,7 +1235,7 @@ msgstr "Означен" msgid "Flagged reports and users" msgstr "Означени сигнали и потребители" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Означените потребители са изброени на страницата с <a href='%s'>означените</a>." @@ -1043,8 +1243,8 @@ msgstr "Означените потребители са изброени на msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Означените потребители нямат рестрикции. Това е списък с потребители, които са поставени под наблюдение." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Означен:" @@ -1052,20 +1252,25 @@ msgstr "Означен:" msgid "Follow a ward link to view only reports within that ward." msgstr "Последвайте линка за района, за да видите сигнали само за този район." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "За повече информацич вижте <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Как ПоправиСофия използва MapIt</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Забравена парола?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1075,12 +1280,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Често задавани въпроси" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Изтегляне на актуализациите" @@ -1094,7 +1295,7 @@ msgstr "Изтегляне на актуализациите на %s сигна msgid "Get updates of problems in this %s" msgstr "Изтегляне на актуализациите за сигналите в %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Изтегляне на RSS емисии" @@ -1102,55 +1303,66 @@ msgstr "Изтегляне на RSS емисии" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Търси" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Ще изпратите ли анкетата?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Графика на създадените сигнали по статус във времето" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Редовете в тъмносиво показват общини, към които в момента не може да се изпращат директно сигнали." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Този проблем поправен ли е?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" "Подавали ли сте сигнал за нередност към общината преди или сега \n" "подавате за първи път?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Помощ" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Това са типовете известия за нови сигнали за ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Здравей %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1158,19 +1370,19 @@ msgstr "Здравей %s" msgid "Hidden" msgstr "Скрити" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Скрий старите" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Скрий кабърчетата" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "История" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Начало" @@ -1178,12 +1390,12 @@ msgstr "Начало" msgid "How to report a problem" msgstr "Как да сигнализирате за проблем" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Как да подавате сигнали успешно" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1197,8 +1409,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Вашият сигнал не беше намерен.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1207,14 +1420,14 @@ msgstr "Вашият сигнал не беше намерен.\n" msgid "ID" msgstr "№" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1224,38 +1437,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Ако сигнализирате за проблем тук, той ще бъде достъпен публично, но сигналът <strong>няма</strong> да бъде изпратен към общината." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1266,14 +1488,14 @@ msgstr "" msgid "Illegal ID" msgstr "Несъществуващ номер" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "В процес на обработка" @@ -1285,8 +1507,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1299,18 +1521,26 @@ msgstr "В процес на обработка" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Включи непотвърдените сигнали" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Вътрешни бележки" @@ -1320,19 +1550,23 @@ msgstr "Вътрешни бележки" msgid "Internal referral" msgstr "Вътрешен номер" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Невярна дата" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Невярна дата" @@ -1340,8 +1574,8 @@ msgstr "Невярна дата" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Сигналът се разглежда" @@ -1349,33 +1583,33 @@ msgstr "Сигналът се разглежда" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Моля проверете <a href=\"%s\">страницата с често задавани въпроси</a> и вижте дали няма да намерите отговор там." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Запомни ме" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Последно редактирано от" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Последно обновено:" @@ -1383,11 +1617,16 @@ msgstr "Последно обновено:" msgid "Last update:" msgstr "Последно обновено:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Последно обновено:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Показване на всички сигнали" @@ -1409,7 +1648,7 @@ msgstr "RSS и имейл известия за сигнали" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "RSS и имейл известия за сигнали за ‘%s’" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Известия" @@ -1417,47 +1656,72 @@ msgstr "Известия" msgid "Locate the problem on a map of the area" msgstr "Локализирайте проблема на картата" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "Карта" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Маркирайте потребители, които бихте искали да държите под око." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Съобщение" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Липсващо jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Редактиране на информацията за района" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Подай сигнал" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1466,35 +1730,47 @@ msgstr "" msgid "Month" msgstr "Месец" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Име" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Име:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Име: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS абонамент за актуализации по този проблем" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1504,12 +1780,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1519,20 +1795,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Нови <br>сигнали" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Районът е добавен" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Категорията е добавена" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Имейл адрес:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1540,10 +1821,21 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Нов сигнал в ПоправиСофия" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Парола:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Нови сигнали" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1572,40 +1864,50 @@ msgstr "Нови сигнали" msgid "New state" msgstr "Ново състояние" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Слеващ" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Не" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "други територии:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Несъществуващ район" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Несъществуваща община" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Не е избрана община" @@ -1621,17 +1923,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Няма повече актуализации" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Няма намерени резултати" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1642,12 +1944,21 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1657,19 +1968,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1677,12 +1988,12 @@ msgstr "" msgid "Not reported before" msgstr "Не съм подавал преди" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Съгналът не е подаден към общината" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Бележка" @@ -1691,9 +2002,8 @@ msgstr "Бележка" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Бележка:" @@ -1705,23 +2015,21 @@ msgstr "Бележка: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Сега да изпратим Вашия сигнал…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Изпратете актуализацията…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "ОК" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Стари/Неидентифицирани <br>сигнали" @@ -1729,44 +2037,53 @@ msgstr "Стари/Неидентифицирани <br>сигнали" msgid "Old state" msgstr "Стар статус" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Поправени преди<br>известно време" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Стари <br>сигнали" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Отворен" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Липсващо jurisdiction_id" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1775,23 +2092,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Или можете да се абонирате за всички известия на територията на София или само за района, в който се намирате." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Други" @@ -1804,7 +2121,7 @@ msgstr "Собственик" msgid "Page Not Found" msgstr "Страницата не е намерена" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Община" @@ -1814,75 +2131,88 @@ msgstr "Община" msgid "Partial" msgstr "Частичен" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Парола (незадължително)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Парола:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Връзка" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Телефонен номер" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Телефонен номер (незадължително)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Телефон:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Снимка" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Снимка" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Снимки на скоро подадени сигнали" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Поставете кабърче върху картата" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1897,11 +2227,13 @@ msgstr "Планирани" msgid "Please be polite, concise and to the point." msgstr "Моля бъдете учтиви, кратки и се придържайте към темата." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Моля проверете паролите и пробвайте отново" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1909,19 +2241,21 @@ msgstr "Моля проверете паролите и пробвайте от msgid "Please check your email address is correct" msgstr "Моля проверете дали сте въвели коректен имейл адрес" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Моля изберете категория" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1936,50 +2270,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Моля не обиждайте никого - обиждайки Общината, Вие обезценявате услугата за всички потребители." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Моля въведете съобщение" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Моля въведете парола" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Моля въведете парола" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Моля въведете тема" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Моля въведете валиден имейл" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Моля въведете валиден имейл адрес" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Моля въведете информация" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1989,8 +2330,8 @@ msgstr "Моля въведете информация" msgid "Please enter your email" msgstr "Моля въведете имейл" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Моля въведете имейл адрес" @@ -2004,9 +2345,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Моля въведете цялото си име, общината се нуждае от тази информация - ако не желаете името Ви да се появява на сайта, моля махнете отметката по-долу" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Моля въведете име" @@ -2033,12 +2374,12 @@ msgstr "Можете да <a href=\"%s\">влезете отново</a> или msgid "Please fill in details of the problem below." msgstr "Моля попълнете информация за проблема." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Моля попълнете информация за проблема." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Моля попълнете формата с информация за проблема и опишете местоположението възможно най-точно." @@ -2054,12 +2395,12 @@ msgstr "Моля имайте предвид, че актуализациите msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2068,6 +2409,11 @@ msgstr "" msgid "Please note:" msgstr "Забележка:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Моля въведете информация защо отваряте сигнала отново." + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Моля въведете информация защо отваряте сигнала отново." @@ -2081,15 +2427,15 @@ msgstr "Моля въведете информация и приложете с msgid "Please say whether you've ever reported a problem to your council before" msgstr "Моля отговорете дали някога сте подавали сигнал към общината преди." -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Моля изберете начин на известяване" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Моля изберете тип известия, които бихте искали да получаваме" @@ -2097,24 +2443,23 @@ msgstr "Моля изберете тип известия, които бихте msgid "Please state whether or not the problem has been fixed" msgstr "Моля посочете дали проблемът е бил разрешен или не" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Моля качвайте само JPEG изображения" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Моля въведете съобщение" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Моля въведете новото съобщение тук" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2136,11 +2481,19 @@ msgstr "Публикувано от %s в %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Предишно" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2150,15 +2503,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Лично" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Сигнал" @@ -2174,12 +2525,13 @@ msgstr "Сигналът %s е потвърден" msgid "Problem %s sent to council %s" msgstr "Сигналът %s е подаден към общината %s " -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Разделяне на сигналите по статуси" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Сигналът е маркиран като отворен." @@ -2187,15 +2539,16 @@ msgstr "Сигналът е маркиран като отворен." msgid "Problem state change based on survey results" msgstr "Статусът на сигнала е променен на основата на резултат от анкета" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Сигнали" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Други сигнали наоколо" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Сигнали отбелязани върху картата" @@ -2203,12 +2556,12 @@ msgstr "Сигнали отбелязани върху картата" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Проблеми сигнализирани скоро в сайта" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Сигнали в радиус от %.1fкм от това местоположение" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Сигнали в %s" @@ -2219,15 +2572,15 @@ msgstr "Сигнали в квартал %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Сигнали в границите на:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Адрес на имота:" @@ -2235,28 +2588,38 @@ msgstr "Адрес на имота:" msgid "Provide an update" msgstr "Въведете иформация за актуализиране" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Въведете иформация за актуализиране" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Използването на потребителско име е опционално, но това ще ви позволи по-лесно да подавате сигнали и да публикувате информация и актуализации." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Използването на парола е по избор, но това ще ви позволи по-лесно да подавате сигнали и да публикувате и променяте актуализации." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Публичен отговор:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Публичен отговор:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Публикувай снимка" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Анкета" @@ -2273,11 +2636,11 @@ msgstr "Анкетата %d за проблем %d е изпратена" msgid "Questionnaire filled in by problem reporter" msgstr "Анкетата е попълнена от потребителя, подал сигнала" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS абонамент" @@ -2289,10 +2652,10 @@ msgstr "RSS абонамент за %s" msgid "RSS feed for %s ward, %s" msgstr "RSS абонамент за квартал %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS абонамент за %s" @@ -2301,12 +2664,12 @@ msgstr "RSS абонамент за %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS абонамент за %s, в квартал %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS абонамент за последни проблеми наоколо" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS абонамент за проблеми в %s" @@ -2321,22 +2684,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS абонамент за последни проблеми наоколо" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS абонамент за актуализации по този проблем" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Получаване на имейл при актуализация на проблема." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Наскоро <br>поправени" @@ -2344,6 +2711,11 @@ msgstr "Наскоро <br>поправени" msgid "Recently reported problems" msgstr "Наскоро добавени сигнали" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Изтегляне на актуализациите" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Помнете, че \"ПоправиСофия\" служи за подаване на сигнали за физически проблеми, които могат да бъдат поправени. Ако Вашият проблем не спада към никоя от категориите, посочени в сайта, моля обърнете се директно към Общината." @@ -2352,13 +2724,23 @@ msgstr "Помнете, че \"ПоправиСофия\" служи за под msgid "Remove flag" msgstr "Премахване на означението" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Премахване на снимката (необратимо действие)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2366,17 +2748,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Сигнали" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Подайте сигнал" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Сигнализирай за неподходящо съдържание" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Сигнали" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Сигнал за %s " @@ -2391,23 +2783,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Сигнализирай, разгледай или коментирай проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Подавал съм и преди" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2415,50 +2807,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сигналът е подаден в категория %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Сигналът е подаден анонимно в категория %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Сигналът е подаден в категория %s от %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сигналът е подаден анонимно чрез %s в категория %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сигналът е подаден чрез %s в категория %s от %s в %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Сигнализиране за проблем" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Сигнали" @@ -2470,22 +2863,68 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Сигнали чакащи одобрение" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Публикувани сигнали" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Сигнали чакащи одобрение" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Препращане на сигнал" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Правилното място ли е това?" @@ -2499,46 +2938,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Завъртане наляво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Завъртане надясно" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Запази промените" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Търсене на Сигнали" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Търсене на Потребители" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Търсене на сигнали" @@ -2548,81 +2997,120 @@ msgstr "Търсене на сигнали" msgid "Search:" msgstr "Търсене:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Не са намерени сигнали." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Не са намерени потребители." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Изберете район" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Изберете съответната община, за да разгледате сигналите подадени към нея." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Изберете територия" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Тема:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Сигналът е подаден към %s преди %s" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Изпратени:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Услуга:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Сподели" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Публикувано от %s в %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Показвай името ми публично" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Показване на старите" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Покажи кабърчетата" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Вход" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Влезте или създайте акаунт" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Изход" @@ -2631,8 +3119,8 @@ msgstr "Изход" msgid "Some categories may require additional information." msgstr "Някои категории може да се нуждаят от допълнителна информация." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2643,8 +3131,7 @@ msgid "Some photos of recent reports" msgstr "Някои снимки от сигнали подадени наскоро" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2660,16 +3147,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2679,35 +3166,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Начална дата:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "" @@ -2721,12 +3228,12 @@ msgstr "Статус" msgid "Still open, via questionnaire, %s" msgstr "Все още отворен, от анкета, %s " -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2738,34 +3245,35 @@ msgstr "" msgid "Subject" msgstr "Тема" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Тема:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Изпращане" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Изпращане на промените" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Изпращане на анкетата" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2776,38 +3284,53 @@ msgid "Submitted" msgstr "Сигналът е потвърден" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Абониране" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Абониране за известяване по имейл" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Въведете информация за проблема" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Изпращане на промените" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Обобщение" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Обобщена справка" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Проучване" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Резултати от проучване" @@ -2815,27 +3338,29 @@ msgstr "Резултати от проучване" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Текст" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Версия само с текст" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Текст:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2848,6 +3373,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2860,62 +3388,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Прикачването на изображение е неуспешно (%s). Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "В момента за това местоположение не може да се подаде сигнал; може би все още нямаме потвърждение от общината. Моля опитайте отново по-късно." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Моля да ни извините, този пощенски код не беше разпознат." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Сигналът ще бъде препратен." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Сигналът не може да бъде разгледан %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Този сигнал е бил изтрит от ПоправиСофия." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2925,8 +3455,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2943,7 +3473,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Грешката беше: %s" @@ -2985,12 +3515,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Паролите не съвпадат" @@ -2998,22 +3528,16 @@ msgstr "Паролите не съвпадат" msgid "The requested URL '%s' was not found on this server" msgstr "Търсеният адрес '%s' не беше намерен на този сървър" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Можете да получавате известия на базата на предварително дефинирано разстояние" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3023,11 +3547,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Възникна проблем при визуализирането на страницата с всички сигнали. Моля опитайте по-късно." @@ -3036,18 +3560,18 @@ msgstr "Възникна проблем при визуализирането н msgid "There was a problem showing this page. Please try again later." msgstr "Възникна проблем при визуализирането на страницата. Моля пробвайте по-късно." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Възникна проблем с комбинацията имейл/парола. Ако не можете да си спомните паролата или нямате такава, моля попълнете секцията ‘влизане чрез имейл’." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Възникна проблем с комбинацията имейл/парола. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Възникна проблем с вашата актуализация. Моля опитайте отново." @@ -3055,12 +3579,12 @@ msgstr "Възникна проблем с вашата актуализация msgid "There were problems with your report. Please see below." msgstr "Възникна проблем с вашая сигнал. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Възникнаха проблеми с вашата актуализация. Моля вижте по-долу." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3069,39 +3593,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Личните Ви данни ще бъдат използвани единствено и само в съответствие с нашата <a href=\"/privacy\">Политика за поверителност.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Личните Ви данни ще бъдат използвани единствено и само в съответствие с нашата <a href=\"/privacy\">Политика за поверителност.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Този имейл е изпратен към двете общини покриващи адреса на сигнала, тъй като потребителя не е го е категоризирал. Моля не го взимайте под внимание ако не сте правилната община, която е отговорна за този сигнал или ни съобщете под каква категория попада този сигнал, така че да може да я добавим в системата." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Тази информация е необходима" @@ -3110,62 +3655,72 @@ msgstr "Тази информация е необходима" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Това е обобщение на всички сигнали в сайта." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Този проблем е решен." -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Този проблем не е решен." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Този сигнал е означен със статус затворен." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Този сигнал е означен със статус поправен." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Този сигнал е означен със статус отворен." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Тази страница съдържа и снимка, изпратена от нашия потребител." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Времева линия" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Заглавие" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3178,18 +3733,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "За да получите нови известия, моля въведете пощенски код или име на улица." -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "За да видите точното местоположение на проблема върху картата" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Общо" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Създадени:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Опитайте отново" @@ -3200,20 +3772,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Непотвърден" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Нови сигнали" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Неизвестен" @@ -3222,18 +3799,19 @@ msgstr "Неизвестен" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Непозната грешка" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Актуализация" @@ -3249,12 +3827,12 @@ msgstr "Актуализирано анонимно на %s" msgid "Update below added by %s at %s" msgstr "Актуализирано от %s на %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3262,20 +3840,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "Актуализирано от {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Актуализация на възобновен сигнал" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Актуализация на статусите" @@ -3285,13 +3863,13 @@ msgstr "Актуализация на статусите" msgid "Updated" msgstr "Актуализирано!" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Актуализирано!" @@ -3301,7 +3879,7 @@ msgstr "Актуализирано!" msgid "Updates" msgstr "Актуализации" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3315,20 +3893,28 @@ msgstr "Актуализиране на {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3336,23 +3922,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Потребители" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Актуализиране на стойностите" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -3362,7 +3953,7 @@ msgid "View reports by ward" msgstr "Разглеждане на сигналите по квартали" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Преглед на местоположение" @@ -3379,23 +3970,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Намерихме повече от едно съвпадение за Вашето местонахождение. Показват се до 10 съвпадения, моля опитайте търсене по друг критерий, ако вашето местоположение, не е сред показаните." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Ние никога не показваме вашия имейл" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Ние никога не показваме вашия имейл или телефонен номер." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3416,15 +4001,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Редактирано на:" @@ -3433,7 +4014,7 @@ msgstr "Редактирано на:" msgid "When sent" msgstr "Изпратен" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3441,8 +4022,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3456,7 +4037,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Бихте ли искали да получите още една анкета след 4 седмици, за да ви напомни да проверите статуса?" @@ -3472,22 +4053,22 @@ msgstr "" msgid "Year" msgstr "Година" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Да" @@ -3513,7 +4094,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Можете да <a href=\"%s%s\">разгледате сигнала на този сайт</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3528,18 +4109,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Можете да ни помогнете да намерим имейл адреса на който да бъдат сигнализирани проблемите в %s, като ни го изпратите на адрес <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Можете да маркирате района или общината за изтриване, ако не желаете да бъде активна за този сайт." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Вие отказахте; моля попълнете полето по-долу." @@ -3547,13 +4128,13 @@ msgstr "Вие отказахте; моля попълнете полето по msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Вече сте попълнили тази анкета. Ако имате въпрос, моля <a href='%s'>свържете се с нас</a>, или <a href='%s'>прегледайте сигнала</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3562,29 +4143,35 @@ msgstr "" msgid "You have been signed out" msgstr "Вие излязохте успешно" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Сигналът е локализиран на местоположението отбелязано със зеленото кабърче върху картата. Ако това не е правилното местоположение, моля щракнете отново върху картата и изберете точната локация." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Успешно пoтвърдихте Вашият имейл адрес." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Успешно влязохте в системата; моля проверете и потвърдете коректността на данните си:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Все още нямате подадени сигнали. <a href=\"%s\">Подайте сигнал.</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "Все още нямате подадени сигнали. <a href=\"%s\">Подайте сигнал.</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Необходимо е да <a href=\"%s\">добавите райони</a> (като общини) преди да е възможно подаването на сигнали." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3594,30 +4181,31 @@ msgstr "" "категории проблеми, които те обслужват (като повреда на пътя или наработещо \n" "улично осветление), както и контакти (като имейл адрес), на който сигналите се изпращат." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Наистина ли искате да го изпратите отново?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Вашите Сигнали" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Потвърждаване на акаунта" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Имейл" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3627,13 +4215,12 @@ msgstr "Имейл адрес" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Вашата информация ще бъде използва само спрямо нашата <a href=\"/privacy\">Политика за поверителност</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Име" @@ -3644,46 +4231,54 @@ msgstr "Име" msgid "Your password" msgstr "Парола" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Паролата Ви беше променена успешно" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Телефонен номер" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Вашите сигнали" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Вашите Сигнали" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Актуализации" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Имейл" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "от %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "община" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "картата не е била използвана" @@ -3692,15 +4287,11 @@ msgstr "картата не е била използвана" msgid "e.g. ‘%s’ or ‘%s’" msgstr "напр. ‘%s’ или ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "редакция на потребителя" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3711,7 +4302,7 @@ msgstr "от %s различни потребители" msgid "last updated %s" msgstr "Последно обновено %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "преди по-малко от минута" @@ -3756,13 +4347,23 @@ msgstr "маркиран като \"планиран\"" msgid "marked as unable to fix" msgstr "марикарн като \"непоправим\"" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "няма информация" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(незадължително)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "или" @@ -3770,22 +4371,22 @@ msgstr "или" msgid "or locate me automatically" msgstr "или ме намери автоматично" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "първоначално въведен: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "други територии:" @@ -3794,41 +4395,40 @@ msgstr "други територии:" msgid "reopened" msgstr "отново отворен" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "излизане" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "местната община" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "мястото не е било отбелязано на картата от потребителя" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "този тип сигнали" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "днес" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "използвана е била картата" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "потребителят е от същата община като проблема - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "потребителят е собственик на сигнала" @@ -3844,7 +4444,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> подаден наскоро" msgstr[1] "<big>%s</big> подадени наскоро" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3858,7 +4458,7 @@ msgid_plural "%d supporters" msgstr[0] "%d поддръжник" msgstr[1] "%d поддръжници" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3872,14 +4472,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big>актуализиран сигнал" msgstr[1] "<big>%s</big>актуализирани сигнала" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Все още нямаме информация за общината, която стопанисва тази територия." msgstr[1] "Все още нямаме информация за общините, които стопанисват тази територия." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3900,40 +4500,37 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big>поправени през изминалия месец" msgstr[1] "<big>%s</big>поправени през изминалия месец" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d ден" msgstr[1] "%d дни" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Все още <strong>нямаме</strong> информация за общината, която стопанисва тази територия." msgstr[1] "Все още <strong>нямаме</strong> информация за общините, които стопанисват тази територия." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, съобщено на %s" - -#~ msgid "About us" -#~ msgstr "За нас" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Цялата информация, която предоставите тук, ще бъде изпратена на " -#~ msgid "Email me new local problems" -#~ msgstr "Съобщавай ми новите сигнали" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Цялата информация, която предоставите тук, ще бъде изпратена на <strong>%s</strong>." -#~ msgid "FixMyStreet" -#~ msgstr "ПоправиСофия" +#~ msgid "Configure Endpoint" +#~ msgstr "Задайте крайна точка" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Не можете да потвърдите непотвърден през имейла сигнал" +#~ msgid "Survey" +#~ msgstr "Проучване" -#~ msgid "Problems in this area" -#~ msgstr "Други сигнали на тази територия" +#~ msgid "We never show your email" +#~ msgstr "Ние никога не показваме вашия имейл" -#~ msgid "Property type:" -#~ msgstr "Тип на имота:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Ние никога не показваме вашия имейл или телефонен номер." -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS абонамент за проблеми в този %s" +#~ msgid "You really want to resend?" +#~ msgstr "Наистина ли искате да го изпратите отново?" diff --git a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po index 68d825492..341b12a58 100644 --- a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/mysociety/fixmystreet/language/cs_CZ/)\n" "Language: cs_CZ\n" @@ -18,17 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr " a " -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " nebo " @@ -36,17 +36,17 @@ msgstr " nebo " msgid "%d edits by %s" msgstr "%d úprav od %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d až %d z %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s -Souhrnné reporty" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -87,12 +87,12 @@ msgstr "%s online aktualizace" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s dotazníky zaslány -%s odpovědělo (%s %%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -114,40 +114,40 @@ msgstr "% S, v% s oddělení" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-mailů v tabulce zneužívání)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(Standardní vzdálenost, která pokrývá zhruba 10.000 lidí)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(uzavřené)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(vyřešeno)" @@ -156,33 +156,38 @@ msgstr "(vyřešeno)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(např. graffiti, rozbité pouliční osvětlení, díry v komunikacích a pod. )" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(není odesláno na úřad)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(volitelně)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(veřejné)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(odesláno dvoum??)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Vyberte kategorii --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Vyberte typ nemovitosti --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -194,8 +199,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -211,11 +216,19 @@ msgstr "<strong>Ne</strong> Potvrdím hlášení e-mailem" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Ne</strong> Potvrdím aktualizaci e-mailem" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Ne</strong> přihlásím se pomocí e-mailu" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -224,8 +237,8 @@ msgstr "<strong>Ano</strong> Mám heslo" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Akce naplánována" @@ -240,34 +253,54 @@ msgstr "" " kterému bude hlášení zasláno. Každé instituci můžete zadat jeden nebo více kontaktů (pro různé\n" " kategorie hlášení)." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Přidejte kontakt pomocí formuláře níže." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Zadejte instituci" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Přidat novou kategorii" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Přidat Uživatele" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Přidat novou kategorii" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Přidáno %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Opětovně:" @@ -279,12 +312,12 @@ msgstr "Upozornění %d vytvořené pro %s, typu %s, parametry %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Upozornění %d zrušeno (vytvořeno %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Upozorněte mě na budoucí aktualizace" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Všechna hlášení" @@ -292,10 +325,16 @@ msgstr "Všechna hlášení" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Všechna hlášení" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Všechna hlášení" @@ -305,18 +344,7 @@ msgstr "Všechna hlášení" msgid "All reports between %s and %s" msgstr "Všechna hlášení od %s do %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Veškeré vámi poskytnuté informace budou zaslány " - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Veškeré vámi poskytnuté informace budou zaslány <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Hlášení bylo označeno za vyřešené." @@ -325,48 +353,69 @@ msgstr "Hlášení bylo označeno za vyřešené." msgid "Anonymous" msgstr "Anonimní" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonymní:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Přidat Uživatele" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Jste vývojář?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Jste vývojář?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Oblast pokrytí" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Vzhledem k tomu, že je ve stavu 'staging site' a %s je 'nepravda', budou reporty vypracované na těchto stránkách zaslány uživateli, který nahlásil problém a ne kontaktu uvedenému v nastavení dané oblasti a kategorie." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Přiřaďte jinou kategorii:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Přiřaďte externí instituci:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Přiřaďte oddělení:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Přířazeno: %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Přířazeno: %s" @@ -378,37 +427,64 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "V současné době funguje pouze vyhledávání a prohlížení nahlášených problémů." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Veřejná reakce:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Čeká se na moderování" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Zpět" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Všechna hlášení" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Zakázat emailovou adresu" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Subjekty" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Subjekt" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Subjekt:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Podle datumu" @@ -420,9 +496,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Nevidíte mapu? <em>vynechte tento krok</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Katetorie" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategorie:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -432,32 +525,48 @@ msgstr "Nevidíte mapu? <em>vynechte tento krok</em>" msgid "Category" msgstr "Katetorie" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "např. ‘%s’ nebo ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Category fix rate for problems > 4 týdny staré" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategorie:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategorie: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Zakázat emailovou adresu" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Změnit heslo" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -465,7 +574,7 @@ msgstr "" "Kontrola <strong>potvrzení</strong> že je tento kontakt byl potvrzen a že je správný.\n" " Pokud si nejste jisti správností, ponechte nezaškrtnuté." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -473,7 +582,11 @@ msgstr "" "Zaškrtněte <strong>smazáno</strong> , kategorie nebude nadále používána. \n" " Nebude se nadále zobrazovat v rozbalovacím menu při zadání hlášení." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -490,7 +603,7 @@ msgstr "" " Toto nastavení je vhodné pro hlášení , která chcete umožnit uživatelům úřadům nahlásit, ale pro které neexistuje žádný veřejný \n" " zájem na veřejné zobrazení zpráv. Může to být například interní žádost o umístění nových odpadkových košů na specifickou adresu a pod." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." @@ -498,17 +611,12 @@ msgstr "" "Jméno <strong> kategorie </strong> zvolte tak, aby dávalo smysl pro veřejnost (např, \"Díra v silnici \", \"Pouliční osvětlení \"), ale je užitečné \n" " i pro daný úřad. Názvy kategorií se objeví v rozbalovací nabídce na stránce Nahlásit problém." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Klikněte sem nebo vložte dd/mm/rrrr" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Klikněte na mapu a nahlaste problém" @@ -528,8 +636,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -543,15 +651,20 @@ msgstr "" msgid "Closed" msgstr "Uzavřena" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Uzavřena úřadem" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Znovu odeslané hlášení" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Uzavřena:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Souřadnice:" @@ -559,26 +672,22 @@ msgstr "Souřadnice:" msgid "Cobrand" msgstr "Motiv" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Data motivu:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Motiv:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nastavení" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Nastavení Endpointu" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Potvrdit" @@ -599,10 +708,9 @@ msgstr "" msgid "Confirmation" msgstr "Potvrzení" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Potvrzeno" @@ -613,7 +721,7 @@ msgstr "Potvrzená hlášení od %s do %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Potvrzeno:" @@ -632,17 +740,17 @@ msgstr "Kontaktujte nás" msgid "Contact the team" msgstr "Kontaktujte nás!" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Uživatele nelze najít" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Lokalitu nelze vyhledat" @@ -656,11 +764,11 @@ msgstr "Úřad" msgid "Council contacts for %s" msgstr "Kontakty na úřad %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "číslo jednací: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Úřad:" @@ -675,23 +783,38 @@ msgstr "Počet" msgid "Create a report" msgstr "Vytvořit report" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Vytvořit kategorii" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Vytvořit report" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Na úřad nebylo hlášeno" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Vytvořeno" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Vytvořeno:" @@ -700,13 +823,13 @@ msgstr "Vytvořeno:" msgid "Current state" msgstr "Aktuální stav" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Doposud nebyl vytvořen žádný subjekt." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -719,44 +842,50 @@ msgstr "Přehledy" msgid "Dealt with by subdivision within 5 working days" msgstr "Odbavované úřadem do 5 pracovních dnů" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Smazána" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Popis" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Popis" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Podrobnosti" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Podrobnosti:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Předáno" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -764,16 +893,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Tabulka Vížěhů" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Není známo" @@ -781,18 +914,18 @@ msgstr "Není známo" msgid "Don't like forms?" msgstr "Nechcete řešit formulářem?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Duplicitní" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -800,20 +933,52 @@ msgid "" " " msgstr "Každému kontaktu daného subjektu můžeme přidělit kategorii, která je zobrazena veřejně. Různé kategorie mohou mít společný kontakt (e-mail). To znamená, že můžete přidat mnoho kategorií, i když máte jen jednu kontaktní osobu pro daný subjekt." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Upravit" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editace podrobností subjektu" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Editace podrobností subjektu" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Vytvořit kategorii" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Filtrovat seznam hlášení" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Všechna hlášení" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -826,18 +991,18 @@ msgstr "Úpravy hlášení %d" msgid "Editing update %d" msgstr "Úpravy aktualizace %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Aktualizace uživatele %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Úprava" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -846,12 +1011,15 @@ msgstr "Úprava" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "E-mail přidán do seznamu zneužívání" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "E-mailová adresa:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -862,24 +1030,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "E-mail je již v seznamu zneužívání" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-mail:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "E-mail: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -887,19 +1055,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Konečné datum:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Endpoint" @@ -921,8 +1089,8 @@ msgstr "Zadejte blízké poštovní směrovací číslo nebo název ulice či o msgid "Enter a nearby street name and area" msgstr "Zadejte PSČ, název ulice nebo název oblasti" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -941,11 +1109,12 @@ msgstr "Uveďte podrobnosti daného problému" msgid "Error" msgstr "Chyba" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Příklad PSČ %s" @@ -954,26 +1123,51 @@ msgstr "Příklad PSČ %s" msgid "Examples:" msgstr "Příklady:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Vysvětlete, co je špatně a kde, případně jak dlouho to již trvá a tp. ..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Vytvořit kategorii" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Přiřaďte externí instituci:" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Interní poznámky" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Doplňující data:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Doplňující data:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -983,23 +1177,23 @@ msgstr "" msgid "Filter report list" msgstr "Filtrovat seznam hlášení" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Poprvé" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Pro opravu vyberte <strong>oblast pokrytí</strong> v části <em>Editace podrobností subjektu</em> ve formuláři níže." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Vyřešené" @@ -1013,11 +1207,17 @@ msgstr "vyřešené - Úřad" msgid "Fixed - User" msgstr "Vyřešené - Uživatel" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Nová hlášení" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Vyřešené:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Označené za smazané" @@ -1026,8 +1226,8 @@ msgstr "Označené za smazané" msgid "Flag user" msgstr "Sledovat uživatele" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Určeno ke sledování" @@ -1035,7 +1235,7 @@ msgstr "Určeno ke sledování" msgid "Flagged reports and users" msgstr "Sledovaná hlášení a sledovaní uživatelé" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Takto označení uživatelé jsou v seznamu na této <a href='%s'>stránce</a>." @@ -1043,8 +1243,8 @@ msgstr "Takto označení uživatelé jsou v seznamu na této <a href='%s'>strán msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Označení uživatelé nejsou žádným způsobem omezováni. Je to jen seznam uživatelů, kteří byli označeni k Vaší pozornosti." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Sledováno:" @@ -1052,20 +1252,25 @@ msgstr "Sledováno:" msgid "Follow a ward link to view only reports within that ward." msgstr "Klikněte na odkaz pro danou oblast, zobrazí se hlášení pouze z této oblasti." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Více informací naleznete v článku <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Jak FixMyStreet používá Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Zapomněli jste své heslo?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1075,12 +1280,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Často kladené dotazy" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS na Google Mapách" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Zasílání aktualizací" @@ -1094,7 +1295,7 @@ msgstr "Získat aktualizace hlášení %s " msgid "Get updates of problems in this %s" msgstr "Získat aktualizace hlášení %s " -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Přihlásit se k odběru RSS kanálu" @@ -1102,53 +1303,64 @@ msgstr "Přihlásit se k odběru RSS kanálu" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "OK" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Odeslat dotazník?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Graf hlášení v čase a jejich stavů" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Šedě označené řádky jsou úřady, které již existují." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Byl tento problém vyřešen?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Už jste někdy před tím hlásili problém úřadu a nebo je toto Vaše hlášení poprvé?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Nápověda" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Možnosti pro upozornění na lokální problém pro oblast ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Přihlášená osoba: %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1156,19 +1368,19 @@ msgstr "Přihlášená osoba: %s" msgid "Hidden" msgstr "Skrytý" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Skrýt staré" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Schovat značky" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historie" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Úvodní stránka" @@ -1176,12 +1388,12 @@ msgstr "Úvodní stránka" msgid "How to report a problem" msgstr "Jak nahlásit problém" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Anleitung" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1195,8 +1407,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Bohužel, nelze lokalizovat Vaše hlášení v databázi.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1205,8 +1418,8 @@ msgstr "Bohužel, nelze lokalizovat Vaše hlášení v databázi.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." @@ -1214,7 +1427,7 @@ msgstr "" "Vyberte <strong>nadřízený subjekt</strong> pokud je subjekt součástí jiného subjektu.\n" " Pro základní nastavení instalace nevyžaduje propojování subjektů tímto způsobem." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1226,23 +1439,32 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Pokud zde zadáte své hlášení, nadpis a podrobnosti hlášení budou veřejné, ale hlášení <strong>nebude</strong> doručeno na úřad." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Pokud používáte <strong>metodu zasílání mimo zaslání emailu</strong>, zadejte zde ID služby (Open311) nebo její ekvivalent." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1252,15 +1474,15 @@ msgstr "" " Povolte <strong> rozšířené stavy systému Open311 </strong>, pokud chcete, aby mohly být předány ostatní stavy. \n" " Před jeho povolením zkontrolujte, zda stránky vašeho motivu tuto funkci podporují." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1271,14 +1493,14 @@ msgstr "" msgid "Illegal ID" msgstr "Neplatné ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Neplatný výběr zdoje" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "v řešení" @@ -1290,8 +1512,8 @@ msgstr "V tabulce zneužívání?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "Kromě toho, tyto atributy, které nejsou součástí specifikace Open311 v2 jsou vráceny: agency_sent_datetime název (také vrácený jako součást popisu), interface_used, comment_count, requestor_name (přítomný pouze tehdy, pokud žadatel povolen název, který bude zobrazen na této stránce) ," -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1304,18 +1526,26 @@ msgstr "v řešení" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Zahrnuty osobní údaje hlasatele problému" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Včetně nepotvrzených hlášení" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Chybná has_photo hodnota \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interní poznámky" @@ -1325,19 +1555,23 @@ msgstr "Interní poznámky" msgid "Internal referral" msgstr "Interní postoupení" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Chybná agency_responsible hodnota %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Chybný konečný datum" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Chybný formát %s specified." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Chybné počáteční datum" @@ -1345,8 +1579,8 @@ msgstr "Chybné počáteční datum" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Šetření" @@ -1354,33 +1588,33 @@ msgstr "Šetření" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Často bývá nejrychlejší <a href=\"%s\">zkontrolovat naše Otázky a odpovědi</a> a podívat se, zda odpověď nenaleznete zde." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Ponechte mě přihlášeného na tomto počítači" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Poslední úpravy" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Poslední úpravy:" @@ -1388,11 +1622,16 @@ msgstr "Poslední úpravy:" msgid "Last update:" msgstr "Poslední úpravy:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Poslední úpravy:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Ponechte prázdné, pokud pro tento subjekt bude vždy použitá stejná metoda zasílání (např. \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Seznam všech hlášení" @@ -1414,7 +1653,7 @@ msgstr "Lokální RSS kanály a mailové upozornění" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Lokální RSS kanály a mailové upozornění pro ‘%s’" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Místní upozornění" @@ -1422,47 +1661,72 @@ msgstr "Místní upozornění" msgid "Locate the problem on a map of the area" msgstr "Lokalizujte vaše hlášení v mapě" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "MAPA" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Mapa" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Označte uživatele, jejichž chování chcete sledovat a označte je <strong>příznakem</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Zpráva" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Chybějící jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Zahrnuty osobní údaje hlasatele problému" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Vytvořit report" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Moderováno oddělením během jednoho pracovního dne" @@ -1471,35 +1735,47 @@ msgstr "Moderováno oddělením během jednoho pracovního dne" msgid "Month" msgstr "Měsíc" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Jméno" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Jméno:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Jméno: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS kanál aktualizací tohoto hlášení" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1509,12 +1785,12 @@ msgstr "Nejbližší pojmenovaná ulice k umístěné značce na mapě (automati msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Nejbližší PSČ k umístěné značce na mapě (automaticky generováno) %s (%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nejbližší cesta k umístěné značce na mapě (automaticky generováno pomocí Bing Mapy): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1526,20 +1802,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Nová <br>hlášení" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Přidán nový subjekt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Do kategorie byl přidán nový kontakt" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "E-mailová adresa:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Nová interní poznámka:" @@ -1547,10 +1828,21 @@ msgstr "Nová interní poznámka:" msgid "New local problems on FixMyStreet" msgstr "Nové lokální hlášení na FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Heslo:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Nová hlášení" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nová hlášení pro {{COUNCIL}} , oblast {{WARD}} na FixMyStreet" @@ -1579,40 +1871,50 @@ msgstr "Nová hlášení" msgid "New state" msgstr "Nový stav" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Další" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Ne" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "ostatní oblasti:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Žádný subjekt" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Žádný Úřad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Není vybrán žádný úřad" @@ -1628,17 +1930,17 @@ msgstr "Nebyla nalazena žádná sledovaná hlášení." msgid "No flagged users found." msgstr "Nebyli nalezeni žádní sledovaní uživatelé." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Žádné další aktualizace" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Vráceno bez výsledku." -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1651,12 +1953,26 @@ msgstr "" msgid "No supporters" msgstr "Žádný podporovatel." -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Žádné" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +#, fuzzy +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"Normální uživatelé (veřejnost) by neměli být přiřazeni k žádnému <strong>subjektu</strong>.<br>\n" +" Autorizovaní zaměstnanci mohou být registrováni jejich úřady, které zastupují.<br>\n" +" V závislosti na implementaci, zaměstnanci institucí mohou mít přístup k přehledům (souhrny \n" +" aktivit jejich institucí), možnost smazat hlášení nebo nastavovat speciální stavy hlášení." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1670,19 +1986,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Nezodpovídá" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Není určeno pro naší oddělení" @@ -1690,12 +2006,12 @@ msgstr "Není určeno pro naší oddělení" msgid "Not reported before" msgstr "Hlásil(a) jsem poprvé" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Na úřad nebylo hlášeno" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Poznámka" @@ -1704,9 +2020,8 @@ msgstr "Poznámka" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Upozorňujeme, že když zahrnujeme nepotvrzená hlášení, používáme datum hlášení, kdy bylo vytvořeno. To však nemusí být ve stejném měsíci, kdy bylo potvrzeno a proto se počty mohou trochu lišit" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Poznámka:" @@ -1718,23 +2033,21 @@ msgstr "Poznámka: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "A teď stačí hlášení odeslat" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "A nyní pro odeslání aktualizace…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Staré / neznámé <br>hlášení" @@ -1742,44 +2055,53 @@ msgstr "Staré / neznámé <br>hlášení" msgid "Old state" msgstr "Starý stav" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Starší <br>vyřešené" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Starší <br>hlášení" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "jednořádkový nadpis" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Otevřený" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API pro server mySociety FixMyStreet" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Specifikace systému Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Úvodní webová stránka systému Open311" @@ -1788,23 +2110,23 @@ msgstr "Úvodní webová stránka systému Open311" msgid "Open311 specification" msgstr "Specifikace systému Open311" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Nebo problémy hlášené subjektu:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Nebo se můžete přihlásit k odběru všech upozornění na hlášení, které jsou v následujících oblastech úřadu či částí:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Ostatní" @@ -1817,7 +2139,7 @@ msgstr "Vlastník" msgid "Page Not Found" msgstr "Stránka nenalezena" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Nadřazený subjekt" @@ -1827,75 +2149,88 @@ msgstr "Nadřazený subjekt" msgid "Partial" msgstr "Částečně" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Heslo (volitelně)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Heslo:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Trvalý odkaz" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonní číslo" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonní číslo (volitelně)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefon:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Fotografie" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Fotografie" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotografie nedávných okolních hlášení" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Umísti špendlík na mapu" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1910,11 +2245,13 @@ msgstr "Plánováno" msgid "Please be polite, concise and to the point." msgstr "Buďte prosím zdvořilí, struční a vyjadřujte se k věci." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Zkontrolujte prosím hesla a zkuste znovu" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1922,19 +2259,21 @@ msgstr "Zkontrolujte prosím hesla a zkuste znovu" msgid "Please check your email address is correct" msgstr "Zkontrolujte, zda je vaše emailová adresa správná" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Vyberte kategorii" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Zvolte typ nemovitosti" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Opravte prosím chyby uvedené níže" @@ -1949,50 +2288,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Nezneužívejte tento nástroj - zneužívání vašeho úřadu znehodnocuje službu pro všechny uživatele." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "prosím zadejte zprávu" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Prosím zadejte heslo" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Prosím zadejte heslo" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Prosím zadejte název" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Prosím zadejte platný e-mail" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Prosím zadejte platnou emailovou adresu" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Prosím zadejte podrobnosti" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2002,8 +2348,8 @@ msgstr "Prosím zadejte podrobnosti" msgid "Please enter your email" msgstr "Prosím zadejte váš e-mail" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Prosím zadejte vaši emailovou adresu" @@ -2017,9 +2363,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Zadejte své celé jméno, úřad potřebuje tyto informace - jestliže si přejete, aby Vaše jméno nebylo na webu zobrazeno, odškrtněnte čvereček níže" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Zadejte vaše jméno" @@ -2046,12 +2392,12 @@ msgstr "Můžete se kdykoliv znovu <a href=\"%s\">připojit</a>, nebo přejít msgid "Please fill in details of the problem below." msgstr "Prosím, níže vyplňte údaje o hlášeném problému." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Prosím, vyplňte údaje o hlášeném problému." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Vyplňte prosím níže uvedený formulář s údaji o problému, a popište místo tak přesně, jak je to možné v poli podrobnosti." @@ -2067,12 +2413,12 @@ msgstr "Vezměte prosím na vědomí, že aktualizace nejsou odeslány na úřad msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Vezměte prosím na vědomí, že vaše zpráva <strong> ještě nebyla zaslána </strong>. Vyberte si kategorii a přidejte další informace níže, a pak odešlete." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2081,6 +2427,11 @@ msgstr "" msgid "Please note:" msgstr "Vezměte prosím na vědomí:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Uveďte prosím nějaké vysvětlení, proč jste znovu otevřeli toto hlášení" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Uveďte prosím nějaké vysvětlení, proč jste znovu otevřeli toto hlášení" @@ -2094,15 +2445,15 @@ msgstr "Uveďte prosím nějaký text, stejně jako fotografii" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Prosím, řekněte, jestli jste někdy předtím hlásili problémy na váš úřad" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Prosím, vyberte kanál, který chcete" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Vyberte typ upozornění, které chcete" @@ -2110,24 +2461,23 @@ msgstr "Vyberte typ upozornění, které chcete" msgid "Please state whether or not the problem has been fixed" msgstr "Uveďte, prosím, zda byl či nebyl problém vyřešen" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Prosím, nahrávejte pouze obrázky ve formátu JPEG" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Napište zprávu" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Aktuální informace doplňte prosím zde" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2149,11 +2499,19 @@ msgstr "Odesláno uživatelem %s v %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Předcházející" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Ochrana osobních údajů" @@ -2163,15 +2521,13 @@ msgstr "Ochrana osobních údajů" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Neveřejné" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Hlášení" @@ -2187,12 +2543,13 @@ msgstr "Hlášení %s potvrzeno" msgid "Problem %s sent to council %s" msgstr "Hlášení %s bylo odesláno na úřad %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Členění hlášení podle stavu" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Hlášení bylo označeno za otevřené." @@ -2200,15 +2557,16 @@ msgstr "Hlášení bylo označeno za otevřené." msgid "Problem state change based on survey results" msgstr "Stav hlášení byl změněn na základě výsledků šetření" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Hlášení" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Hlášení v okolí" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Hlášení na mapě" @@ -2216,12 +2574,12 @@ msgstr "Hlášení na mapě" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Hlášení označená za vyřešená na serveru FixMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Hlášení v okolí %.1fkm od tohoto místa" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Hlášení v oblasti %s" @@ -2232,15 +2590,15 @@ msgstr "Hlášení v oblasti %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Hlášení uvnitř oblasti:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Adresa nemovitosti:" @@ -2248,28 +2606,38 @@ msgstr "Adresa nemovitosti:" msgid "Provide an update" msgstr "Poskytněte aktuální informace" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Poskytněte aktuální informace" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Poskytnutí jména a hesla je volitelné, zato vám ale umožní snadněji nahlásit problémy, hlásit aktualizace a spravovat svá hlášení." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Poskytnutí hesla je volitelné, zato vám ale umožní snadněji nahlásit problémy, hlásit aktualizace a spravovat svá hlášení." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Veřejná reakce:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Veřejná reakce:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Publikovaná fotografie" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Dotazník" @@ -2286,11 +2654,11 @@ msgstr "Dotazník %d poslal k hlášení %d" msgid "Questionnaire filled in by problem reporter" msgstr "Dotazník vyplňuje uživatel, který podal hlášení problému" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS kanál" @@ -2302,10 +2670,10 @@ msgstr "RSS kanál pro %s" msgid "RSS feed for %s ward, %s" msgstr "RSS kanál pro oblast %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS kanál pro %s" @@ -2314,12 +2682,12 @@ msgstr "RSS kanál pro %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS kanál pro %s, v oblasti %s " -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS kanál hlášení v okolí" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS kanál hlášení v oblasti %s" @@ -2334,22 +2702,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS kanál aktuálních lokálních hlášení" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS kanál aktualizací tohoto hlášení" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Dostávat e-mail, když je hlášení aktualizováno." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Aktuálně <br>vyřešené" @@ -2357,6 +2729,11 @@ msgstr "Aktuálně <br>vyřešené" msgid "Recently reported problems" msgstr "Nedávno nahlášené problémy" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Zasílání aktualizací" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Uvědomte si, že FixMyStreet je především pro hlášení fyzických problémů, které mohou být opraveny. Pokud váš problém není vhodný pro hlášení prostřednictvím tohoto webu, můžete se obrátit na váš úřad přímo pomocí jejich internetových stránek." @@ -2365,13 +2742,23 @@ msgstr "Uvědomte si, že FixMyStreet je především pro hlášení fyzických msgid "Remove flag" msgstr "Odstranit příznak" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Odstranit fotografii (nelze vrátit zpět!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2379,17 +2766,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Hlášení" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Nahlásit problém" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Nevhodný obsah" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Hlášení" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Hlášení na webu %s" @@ -2404,23 +2801,23 @@ msgstr "Nahlášení problému" msgid "Report, view, or discuss local problems" msgstr "Hlášení, zobrazení a diskuse nad lokálními problémy" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Nahlášeno anonymně v %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Hlásil(a) jsem již dříve" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Nahlášeno uživatelem %s, určeno pro %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2428,50 +2825,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Nahlášeno v kategorii %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Nahlášeno anonymně v %s v kategorii %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Nahlášeno v kategorii %s uživatelem %s v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Nahlášeno prostřednictvím %s anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Nahlášeno prostřednictvím %s uživatelem %s v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Nahlášeno prostřednictvím %s v kategorii %s anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Nahlášeno prostřednictvím %s v kategorii %s uživatelem %s v %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Hlášení problému" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Hlášení" @@ -2483,22 +2881,68 @@ msgstr "Délka hlášení je omezena na %s znaků. Prosím, zkraťte své hláš msgid "Reports awaiting approval" msgstr "Hlášení čekající na schválení" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Publikovaná hlášení" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Hlášení čekající na schválení" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Znovu odeslané hlášení" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Správné místo?" @@ -2512,46 +2956,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Otočit doleva" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Otočit doprava" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Satelitní" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Uložit změny" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Vyhledat hlášení" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Vyhledat uživatele" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Vyhledat hlášení" @@ -2561,81 +3015,120 @@ msgstr "Vyhledat hlášení" msgid "Search:" msgstr "Vyhledat:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Nebylo nalezeno žádné hlášení." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Nebyli nalezeni žádní sledovaní uživatelé." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Zvolte subjekt" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Vyberte konkrétní instituce a" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Zvolte oblast" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Předmět:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "odesláno do %s o %s později" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Odeslat:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Služba:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Sdílet" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Odesláno uživatelem %s v %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Zobrazit moje jméno veřejně" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Zobrazit stará" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Zobrazit značky" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Přihlásit se" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Přihlaste se nebo si vytvořte účet" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Odhlásit se" @@ -2644,8 +3137,8 @@ msgstr "Odhlásit se" msgid "Some categories may require additional information." msgstr "Nekteré kategorie mohou vyžadovat dodatečné informace." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2656,8 +3149,7 @@ msgid "Some photos of recent reports" msgstr "Některé fotografie současných hlášení" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Specifický název pro lokalizaci" @@ -2673,16 +3165,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Omlouváme se, došlo k chybě potvrzující váš problém." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Nemůžeme bohužel nalézt tuto lokalitu." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2692,35 +3184,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Omlouváme se, nelze lokalizovat. Zkuste ještě jednou." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Počáteční datum:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Stav" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Stav:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistiky" @@ -2734,12 +3246,12 @@ msgstr "Stav" msgid "Still open, via questionnaire, %s" msgstr "Stále otevřeno, prostřednictvím dotazníku, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Podkategorie: %s" @@ -2751,34 +3263,35 @@ msgstr "Oddělení/Instituce" msgid "Subject" msgstr "Předmět" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Předmět:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Odeslat" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Odeslat změny" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Odeslat dotazník" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2789,38 +3302,53 @@ msgid "Submitted" msgstr "Odesláno" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Přihlásit se k odběru" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Přihlásit se k odběru emailových upozornění" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Uveďte podrobnosti daného problému" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Odeslat změny" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Přehled" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Souhrnný přehled" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Průzkum" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Výsledky průzkumu" @@ -2828,27 +3356,29 @@ msgstr "Výsledky průzkumu" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Text" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Pouze textová verze" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Text:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2861,6 +3391,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2873,41 +3406,41 @@ msgstr "Děkujeme za nahrání fotografie. Nyní je třeba lokalizovat Vaše hl msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Díky, rádi slyšíme, že to bylo vyřešeno! Můžeme se ještě zeptat, jestli jste někdy předtím hlásili úřadům problém?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Zdá se, že se obrázek nenahrál správně (%s), zkuste to prosím znovu." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Zdá se, že tato lokalita nepatří do žádné městské části nebo obecního úřadu na území ČR. Možná se jedná o offshore nebo se nachází v zahraničí. Zkuste to prosím znovu." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "To místo se nezdá být v České republice; prosím zkuste to znovu." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Omlouváme se, ale poštovní směrovací číslo nebylo rozpoznáno." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Hlášení bude nyní opět odesláno." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Tento report nemůže být zobrazen na %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Toto hlášení bylo vyjmuto z FixMyStreet." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2915,8 +3448,8 @@ msgstr "" "<Strong>E-mailová adresa </strong> je cíl, kterému zprávy o této kategorii budou odeslány. \n" " Ostatní kategorie tohoto subjektu mohou mít stejnou e-mailovou adresu." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2924,15 +3457,17 @@ msgstr "" "strong>Endpoint</strong> je adresa URL služby, která FixMyStreet propojí \n" " s interním systémem daného subjektu." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2942,8 +3477,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2962,7 +3497,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Tabulka Vítězů ukazuje aktivity editorů (kdo editoval nejvíce záznamů)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Nastala chyba: %s" @@ -3004,12 +3539,12 @@ msgstr "Poslední hlášení uživatelů pro {{NAME}}" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Seznam oblastí byl povolen službou MapIt na adrese %s." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Heslo se neshoduje" @@ -3017,22 +3552,16 @@ msgstr "Heslo se neshoduje" msgid "The requested URL '%s' was not found on this server" msgstr "Požadovaná adresa URL '%s' nebyla na tomto serveru nalezena" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Nejjednodušší upozornění je jedno z našich geografických:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Souhrn a popisy budou také veřejné (čtěte naše<a href=\"/privacy\">zásady ochrany osobních údajů</a>)" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Uživatel nemohl lokalizovat problém v mapě, ale je zobrazeno okolí lokality při zadání hlášení" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3042,11 +3571,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Nastal problém v zobrazení stránky Všechna hlášení. Prosím, zkuste později." @@ -3055,18 +3584,18 @@ msgstr "Nastal problém v zobrazení stránky Všechna hlášení. Prosím, zkus msgid "There was a problem showing this page. Please try again later." msgstr "Nastal problém v zobrazení této stránky. Prosím, zkuste později." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Byl problém s kombinací e-mailu a hesla. Pokud si nemůžete vzpomenout na své heslo, nebo ho ještě nemáte, zadejte ho v sekci lsquo, přihlášení se prostřednictvím e-mailu & rsquo; tohoto formuláře." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Nastal problém s kombinací Vaší e-mailové adresy a hesla. Prosím zkuste znovu." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." @@ -3074,12 +3603,12 @@ msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." msgid "There were problems with your report. Please see below." msgstr "Nastal problém s vaším hlášením. Prosím, přečtěte si informace níže." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Nastal problém s Vaší aktualizací. Prosím, přečtěte si informace níže." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3093,11 +3622,32 @@ msgstr "" " <a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>tento článek </a>. \n" " " +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Osobní údaje budeme používat pouze v souladu s našimi <a href=\"/privacy\"> zásadami ochrany osobních údajů.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Osobní údaje budeme používat pouze v souladu s našimi <a href=\"/privacy\"> zásadami ochrany osobních údajů.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Na implementaci API se stále pracuje a není dosud stabilní. V budoucnu se může bez upozornění změnit." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3107,12 +3657,12 @@ msgstr "" " V důsledku toho se žádná z jejích kategorií neobjeví v rozbalovacím menu kategorií, když uživatelé hlásí problémy. \n" " V současné době <strong> nemohou uživatelé tomuto subjektu reportovat žádné problémy </strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Úřad nemá nastaven žádný kontakt. To znamená, že nahlášené problémy tomuto úřadu<strong>nebudou zasílány</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3120,17 +3670,17 @@ msgstr "" "Tomuto úřadu budou zasálána pouze hlášení o problémech, která jsou umístěna v <strong> oblasti pokrytí</strong>. \n" " Úřad nebude dostávat žádné zprávy, pokud nepokrývá alespoň jednu vybranou oblast." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Tento e-mail byl odeslán na oba úřady působící v dané lokalitě, protože uživatel hlášení nekategorizoval. Prosím ignorujte, pokud nejste oprávněný úřad kompetentní řešit nahlášený problém nebo nám dejte vědět, jaká je to kategorie problémů a kdo jí má na starosti, my jí doplníme do našeho systému." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Tento e-mail byl odeslán na několik úřadů působících v dané lokalitě, protože zvolená kategorie hlášení je uvedena pro všechny z nich. Prosím ignorujte, pokud nejste oprávněný úřad kompetentní řešit nahlášený problém." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Tato informace je vyžadována" @@ -3139,62 +3689,72 @@ msgstr "Tato informace je vyžadována" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Toto je vývojářský web; věci mohou kdykoli přestat fungovat, databáze bude pravidelně mazána." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Zde je souhrn všech hlášení na tomto webu." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Hlášení bylo vyřešeno" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Hlášení nemohlo být vyřešeno" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Hlášení čeká na moderování operátorem." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Hlášení je aktuálně označené za uzavřené." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Hlášení je aktuálně označené za vyřešené." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Hlášení je aktuálně označené za otevřené." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Hlášení bylo zasláno anonymně." -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Webová stránka také obsahuje fotografii hlášení, poskytnutou uživatelem." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Časová osa" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Nadpis" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3207,18 +3767,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Pokud chcete zjistit, jaká místní upozornění jsme pro Vás připravili, prosím, zadejte své poštovní směrovací číslo nebo název ulice či oblasti" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Pro zobrazení mapy přesného umístění tohoto problému" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Celkem" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Vytvořeno:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Opakujte znovu" @@ -3229,20 +3806,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Nelze opravit" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Nepotvrzeno" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Nová hlášení" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Neznámé" @@ -3251,18 +3833,19 @@ msgstr "Neznámé" msgid "Unknown alert type" msgstr "Neznámý typ upozornění" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Neznámá chyba" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Neznámé ID hlášení" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Aktualizovat" @@ -3278,12 +3861,12 @@ msgstr "Aktualizace níže byly přidána anonymně v %s" msgid "Update below added by %s at %s" msgstr "Aktualizace níže byly přidána uživatelem %s v %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Aktualizace subjektu" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Aktualizované členění podle stavu" @@ -3291,20 +3874,20 @@ msgstr "Aktualizované členění podle stavu" msgid "Update by {{name}}" msgstr "Aktualizováno uživatelem {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Aktualizací byl změněn stav hlášení na %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Nastavte označené hlášení za vyřešené" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Aktualizovat znovu otevřené hlášení" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Aktualizovat status" @@ -3314,13 +3897,13 @@ msgstr "Aktualizovat status" msgid "Updated" msgstr "Aktualizováno" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Aktualizováno!" @@ -3330,7 +3913,7 @@ msgstr "Aktualizováno!" msgid "Updates" msgstr "Aktualizace" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Aktualizace je omezena na %s znaků její délky. Prosím, zkraťte ji" @@ -3344,20 +3927,29 @@ msgstr "Aktualizace hlášení {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "<strong> Poznámka </strong> slouží pro záznam ifnormací, které jsou zobrazeny pouze v administraci. Poznámky nejsou zobrazeny veřejně a nejsou odeslány subjektům." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Uživatel vyjmut ze sledování" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Uživatel sledován" @@ -3365,23 +3957,28 @@ msgstr "Uživatel sledován" msgid "User search finds matches in users' names and email addresses." msgstr "Při vyhledávání byly nalezeny shody v uživatelských jménech nebo e-mailových adresách." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Uživatelé" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Hodnoty aktualizovány" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Zobrazit hlášení na serveru" @@ -3391,7 +3988,7 @@ msgid "View reports by ward" msgstr "Zobrazení hlášení podle okrsků" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Zobrazení oblastí" @@ -3408,23 +4005,17 @@ msgstr "Oddělení tohoto úřadu" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Našli jsme více než jednu shodu pro požadovanou lokalitu. Nabízíme až 10 možných lokalit. Upřesněte prosím vyhledávání, pokud zde požadovanou lokalitu nenaleznete." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "váš email nebude nezveřejněn" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Váš email a telefonní číslo nebudou nikde zveřejněny." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Uvědomujeme si, že za tento problém by mohl být odpovědný % s; Nicméně, nemáme na ně v současné době žádné kontaktní údaje. Pokud příslušné kontakty znáte, sem s nimi. " @@ -3445,15 +4036,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "Co je to za problém, a kde to je?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Editováno:" @@ -3462,7 +4049,7 @@ msgstr "Editováno:" msgid "When sent" msgstr "Odesláno:" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3470,8 +4057,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3485,7 +4072,7 @@ msgstr "V požadavku pro vyhledávání je možné hledat s parametrem 'agency msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Chcete se podílet na rozvoji projektu FixMyStreet? Náš kód je open source a je k dispozici na <a href=\"http://fixmystreet.org\">fixmystreet.org </a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Můžeme Vám za měsíc odeslat další dotazník, který Vám připomene zkontrolovat stav Vašeho hlášení?" @@ -3501,22 +4088,22 @@ msgstr "Chybná poloha? Stačí v mapě překliknout na jiné místo." msgid "Year" msgstr "Rok" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ano" @@ -3542,7 +4129,7 @@ msgstr "Upozorňuji na níže uvedený záznam, který může obsahovat urážli msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Můžete <a href=\"%s%s\">zobrazit hlášení na tomto webu</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Můžete přidat e-mail zneužívajícího uživatele do seznamu zneužívání a hlášení těchto uživatelů budou skryty (nikdy nebudou odesílány)." @@ -3559,18 +4146,18 @@ msgstr "" "Můžete při editaci zpráv nebo uživatelů nastavit příznak pro sledování a oni budou uvedeny na této stránce. \n" " T máže být například užitečné, pokud chcete sledovat uživatele, kteří v minulosti publikovali nevhodný obsah." -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Pomozte nám najít email na kontaktní osobu pro oblast <strong>%s </strong>a pošlete nám kontakt na adresu <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Pokud nechcete, aby byl subjekt dále na serveru aktivní, můžete ho označit za smazaný." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Odmítnuto; vyplňte rámeček nahoře" @@ -3578,13 +4165,13 @@ msgstr "Odmítnuto; vyplňte rámeček nahoře" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Na tento dotazník jste již odpověděli. Máte-li dotazy, prosím <a href='%s'>spojte se s námi</a>, nebo si můžete <a href='%s'>zobrazit hlášení</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3593,29 +4180,35 @@ msgstr "" msgid "You have been signed out" msgstr "Byli jste odhlášeni" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Lokalizovali jste hlášení do místa označeném zelenou značkou v mapě. Pokud to není správné umístění, opakujte a klikněte na správné místo v mapě. " +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Úspěšně jste potvrdili svou e-mailovou adresu." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Byli jste úspěšně přihlášeni; zkontrolujte a potvrďte zda jsou podrobnosti přesné:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Doposud jste nevytvořili žádné hlášení. <a href=\"%s\">Nahlaste problém nyní.</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "Doposud jste nevytvořili žádné hlášení. <a href=\"%s\">Nahlaste problém nyní.</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Musíte <a href=\"%s\"> přidat nějaké subjekty </a> (například úřady či oddělení) kterým pak budou zasílány hlášení." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3625,30 +4218,31 @@ msgstr "" " kategorie problémů, které mají v kompetenci řešit (jako výmoly nebo pouliční osvětlení) \n" " a kontakty (jako například e-mailovou adresu), na které budou zprávy jsou odesílány." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Chcete to skutečně znovu odeslat?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Vaše hlášení" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Potvrdit účet" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Váš e-mail" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3658,13 +4252,12 @@ msgstr "Vaše e-mailová adresa" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Vámi poskytnuté informace budou použity pouze v souladu se <a href=\"/privacy\">zásadami ochrany osobních údajů</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Vaše jméno a příjmení" @@ -3675,46 +4268,54 @@ msgstr "Vaše jméno a příjmení" msgid "Your password" msgstr "Vaše heslo" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Vaše heslo bylo změněno" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Vaše telefonní číslo:" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Vaše hlášení" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Vaše hlášení" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Vaše aktualizace" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Váš e-mail" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "uživatelem %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "úřad" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "bez mapy" @@ -3723,15 +4324,11 @@ msgstr "bez mapy" msgid "e.g. ‘%s’ or ‘%s’" msgstr "např. ‘%s’ nebo ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "editace uživatele" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3742,7 +4339,7 @@ msgstr "od %s různých uživatelů" msgid "last updated %s" msgstr "naposledy upravené %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "méně než minutou" @@ -3787,13 +4384,23 @@ msgstr "označené za naplánované" msgid "marked as unable to fix" msgstr "označené za nemožné spravit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "neuvedeno" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(volitelně)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "nebo" @@ -3801,22 +4408,22 @@ msgstr "nebo" msgid "or locate me automatically" msgstr "nebo mě lokalizujte automaticky" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "původně zadáno: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "ostatní oblasti:" @@ -3825,41 +4432,40 @@ msgstr "ostatní oblasti:" msgid "reopened" msgstr "znovu otevřeno" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "odhlásit" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "místní úřad" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "V mapě se nenalézají žádné značky hlášení od uživatelů" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "tento typ lokálního problému" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "dnes" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "použitá mapa" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "uživatel je ze stejného úřadu jako hlášení - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "uživatel je vlastníkem hlášení" @@ -3876,7 +4482,7 @@ msgstr[0] "<big>%s</big> aktuální hlášení" msgstr[1] "<big>%s</big> aktuální hlášení" msgstr[2] "<big>%s</big> aktuální hlášení" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3892,7 +4498,7 @@ msgstr[0] "%d podporovatel" msgstr[1] "%d podporovatelé" msgstr[2] "%d podporovatelů" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3908,7 +4514,7 @@ msgstr[0] "<big>%s</big>aktualizované hlášení" msgstr[1] "<big>%s</big> aktalizovan hlášení" msgstr[2] "<big>%s</big> aktualizovaných hlášení" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." @@ -3916,7 +4522,7 @@ msgstr[0] "Doposud nemáme podrobnosti o úřadu pokrývající tuto lokalitu." msgstr[1] "Doposud nemáme podrobnosti o úřadech pokrývající tuto lokalitu." msgstr[2] "Doposud nemáme podrobnosti o úřadech pokrývající tuto lokalitu." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3940,7 +4546,7 @@ msgstr[0] "<big>%s</big> vyřešeno poslední měsíc" msgstr[1] "<big>%s</big> vyřešeno poslední měsíc" msgstr[2] "<big>%s</big> vyřešeno poslední měsíc" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" @@ -3948,7 +4554,7 @@ msgstr[0] "%d den" msgstr[1] "%d dny" msgstr[2] "%d dní" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." @@ -3956,47 +4562,41 @@ msgstr[0] "Doposud <strong>nemáme</strong> podrobnosti o dalším úřadě, kt msgstr[1] "Doposud <strong>nemáme</strong> podrobnosti o dalších úřadech, které jsou za tuto oblast zodpovědné." msgstr[2] "Doposud <strong>nemáme</strong> podrobnosti o dalších úřadech, které jsou za tuto oblast zodpovědné." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, nahlášeno %s" - -#~ msgid "About us" -#~ msgstr "O nás" - -#~ msgid "Email me new local problems" -#~ msgstr "Nová lokální hlášení mi pošlete mailem" +#~ msgid "(public)" +#~ msgstr "(veřejné)" -#~ msgid "Empty flat or maisonette" -#~ msgstr "Prázdný byt nebo mesonet" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Veškeré vámi poskytnuté informace budou zaslány " -#~ msgid "Empty house or bungalow" -#~ msgstr "Prázdný dům nebo bungalow" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Veškeré vámi poskytnuté informace budou zaslány <strong>%s</strong>." -#~ msgid "Empty office or other commercial" -#~ msgstr "Zavřená kancelář nebo komerční prostory" +#~ msgid "Configure Endpoint" +#~ msgstr "Nastavení Endpointu" -#~ msgid "Empty pub or bar" -#~ msgstr "Zavřená hospoda nebo bar" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "Vysvětlete, co je špatně a kde, případně jak dlouho to již trvá a tp. ..." -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Prázdná veřejná budova - škola, nemocnice a tp." +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS na Google Mapách" -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Zadejte nejbližší název ulice, oblasti, PSČ nebo katastrální části" +#~ msgid "One-line summary" +#~ msgstr "jednořádkový nadpis" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "Survey" +#~ msgstr "Průzkum" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Bohužel nemůžete potvrdit nepotvrzená hlášení." +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "Souhrn a popisy budou také veřejné (čtěte naše<a href=\"/privacy\">zásady ochrany osobních údajů</a>)" -#~ msgid "Problems in this area" -#~ msgstr "Hlášení v této oblasti" +#~ msgid "We never show your email" +#~ msgstr "váš email nebude nezveřejněn" -#~ msgid "Property type:" -#~ msgstr "Typ nemovitosti:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Váš email a telefonní číslo nebudou nikde zveřejněny." -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS kanál hlášení v oblasti %s" +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "Co je to za problém, a kde to je?" -#~ msgid "Whole block of empty flats" -#~ msgstr "Celý blok prázdných bytů" +#~ msgid "You really want to resend?" +#~ msgstr "Chcete to skutečně znovu odeslat?" diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po index 4a46062e7..2e7128820 100644 --- a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Welsh (http://www.transifex.com/mysociety/fixmystreet/language/cy/)\n" "Language: cy\n" @@ -19,17 +19,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "a" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "neu" @@ -37,17 +37,17 @@ msgstr "neu" msgid "%d edits by %s" msgstr "" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d i %d o %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Adroddiadau" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -88,12 +88,12 @@ msgstr "%s diweddariad byw" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -115,40 +115,40 @@ msgstr "%s, o fewn ward %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(ar gau)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(wedi trwsio)" @@ -157,33 +157,38 @@ msgstr "(wedi trwsio)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(heb ei anfon at y cyngor)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(dewisol)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(cyhoeddus)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(anfonwyd i'r ddau)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Dewiswch gategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Dewiswch fath o eiddo --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -192,8 +197,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -209,11 +214,19 @@ msgstr "<strong>Nac oes</strong>, gadewch i fi gadarnhau'r adroddiad drwy e-bost msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Nac oes</strong>, gadewch i fi gadarnhau'r diweddariad drwy e-bost" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Nac oes</strong>, gadewch i fi fewngofnodi drwy e-bost" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -222,8 +235,8 @@ msgstr "<strong>Oes</strong>, mae gen i gyfrinair" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "" @@ -235,34 +248,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Ychwanegu corff" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Ychwanegu categori newydd" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Ychwanegu defnyddiwr" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Ychwanegu categori newydd" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Ychwanegwyd %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Eto:" @@ -274,12 +307,12 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "Analluogwyd yr hysbysiad %d (créwyd %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Rhoi gwybod am ddiweddariadau i ddod" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Pob adroddiad" @@ -287,10 +320,16 @@ msgstr "Pob adroddiad" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Pob adroddiad" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Pob adroddiad" @@ -300,18 +339,7 @@ msgstr "Pob adroddiad" msgid "All reports between %s and %s" msgstr "Pob adroddiad rhwng %s a %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Anfonir yr holl wybodaeth a roddir yma at" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Anfonir yr holl wybodaeth a roddir yma at <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Mae diweddariad wedi nodi'r broblem wedi ei thrwsio." @@ -320,48 +348,68 @@ msgstr "Mae diweddariad wedi nodi'r broblem wedi ei thrwsio." msgid "Anonymous" msgstr "Dienw" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Dienw:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Ychwanegu defnyddiwr" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Ydych chi'n ddatblygwr?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Ydych chi'n ddatblygwr?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "" @@ -373,37 +421,64 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Ymateb cyhoeddus:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Yn ôl" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Pob adroddiad" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Cyrff" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Corff" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Corff:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Yn ôl dyddiad" @@ -415,9 +490,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Categori" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Categori:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -427,44 +519,64 @@ msgstr "" msgid "Category" msgstr "Categori" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "e.e. '%s' neu '%s'" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Categori:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Categori: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Eich cyfeiriad e-bost" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Newid cyfrinair" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -475,23 +587,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Cliciwch yma neu rhowch fel dd/mm/bbbb" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Cliciwch ar y map i adrodd problem" @@ -511,8 +618,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -526,15 +633,20 @@ msgstr "" msgid "Closed" msgstr "Ar gau" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Caewyd gan y cyngor" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Ailanfon adrodd" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Ar gau:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Cyfesurynnau:" @@ -542,26 +654,22 @@ msgstr "Cyfesurynnau:" msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Cadarnhau" @@ -582,10 +690,9 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Cadarnhawyd" @@ -596,7 +703,7 @@ msgstr "Adroddiadau a gadarnhawyd rhwng %s a %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Cadarnhawyd:" @@ -615,17 +722,17 @@ msgstr "Cysylltu â ni" msgid "Contact the team" msgstr "Cysylltu â'r tîm" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Methu dod o hyd i'r defnyddiwr" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Methu dod o hyd i'r lleoliad" @@ -639,11 +746,11 @@ msgstr "Cyngor" msgid "Council contacts for %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Cyngor:" @@ -658,23 +765,38 @@ msgstr "" msgid "Create a report" msgstr "Creu adroddiad" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Creu categori" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Creu adroddiad" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Noder na chaiff diweddariadau eu hanfon at y cyngor." + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Crëwyd" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Crëwyd:" @@ -683,13 +805,13 @@ msgstr "Crëwyd:" msgid "Current state" msgstr "Cyflwr presennol" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Ar hyn o bryd does dim cyrff." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -702,44 +824,50 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Dilëwyd" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Disgrifiad" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Disgrifiad" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Manylion" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Manylion:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -747,16 +875,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" @@ -764,18 +896,18 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Lluosogi" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -783,20 +915,51 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Golygu" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Golygu manylion y corff" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Golygu manylion y corff" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Creu categori" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Pob adroddiad" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -809,18 +972,18 @@ msgstr "Golygu'r broblem %d" msgid "Editing update %d" msgstr "Golygu'r diweddariad %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Golygu'r defnyddiwr %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Golygydd" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -829,12 +992,15 @@ msgstr "Golygydd" msgid "Email" msgstr "E-bost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Ychwanegwyd yr e-bost at y rhestr camddefnydd" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Cyfeiriad e-bost:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -845,24 +1011,24 @@ msgstr "Crëwyd hysbysiad e-bost" msgid "Email alert deleted" msgstr "Dilëwyd hysbysiad e-bost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "E-bost eisoes yn y rhestr camddefnydd" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-bost:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "E-bost: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -870,19 +1036,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Dyddiad dod i ben:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -904,8 +1070,8 @@ msgstr "Rhowch god post, neu enw stryd ac ardal" msgid "Enter a nearby street name and area" msgstr "Rhowch enw stryd ac ardal gerllaw" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -924,11 +1090,12 @@ msgstr "Rhowch fanylion am y broblem" msgid "Error" msgstr "Gwall" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Cod post enghreifftiol %s" @@ -937,26 +1104,52 @@ msgstr "Cod post enghreifftiol %s" msgid "Examples:" msgstr "Enghraifft:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Esboniwch beth sy'n bod, ble'n union mae'r broblem, ac ers faint o amser mae hi yna..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Creu categori" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "URL allanol" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "URL allanol" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "URL allanol" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "URL allanol" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Data ychwanegol:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Data ychwanegol:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Methodd anfon neges" @@ -966,23 +1159,23 @@ msgstr "Methodd anfon neges" msgid "Filter report list" msgstr "" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Tro cyntaf" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "" @@ -996,11 +1189,17 @@ msgstr "" msgid "Fixed - User" msgstr "" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Adroddiadau newydd" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1009,8 +1208,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1018,7 +1217,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1026,8 +1225,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1035,20 +1234,25 @@ msgstr "" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Wedi anghofio eich cyfrinair?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1058,12 +1262,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Cwestiynau a ofynnir yn aml" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS ar Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Derbyn diweddariadau" @@ -1077,7 +1277,7 @@ msgstr "Derbyn diweddariadau am broblemau %s" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Derbyn ffrwd RSS" @@ -1085,53 +1285,64 @@ msgstr "Derbyn ffrwd RSS" msgid "Glad to hear it’s been fixed!" msgstr "Mae'n dda gennym glywed y cafodd ei drwsio!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Gafodd y broblem ei thrwsio?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Ydych chi wedi adrodd problem at y cyngor o'r blaen, neu ai dyma eich tro cyntaf?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Cymorth" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Dyma'r mathau o hysbysiadau problemau lleol ar gyfer ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Helo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1139,19 +1350,19 @@ msgstr "Helo %s" msgid "Hidden" msgstr "Cudd" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Cuddio'r hen rai" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Cuddio'r piniau" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Hanes" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Hafan" @@ -1159,12 +1370,12 @@ msgstr "Hafan" msgid "How to report a problem" msgstr "Sut i adrodd problem" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Sut i anfon adroddiadau llwyddiannus" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "Dwi newydd adrodd problem ar @fixmystreet" @@ -1178,8 +1389,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1188,14 +1400,14 @@ msgstr "" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1205,38 +1417,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Os cewch chi ragor o wybodaeth am statws eich problem, dychwelwch i'r wefan i adael diweddariad." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Os cyflwynwch chi broblem yma, bydd y pwnc a manylion y broblem yn gyhoeddus, ond <strong>ni</strong> chaiff y broblem ei hanfon at y cyngor." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1247,14 +1468,14 @@ msgstr "" msgid "Illegal ID" msgstr "ID annerbynniol" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Ar y gweill" @@ -1266,8 +1487,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1280,18 +1501,26 @@ msgstr "Ar y gweill" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Nodiadau mewnol" @@ -1301,19 +1530,23 @@ msgstr "Nodiadau mewnol" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Dyddiad dod i ben annilys" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Dyddiad cychwyn annilys" @@ -1321,8 +1554,8 @@ msgstr "Dyddiad cychwyn annilys" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "" @@ -1330,33 +1563,33 @@ msgstr "" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "Mae ar y ffordd i'r cyngor y funud hon." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Cadw fi wedi mewngofnodi ar y cyfrifiadur hwn" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Golygydd diwethaf" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Diweddariad diwethaf:" @@ -1364,11 +1597,16 @@ msgstr "Diweddariad diwethaf:" msgid "Last update:" msgstr "Diweddariad diwethaf:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Diweddariad diwethaf:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Rhestru'r holl broblemau a adroddwyd" @@ -1390,7 +1628,7 @@ msgstr "Ffrydiau RSS lleol a hysbysiadau e-bost" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Ffrydiau RSS lleol a hysbysiadau e-bost ar gyfer '%s'" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Hysbysiadau lleol" @@ -1398,47 +1636,72 @@ msgstr "Hysbysiadau lleol" msgid "Locate the problem on a map of the area" msgstr "Lleoli'r broblem ar fap o'r ardal" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "MAP" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Map" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Nodi ei fod wedi'i anfon" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Neges" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "jurisdiction_id coll" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Golygu manylion y corff" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Creu adroddiad" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1447,35 +1710,47 @@ msgstr "" msgid "Month" msgstr "Mis" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Enw" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Enw:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Enw: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "Ffrwd RSS o ddiweddariadau i'r broblem hon" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1485,12 +1760,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1500,20 +1775,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Problemau <br>newydd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Ychwanegwyd corff newydd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Cyfeiriad e-bost:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Nodyn mewnol newydd:" @@ -1521,10 +1801,21 @@ msgstr "Nodyn mewnol newydd:" msgid "New local problems on FixMyStreet" msgstr "Problemau lleol newydd ar FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Cyfrinair:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Adroddiadau newydd" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Problemau newydd i {{COUNCIL}} o fewn ward {{WARD}} ar FixMyStreet" @@ -1553,40 +1844,50 @@ msgstr "Adroddiadau newydd" msgid "New state" msgstr "" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Nesaf" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "ardaloedd eraill:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Dim corff" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Dim cyngor" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "" @@ -1602,17 +1903,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Dim diweddariadau pellach" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Dim canlyniadau" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1623,12 +1924,21 @@ msgstr "" msgid "No supporters" msgstr "Dim cefnogwyr" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Dim" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1638,19 +1948,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1658,12 +1968,12 @@ msgstr "" msgid "Not reported before" msgstr "" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nodyn" @@ -1672,9 +1982,8 @@ msgstr "Nodyn" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Nodyn:" @@ -1686,23 +1995,21 @@ msgstr "Nodyn: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Nawr i gyflwyno eich adroddiad…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Nawr i gyflwyno eich diweddariad…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Iawn" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Problemau <br>hen/anhysbys" @@ -1710,44 +2017,53 @@ msgstr "Problemau <br>hen/anhysbys" msgid "Old state" msgstr "Hen gyflwr" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Trwsiwyd <br>o'r blaen" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Problemau <br>hŷn" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Crynodeb byr" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Ar agor" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Ar agor am fwy na phedair wythnos, gyda diweddariad o fewn yr wyth wythnos ddiwethaf" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Ar agor, ond heb ddiweddariad o fewn yr wyth wythnos ddiwethaf" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "API Open311 i weinydd mySociety FixMyStreet" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "jurisdiction_id coll" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "gwefan menter Open311" @@ -1756,23 +2072,23 @@ msgstr "gwefan menter Open311" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Neu gallwch danysgrifio i hysbysiad yn seiliedig ar eich ward neu etholaeth:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "" @@ -1785,7 +2101,7 @@ msgstr "" msgid "Page Not Found" msgstr "Ni chanfuwyd y dudalen" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Rhiant" @@ -1795,75 +2111,88 @@ msgstr "Rhiant" msgid "Partial" msgstr "Rhannol" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Cyfrinair (dewisol)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Cyfrinair:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Dolen barhaol" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Rhif ffôn" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Rhif ffôn (dewisol)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Ffôn:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Llun" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Llun" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Lluniau o adroddiadau diweddar gerllaw" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1878,11 +2207,13 @@ msgstr "" msgid "Please be polite, concise and to the point." msgstr "Byddwch yn gwrtais, yn gryno ac yn berthnasol." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1890,19 +2221,21 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1917,50 +2250,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Peidiwch â bod yn sarhaus — byddai sarhau eich cyngor yn dibrisio'r gwasanaeth i bawb." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Rhowch neges" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Rhowch gyfrinair" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Rhowch gyfrinair" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Rhowch bwnc" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Rhowch e-bost dilys" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Rhowch gyfeiriad e-bost dilys" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Rhowch fanylion" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1970,8 +2310,8 @@ msgstr "Rhowch fanylion" msgid "Please enter your email" msgstr "Rhowch eich e-bost" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Rhowch eich cyfeiriad e-bost" @@ -1985,9 +2325,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Rhowch eich enw llawn, mae angen y wybodaeth hon ar y cyngor – os na hoffech ddatgelu eich enw ar y wefan, dad-diciwch y blwch isod" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Rhowch eich enw" @@ -2014,12 +2354,12 @@ msgstr "Croeso i chi <a href=\"%s\">ailfewngofnodi</a>, neu fynd yn ôl i'r <a h msgid "Please fill in details of the problem below." msgstr "Rhowch fanylion am y broblem isod." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Rhowch fanylion am y broblem." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" @@ -2035,12 +2375,12 @@ msgstr "Noder na chaiff diweddariadau eu hanfon at y cyngor." msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2049,6 +2389,11 @@ msgstr "" msgid "Please note:" msgstr "Noder:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Ysgrifennwch eich diweddariad yma" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "" @@ -2062,15 +2407,15 @@ msgstr "Rhowch destun yn ogystal â llun" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Dywedwch wrthym a ydych wedi adrodd problem i'ch cyngor o'r blaen" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Dewiswch y ffrwd hoffech chi ei chael" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Dewiswch pa fath o hysbysiad hoffech chi ei gael" @@ -2078,24 +2423,23 @@ 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:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Uwchlwythwch lun JPEG yn unig" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Ysgrifennwch neges" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Ysgrifennwch eich diweddariad yma" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2117,11 +2461,19 @@ msgstr "Postiwyd gan %s am %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Blaenorol" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Preifatrwydd" @@ -2131,15 +2483,13 @@ msgstr "Preifatrwydd" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Preifat" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problem" @@ -2155,12 +2505,13 @@ msgstr "Cadarnhawyd y broblem %s" msgid "Problem %s sent to council %s" msgstr "Anfonwyd y broblem %s at y cyngor" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "" @@ -2168,15 +2519,16 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemau" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Problemau gerllaw" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemau ar y map" @@ -2184,12 +2536,12 @@ msgstr "Problemau ar y map" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemau yn %s" @@ -2200,15 +2552,15 @@ msgstr "Problemau yn ward %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemau o fewn ffiniau:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Cyfeiriad yr eiddo:" @@ -2216,28 +2568,38 @@ msgstr "Cyfeiriad yr eiddo:" msgid "Provide an update" msgstr "Darparu diweddariad" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Darparu diweddariad" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Mae darparu enw a chyfrinair yn ddewisol, ond bydd yn eich galluogi i adrodd problemau'n haws, gadael diweddariadau a rheoli eich adroddiadau." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Mae darparu cyfrinair yn ddewisol, ond bydd yn eich galluogi i adrodd problemau'n haws, gadael diweddariadau a rheoli eich adroddiadau." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Ymateb cyhoeddus:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Ymateb cyhoeddus:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Cyhoeddi llun" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Holiadur" @@ -2254,11 +2616,11 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "Ffrwd RSS" @@ -2270,10 +2632,10 @@ msgstr "Ffrwd RSS ar gyfer %s" msgid "RSS feed for %s ward, %s" msgstr "Ffrwd RSS ar gyfer ward %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "Ffrwd RSS %s" @@ -2282,12 +2644,12 @@ msgstr "Ffrwd RSS %s" msgid "RSS feed of %s, within %s ward" msgstr "Ffrwd RSS %s, o fewn ward %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "Ffrwd RSS o broblemau gerllaw" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "Ffrwd RSS o broblemau yn %s" @@ -2302,22 +2664,26 @@ msgid "RSS feed of recent local problems" msgstr "Ffrwd RSS o broblemau lleol diweddar" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "Ffrwd RSS o ddiweddariadau i'r broblem hon" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Derbyn e-bost pan fydd diweddariadau i'r broblem hon." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Trwsiwyd yn <br>ddiweddar" @@ -2325,6 +2691,11 @@ msgstr "Trwsiwyd yn <br>ddiweddar" msgid "Recently reported problems" msgstr "Problemau a adroddwyd yn ddiweddar" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Derbyn diweddariadau" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -2333,13 +2704,23 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2347,17 +2728,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Adroddiadau" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Adrodd problem" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Adrodd camddefnydd" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Adroddiadau" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Adroddwyd ar %s" @@ -2372,23 +2763,23 @@ msgstr "Adrodd eich problem" msgid "Report, view, or discuss local problems" msgstr "Adrodd, gweld, neu drafod problemau lleol" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Adroddwyd yn ddienw am %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Adroddwyd eisoes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Adroddwyd gan %s am %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2396,50 +2787,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Adroddwyd yn y categori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Adroddwyd yn y categori %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Adroddwyd yn y categori %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Adroddwyd drwy %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Adroddwyd drwy %s gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Adroddwyd drwy %s yn y categori %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Adroddwyd drwy %s yn y categori %s am %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Adroddwyd o fewn y bedair wythnos ddiwethaf" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Adrodd problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Adroddiadau" @@ -2451,22 +2843,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Adroddiadau a gyhoeddwyd" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Ailanfon adrodd" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Y lle cywir?" @@ -2480,46 +2917,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Cylchdroi i'r chwith" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Cylchdroi i'r dde" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Cadw'r newidiadau" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Chwilio am adroddiadau" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Chwilio am ddefnyddwyr" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Chwilio am adroddiadau" @@ -2529,81 +2976,120 @@ msgstr "Chwilio am adroddiadau" msgid "Search:" msgstr "Chwilio:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Pwnc:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Anfonwyd:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Gwasanaeth:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Rhannu" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Postiwyd gan %s am %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Dangos fy enw yn gyhoeddus" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Dangos yr hen rai" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Dangos piniau" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Mewngofnodi" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Mewngofnodi neu greu cyfrif" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Allgofnodi" @@ -2612,8 +3098,8 @@ msgstr "Allgofnodi" msgid "Some categories may require additional information." msgstr "Gall rhai categorïau ofyn am wybodaeth bellach." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2624,8 +3110,7 @@ msgid "Some photos of recent reports" msgstr "Lluniau o adroddiadau diweddar" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Testun i'w leoleiddio" @@ -2641,16 +3126,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Mae'n ddrwg gennym, bu gwall tra'n cadarnhau eich problem." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Mae'n ddrwg gennym, ni allwn ddod o hyd i'r lleoliad hwnnw." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2660,35 +3145,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Dyddiad cychwyn:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Cyflwr" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Cyflwr:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Ystadegau" @@ -2702,12 +3207,12 @@ msgstr "Statws" msgid "Still open, via questionnaire, %s" msgstr "Ar agor o hyd, drwy holiadur, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Is-gategori: %s" @@ -2719,34 +3224,35 @@ msgstr "" msgid "Subject" msgstr "Pwnc" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Pwnc:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Cyflwyno" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Cyflwyno newidiadau" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Cyflwyno'r holiadur" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2757,38 +3263,53 @@ msgid "Submitted" msgstr "Cyflwynwyd" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Tanysgrifio" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Tanysgrifio i hysbysiad e-bost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Rhowch fanylion am y broblem" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Cyflwyno newidiadau" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Crynodeb" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Adroddiadau" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Arolwg" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Canlyniadau arolwg" @@ -2796,27 +3317,29 @@ msgstr "Canlyniadau arolwg" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Testun" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Fersiwn testun yn unig" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Testun:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "Diolch am adrodd y broblem hon!" @@ -2829,6 +3352,10 @@ msgid "Thank you for updating this issue!" msgstr "Diolch am ddiweddaru'r broblem!" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "Diolch am eich adborth" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Diolch am eich adborth" @@ -2841,62 +3368,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Ni uwchlwythwyd y llun yn gywir (%s), ceisiwch eto." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Mae'n ymddangos nad yw'r lleoliad hwnnw yn y DU; rhowch gynnig arall arni." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Ailanfonir y broblem nawr." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Ni ellir gweld yr adroddiad hwnnw ar %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2906,8 +3435,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2924,7 +3453,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Y gwall oedd: %s" @@ -2966,12 +3495,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Nid yw'r cyfrineiriau'n cyfateb" @@ -2979,22 +3508,16 @@ msgstr "Nid yw'r cyfrineiriau'n cyfateb" msgid "The requested URL '%s' was not found on this server" msgstr "Ni chanfuwyd yr URL '%s' ar y gweinydd hwn" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Yr hysbysiad symlaf yw'r un daearyddol:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Bydd y crynodeb a'r disgrifiad yn gyhoeddus (gweler ein <a href=\"/privacy\">polisi preifatrwydd</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3002,11 +3525,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "Nid oes unrhyw adroddiadau i'w dangos." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3015,18 +3538,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "Bu gwall dangos y dudalen hon. Rhowch gynnig arall arni nes ymlaen." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ 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/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 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/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." @@ -3034,12 +3557,12 @@ 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:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Bu gwallau gyda'r diweddariad. Gwelwch isod." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3048,39 +3571,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Rydym ond yn defnyddio eich gwybodaeth bersonol yn unol â'n <a href=\"/privacy\">polisi preifatrwydd.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Rydym ond yn defnyddio eich gwybodaeth bersonol yn unol â'n <a href=\"/privacy\">polisi preifatrwydd.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Mae'r wybodaeth hon yn ofynnol" @@ -3089,62 +3633,72 @@ msgstr "Mae'r wybodaeth hon yn ofynnol" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Dyma grynodeb o'r holl adroddiadau ar y wefan hon." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Trwsiwyd y broblem hon" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Ni thrwsiwyd y broblem hon" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Mae'r adroddiad hwn wedi'i nodi ar gau." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Cyflwynwyd yr adroddiad yn ddienw" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Mae'r dudalen we hon yn cynnwys llun o'r broblem, a ddarparwyd gan y defnyddiwr." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Llinell amser" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Teitl" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3157,18 +3711,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Cyfanswm" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Crëwyd:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Ceisio eto" @@ -3179,20 +3750,25 @@ msgstr "Ceisiwch anfon e-bost atom yn uniongyrchol:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Methu trwsio" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Heb ei gadarnhau" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Adroddiadau newydd" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Anhysbys" @@ -3201,18 +3777,19 @@ msgstr "Anhysbys" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Gwall anhysbys" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3228,12 +3805,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3241,20 +3818,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3264,13 +3841,13 @@ msgstr "" msgid "Updated" msgstr "Diweddarwyd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Diweddarwyd!" @@ -3280,7 +3857,7 @@ msgstr "Diweddarwyd!" msgid "Updates" msgstr "Diweddariadau" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3294,20 +3871,29 @@ msgstr "Diweddariadau ar {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "Defnyddiwch y <strong>nodyn</strong> i gofnodi manylion a ddangosir yma yn unig. Ni ddangosir nodiadau'n gyhoeddus, ac ni chânt eu hanfon at y corff." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3315,23 +3901,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Defnyddwyr" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -3341,7 +3932,7 @@ msgid "View reports by ward" msgstr "Gweld adroddiadau yn ôl ward" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -3358,23 +3949,17 @@ msgstr "Wardiau'r cyngor hwn" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Ni ddatgelir eich e-bost" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3395,15 +3980,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "Ymatebwn cyn gynted â phosib." -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "Beth yw'r broblem, a ble mae hi?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -3412,7 +3993,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3420,8 +4001,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3435,7 +4016,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Hoffech chi dderbyn holiadur arall ymhen 4 wythnos, i'ch atgoffa i wirio'r statws?" @@ -3451,22 +4032,22 @@ msgstr "Lleoliad anghywir? Cliciwch ar y map eto." msgid "Year" msgstr "Blwyddyn" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "" @@ -3492,7 +4073,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Gallwch <a href=\"%s%s\">weld y broblem ar y wefan hon</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3507,18 +4088,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Gwrthodoch chi; llenwch y blwch uchod" @@ -3526,13 +4107,13 @@ msgstr "Gwrthodoch chi; llenwch y blwch uchod" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3541,59 +4122,64 @@ msgstr "" msgid "You have been signed out" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "" +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Mewngofnodwyd yn llwyddiannus; gwiriwch a chadarnhewch fod eich manylion yn gywir:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Ydych chi wir am ailanfon?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Eich adroddiadau" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +msgid "Your account" +msgstr "" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Eich e-bost" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3603,13 +4189,12 @@ msgstr "Eich cyfeiriad e-bost" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Eich enw" @@ -3620,46 +4205,54 @@ msgstr "Eich enw" msgid "Your password" msgstr "Eich cyfrinair" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Newidiwyd eich cyfrinair" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Eich rhif ffôn" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Eich adroddiadau" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Eich adroddiadau" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Eich diweddariadau" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Eich e-bost" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "gan %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "cyngor" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "" @@ -3668,15 +4261,11 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "e.e. '%s' neu '%s'" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3687,7 +4276,7 @@ msgstr "" msgid "last updated %s" msgstr "diweddarwyd ddiwethaf %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "llai na munud" @@ -3732,13 +4321,23 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "ddim yn berthnasol" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(dewisol)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "neu" @@ -3746,22 +4345,22 @@ msgstr "neu" msgid "or locate me automatically" msgstr "neu dewch o hyd i fi'n awtomatig" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "ardaloedd eraill:" @@ -3770,41 +4369,40 @@ msgstr "ardaloedd eraill:" msgid "reopened" msgstr "ailagorwyd" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "allgofnodi" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "y cyngor lleol" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "heddiw" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "" @@ -3822,7 +4420,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3840,7 +4438,7 @@ msgstr[1] "%d gefnogwr" msgstr[2] "%d o gefnogwyr" msgstr[3] "%d cefnogwr" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3858,7 +4456,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." @@ -3867,7 +4465,7 @@ msgstr[1] "Nid oes gennym fanylion am y cyngor sy'n rheoli'r lleoliad hwn." msgstr[2] "Nid oes gennym fanylion am y cyngor sy'n rheoli'r lleoliad hwn." msgstr[3] "Nid oes gennym fanylion am y cynghorau sy'n rheoli'r lleoliad hwn." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3894,7 +4492,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" @@ -3903,7 +4501,7 @@ msgstr[1] "%d ddiwrnod" msgstr[2] "%d o ddiwrnodau" msgstr[3] "%d diwrnod" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." @@ -3912,41 +4510,35 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#~ msgid "%s, reported at %s" -#~ msgstr "%s, adroddwyd am %s" - -#~ msgid "About us" -#~ msgstr "Amdanom" - -#~ msgid "Email me new local problems" -#~ msgstr "Rhoi gwybod i fi am broblemau lleol newydd drwy e-bost" +#~ msgid "(public)" +#~ msgstr "(cyhoeddus)" -#~ msgid "Empty flat or maisonette" -#~ msgstr "Fflat wag" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Anfonir yr holl wybodaeth a roddir yma at" -#~ msgid "Empty house or bungalow" -#~ msgstr "Tŷ neu fyngalo gwag" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Anfonir yr holl wybodaeth a roddir yma at <strong>%s</strong>." -#~ msgid "Empty office or other commercial" -#~ msgstr "Swyddfa neu adeilad masnachol arall gwag" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "Esboniwch beth sy'n bod, ble'n union mae'r broblem, ac ers faint o amser mae hi yna..." -#~ msgid "Empty pub or bar" -#~ msgstr "Tafarn neu far gwag" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS ar Google Maps" -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Adeilad cyhoeddus gwag - ysgol, ysbyty, ac ati." +#~ msgid "One-line summary" +#~ msgstr "Crynodeb byr" -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Rhowch enw stryd ac ardal gerllaw, cod post neu ardal yn Delhi" +#~ msgid "Survey" +#~ msgstr "Arolwg" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "Bydd y crynodeb a'r disgrifiad yn gyhoeddus (gweler ein <a href=\"/privacy\">polisi preifatrwydd</a>)." -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Yn anffodus, ni allwch gadarnhau adroddiadau heb eu cadarnhau." +#~ msgid "We never show your email" +#~ msgstr "Ni ddatgelir eich e-bost" -#~ msgid "Problems in this area" -#~ msgstr "Problemau yn yr ardal hon" +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "Beth yw'r broblem, a ble mae hi?" -#~ msgid "Property type:" -#~ msgstr "Math o eiddo:" +#~ msgid "You really want to resend?" +#~ msgstr "Ydych chi wir am ailanfon?" diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po index 14a384c40..4a717cb1d 100644 --- a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/mysociety/fixmystreet/language/da_DK/)\n" "Language: da_DK\n" @@ -24,17 +24,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr " og " -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " eller " @@ -42,17 +42,17 @@ msgstr " eller " msgid "%d edits by %s" msgstr "%d redigeringer af %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d til %d af %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - opsummeringsrapporter" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -93,12 +93,12 @@ msgstr "%s aktive opdateringer" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s spørgeskemaer sendt – %s besvaret (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -120,40 +120,40 @@ msgstr "%s, indefor bydel %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> -bidragsydere" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbrugstabellen)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(en standardafstand som dækker en befolkning på omtrent 200.000)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(lukket)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(løst)" @@ -162,33 +162,38 @@ msgstr "(løst)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som graffite, affald, hul i vejen, eller ødelagt gadelys)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(ikke rapporteret til myndigheden)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(valgfrit)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(offentlig)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Vælg en kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Vælg en ejendomsstype --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -197,8 +202,8 @@ msgstr "<code>MAPIT_URL</code> er sat, (<code>%s</code>) men ingen <code>MAPIT_T #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -214,11 +219,19 @@ msgstr "<strong>Nej</strong> Lad mig bekræfte min rapport med e-post" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Nej</strong> Lad mig bekræfte min opdatering med e-post" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Nej</strong>, lad mig logge ind med e-post:" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -227,8 +240,8 @@ msgstr "<strong>Ja</strong>, jeg har en adgangskode" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Handling planlagt" @@ -240,34 +253,54 @@ msgid "" " categories of problem) to each body." msgstr "Tilføj en <strong>administration</strong> for hver administrativ instans, for eksempel en kommune eller et departement, hvortil problemrapporter kan sendes. Du kan tilføje en eller flere kontaktpunkter (for forskellige problemkategorier) for hver myndighed." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Tilføj en kontakt ved at bruge formularen nedenfor." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Tilføj myndighed" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Tilføj ny kategori" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Tilføj bruger" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Tilføj ny kategori" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Tilføjede %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Gentag:" @@ -279,12 +312,12 @@ msgstr "Varsel %d oprettet for %s, type %s, parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Varsel %d koblet fra (oprettet %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Send mig varsel ved fremtidige opdateringer" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle rapporter" @@ -292,10 +325,16 @@ msgstr "Alle rapporter" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Alle rapporter" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Alle rapporter" @@ -305,18 +344,7 @@ msgstr "Alle rapporter" msgid "All reports between %s and %s" msgstr "Alle rapporter mellem %s og %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Al informationen du har lagt ind her vil blive sendt til" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "All informationen du har lagt ind her vil blive sendt til <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "En opdatering markerede dette problem som ordnet." @@ -325,48 +353,69 @@ msgstr "En opdatering markerede dette problem som ordnet." msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Tilføj bruger" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Er du en udvikler?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Er du en udvikler?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Dækket område" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Da reproduktionsstedet og %s ikke stemmer, vil beskeden som er lavet her, blive sendt til problemrapportøren, og ikke til kontakten som er givet for beskedformålet." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Flyt til en anden kategori:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Tildel til ekstern myndighed:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Tildelt underafdeling:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Tildelt %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Tildelt %s" @@ -378,37 +427,64 @@ msgstr "Højst %d forespørgsler bliver returneret i hver forespørgsel. De ret msgid "At the moment only searching for and looking at reports work." msgstr "For øjeblikket er det kun søgning efter og at visning af rapporter som fungerer." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Offentlig respons:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Afventer moderation" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Tilbage" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Alle rapporter" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Bandlys epostadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Administrationer" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Administration" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Administration:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "På dato" @@ -420,9 +496,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Hvis du ikke kan se kortet, <em>så overspring dette trin</em>." -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategori" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategori:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -432,32 +525,48 @@ msgstr "Hvis du ikke kan se kortet, <em>så overspring dette trin</em>." msgid "Category" msgstr "Kategori" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "for eksempel '%s' eller '%s'" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Løsningsrate fordelt på kategori for problemer > 4 uger gamle" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategori:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategori: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Bandlys epostadresse" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Skift adgangskode" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -465,7 +574,7 @@ msgstr "" "Markér <strong>bekræftet</strong> for at indikere at dette kontaktpunkt er blevet bekræftet som korrekt.\n" "Hvis du ikke er sikker på oprindelsen eller gyldigheden for kontaktpunktet, så markér ikke feltet." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -473,7 +582,11 @@ msgstr "" "Markér <strong>slettet</strong> for at ikke længere bruge kategorien\n" "Den vil ikke længere dukke op som en tilgængelig kategori i rullegardinmenuen på rapportér-et-problem-siden." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -489,23 +602,18 @@ msgstr "" "Dette er passerende når du ønsker at tillade brugere at indsende besked til myndigheden, men ikke vil vise\n" "den udadtil. I England har de brugt dette til opgaver som at bede om en ekstra papirkurv på et bestemt sted." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Vælg et <strong>kategorinavn</strong> som giver mening for indbyggerne (f.eks. \"Hul i vejen\", \"Gadebelysning\") men som også er nyttigt for myndigheden. Disse vil dukke op i rullegardinmenuen på rapportér-et-problem-siden." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Klik her eller indtast dato på formatet dd/mm/åååå" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Klik i kortet for at rapportere et problem" @@ -525,8 +633,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -540,15 +648,20 @@ msgstr "" msgid "Closed" msgstr "Lukket" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Lukket af myndigheden" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Send rapport igen" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Lukket:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinater:" @@ -556,26 +669,22 @@ msgstr "Koordinater:" msgid "Cobrand" msgstr "Mærkevaresamarbejde" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Mærkevaresamarbejdsdata:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Mærkevaresamarbejde:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Opsætning" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Opsæt endepunkt" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Bekræft" @@ -596,10 +705,9 @@ msgstr "" msgid "Confirmation" msgstr "Bekræftelse" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bekræftet" @@ -610,7 +718,7 @@ msgstr "Bekræftede rapporter mellem %s og %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Bekræftet:" @@ -629,17 +737,17 @@ msgstr "Kontakt os" msgid "Contact the team" msgstr "Kontakt projektgruppen" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Kunne ikke finde bruger" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Kunne ikke finde position" @@ -653,11 +761,11 @@ msgstr "Administration" msgid "Council contacts for %s" msgstr "Administrationskontakter for %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "myndighedsreference: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Administration:" @@ -672,23 +780,38 @@ msgstr "Antal" msgid "Create a report" msgstr "Lav en rapport" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lav kategori" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Lav en rapport" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Ikke rapporteret til myndigheden" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Oprettet" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Oprettet:" @@ -697,13 +820,13 @@ msgstr "Oprettet:" msgid "Current state" msgstr "Gældende tilstand" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "I øjeblikket er der ikke lavet nogen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -716,44 +839,50 @@ msgstr "Oversigt" msgid "Dealt with by subdivision within 5 working days" msgstr "Behandlet af underafdeling inden 5 arbejdsdage" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Slettet" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Beskrivelse" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Beskrivelse" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Delegeret" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -761,16 +890,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Arbejdsheste" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Véd ikke" @@ -778,18 +911,18 @@ msgstr "Véd ikke" msgid "Don't like forms?" msgstr "Kan du ikke lide skemaer?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Duplikat" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -800,20 +933,52 @@ msgstr "" "Forskellige kategorier kan have same kontakt</strong> (e-postadresse).\n" "Dette betyder at du kan tilføje mange grupper/kategorier selv om du bare har <strong>én<strong> kontakt for myndigheden." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Redigér" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Redigér detaljer for myndighed" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Redigér detaljer for myndighed" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Lav kategori" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Filtrér rapportliste" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Alle rapporter" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -826,18 +991,18 @@ msgstr "Redigér problem %d" msgid "Editing update %d" msgstr "Redigerer opdatering %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Redigerer bruger %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Opdateret af" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -846,12 +1011,15 @@ msgstr "Opdateret af" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Epost lagt til misbrugsliste" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "E-postadresse:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -862,24 +1030,24 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Epost allerede i misbrugslisten" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-post:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "E-post: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -890,8 +1058,8 @@ msgstr "" "opdateringer til eksidsterende rapporter. Hvis du ikke er sikker, sker det nok ikke, så lad den forblive uafkrydset. For mere information, se\n" "<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>denne artikel</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -901,11 +1069,11 @@ msgstr "" "et et forskelligt leveringspunkt (og sendemetode) fra myndigheden. For eksempel hvis nogen beskedstyper enten skal \n" " e-postes, mens andre kan sendes med Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Slut-dato:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Endepunkt" @@ -927,8 +1095,8 @@ msgstr "Indtast postnummer i nærheden, eller vejnavn og sted" msgid "Enter a nearby street name and area" msgstr "Indtast et vejnavn og sted" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -947,11 +1115,12 @@ msgstr "Indtast detaljer om problemet" msgid "Error" msgstr "Fejl" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Eksempel-postnummer %s" @@ -960,26 +1129,52 @@ msgstr "Eksempel-postnummer %s" msgid "Examples:" msgstr "Eksempler:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Forklar hvad som er galt, nøjagtigt hvor det er og hvor længe det har været galt..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Lav kategori" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "Eksternt link" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "Eksternt link" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Eksternt link" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Eksternt link" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Ekstra data:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Ekstra data:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Kunne ikke sende besked" @@ -989,23 +1184,23 @@ msgstr "Kunne ikke sende besked" msgid "Filter report list" msgstr "Filtrér rapportliste" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Første gang" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Fiks dette ved at vælge en <strong>area covered</strong> i <em> Edit body details</em>-skemaet nedenfor." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Løst" @@ -1019,11 +1214,17 @@ msgstr "Løst - Administration" msgid "Fixed - User" msgstr "Løst - Bruger" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Nye rapporter" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Løst:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Markér som slettet" @@ -1032,8 +1233,8 @@ msgstr "Markér som slettet" msgid "Flag user" msgstr "Markér bruger" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Markeret:" @@ -1041,7 +1242,7 @@ msgstr "Markeret:" msgid "Flagged reports and users" msgstr "Markerede rapporter og brugere" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Markerede brugere er listet op på <a href='%s'>Markerede</a>-siden." @@ -1049,8 +1250,8 @@ msgstr "Markerede brugere er listet op på <a href='%s'>Markerede</a>-siden." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Markerede brugere er ikke begrænset på noget måde. Dette er bare en liste med brugere som er blevet markeret for at give dem opmærksomhed." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Markeret:" @@ -1058,20 +1259,25 @@ msgstr "Markeret:" msgid "Follow a ward link to view only reports within that ward." msgstr "Følg en bydelslænke for at kun se rapporter indenfor denne bydel." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "For mere information, se <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Hvordan FixMyStreet bruger Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Glemt din adgangskode?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1081,12 +1287,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Ofte spurgte spørgsmål" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS på Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Få opdateringer" @@ -1100,7 +1302,7 @@ msgstr "Få opdateringer for problemer i denne %s" msgid "Get updates of problems in this %s" msgstr "Få opdateringer for problemer i denne %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Giv mig en RSS-strøm" @@ -1108,53 +1310,64 @@ msgstr "Giv mig en RSS-strøm" msgid "Glad to hear it’s been fixed!" msgstr "Glad for at høre at det er i orden!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Søg" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Skal der sendes spørgeskema?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoprettelse fordelt på status over tid" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Linjer med grå baggrund er myndigheder som ikke længere eksidsterer." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Er dette problem blevet løst?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Har du rapporteret et problem til en myndighed før, eller er dette første gang?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hjælp" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Her er de forskellige typer lokale problemvarsler for ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Hej, %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1162,19 +1375,19 @@ msgstr "Hej, %s" msgid "Hidden" msgstr "Skjul" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Skjul gamle" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Skjul nåle" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historie" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Hjem" @@ -1182,12 +1395,12 @@ msgstr "Hjem" msgid "How to report a problem" msgstr "Hvordan rapporteres et problem" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Hvordan indsendes rapporter som er løst" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "Jeg rapporterede netop et problem på @fixminvej" @@ -1201,8 +1414,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Jeg er bange for at vi ikke kunne finde dit problem i databasen.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1211,14 +1425,14 @@ msgstr "Jeg er bange for at vi ikke kunne finde dit problem i databasen.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "Identificér en <strong>parent</strong> hvis instansen selv er en del af en anden myndighed." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1228,23 +1442,32 @@ msgstr "Hvis to eller flere instanser er lokaliseret på samme sted, kombinerer msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Hvis du får mere information om status for dit problem, så vær sød at komme tilbage til netstedet og lav en opdatering." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Hvis du indsender et problem her, så vil emne og detaljer for problemet være offentlig, men problemet vil <strong>ikke</strong> blive rapportert til myndigheden." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Hvis du bruger <strong>en sendemetode som ikke er e-post</strong>, så indtast tjeneste-ID (Open311) eller tilsvarende identifikator her." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1254,8 +1477,8 @@ msgstr "" "sine opdateringer. Aktivér <strong>extended Open311 statuses</strong> hvis du vil tillade ekstra tilstande.\n" "Tjek at cobrand understøtter denne funktion før du slår den til." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." @@ -1263,8 +1486,8 @@ msgstr "" "Hvis du har aktiveret Open311 update-sending ovenfor, så aktivér <strong>suppression of alerts</strong>,\n" "hvis du <strong>ikke</strong> ønsker at varsle denne bruger hver gang disse opdateringer bliver lavet." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1277,14 +1500,14 @@ msgstr "" msgid "Illegal ID" msgstr "Ugyldigt ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Ugyldigt valg af feed" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Under Udførelse" @@ -1296,8 +1519,8 @@ msgstr "I misbrugstabel?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "Yderligere bliver følgende attributter, som ikke er del af Open311 v2-specifikationen, returneret: agency_sent_datetime, title (også returneret som del af description), interface_used, comment_count, requestor_name (kun tilstede hvis indsender tillod at navnet kunne vises på dette netsted)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1310,18 +1533,26 @@ msgstr "Under udførelse" msgid "Inbox zero, here we come!" msgstr "Tom indboks, her kommer vi!" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Inkludér rapportørens personlige detaljer" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Inkludér ubekræftede problemer" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Forkert has_photo-værdi \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne notater" @@ -1331,19 +1562,23 @@ msgstr "Interne notater" msgid "Internal referral" msgstr "Intern reference" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-værdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Ugyldig slut-dato" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Ugyldigt format %s angivet." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Ugyldig startdato" @@ -1351,8 +1586,8 @@ msgstr "Ugyldig startdato" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Undersøges" @@ -1360,33 +1595,33 @@ msgstr "Undersøges" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Det er ofte hurtigst at <a href=\"%s\">tjekke vores FAQ</a> og se om svaret er der." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "Den er på vej til myndigheden lige nu." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Husk min indlogning på denne datamaskine" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Sidst redigeret af" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Sidste opdatering:" @@ -1394,11 +1629,16 @@ msgstr "Sidste opdatering:" msgid "Last update:" msgstr "Sidste opdatering:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Sidste opdatering:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Lad denne være blank hvis alle rapporter til denne myndighed skal sendes ved hjælp af samme sende-metode (dvs. \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "List alle rapporterede problemer" @@ -1420,7 +1660,7 @@ msgstr "Lokale RSS-strømme og e-postvarsler" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Lokale RSS-strømme og e-postvarsler" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Lokale varsler" @@ -1428,47 +1668,72 @@ msgstr "Lokale varsler" msgid "Locate the problem on a map of the area" msgstr "Lokalisér problemet på kortet over området" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "KORT" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Kort" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Markér som afsendt" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Markér brugere hvis adfærd du ønsker at have tjek på som <strong>markeret</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "Markeret som løst/lukket indenfor de seneste otte uger" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "Markeret som løst/lukket for mere end otte uger siden" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Besked" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Mangler jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Inkludér rapportørens personlige detaljer" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Lav en rapport" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Modereret af afdeling inden for en arbejdsdag" @@ -1477,35 +1742,47 @@ msgstr "Modereret af afdeling inden for en arbejdsdag" msgid "Month" msgstr "Måned" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Navn" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Navn:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Navn: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS-strøm med opdateringer for dette problem" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1515,12 +1792,12 @@ msgstr "Nærmeste navngivne vej til nålen placeret på kortet (automatisk gener msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Nærmeste postnummer for nålen placeret på kortet (automatisk genereret): %s (%sm væk)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nærmeste vej for nålen placeret på kortet (automatisk genereret ved hjælp af Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1532,20 +1809,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Nye <br>problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Ny myndighed tilføjet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Ny kategorikontakt tilføjet" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "E-postadresse:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Nyt internt notat:" @@ -1553,10 +1835,21 @@ msgstr "Nyt internt notat:" msgid "New local problems on FixMyStreet" msgstr "Nye lokale problemer på FixMinVej" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Adgangskode:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Nye rapporter" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nye problemer for {{COUNCIL}} indenfor {{WARD}} bydel på FixMinVej" @@ -1585,40 +1878,50 @@ msgstr "Nye rapporter" msgid "New state" msgstr "Ny tilstand" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Næste" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Nej" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "andre områder:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Ingen myndighed" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Ingen myndighed" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Ingen myndighed er valgt" @@ -1634,17 +1937,17 @@ msgstr "Fandt ingen markerede problemer." msgid "No flagged users found." msgstr "Fant ingen markerede brugere." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Ikke flere opdateringer" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Ingen resultater returneret" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1658,12 +1961,26 @@ msgstr "" msgid "No supporters" msgstr "Ingen supportere" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Ingen" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +#, fuzzy +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"Normale (offentlige) brugere bør ikke være forbundet med nogen <strong>instans</ strong>. <br>\n" +"Autoriserede brugere i staben kan være forbundet med den instansen de representerer. <br>\n" +"Afhængig af implementeringen kan ansatte brugere have adgang til dashbordet (sammendrag af \n" +"aktivitet for hele instansen), mulighed at skjule beskeder eller sætte status for specialrapporter." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1677,19 +1994,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Ikke ansvarlig" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Ikke for min underafdeling" @@ -1697,12 +2014,12 @@ msgstr "Ikke for min underafdeling" msgid "Not reported before" msgstr "Ikke rapporteret tidligere" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Ikke rapporteret til myndigheden" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Bemærk" @@ -1711,9 +2028,8 @@ msgstr "Bemærk" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Bemærk at når vi medtager ubekræftede rapporter så bruges datoen som rapporten var oprettet, hvilket ikke behøver være den samme måned som rapporten blev bekræftet, så tallene kan hoppe lidt op og ned." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Bemærk:" @@ -1725,23 +2041,21 @@ msgstr "Note: <strong>%d</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "På tide at sende din rapport…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "På tide at registrere din opdatering…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Gamle / ukendte <br>problemer" @@ -1749,44 +2063,53 @@ msgstr "Gamle / ukendte <br>problemer" msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Ældre <br>løste" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Ældre <br>problemer" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Enlinjers opsummering" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Åben" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Åben i mere end fire uger, med en opdatering inden for de seneste otte uger" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Åben, men uden nogen opdatering i otte uger" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311-API for mySocietys FixMinVej-server" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Open311-specifikation" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311-initiativets netside" @@ -1795,23 +2118,23 @@ msgstr "Open311-initiativets netside" msgid "Open311 specification" msgstr "Open311-specifikation" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Eller problemer meldt til:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Eller du kan abonnere på varsel baseret på bydel eller myndighed du hører ind under:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Andet" @@ -1824,7 +2147,7 @@ msgstr "Ejer" msgid "Page Not Found" msgstr "Fandt ikke siden" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Forælder" @@ -1834,75 +2157,88 @@ msgstr "Forælder" msgid "Partial" msgstr "Delvis" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Adgangskode (valgfrit)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Adgangskode:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Permalink" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (valgfrit)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefon:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Billed" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Billed" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Billeder af nye problemer i nærheden" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Placér tegnestiften på kortet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1917,11 +2253,13 @@ msgstr "Planlagt" msgid "Please be polite, concise and to the point." msgstr "Vær høflig, præcis og kortfattet." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Venligst kontrollér adgangskoderne og prøv igen" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1929,19 +2267,21 @@ msgstr "Venligst kontrollér adgangskoderne og prøv igen" msgid "Please check your email address is correct" msgstr "Venligst kontrollér at du har skrevet en gyldig e-postadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Vælg en kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Vælg en type egenskab" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Husk at rette op på fejlene nedenfor." @@ -1956,50 +2296,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Vær ikke ufin — at skælde ud på din myndighed skader værdien af tjenesten for alle brugerne." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Venligst indlæg en besked" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Indtast en adgangskode" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Indtast en adgangskode" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Venligst angiv et emne" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Tilføj en gyldig e-post" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Angiv din e-post" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Angiv oplysninger om problemet" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2009,8 +2356,8 @@ msgstr "Angiv oplysninger om problemet" msgid "Please enter your email" msgstr "Angiv din e-post" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Venligst angiv din e-postadresse" @@ -2024,9 +2371,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Venligst angiv dit fulde navn, myndigheder som modtager dit problem har brug for dette - hvis du ikke ønsker at dit navn skal vises, så fjern hakket nedenfor" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Angiv dit navn" @@ -2053,12 +2400,12 @@ msgstr "Du kan også <a href=\"%s\">logge ind igen</a> eller gå tilbage til <a msgid "Please fill in details of the problem below." msgstr "Venligst udfyld detaljer om problemet nedenfor" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Venligst udfyld detaljer om problemet." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" "Venligst udfyld skemaet nedenfor med detaljerne om problemet,\n" @@ -2076,12 +2423,12 @@ msgstr "Vær opmærksom på at opdateringer ikke bliver videresendt til myndighe msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Bemærk at din rapport <strong>endnu ikke er sendt</strong. Vælg en kategori og tilføj mere information nedenfor før du sender den ind." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2090,6 +2437,11 @@ msgstr "" msgid "Please note:" msgstr "Venligst bemærk:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Venligst bidrag med en forklaring på hvorfor du genåbner denne problemrapport" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Venligst bidrag med en forklaring på hvorfor du genåbner denne problemrapport" @@ -2103,15 +2455,15 @@ msgstr "Venligst bidrag med lidt tekst i tillæg til et billede" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Venligst oplys om du har rapporteret et problem til din myndighed tidligere" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Vælg den kilde du ønsker" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Venligst vælg hvilken type varsel du ønsker" @@ -2119,24 +2471,23 @@ msgstr "Venligst vælg hvilken type varsel du ønsker" msgid "Please state whether or not the problem has been fixed" msgstr "Venligs angiv om dette problem er blevet fikset eller ikke" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Venligst læg kun JPEG-bilder op" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Indtast en besked" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Indtast venligst din opdatering her" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2158,11 +2509,19 @@ msgstr "Sendt ind af %s %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Forrige" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Personliv" @@ -2172,15 +2531,13 @@ msgstr "Personliv" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privat" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problem" @@ -2196,12 +2553,13 @@ msgstr "Problem %s bekræftet" msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til myndighed %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Tilstandsfordeling af problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problem markeret som åbent." @@ -2209,15 +2567,16 @@ msgstr "Problem markeret som åbent." msgid "Problem state change based on survey results" msgstr "Problemtilstandsændring baseret på spørgeundersøgelsesresultater" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Problemer i nærheden" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemer på kortet" @@ -2225,12 +2584,12 @@ msgstr "Problemer på kortet" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemer nyligt rapporteret fikset på FixMinVej" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problemer indenfor %.1fkm fra denne positionen" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemer indenfor %s" @@ -2241,15 +2600,15 @@ msgstr "Problemer indenfor %s bydel" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemer indenfor grænserne af:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Ejendomsadresse:" @@ -2257,28 +2616,38 @@ msgstr "Ejendomsadresse:" msgid "Provide an update" msgstr "Bidrag med en opdatering" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Bidrag med en opdatering" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Det er valgfrit at angive navn og adgangskode, men hvis du gør det kan du nemmere rapportere problemer, lave opdateringer og håndtere dine rapporter." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Det er valgfrit at angive en adgangskode, men hvis du gør det vil det blive nemmere for dig at rapportere problemer, lave opdateringer og håndtere dine rapporter" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Offentlig respons:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Offentlig respons:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Publicér billede" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Spørgeskema" @@ -2295,11 +2664,11 @@ msgstr "Spørgeskema %d sendt for problem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Spørgeskema udfyldt af fejlrapportøren" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS-strøm" @@ -2311,10 +2680,10 @@ msgstr "RSS-strøm for %s" msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" @@ -2323,12 +2692,12 @@ msgstr "RSS-strøm fra %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm af %s, indenfor %s bydel" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheden" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer indenfor %s" @@ -2343,22 +2712,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS-strøm med nylige lokale problemer" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS-strøm med opdateringer for dette problem" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Modtag e-post når der er opdateringer på dette problem" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Nyligt løste <br>problemer" @@ -2366,6 +2739,11 @@ msgstr "Nyligt løste <br>problemer" msgid "Recently reported problems" msgstr "Nyligt meldte problemer" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Få opdateringer" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Husk at FixMinVej primært er lavet for at rapportere fysiske problemer som kan blive fikset. Hvis dit problem ikke er egnet til at sende ind via denne tjeneste, så husk at du kan kontakte myndigheden direkte via deres egen netside." @@ -2374,13 +2752,23 @@ msgstr "Husk at FixMinVej primært er lavet for at rapportere fysiske problemer msgid "Remove flag" msgstr "Fjern markering" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Fjern billede (kan ikke fortrydes!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2388,17 +2776,27 @@ msgstr "" msgid "Report" msgstr "Rapport" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Rapport" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapportér et problem" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Rapportér misbrug" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Rapporter" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Rapport på %s" @@ -2413,23 +2811,23 @@ msgstr "Rapportér dit problem" msgid "Report, view, or discuss local problems" msgstr "Rapportér, find eller diskutér lokale problemer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Rapporteret anonymt %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Rapporteret tidligere" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Publiceret af %s %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2437,50 +2835,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Rapporteret i kategorien %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Rapporteret i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Rapporteret i kategorien %s af %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Publiceret af %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Rapporteret af %s af %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Rapporteret af %s i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporteret af %s i kategorien %s af %s %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Rapporteret inden for de seneste fire uger" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Rapporterer et problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Rapporter" @@ -2492,22 +2891,68 @@ msgstr "Rapporterne begrænses til %s tegn. Rapporten skal forkortes." msgid "Reports awaiting approval" msgstr "Rapporter som venter på godkendelse" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Publicerede rapporter" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Rapporter som venter på godkendelse" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Send rapport igen" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Rigtig sted?" @@ -2521,46 +2966,56 @@ msgstr "Vejoperatør for denne navngivne vej (udledt af vejens referencenummer o msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vejoperatør for denne navngivne vej (fra OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Rotér til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Rotér til højre" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Satelit" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Gem ændringer" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Søg i rapporter" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Søg i brugere" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Søg i rapporter" @@ -2570,81 +3025,120 @@ msgstr "Søg i rapporter" msgid "Search:" msgstr "Søg:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Søgningen fandt ingen rapporter." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Søgningen fandt ingen brugere." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Vælg en myndighed" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Vælg en bestemt myndighed for at se problemer som er sendt derhen." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Vælg et område" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Emne:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Sendt:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Tjeneste:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Del" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Sendt ind af %s %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Vis mit navn offentligt" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Vis gamle" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Vis nåle" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Log ind" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Log ind eller opret en konto" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Log ud" @@ -2653,8 +3147,8 @@ msgstr "Log ud" msgid "Some categories may require additional information." msgstr "Nogen kategorier kræver måske mere information" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2668,8 +3162,7 @@ msgid "Some photos of recent reports" msgstr "Nogen billeder af nylig meldte problemer" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Noget tekst at oversætte" @@ -2685,16 +3178,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Beklager, men der opstod et problem når vi forsøgte at bekræfte din problemrapport" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Beklager, men vi kunne ikke finde dette sted." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2704,35 +3197,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Beklager, men vi kunne ikke tolke den position. Prøv venligst igen." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Start-dato:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Tilstand" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistik" @@ -2746,12 +3259,12 @@ msgstr "Status" msgid "Still open, via questionnaire, %s" msgstr "Fortsat åben via spørgeskema, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Underkategori: %s" @@ -2763,34 +3276,35 @@ msgstr "Underafdeling/myndighed" msgid "Subject" msgstr "Emne" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Emne:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send ind" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Indsend ændringer" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Indsend spørgeskema" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2801,38 +3315,53 @@ msgid "Submitted" msgstr "Sendt ind" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Abonnér" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Jeg ønsker at abonnere på e-postvarsel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Indtast detaljer om problemet" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Indsend ændringer" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Opsummering" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Opsummeringsrapporter" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Spørgeundersøgelse" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Resultater fra spørgeundersøgelsen" @@ -2840,27 +3369,29 @@ msgstr "Resultater fra spørgeundersøgelsen" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Tekst" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Tekst-version" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "Tak for at du rapporterede dette problem!" @@ -2873,6 +3404,10 @@ msgid "Thank you for updating this issue!" msgstr "Tak for at du opdaterede dette problem!" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "Tak for din tilbagemelding" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Tak for din tilbagemelding" @@ -2885,41 +3420,41 @@ msgstr "Tak for at du har lagt dit billede op. Vi skal nu placere dit problem, msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Tak, glad for at høre at problemet er fikset! Vi vil gjerne spørge dig om du har rapporteret et problem til en myndighed tidligere?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Billedet ser ikke ud til at være blevet lagt op rigtigt (%s), prøv igen." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Det sted dækkes ikke af nogen myndighed, måske det er til søs eller udenfor landet - venligst forsøgm med et andet sted." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Det sted virker ikke til at være i Storbritannien. Venligst prøv igen." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Det postnummer blev ikke genkendt, beklager." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Det problem er blevet markeret som sendt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Det problem vil nu blive sendt igen." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Denne rapport kan ikke vises på %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Den rapport er blevet fjernet fra FixMinVej." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2927,8 +3462,8 @@ msgstr "" "Beskeder om denne kategori bliver sendt til <strong>E-postadressen</strong>.\n" "For denne myndighed kan også andre kategorier have samme e-postadresse." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2936,8 +3471,8 @@ msgstr "" "<strong>Leveringspunktet</strong> er netadressen for den tjeneste, FixMinVej vil koble sig til\n" "for beskeder til denne instans." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." @@ -2945,8 +3480,10 @@ msgstr "" "<Strong>Jurisdiktion</strong> er kun nødvendig hvis leveringspunktet betjener mere \n" "end én. Hvis myndigheden kører sit eget leveringspunkt, kan du normalt lade dette stå tomt." -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2958,8 +3495,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "Open311 v2-atributten agency_responsible bruges for at opliste myndighederne som modtog problemrapporten, noget som ikke helt stemmer med hvordan atributten er defineret i Open311 v2-specifikationen." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2982,7 +3519,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "The diligency prize league tabellen viser redaktørernes aktivitet, (hvem som har redigeret flest)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Fejlen var: %s" @@ -3024,12 +3561,12 @@ msgstr "De sidste problemer indenfor grænsen til {{NAME}} rapporteret af bruger msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listen over tilgængelige områder kommer fra MapIt-tjenesten på %s." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Adgangskoderne er ikke ens" @@ -3037,22 +3574,16 @@ msgstr "Adgangskoderne er ikke ens" msgid "The requested URL '%s' was not found on this server" msgstr "Den forespurgte URL '%s' blev ikke fundet på denne server" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Den simpleste besked er vores geografiske:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Opsummeringen og beskrivelsen vil også blive offentliggjort (se vores <a href=\"/privacy\">personvernregler</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brugeren kunne ikke placere problemet på et kort, men kontrollér området omkring stedet de angav" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3062,11 +3593,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "Der er ingen rapporter at vise." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Der var problemer med at vise 'Alle rapporter'-siden. Venligst prøv igen senere." @@ -3075,18 +3606,18 @@ msgstr "Der var problemer med at vise 'Alle rapporter'-siden. Venligst prøv ig msgid "There was a problem showing this page. Please try again later." msgstr "Der var problemer med at vise denne side. Venligst prøv igen senere." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Der var problemer med din e-post/adgangskode-kombination. Hvis du har glemt din adgangskode, eller hvis du ikke har en, så udfyld venligst 'Log ind via e-post'-delen af skemaet" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Der var problemer med din epost/adgangskode-kombination. Vær sød at forsøge igen." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Der var problemer med din opdatering. Vær sød at forsøge igen." @@ -3094,12 +3625,12 @@ msgstr "Der var problemer med din opdatering. Vær sød at forsøge igen." msgid "There were problems with your report. Please see below." msgstr "Der var problemer med din rapport. Venligst se nedenfor." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Der var problemer med din opdatering. Venligst se nedenfor." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3112,11 +3643,32 @@ msgstr "" "For mere information om Open311, se\n" "<a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>denne artikel</a>." +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Vi vil kun bruge personlig information om dig i henhold til vore <a href=\"/faq#privacy\">privatlivssregler.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Vi vil kun bruge personlig information om dig i henhold til vore <a href=\"/faq#privacy\">privatlivssregler.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Denne API-implementation er under udarbejdelse og endnu ikke stabil. Den vil ændre sig uden varsel i fremtiden." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3126,12 +3678,12 @@ msgstr "" "Følgelig vil ingen af kategoriene vises i rullegardinkategori-menuen når brugere rapporterer problemer.\n" "For tiden <strong>kan brugerne ikke rapportere problemer til denne myndighed</strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Denne instans har ingen kontakter. Det betyder at i øjeblikket vil rapporterede problemer til denne instans <strong>ikke blive sendt</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3139,17 +3691,17 @@ msgstr "" "Denne instans får kun rapporter for problemer som er lokaliseret i <strong>area covered</strong>.\n" "En instans vil ikke få nogen beskeder hvis det ikke dækker mindst ét område." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-post er blevet sendt til begge myndigheder som dækker stedet for problemet, da brugeren ikke kategoriserede det. Vær sød at ignorere den hvis I ikke er korrekt myndighed for at håndtere denne sag, eller give os besked om hvilken kategori af problemer dette er, så vi kan tilføje det i vores system." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-post er blevet sendt til flere myndigheder som dækker stedet for problemet, da den valgte kategori er tilgængelig for disse. Vær sød at ignorere e-posten hvis I ikke er korrekt myndighed for at håndtere denne sag." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Denne information er påkrævet" @@ -3158,62 +3710,72 @@ msgstr "Denne information er påkrævet" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Dette er et udviklernetsted.Ting kan gå i stykker når som helst og databasen vil blive slettet periodisk." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Dette er en oplistning af alle problemerne i denne tjeneste." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Dette problem er løst" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Dette problem er ikke blevet løst" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Denne rapport afventer moderation" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Denne rapport er for tiden markeret som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Denne rapport er for tiden markeret som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Denne rapport er for tiden markeret som åben." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Denne rapport blev rapporteret anonymt" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Denne netside indeholder også et billede af problemet, sendt ind af brugeren." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titel" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3226,18 +3788,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Du finder lokale problemer ved at søge på dit postnummer, vejnavn eller sted" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "For at se et kort med en mere præsis placering for dette problem." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Totalt" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Oprettet:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Prøv igen" @@ -3248,20 +3827,25 @@ msgstr "Forsøg at sende epost direkte til os:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Kan ikke fikses" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Ubekræftet" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Nye rapporter" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Ukendt" @@ -3270,18 +3854,19 @@ msgstr "Ukendt" msgid "Unknown alert type" msgstr "Ukendt varsel-type" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ukendt fejl" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Ukendt problem-Id" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Opdatering" @@ -3297,12 +3882,12 @@ msgstr "Opdateringen nedenfor lagt ind anonymt %s" msgid "Update below added by %s at %s" msgstr "Opdateringen nedenfor tilføjet af %s %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Opdatér myndighed" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Tilstandsfordeling for opdateringer" @@ -3310,20 +3895,20 @@ msgstr "Tilstandsfordeling for opdateringer" msgid "Update by {{name}}" msgstr "Opdateret af {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "En opdatering ændrede problemets status til %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "En opdatering markerede dette problem som fikset." -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "En opdatering gennåbnede problemet" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Opdatér tilstanden" @@ -3333,13 +3918,13 @@ msgstr "Opdatér tilstanden" msgid "Updated" msgstr "Opdateret" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Opdateret!" @@ -3349,7 +3934,7 @@ msgstr "Opdateret!" msgid "Updates" msgstr "Opdateringer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Opdateringer er begrænset til %s tegn i længde. Venligst skriv en kortere tekst." @@ -3363,20 +3948,29 @@ msgstr "Opdateringer af {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "Brug <strong>notater</strong> for at notere detaljer som skal vises i admin-grænsefladen. Notater vises ikke offentligt og bliver ikke sendt til myndigheden." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Brugermarkering fjernet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Bruger markeret" @@ -3384,23 +3978,28 @@ msgstr "Bruger markeret" msgid "User search finds matches in users' names and email addresses." msgstr "Brugersøgning finder træf på brugernavne og epostadresser. " -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Brugere" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Værdier opdateret" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Se rapport på netstedet" @@ -3410,7 +4009,7 @@ msgid "View reports by ward" msgstr "Se rapport per bydel" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Ser på et sted" @@ -3427,23 +4026,17 @@ msgstr "Bydele indenfor denne myndighed" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Vi fandt mere en et træf for dette sted. Vi viser op til ti træf, så forsøg en anden søgning hvis dit sted ikke er her." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Vi viser aldrig din e-postadresse" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Vi viser aldrig din e-postadresse eller dit telefonnummer" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi indser at %s kan være ansvarlig for dette problem, men vi mangler for tiden kontaktinformation for dem. Hvis du kender en egnet kontaktadresse, så tag kontakt med os." @@ -3464,15 +4057,11 @@ msgstr "Vi er kede af at høre at problemet ikke er løst. Hvad med at forsøge msgid "We’ll get back to you as soon as we can." msgstr "Vi tager kontakt med dig så snart vi kan." -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "Hvad er problemet og hvor er det?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Hvornår redigeret" @@ -3481,7 +4070,7 @@ msgstr "Hvornår redigeret" msgid "When sent" msgstr "Hvornår sendt" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3489,8 +4078,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "Hvorfor stoppe der? <a href=\"/alert\">Sæt flere varsler</a> op gratis." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3504,7 +4093,7 @@ msgstr "Når du søger efter forespørgsler, så er det også muligt at søge ef msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Kunne du tænke dig at bidrage til FixMinVej? Vores kKildekoden er frit programmel og <a href=\"http://fixmystreet.org\">tilgængelig via fixmystreet.org</a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Kunne du tænke dig at modtage en ny forespørgsel om 4 uger, som minder dig om at tjekke status?" @@ -3520,22 +4109,22 @@ msgstr "Forkert sted? Bare klik igen på kortet." msgid "Year" msgstr "År" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ja" @@ -3561,7 +4150,7 @@ msgstr "Du rapporterer at følgende opdatering er stødende, indeholder personli msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Du kan <a href=\"%s%s\">læse om problemet på denne side</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Du kan føje en misbrugers epostadresse til misbrugslisten, hvilket automatisk skjuler (og aldrig sender) rapporter vedkommende opretter." @@ -3578,18 +4167,18 @@ msgstr "" "Du kan markere alle beskeder eller brugere ved at redigere dem, og de bliver ført op på denne side.\n" "For eksempel kan dette være nyttigt hvis du ønsker at holde et øje med en bruger som tidligere har indsendt upassende beskeder. " -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Du kan hjælpe os ved at finde en kontakt-e-post for lokale problemer i %s, og sende den via e-post til os på <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Du kan markere en myndighed som slettet hvis du ikke ønsker at den skal være aktiv på dette netsted." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Du afviste; venligst udfyld boksen ovenfor" @@ -3597,13 +4186,13 @@ msgstr "Du afviste; venligst udfyld boksen ovenfor" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Du har allerede besvaret dette spørgeskema. Hvis du har spørgsmål, venligst <a href='%s'>tag kontakt</a>, eller <a href='%s'>se på dit problem</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3612,29 +4201,35 @@ msgstr "" msgid "You have been signed out" msgstr "Du er allerede logget ud" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Du har placeret problemet ved punktet i kortet som er markeret med en grøn nål. Hvis dette ikke er korrekt placering kan du klikke på kortet igen." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Du har nu lykkes med at bekræfte din e-postadresse." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Du har lykkes med at logge ind. Venligst kontrollér og bekræft at dine detaljer er korrekte:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Du har ikke lavet en rapport endnu. <a href=\"%s\">Rapportér et problem nu.</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "Du har ikke lavet en rapport endnu. <a href=\"%s\">Rapportér et problem nu.</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Du skal <a href=\"%s\">add some bodies</a> (som kommuner eller afdelinger) før rapporten kan blive sendt. " -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3643,30 +4238,31 @@ msgstr "" "Du skal tilføje instanser (for eksempel kommuner eller afdelinger), så du derefter kan tilføje \n" "grupper af problemer de kan håndtere (som hul i gader og veje, eller gadelys) og kontakter (som en e-postadresse) som beskeder kan sendes til." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Ønsker du virkelig at sende igen?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Dine rapporter" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Bekræft konto" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Din e-post" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3676,13 +4272,12 @@ msgstr "Din e-postadresse" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Vi vil kun bruge personlig information om dig i henhold til vores <a href=\"/faq#privacy\">privatlivsregler.</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Dit navn" @@ -3693,46 +4288,54 @@ msgstr "Dit navn" msgid "Your password" msgstr "Din adgangskode" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Din adgangskode er blevet ændret" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Dit telefonnummer" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Dine opdateringer" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Dine rapporter" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Dine opdateringer" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Din e-post" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "af %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "myndighed (fx kommune)" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "brugte ikke kort" @@ -3741,15 +4344,11 @@ msgstr "brugte ikke kort" msgid "e.g. ‘%s’ or ‘%s’" msgstr "for eksempel '%s' eller '%s'" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "redigér bruger" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3760,7 +4359,7 @@ msgstr "fra %s forskellige brugere" msgid "last updated %s" msgstr "sidst opdateret %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "mindre end et minut" @@ -3805,13 +4404,23 @@ msgstr "markeret som planlagt" msgid "marked as unable to fix" msgstr "markeret som uløseligt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(valgfrit)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "eller" @@ -3819,22 +4428,22 @@ msgstr "eller" msgid "or locate me automatically" msgstr "eller find min position automatisk" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "oprinnelig lagt ind: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "andre områder:" @@ -3843,41 +4452,40 @@ msgstr "andre områder:" msgid "reopened" msgstr "åbnet igen" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "log ud" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "den lokale myndighed" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Der vises ingen nål på grund af at brugeren ikke brugte kortet" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "denne type lokalt problem" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "idag" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "brugte kort" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "bruger er fra samme myndighed som problemet - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "bruger er ejer af problemet" @@ -3893,7 +4501,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> rapporteret<br>for nyligt" msgstr[1] "<big>%s</big> rapporteret<br>for nyligt" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3907,7 +4515,7 @@ msgid_plural "%d supporters" msgstr[0] "%d supporter" msgstr[1] "%d supportere" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3921,14 +4529,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> rapport-<br>opdatering" msgstr[1] "<big>%s</big> rapport-<br>opdateringer" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Vi har endnu ikke detaljer for myndigheden som dækker dette sted." msgstr[1] "Vi har endnu ikke detaljer for myndighederne som dækker dette sted." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3949,61 +4557,55 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> fikset sidste måned" msgstr[1] "<big>%s</big> fikset sidste måned" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dag" msgstr[1] "%d dage" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Vi har endnu <strong>ikke</strong> detaljerne for den anden myndighed som dækker dette sted." msgstr[1] "Vi har endnu <strong>ikke</strong> detaljerne for de andre myndigheder som dækker dette sted." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, rapporteret %s" - -#~ msgid "About us" -#~ msgstr "Om os" - -#~ msgid "Email me new local problems" -#~ msgstr "Send mig e-post om lokale problemer" +#~ msgid "(public)" +#~ msgstr "(offentlig)" -#~ msgid "Empty flat or maisonette" -#~ msgstr "Tom lejlighed" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Al informationen du har lagt ind her vil blive sendt til" -#~ msgid "Empty house or bungalow" -#~ msgstr "Tomt hus eller bungalow" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "All informationen du har lagt ind her vil blive sendt til <strong>%s</strong>." -#~ msgid "Empty office or other commercial" -#~ msgstr "Tomt kontor eller forretningsbygning" +#~ msgid "Configure Endpoint" +#~ msgstr "Opsæt endepunkt" -#~ msgid "Empty pub or bar" -#~ msgstr "Tom pub eller bar" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "Forklar hvad som er galt, nøjagtigt hvor det er og hvor længe det har været galt..." -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Tom offentlig bygning - skole, sygehus, etc." +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS på Google Maps" -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Vælg et nærliggende gadenavn og område, postnummer eller distrikt i Delhi" +#~ msgid "One-line summary" +#~ msgstr "Enlinjers opsummering" -#~ msgid "FixMyStreet" -#~ msgstr "FixMinVej" +#~ msgid "Survey" +#~ msgstr "Spørgeundersøgelse" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Jeg er bange for at du ikke kan bekræfte ubekræftede rapporter." +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "Opsummeringen og beskrivelsen vil også blive offentliggjort (se vores <a href=\"/privacy\">personvernregler</a>)." -#~ msgid "Problems in this area" -#~ msgstr "Problemer i dette område" +#~ msgid "We never show your email" +#~ msgstr "Vi viser aldrig din e-postadresse" -#~ msgid "Property type:" -#~ msgstr "Type egenskab:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Vi viser aldrig din e-postadresse eller dit telefonnummer" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS-strøm for problemer i denne %s" +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "Hvad er problemet og hvor er det?" -#~ msgid "Whole block of empty flats" -#~ msgstr "Hel blok med tomme lejligheder" +#~ msgid "You really want to resend?" +#~ msgstr "Ønsker du virkelig at sende igen?" diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index 3c51a7d48..a854ec69b 100644 --- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,12 +4,13 @@ # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # # Translators: +# mySociety <transifex@mysociety.org>, 2016 msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2015-10-23 16:37+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-10-25 15:13+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: German (Switzerland) (http://www.transifex.com/mysociety/fixmystreet/language/de_CH/)\n" "Language: de_CH\n" @@ -18,17 +19,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "und" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "oder" @@ -36,24 +37,23 @@ msgstr "oder" msgid "%d edits by %s" msgstr "" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d bis %d von %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "Alle Meldungen" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" #: templates/web/base/status/stats.html:26 -#, fuzzy msgid "%s bodies" -msgstr "Externe Adressen" +msgstr "" #: templates/web/base/status/stats.html:24 msgid "%s confirmed alerts, %s unconfirmed" @@ -81,20 +81,19 @@ msgid "" msgstr "" #: templates/web/base/status/stats.html:23 -#, fuzzy msgid "%s live updates" -msgstr "Schicken Sie mir Aktualisierungen" +msgstr "" #: templates/web/base/status/stats.html:25 msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -116,40 +115,40 @@ msgstr "" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "(Schaden & Ort des Schadens)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "Ihr Name" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "Ihre Telefonnummer" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(beantwortet)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(beantwortet)" @@ -158,33 +157,39 @@ msgstr "(beantwortet)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(optional)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +#, fuzzy +msgid "--Choose a template--" +msgstr "Vorlage wählen" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -193,9 +198,9 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "<label>Zeige %s</label> <label>über %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">Zeige</label> %s <label for=\"filter_categories\">über</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -210,11 +215,19 @@ msgstr "Meldung per E-Mail bestätigen" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "Neu Registrieren" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -223,8 +236,8 @@ msgstr "Passwort" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "" @@ -236,34 +249,55 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Adresse hinzufügen" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Füge neue Kategorie hinzu" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "User hinzufügen" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Füge neue Kategorie hinzu" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#, fuzzy +msgid "Add/edit response templates" +msgstr "Vorlagen für %s" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "Zusätzliche Angaben" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Nochmals" @@ -275,12 +309,12 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle Meldungen" @@ -288,10 +322,16 @@ msgstr "Alle Meldungen" msgid "All Reports as CSV" msgstr "Als CSV exportieren" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Alle Meldungen" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Alle Meldungen" @@ -301,18 +341,7 @@ msgstr "Alle Meldungen" msgid "All reports between %s and %s" msgstr "Alle Meldungen von %s bis %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -321,48 +350,68 @@ msgstr "" msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "User hinzufügen" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +msgid "Are you sure?" +msgstr "" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Gebiet" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "Nachricht an zuständige Stelle:" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Einer anderen Kategorie (DA) zuweisen" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Nachricht an zuständige Stelle" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "An Fachbereich zuweisen" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Besten Dank für Ihre Meldung. Wir haben Ihr Anliegen an %s weitergeleitet, da es nicht in den Zuständigkeitsbereich der am Pilot beteiligten Fachbereiche fällt.<br/>Freundliche Grüsse <br/>Ihre Stadt Zürich" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Besten Dank für Ihre Meldung. Wir haben Ihr Anliegen an %s weitergeleitet, da es nicht in den Zuständigkeitsbereich der am Pilot beteiligten Fachbereiche fällt.<br/>Freundliche Grüsse <br/>Ihre Stadt Zürich" @@ -374,37 +423,64 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Rückmeldung an User" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Überprüfung ausstehend" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Zurück" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Alle Meldungen" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Externe Adressen" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Organisation" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Organisation" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "" @@ -416,9 +492,26 @@ msgstr "Falls Sie kein E-Mail erhalten haben, überprüfen Sie bitte Ihr msgid "Can't see the map? <em>Skip this step</em>" msgstr "Karte nicht sichtbar? <em>Überspringen Sie diesen Schritt</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategorie" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategorie:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -428,44 +521,64 @@ msgstr "Karte nicht sichtbar? <em>Überspringen Sie diesen Schritt</em>" msgid "Category" msgstr "Kategorie" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "z.B. ‘%s’ oder ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategorie:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategorie: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Ihre E-Mail Adresse" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Passwort ändern" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -476,23 +589,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "Vorlage wählen" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Schaden lokalisieren" @@ -512,8 +620,8 @@ msgstr "Klicken Sie auf den Link im Bestätigungsmail um diese Überarbe msgid "Click the link in our confirmation email to sign in." msgstr "Klicken Sie auf den Link im Bestätigungsemail um sich anzumelden." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -527,15 +635,19 @@ msgstr "Klicken Sie auf den Link im Bestätigungsemail um sich anzumelden." msgid "Closed" msgstr "Beantwortet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "Abgeschlossene Meldungen" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Beantwortet:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinaten" @@ -543,26 +655,22 @@ msgstr "Koordinaten" msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Bestätigen" @@ -583,10 +691,9 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bestätigt" @@ -597,7 +704,7 @@ msgstr "" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Bestätigt:" @@ -616,17 +723,17 @@ msgstr "" msgid "Contact the team" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "Koordinaten" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "" @@ -640,11 +747,11 @@ msgstr "" msgid "Council contacts for %s" msgstr "Kontaktdetails von %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "" @@ -659,23 +766,37 @@ msgstr "Anzahl" msgid "Create a report" msgstr "Erfasse eine Meldung" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategorie erstellen" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Erfasse eine Meldung" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "Vorlage erstellen" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Erstellt" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Erstellt" @@ -684,13 +805,13 @@ msgstr "Erstellt" msgid "Current state" msgstr "Aktueller Status" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Bisher wurden noch keine Organisationseinheiten erfasst." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kunde nicht kontaktierbar" @@ -703,44 +824,50 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "Innerhalb von fünf Arbeitstagen abgeschlossen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Vorlage löschen" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Gelöscht" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Beschreibung" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Beschreibung" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Beschreibung" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Beschreibung" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "hat Karte nicht verwendet" @@ -748,16 +875,20 @@ msgstr "hat Karte nicht verwendet" msgid "Diligency prize league table" msgstr "Weiss ich nicht" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "Haben Sie ein %s Passwort?" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" @@ -765,18 +896,18 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Fotos hierhin ziehen oder <u>hochladen</u>" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Duplikat" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -784,20 +915,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Anpassen" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Details editieren" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Details editieren" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Kategorie erstellen" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Alle Meldungen" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Beantwortete Meldungen" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -810,18 +973,18 @@ msgstr "Meldung %d bearbeiten" msgid "Editing update %d" msgstr "" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -830,13 +993,16 @@ msgstr "" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" -msgstr "" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" +msgstr "Ihre E-Mail Adresse" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -846,24 +1012,24 @@ msgstr "E-Mail Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail Benachrichtigung gelöscht" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-mail:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "E-mail:" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -871,19 +1037,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -905,8 +1071,8 @@ msgstr "Ungefähre Adresse des Schadens" msgid "Enter a nearby street name and area" msgstr "Ungefähre Adresse des Schadens" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -925,11 +1091,12 @@ msgstr "Beschreiben Sie den Schaden" msgid "Error" msgstr "Fehler" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "Alles" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Beispieladresse" @@ -938,26 +1105,51 @@ msgstr "Beispieladresse" msgid "Examples:" msgstr "Beispiele:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Kategorie erstellen" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Nachricht an zuständige Stelle" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Interne Notizen" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Details editieren" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -967,23 +1159,23 @@ msgstr "" msgid "Filter report list" msgstr "Alle Meldungen" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Beantwortet" @@ -997,11 +1189,16 @@ msgstr "" msgid "Fixed - User" msgstr "" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "Beantwortete Meldungen" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Als gelöscht markieren" @@ -1010,8 +1207,8 @@ msgstr "Als gelöscht markieren" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1019,7 +1216,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1027,8 +1224,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1036,20 +1233,25 @@ msgstr "" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Ihr Passwort" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "An externe Stelle weitergeleitet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "Wunsch an externe Stelle weitergeleitet" @@ -1059,12 +1261,8 @@ msgstr "Wunsch an externe Stelle weitergeleitet" msgid "Frequently Asked Questions" msgstr "Hilfe" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "" @@ -1078,7 +1276,7 @@ msgstr "Beschreiben Sie den Schaden" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "" @@ -1086,53 +1284,64 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Los" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Grafik der Meldungen nach Status und Zeit" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hilfe" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Hallo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1140,19 +1349,19 @@ msgstr "Hallo %s" msgid "Hidden" msgstr "Unsichtbar" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Alte ausblenden" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Stecknadeln ausblenden" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "History" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "" @@ -1160,12 +1369,12 @@ msgstr "" msgid "How to report a problem" msgstr "Erfassen Sie eine neue Meldung:" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Anleitung" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1179,8 +1388,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1189,14 +1399,14 @@ msgstr "" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1206,38 +1416,46 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." msgstr "" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." +msgstr "" + +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1248,14 +1466,14 @@ msgstr "" msgid "Illegal ID" msgstr "Unbekannt ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "In Bearbeitung" @@ -1267,8 +1485,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1281,18 +1499,27 @@ msgstr "In Bearbeitung" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Persönliche Angaben des Meldenden mitsenden" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +#, fuzzy +msgid "Inspection required" +msgstr "Foto benötigt" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne Notizen" @@ -1302,19 +1529,23 @@ msgstr "Interne Notizen" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Ung&ultiges Enddatum" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Ung&ultiges Startdatum" @@ -1322,8 +1553,8 @@ msgstr "Ung&ultiges Startdatum" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "" @@ -1331,33 +1562,33 @@ msgstr "" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "Zuständigkeit unbekannt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Zuständigkeit unbekannt" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Angemeldet bleiben" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Letzter Bearbeiter" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Letzte Bearbeitung" @@ -1365,11 +1596,16 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Bearbeitung" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Letzte Bearbeitung" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Liste aller Meldungen" @@ -1391,7 +1627,7 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "RSS" @@ -1399,47 +1635,72 @@ msgstr "RSS" msgid "Locate the problem on a map of the area" msgstr "Lokalisieren Sie den Schaden auf der Karte" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Nachricht" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "Nachricht an zuständige Stelle" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "Nachricht an zuständige Stelle" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Persönliche Angaben des Meldenden mitsenden" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Erfasse eine Meldung" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Innerhalb eines Arbeitstages moderiert" @@ -1448,35 +1709,47 @@ msgstr "Innerhalb eines Arbeitstages moderiert" msgid "Month" msgstr "Monat" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Name" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Name:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Name: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "Änderungen an dieser Meldung, %s" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1486,12 +1759,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1501,20 +1774,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Fast Fertig! Bitte checken Sie Ihre Mailbox…" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Neue <br>Meldungen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Neue Organisation hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Ihre E-Mail Adresse" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Neue interne Notiz" @@ -1522,10 +1800,21 @@ msgstr "Neue interne Notiz" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "Neue Nachricht an die Kommunikation" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Passwort ändern" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Neu" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1554,40 +1843,49 @@ msgstr "Neu" msgid "New state" msgstr "Neuer Status" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "Neue Vorlage" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Weiter" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Nein" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "" @@ -1603,17 +1901,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Bearbeitung abschliessen" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1624,12 +1922,21 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Keine" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1639,19 +1946,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "Nicht kontaktierbar" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Anderer Fachbereich zuständig" @@ -1659,12 +1966,12 @@ msgstr "Anderer Fachbereich zuständig" msgid "Not reported before" msgstr "" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -1673,9 +1980,8 @@ msgstr "" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "" @@ -1687,23 +1993,21 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "Nachrichten an die Kommunikationstelle" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "" @@ -1711,44 +2015,53 @@ msgstr "" msgid "Old state" msgstr "Alter Status" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aufgenommen" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Zuständigkeit unbekannt" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1757,23 +2070,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "" @@ -1786,7 +2099,7 @@ msgstr "Besitzer" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Gehört zu" @@ -1796,75 +2109,88 @@ msgstr "Gehört zu" msgid "Partial" msgstr "" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Passwort" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefonnummer:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "Foto wird benötigt" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "Foto benötigt" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Foto" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotos von neuen Meldungen in der Nähe" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Pin auf der Karte absetzen" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1879,11 +2205,13 @@ msgstr "Rückmeldung ausstehend" msgid "Please be polite, concise and to the point." msgstr "Bitte seien Sie freundlich und prägnant." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1891,19 +2219,21 @@ msgstr "" msgid "Please check your email address is correct" msgstr "Bitte überprüfen Sie ob Ihre E-Mail Adresse korrekt ist" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Bitte wählen Sie eine Kategorie" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1918,51 +2248,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 -#, fuzzy +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" -msgstr "Bitte geben Sie Ihren Namen an" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Obligatorisches Feld" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Obligatorisches Feld" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Bitte geben Sie eine gültige E-Mail Adresse an" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Bitte geben Sie eine gültige E-Mail Adresse an" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Bitte geben Sie einige Details an" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1972,8 +2308,8 @@ msgstr "Bitte geben Sie einige Details an" msgid "Please enter your email" msgstr "Ihre E-Mail Adresse" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Ihre E-Mail Adresse" @@ -1987,9 +2323,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Bitte geben Sie Ihren Namen an" @@ -2016,12 +2352,12 @@ msgstr "<a href=\"%s\">Erneut anmelden</a> oder <a href=\"/\">zurück zur St msgid "Please fill in details of the problem below." msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Beschreiben Sie den Schaden." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Füllen Sie das Formular mit den Details des Schadens aus und beschreiben Sie den Ort des Schadens möglichst genau." @@ -2037,12 +2373,12 @@ msgstr "" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2051,6 +2387,10 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +msgid "Please provide a public update for this report." +msgstr "" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "" @@ -2064,15 +2404,15 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "Organisation wählen" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "" @@ -2080,24 +2420,23 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Bitte laden Sie nur JPEG Bilder hoch." +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2119,11 +2458,19 @@ msgstr "" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Zurück" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2133,15 +2480,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Meldung" @@ -2157,12 +2502,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Meldungen nach Status sortiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "" @@ -2170,15 +2516,16 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Meldungen in der Nähe" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Meldungen auf der Karte" @@ -2186,12 +2533,12 @@ msgstr "Meldungen auf der Karte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Meldungen, welche kürzlich beantwortet wurden" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" @@ -2202,15 +2549,15 @@ msgstr "" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "Meldungen innerhalb %s, %s" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2218,28 +2565,38 @@ msgstr "" msgid "Provide an update" msgstr "Meldung aktualisieren" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Meldung aktualisieren" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Rückmeldung an User" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Rückmeldung an User" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Foto veröffentlichen" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "" @@ -2256,11 +2613,11 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "" @@ -2272,10 +2629,10 @@ msgstr "" msgid "RSS feed for %s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "" @@ -2284,12 +2641,12 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "" @@ -2304,22 +2661,26 @@ msgid "RSS feed of recent local problems" msgstr "" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Erhalten Sie Aktualisierungen dieser Meldung." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "Kürzlich erfasste Meldungen, %s" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Kürzlich <br>beantwortet" @@ -2327,6 +2688,11 @@ msgstr "Kürzlich <br>beantwortet" msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen:" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Kürzlich <br>beantwortet" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "«Züri wie neu» dient dazu Schäden an der Infrastruktur zu melden. Meldungen und Wünsche bezüglich Verbesserungen an der Infrastruktur sowie Gestaltungsvorschläge können über «Züri wie neu» nicht berücksichtigt werden. Notfälle müssen der Polizei gemeldet werden via Telefon 117." @@ -2335,13 +2701,23 @@ msgstr "«Züri wie neu» dient dazu Schäden an der Infrastrukt msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "Antwort an User" @@ -2349,17 +2725,27 @@ msgstr "Antwort an User" msgid "Report" msgstr "Meldung" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Meldung" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Eine Meldung erfassen" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Missbrauch melden" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Meldungen" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "" @@ -2374,23 +2760,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Melden Sie Schäden an der Infrastruktur von Zürich" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "Gemeldet von" @@ -2398,50 +2784,51 @@ msgstr "Gemeldet von" msgid "Reported in the %s category" msgstr "In der Kategorie %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "In der Kategorie %s um %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "In den letzten 4 Wochen gemeldet" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "Gemeldet" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Ihre Meldung" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Meldungen" @@ -2453,22 +2840,72 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Rückmeldung ausstehend" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Beantwortet" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Rückmeldung ausstehend" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +#, fuzzy +msgid "Response Priorities for %s" +msgstr "Vorlagen für %s" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +#, fuzzy +msgid "Response Priority for %s" +msgstr "Vorlagen für %s" + +#: templates/web/base/admin/template_edit.html:1 +#, fuzzy +msgid "Response Template for %s" +msgstr "Vorlagen für %s" + +#: templates/web/base/admin/templates_index.html:1 +#, fuzzy +msgid "Response Templates" +msgstr "Vorlagen für %s" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "Vorlagen für %s" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Richtiger Ort?" @@ -2482,46 +2919,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Rechts drehen" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Durch das Drehen des Fotos gehen nicht gespeicherte Änderungen verloren." -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Speichern" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Meldungen suchen" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "User suchen" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Meldungen suchen" @@ -2531,81 +2978,119 @@ msgstr "Meldungen suchen" msgid "Search:" msgstr "Suchen:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Organisation wählen" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Gebiet wählen" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Titel" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "Meldung zurückgewiesen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Gesendet:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Gerät" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Zeige Stecknadeln" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Anmelden" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Ausloggen" @@ -2614,8 +3099,8 @@ msgstr "Ausloggen" msgid "Some categories may require additional information." msgstr "Einige Kategorien benötigen eventuell zusätzliche Informationen." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2626,8 +3111,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2643,19 +3127,18 @@ msgstr "Entschuldigung, dieser Link ist ungültig" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Diese Adresse wurde nicht gefunden." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 -#, fuzzy +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." -msgstr "Diese Adresse wurde nicht gefunden." +msgstr "" #: perllib/FixMyStreet/Geocode/Bing.pm:35 #: perllib/FixMyStreet/Geocode/Google.pm:45 @@ -2663,35 +3146,55 @@ msgstr "Diese Adresse wurde nicht gefunden." msgid "Sorry, we could not parse that location. Please try again." msgstr "Diese Adresse wurde nicht gefunden." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "Ihre Bilder konnten nicht gespeichert werden. Bitte versuchen Sie es nochmals." -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Status" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistik" @@ -2705,12 +3208,12 @@ msgstr "" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2722,34 +3225,35 @@ msgstr "FB/Externe" msgid "Subject" msgstr "Titel" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Titel" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Abschicken" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Speichern" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2760,38 +3264,53 @@ msgid "Submitted" msgstr "Erfasst" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Beschreiben Sie den Schaden" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Speichern" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Zusammenfassung" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Alle Meldungen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "" @@ -2799,27 +3318,29 @@ msgstr "" msgid "Template «%s»" msgstr "Vorlage «%s»" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Vorlagen" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2832,6 +3353,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2844,62 +3368,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Sie können Schäden nur innerhalb der Stadt Zürich melden. Verwenden Sie dafür die Adressuche." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Die Meldung wurde als gesendet markiert." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2909,8 +3435,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2927,7 +3453,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "" @@ -2969,12 +3495,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "Der Link ist entweder abgelaufen, oder er wurde nicht korrekt kopiert." -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "" @@ -2982,22 +3508,16 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3005,11 +3525,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3018,18 +3538,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ 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/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3037,12 +3557,12 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3051,39 +3571,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Ihre persönlichen Angaben werden nur für interne Zwecke verwendet und nicht veröffentlicht." + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Ihre persönlichen Angaben werden nur für interne Zwecke verwendet und nicht veröffentlicht." + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -3092,62 +3633,72 @@ msgstr "Diese Information wird benötigt" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Dieser Schaden wurde behoben" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Dieser Schaden wurde nicht behoben" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Überprüfung ausstehend" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "Aufwand (in Minuten)" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titel" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "Titel" @@ -3160,18 +3711,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Geben Sie Ihre Adresse an, um über Meldungen in Ihrer Nähe informiert zu werden" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Total" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Erstellt" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Erneut versuchen" @@ -3182,20 +3750,24 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Unbestätigt" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "Offene Meldungen" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Unbekannt" @@ -3204,18 +3776,19 @@ msgstr "Unbekannt" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Speichern" @@ -3231,12 +3804,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Speichern" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3244,20 +3817,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3267,13 +3840,13 @@ msgstr "" msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Aktualisiert!" @@ -3283,7 +3856,7 @@ msgstr "Aktualisiert!" msgid "Updates" msgstr "Antwort" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3297,20 +3870,28 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "Änderungen an dieser Meldung, %s" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "Karte verwendet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3318,23 +3899,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Meldung auf der Webseite betrachten" @@ -3344,7 +3930,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Meldung erfassen" @@ -3361,24 +3947,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Ihre Anfrage ergab mehr als eine mögliche Adresse. Die ersten zehn Treffer werden unten aufgelistet." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 -#, fuzzy msgid "We need your email address, please give it below." -msgstr "Ihre E-Mail Adresse oder Telefonnummer werden nie angezeigt" - -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Ihr E-Mail wird nie angezeigt" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Ihre E-Mail Adresse oder Telefonnummer werden nie angezeigt" +msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3399,15 +3978,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Wann editiert" @@ -3416,7 +3991,7 @@ msgstr "Wann editiert" msgid "When sent" msgstr "Wann gesendet" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3424,8 +3999,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3439,7 +4014,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3455,22 +4030,22 @@ msgstr "" msgid "Year" msgstr "Jahr" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ja" @@ -3496,7 +4071,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Danke! Sie können Ihre aktualisierte Meldung <a href=\"%s%s\">auf der Webseite anschauen</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3511,18 +4086,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Nicht freigeschaltet; Bitte geben Sie eine Adresse an" @@ -3530,75 +4105,80 @@ msgstr "Nicht freigeschaltet; Bitte geben Sie eine Adresse an" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Sie haben dieser Meldung bereits Fotos angehängt. Sie können maximal 3 Fotos anhängen (wenn Sie mehr anhängen, wird das Älteste entfernt)." -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 -#, fuzzy +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." -msgstr "Sie haben dieser Meldung bereits Fotos angehängt. Sie können maximal 3 Fotos anhängen (wenn Sie mehr anhängen, wird das Älteste entfernt)." +msgstr "" #: templates/web/base/auth/sign_out.html:4 #: templates/web/zurich/auth/sign_out.html:3 msgid "You have been signed out" msgstr "Sie haben sich abgemeldet" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Der grüne Punkt lokalisiert Ihre Meldung auf der Karte. Falls dieser Ort nicht stimmt, kann der Pin verschoben werden." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Sie haben Ihre Meldung erfolgreich bestätigt. " -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Ihre Meldungen" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Account bestätigen" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "E-Mail Adresse" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3608,13 +4188,12 @@ msgstr "Ihre E-Mail Adresse" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Wir verwenden Ihre persönlichen Daten nur entsprechend unserer <a href=\"/faq#privacy\">Datenschutzrichtlinien.</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Ihr Name" @@ -3625,47 +4204,54 @@ msgstr "Ihr Name" msgid "Your password" msgstr "Ihr Passwort" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Ihr Passwort wurde geändert" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Ihre Telefonnummer" -#: templates/web/base/questionnaire/index.html:14 -#, fuzzy +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" -msgstr "Ihre Meldungen" +msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Ihre Meldungen" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Ihre Meldungen" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "Alle Meldungen" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "E-Mail Adresse" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "Abgeschlossene Meldungen" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "hat Karte nicht verwendet" @@ -3674,15 +4260,11 @@ msgstr "hat Karte nicht verwendet" msgid "e.g. ‘%s’ or ‘%s’" msgstr "z.B. ‘%s’ oder ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "Beantwortete Meldungen" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3693,7 +4275,7 @@ msgstr "von %s verschiedenen Personen" msgid "last updated %s" msgstr "letzte Bearbeitung %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "weniger als einer Minute" @@ -3738,13 +4320,23 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(optional)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "oder" @@ -3752,22 +4344,22 @@ msgstr "oder" msgid "or locate me automatically" msgstr "oder automatisch lokalisieren" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "Originaltext: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "" @@ -3776,41 +4368,41 @@ msgstr "" msgid "reopened" msgstr "" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "required" +msgstr "Foto benötigt" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "ausloggen" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Es wird keine Stecknadel angezeigt, da der User die Karte nicht benützt hat" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "heute" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "Offene Meldungen" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "Karte verwendet" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "Der User ist der Eigner der Meldung" @@ -3826,7 +4418,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> Meldung in letzter Zeit" msgstr[1] "<big>%s</big> Meldungen in letzter Zeit" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3840,7 +4432,7 @@ msgid_plural "%d supporters" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3854,14 +4446,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> Meldung bearbeitet" msgstr[1] "<big>%s</big> Meldungen bearbeitet" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3882,77 +4474,25 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> bearbeitete Meldung im letzten Monat" msgstr[1] "<big>%s</big> bearbeitete Meldungen im letzten Monat" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d Tag" msgstr[1] "%d Tage" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "" msgstr[1] "" -#~ msgid "%s, reported at %s" -#~ msgstr "Gemeldet von %s um %s" - -#~ msgid "About us" -#~ msgstr "Über uns" - -#~ msgid "Problems in this area" -#~ msgstr "Meldungen in dieser Gegend" - -#, fuzzy -#~ msgid "Sorry, you can not log in with Facebook. Please try again later." -#~ msgstr "Diese Adresse wurde nicht gefunden." - -#~ msgid "(we never show your email address or phone number)" -#~ msgstr "(Ihre E-Mail Adresse und Telefonnummer werden nie angezeigt)" - -#~ msgid "(we never show your email)" -#~ msgstr "(Ihre E-Mail Adresse wird nie angezeigt)" - -#~ msgid "I'm afraid we couldn't validate that token. If you've copied the URL from an email, please check that you copied it exactly.\n" -#~ msgstr "Leider konnte Ihre URL nicht aufgelöst werden. Falls Sie die URL aus einer Mail kopiert haben, überprüfen Sie bitte ob Sie die gesamte URL kopiert haben.\n" - -#~ msgid "If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way." -#~ msgstr "Falls Sie kein E-Mail erhalten, überprüfend Sie bitte Ihren Spam-Ordner." - -#~ msgid "Message:" -#~ msgstr "Nachricht:" - -#~ msgid "More problems nearby" -#~ msgstr "Meldungen in der Nähe" - -#~ msgid "Nearly Done! Now check your email..." -#~ msgstr "Fast Fertig! Bitte checken Sie Ihre Mailbox..." - -#~ msgid "Photo:" -#~ msgstr "Foto:" - -#~ msgid "Please check your email" -#~ msgstr "Bitte überprüfen Sie Ihr E-Mail" - -#~ msgid "This problem is in progress" -#~ msgstr "Dieser Schaden ist in Bearbeitung" - -#~ msgid "This problem is old and of unknown status." -#~ msgstr "Dieses Problem ist alt und hat einen unbekannten Status" - -#~ msgid "We have sent you an email containing a link to confirm your account." -#~ msgstr "Sie werden in Kürze ein E-Mail erhalten um Ihren Account zu bestätigen." - -#~ msgid "You have already attached a photo to this report, attaching another one will replace it." -#~ msgstr "Sie haben bereits ein Photo angehängt. Laden Sie ein neues hoch um es zu ersetzen." - -#~ msgid "Your email:" -#~ msgstr "Ihre E-Mail" +#~ msgid "Additional Information" +#~ msgstr "Zusätzliche Angaben" -#~ msgid "Your name:" -#~ msgstr "Ihr Name" +#~ msgid "We never show your email" +#~ msgstr "Ihr E-Mail wird nie angezeigt" -#~ msgid "Your email:" -#~ msgstr "Ihre E-Mail Adresse" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Ihre E-Mail Adresse oder Telefonnummer werden nie angezeigt" diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po index beba8c165..b7b1a19dc 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -6,13 +6,14 @@ # Translators: # Ettore Atalan <atalanttore@googlemail.com>, 2015 # MatHut <mathias.huter@gmail.com>, 2014 +# Thomas Tursics <thomas@tursics.de>, 2016 msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" -"Last-Translator: mySociety <transifex@mysociety.org>\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-06-30 13:48+0000\n" +"Last-Translator: Thomas Tursics <thomas@tursics.de>\n" "Language-Team: German (Germany) (http://www.transifex.com/mysociety/fixmystreet/language/de_DE/)\n" "Language: de_DE\n" "MIME-Version: 1.0\n" @@ -20,17 +21,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "und" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "oder" @@ -38,17 +39,17 @@ msgstr "oder" msgid "%d edits by %s" msgstr "%d bearbeitet von %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d an %d von %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Zusammenfassungen" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -89,12 +90,12 @@ msgstr "%s Aktualisierungen in Echtzeit" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s Fragebögen versandt – %s beantwortet (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -116,40 +117,40 @@ msgstr "" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>-Beitragende" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(Kein Name)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(Keine Telefonnummer)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(geschlossen)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(gelöst)" @@ -158,33 +159,39 @@ msgstr "(gelöst)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(z.B. illegale Deponien, Strassenschäden, Graffitis usw.)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(optional)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(öffentlich)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(gesendet an beide)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" +msgstr "-- Wählen Sie eine Eigentumsart --" + +#: templates/web/base/admin/response_templates_select.html:4 +#, fuzzy +msgid "--Choose a template--" +msgstr "Wählen Sie eine Vorlage aus" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" msgstr "" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -193,8 +200,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -210,11 +217,19 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -223,8 +238,8 @@ msgstr "<strong>Ja</strong>, ich habe ein Passwort" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Aktion geplant" @@ -236,34 +251,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Füge neue Kategorie hinzu" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Benutzer hinzufügen" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Füge neue Kategorie hinzu" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "%s hinzugefügt" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "Zusätzliche Informationen" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Nochmals:" @@ -275,12 +310,12 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "Alarm %d deaktiviert (erstellt %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle Meldungen" @@ -288,10 +323,16 @@ msgstr "Alle Meldungen" msgid "All Reports as CSV" msgstr "Alle Berichte als CSV" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Alle Meldungen" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Alle Meldungen" @@ -301,18 +342,7 @@ msgstr "Alle Meldungen" msgid "All reports between %s and %s" msgstr "Alle Berichte zwischen %s und %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -321,48 +351,68 @@ msgstr "" msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Benutzer hinzufügen" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Sind Sie ein Entwickler?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Sind Sie ein Entwickler?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Gebiet abgedeckt" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "" @@ -374,37 +424,63 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Wartet auf Moderation" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Zurück" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "alle Berichte" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Nach Datum" @@ -416,9 +492,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategorie" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategorie:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -428,44 +521,64 @@ msgstr "" msgid "Category" msgstr "Kategorie" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "z.B. ‘%s’ oder ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategorie:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategorie: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Ihre eMail-Adresse" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Passwort ändern" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -476,23 +589,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "Wählen Sie eine Vorlage aus" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Klicken Sie in die Karte um eine Meldung zu erfassen" @@ -512,8 +620,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -527,15 +635,20 @@ msgstr "" msgid "Closed" msgstr "Geschlossen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "geschlossene Berichte" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Geschlossen:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinaten:" @@ -543,26 +656,22 @@ msgstr "Koordinaten:" msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Endpunkt konfigurieren" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Bestätigen" @@ -583,10 +692,9 @@ msgstr "" msgid "Confirmation" msgstr "Bestätigung" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bestätigt" @@ -597,7 +705,7 @@ msgstr "Bestätigte Berichte zwischen %s und %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Bestätigt:" @@ -616,17 +724,17 @@ msgstr "Kontaktieren Sie uns" msgid "Contact the team" msgstr "Kontaktieren Sie das Team" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "Koordinaten:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Benutzer konnte nicht gefunden werden" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "" @@ -640,11 +748,11 @@ msgstr "Rat" msgid "Council contacts for %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Rat:" @@ -659,23 +767,37 @@ msgstr "Anzahl" msgid "Create a report" msgstr "Erfasse eine Meldung" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategorie erstellen" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Erfasse eine Meldung" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "Vorlage erstellen" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Erstellt" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Erstellt:" @@ -684,13 +806,13 @@ msgstr "Erstellt:" msgid "Current state" msgstr "Aktueller Status" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -703,44 +825,50 @@ msgstr "Übersichtsseite" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Vorlage löschen" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Gelöscht" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Beschreibung" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Beschreibung" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Beschreibung" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Beschreibung:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -748,16 +876,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Weiss ich nicht" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Weiß ich nicht" @@ -765,18 +897,18 @@ msgstr "Weiß ich nicht" msgid "Don't like forms?" msgstr "Sie mögen keine Formulare?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Duplizieren" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -784,20 +916,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Bearbeiten" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Bitte geben Sie einiges Details an" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Kategorie erstellen" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Berichtliste filtern" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Alle Meldungen" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -810,18 +974,18 @@ msgstr "Problem %d wird bearbeitet" msgid "Editing update %d" msgstr "Aktualisierung %d wird bearbeitet" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Benutzer %d wird bearbeitet" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Editor" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -830,12 +994,15 @@ msgstr "Editor" msgid "Email" msgstr "E-Mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "E-Mail-Adresse:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -846,24 +1013,24 @@ msgstr "E-Mail-Benachrichtigung erstellt" msgid "Email alert deleted" msgstr "E-Mail-Benachrichtigung gelöscht" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-Mail:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "E-Mail: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -871,19 +1038,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Enddatum:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Endpunkt" @@ -905,8 +1072,8 @@ msgstr "Geben Sie eine Adresse an" msgid "Enter a nearby street name and area" msgstr "Geben Sie eine Adresse an" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -925,11 +1092,12 @@ msgstr "Beschreiben sie den Mangel" msgid "Error" msgstr "Fehler" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "Alles" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Beispieladresse" @@ -938,26 +1106,52 @@ msgstr "Beispieladresse" msgid "Examples:" msgstr "Beispiele:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Kategorie erstellen" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "Extern" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "Externe URL" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "Externe URL" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Externe URL" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Externe URL" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Zusätzliche Daten:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Zusätzliche Daten:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -967,23 +1161,23 @@ msgstr "" msgid "Filter report list" msgstr "Berichtliste filtern" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Erstes Mal" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Gelöst" @@ -997,11 +1191,17 @@ msgstr "" msgid "Fixed - User" msgstr "" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Neue Berichte" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1010,8 +1210,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1019,7 +1219,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1027,8 +1227,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1036,20 +1236,25 @@ msgstr "" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Passwort vergessen?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1059,12 +1264,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Häufig gestellte Fragen" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS auf Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Aktualisierungen holen" @@ -1078,7 +1279,7 @@ msgstr "Aktualisierungen von %s Problemen holen" msgid "Get updates of problems in this %s" msgstr "Aktualisierungen von Problemen in diesem %s holen" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "" @@ -1086,53 +1287,64 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Los" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hilfe" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Hallo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1140,19 +1352,19 @@ msgstr "Hallo %s" msgid "Hidden" msgstr "Unsichtbar" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Alte ausblenden" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Stecknadeln ausblenden" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "History" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "" @@ -1160,12 +1372,12 @@ msgstr "" msgid "How to report a problem" msgstr "Erfasse eine neue Meldung:" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1179,8 +1391,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1189,14 +1402,14 @@ msgstr "" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1206,38 +1419,46 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1248,14 +1469,14 @@ msgstr "" msgid "Illegal ID" msgstr "Unbekannt ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "In Bearbeitung" @@ -1267,8 +1488,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1281,18 +1502,27 @@ msgstr "In Bearbeitung" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Unbestätigte Berichte miteinbeziehen" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +#, fuzzy +msgid "Inspection required" +msgstr "Foto erforderlich" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne Hinweise" @@ -1302,19 +1532,23 @@ msgstr "Interne Hinweise" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Ung&ultiges Enddatum" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Ungültiges Format %s angegeben." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Ung&ultiges Startdatum" @@ -1322,8 +1556,8 @@ msgstr "Ung&ultiges Startdatum" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Untersuchen" @@ -1331,33 +1565,33 @@ msgstr "Untersuchen" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Letzter Bearbeiter" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Letzte Bearbeitung" @@ -1365,11 +1599,16 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Aktualisierung:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Letzte Bearbeitung" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Liste aller Meldungen" @@ -1391,7 +1630,7 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "RSS" @@ -1399,47 +1638,71 @@ msgstr "RSS" msgid "Locate the problem on a map of the area" msgstr "Identifizieren Sie den Mangel auf der Karte" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "KARTE" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Karte" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Als gesendet markieren" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Nachricht" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Fehlendes jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Erfasse eine Meldung" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1448,35 +1711,47 @@ msgstr "" msgid "Month" msgstr "Monat" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Name" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Name:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Name: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "Aktualisierungen für dieses Problem, %s" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1486,12 +1761,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1501,20 +1776,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Neue <br>Probleme" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "E-Mail-Adresse:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Neue interne Anmerkung:" @@ -1522,10 +1802,21 @@ msgstr "Neue interne Anmerkung:" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Passwort:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Neue Berichte" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1554,40 +1845,50 @@ msgstr "Neue Berichte" msgid "New state" msgstr "Neuer Status" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "Neue Vorlage" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Weiter" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Nein" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "andere Gebiete:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Kein Rat" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Kein Rat ausgewählt" @@ -1603,17 +1904,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Keine weiteren Aktualisierungen" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Kein Ergebnis zurückgegeben" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1624,12 +1925,21 @@ msgstr "" msgid "No supporters" msgstr "Keine Unterstützer" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Keine" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1639,19 +1949,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Nicht verantwortlich" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "Nicht kontaktierbar" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1659,12 +1969,12 @@ msgstr "" msgid "Not reported before" msgstr "Nicht vorher berichtet" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Anmerkung" @@ -1673,9 +1983,8 @@ msgstr "Anmerkung" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Anmerkung:" @@ -1687,23 +1996,21 @@ msgstr "Anmerkung: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Alte / unbekannte <br>Probleme" @@ -1711,44 +2018,53 @@ msgstr "Alte / unbekannte <br>Probleme" msgid "Old state" msgstr "Alter Status" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Ältere <br>Probleme" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Öffnen" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Fehlendes jurisdiction_id" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1757,23 +2073,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Andere" @@ -1786,7 +2102,7 @@ msgstr "Besitzer" msgid "Page Not Found" msgstr "Seite nicht gefunden" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Übergeordnet" @@ -1796,75 +2112,88 @@ msgstr "Übergeordnet" msgid "Partial" msgstr "Teilweise" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Passwort (optional)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Passwort:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Permalink" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefonnummer:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "Foto ist erforderlich." -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "Foto erforderlich" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Foto" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotos von neuen Meldungen in der Nähe" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Stecknadel auf Karte platzieren" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1879,11 +2208,13 @@ msgstr "Geplant" msgid "Please be polite, concise and to the point." msgstr "Bitte seien Sie freundlich und prägnant." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1891,19 +2222,21 @@ msgstr "" msgid "Please check your email address is correct" msgstr "Bitte überprüfen Sie ob Ihre eMail-Adresse korrekt ist" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Bitte wählen Sie eine Kategorie" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Bitte wählen Sie eine Eigentumsart" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Bitte korrigieren Sie die Fehler unten" @@ -1918,50 +2251,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Bitte geben Sie eine Nachricht ein" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" -msgstr "" +msgstr "Bitte geben Sie Ihren Namen ein" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Bitte geben Sie Ihren Namen ein" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Bitte geben Sie ein Passwort ein" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Bitte geben Sie einen Betreff ein" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Bitte geben Sie eine gültige eMail-Adresse an" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Bitte geben Sie eine gültige eMail-Adresse an" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Bitte geben Sie einiges Details an" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1971,8 +2311,8 @@ msgstr "Bitte geben Sie einiges Details an" msgid "Please enter your email" msgstr "Bitte geben Sie Ihre eMail-Adresse an" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Bitte geben Sie eine Ihre eMail-Adresse an" @@ -1986,9 +2326,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Bitte geben Sie Ihren Namen an" @@ -2015,12 +2355,12 @@ msgstr "" msgid "Please fill in details of the problem below." msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" @@ -2036,12 +2376,12 @@ msgstr "" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2050,6 +2390,11 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Bitte schreiben Sie hier Ihre Aktualisierung" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "" @@ -2063,15 +2408,15 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "" @@ -2079,24 +2424,23 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Bitte nur ein JPEG-BIld hochladen" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Bitte schreiben Sie eine Nachricht" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Bitte schreiben Sie hier Ihre Aktualisierung" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2118,11 +2462,19 @@ msgstr "" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Vorherige" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Datenschutz" @@ -2132,15 +2484,13 @@ msgstr "Datenschutz" msgid "Privacy and cookies" msgstr "Datenschutz und Cookies" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privat" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Meldung" @@ -2156,12 +2506,13 @@ msgstr "Problem %s bestätigt" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problem als offen markiert." @@ -2169,15 +2520,16 @@ msgstr "Problem als offen markiert." msgid "Problem state change based on survey results" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Meldungen in der Nähe" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Meldungen auf der Karte" @@ -2185,12 +2537,12 @@ msgstr "Meldungen auf der Karte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Meldungen, welche kürzlich gelöst wurden" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" @@ -2201,15 +2553,15 @@ msgstr "" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Probleme innerhalb der Grenze von:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Immobilien-Adresse:" @@ -2217,28 +2569,38 @@ msgstr "Immobilien-Adresse:" msgid "Provide an update" msgstr "Meldung aktualisieren" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Meldung aktualisieren" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "%s Aktualisierungen in Echtzeit" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Foto veröffentlichen" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Fragebogen" @@ -2255,11 +2617,11 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS-Feed" @@ -2271,10 +2633,10 @@ msgstr "" msgid "RSS feed for %s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "" @@ -2283,12 +2645,12 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "" @@ -2303,22 +2665,26 @@ msgid "RSS feed of recent local problems" msgstr "" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Erhalten Sie Aktualisierungen dieser Meldung." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Kürzlich <br>repariert" @@ -2326,6 +2692,11 @@ msgstr "Kürzlich <br>repariert" msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Aktualisierungen holen" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Fix My Zürich wird primär dafür verwendet, physische Mängel zu melden, welche behoben werden können. Wenn Ihr Problem dafür nicht passend erscheint, können sie die entsprechende Dienststelle weiterhin telefonisch oder per eMail erreichen." @@ -2334,13 +2705,23 @@ msgstr "Fix My Zürich wird primär dafür verwendet, physische M&au msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Foto entfernen (kann nicht rückgängig gemacht werden!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2348,17 +2729,27 @@ msgstr "" msgid "Report" msgstr "Bericht" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Bericht" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Eine Meldung erfassen" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Missbrauch melden" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Berichte" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Bericht auf %s" @@ -2373,23 +2764,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Melden sie Mängel an der Infrastruktur von Zürich" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Vorher berichtet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "Gemeldet von:" @@ -2397,50 +2788,51 @@ msgstr "Gemeldet von:" msgid "Reported in the %s category" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Gemeldet von %s um %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeldet von %s um %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "Gemeldet:" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Verfassen Sie eine Meldung" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Berichte" @@ -2452,22 +2844,69 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Berichte warten auf Moderation" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Berichte veröffentlicht" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Berichte warten auf Moderation" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Bericht erneut senden" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +#, fuzzy +msgid "Response Templates" +msgstr "Vorlagen" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Richtiger Ort?" @@ -2481,46 +2920,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Nach links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Nach rechts drehen" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Satellit" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Änderungen speichern" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Berichte suchen" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Benutzer suchen" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Berichte suchen" @@ -2530,81 +2979,119 @@ msgstr "Berichte suchen" msgid "Search:" msgstr "Suchen:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Wählen Sie ein Gebiet" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Titel:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Gesendet:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Dienst:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Teilen" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Meinen Namen öffentlich anzeigen" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Alte anzeigen" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Zeige Stecknadeln" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Anmelden" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 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/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Abmelden" @@ -2613,8 +3100,8 @@ msgstr "Abmelden" msgid "Some categories may require additional information." msgstr "" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2625,8 +3112,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2642,16 +3128,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2661,35 +3147,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Startdatum:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Status" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistiken" @@ -2703,12 +3209,12 @@ msgstr "Status" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "Straßenansicht" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Unterkategorie: %s" @@ -2720,34 +3226,35 @@ msgstr "" msgid "Subject" msgstr "Titel" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Titel:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Abschicken" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Änderungen senden" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Fragebogen absenden" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2758,38 +3265,53 @@ msgid "Submitted" msgstr "Gesendet" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Abonnieren" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Beschreiben sie den Mangel" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Änderungen senden" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Zusammenfassung" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Zusammenfassungsberichte" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Umfrage" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Umfrageergebnisse" @@ -2797,27 +3319,29 @@ msgstr "Umfrageergebnisse" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Vorlagen" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Text" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Text:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2830,6 +3354,10 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "Vielen Dank für Ihre Rückmeldung" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Vielen Dank für Ihre Rückmeldung" @@ -2842,62 +3370,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Das Problem wird jetzt erneut gesendet." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Dieser Bericht kann nicht auf %s angeschaut werden." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von Fix My Zürich entfernt." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2907,8 +3437,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2925,7 +3455,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Der Fehler war: %s" @@ -2967,12 +3497,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Die Passwörter stimmen nicht überein" @@ -2980,22 +3510,16 @@ msgstr "Die Passwörter stimmen nicht überein" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3003,11 +3527,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3016,18 +3540,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." @@ -3035,12 +3559,12 @@ 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:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Es gab Probleme mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3049,39 +3573,58 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -3090,62 +3633,72 @@ msgstr "Diese Information wird benötigt" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Dieser Mangel wurde behoben" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Dieser Mangel wurde nicht behoben" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Dieser Bericht wartet auf Moderation." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Dieser Bericht ist aktuell als geschlossen markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Dieser Bericht ist aktuell als behoben markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Dieser Bericht ist aktuell als offen markiert." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Dieser Bericht wurde anonym abgesendet" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Zeitleiste" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titel" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "Titel:" @@ -3158,18 +3711,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Total" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Erstellt:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Erneut versuchen" @@ -3180,20 +3750,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Kann nicht behoben werden" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Unbestätigt" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Neue Berichte" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Unbekannt" @@ -3202,18 +3777,19 @@ msgstr "Unbekannt" msgid "Unknown alert type" msgstr "Unbekannter Benachrichtigungstyp" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Unbekannte Problemkennung" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Beschreibung" @@ -3229,12 +3805,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3242,20 +3818,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "Aktualisierung von {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3265,13 +3841,13 @@ msgstr "" msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Aktualisiert!" @@ -3281,7 +3857,7 @@ msgstr "Aktualisiert!" msgid "Updates" msgstr "Aktualisierungen" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3295,20 +3871,28 @@ msgstr "Aktualisierungen auf {{title}}" msgid "Updates to this problem, %s" msgstr "Aktualisierungen für dieses Problem, %s" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3316,23 +3900,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Benutzer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Werte aktualisiert" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Bericht auf Seite ansehen" @@ -3342,7 +3931,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -3359,23 +3948,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Ihre eMail wird nie angezeigt" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Ihre eMail-Adresse oder Telefonnummer werden nie angezeigt" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3396,15 +3979,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Wann editiert" @@ -3413,7 +3992,7 @@ msgstr "Wann editiert" msgid "When sent" msgstr "Wann gesendet" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3421,8 +4000,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3436,7 +4015,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3452,22 +4031,22 @@ msgstr "" msgid "Year" msgstr "Jahr" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ja" @@ -3493,7 +4072,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3508,18 +4087,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -3527,13 +4106,13 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3542,59 +4121,65 @@ msgstr "" msgid "You have been signed out" msgstr "Sie wurden abgemeldet" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Der gr¨ne Pin auf der Karte repräsentiert ihre Meldung. Falls dieser Ort nicht der Richtige ist, klicken Sie einfach nochmals am richtigen Ort auf die Karte." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Sie haben Ihre E-Mail-Adresse erfolgreich bestätigt." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Möchten Sie wirklich erneut senden?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Ihre Berichte" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Konto bestätigen" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Ihre eMail" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3604,13 +4189,12 @@ msgstr "Ihre eMail-Adresse" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Ihr Name" @@ -3621,46 +4205,54 @@ msgstr "Ihr Name" msgid "Your password" msgstr "Ihr Passwort" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Ihr Passwort wurde geändert" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Ihre Telefonnummer" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Ihre Meldungen" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Ihre Berichte" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Ihre Aktualisierungen" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "alle Berichte" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Ihre eMail" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "von %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "geschlossene Berichte" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "Rat" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "hat Karte nicht verwendet" @@ -3669,15 +4261,11 @@ msgstr "hat Karte nicht verwendet" msgid "e.g. ‘%s’ or ‘%s’" msgstr "z.B. ‘%s’ oder ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "Benutzer bearbeiten" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3688,7 +4276,7 @@ msgstr "von %s verschiedenen Benutzern" msgid "last updated %s" msgstr "zuletzt aktualisiert %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "weniger als einer Minute" @@ -3733,13 +4321,23 @@ msgstr "als geplant markiert" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n/v" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(optional)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "oder" @@ -3747,22 +4345,22 @@ msgstr "oder" msgid "or locate me automatically" msgstr "" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "andere Gebiete:" @@ -3771,41 +4369,41 @@ msgstr "andere Gebiete:" msgid "reopened" msgstr "erneut geöffnet" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "required" +msgstr "Foto erforderlich" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "ausloggen" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "heute" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "Benutzer ist Problemeigentümer" @@ -3821,7 +4419,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3835,7 +4433,7 @@ msgid_plural "%d supporters" msgstr[0] "%d Unterstützer" msgstr[1] "%d Unterstützer" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3849,14 +4447,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> Meldung bearbeitet" msgstr[1] "<big>%s</big> Meldungen bearbeitet" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3877,34 +4475,40 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> im letzten Monat behoben" msgstr[1] "<big>%s</big> im letzten Monat gehoben" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d Tag" msgstr[1] "%d Tage" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "" msgstr[1] "" -#~ msgid "%s, reported at %s" -#~ msgstr "%s, gemeldet am %s" +#~ msgid "(public)" +#~ msgstr "(öffentlich)" + +#~ msgid "Additional Information" +#~ msgstr "Zusätzliche Informationen" + +#~ msgid "Configure Endpoint" +#~ msgstr "Endpunkt konfigurieren" -#~ msgid "About us" -#~ msgstr "Über uns" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS auf Google Maps" -#~ msgid "Empty pub or bar" -#~ msgstr "Leere Kneipe oder Bar" +#~ msgid "Survey" +#~ msgstr "Umfrage" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "We never show your email" +#~ msgstr "Ihre eMail wird nie angezeigt" -#~ msgid "Problems in this area" -#~ msgstr "Meldungen in dieser Gegend" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Ihre eMail-Adresse oder Telefonnummer werden nie angezeigt" -#~ msgid "Property type:" -#~ msgstr "Eigentumstyp" +#~ msgid "You really want to resend?" +#~ msgstr "Möchten Sie wirklich erneut senden?" diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po index 4d62236d7..c02169776 100644 --- a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,18 +4,18 @@ # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # # Translators: -# Adrian Pappas <pappasadrian@gmail.com>, 2015 +# Adrian Pappas <pappasadrian@gmail.com>, 2015-2016 # basanas1606, 2015 -# Theodore D <diamaltho@gmail.com>, 2015 +# Theodore D <diamaltho@gmail.com>, 2015-2016 # Vassilis Perantzakis <vaspervnp@yahoo.gr>, 2015 # Σίμος Δαλκυριάδης <press@pirateparty.gr>, 2015 msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" -"Last-Translator: mySociety <transifex@mysociety.org>\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-09-20 19:34+0000\n" +"Last-Translator: Theodore D <diamaltho@gmail.com>\n" "Language-Team: Greek (Greece) (http://www.transifex.com/mysociety/fixmystreet/language/el_GR/)\n" "Language: el_GR\n" "MIME-Version: 1.0\n" @@ -23,17 +23,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "και" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ή" @@ -41,23 +41,23 @@ msgstr "ή" msgid "%d edits by %s" msgstr "%d επεξεργασίες από "%s"" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d μέχρι %d από %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Συνοπτικές αναφορές" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" -msgstr "" +msgstr "%s διαχειριστής:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" -msgstr "" +msgstr "%s τομείς" #: templates/web/base/status/stats.html:24 msgid "%s confirmed alerts, %s unconfirmed" @@ -75,6 +75,9 @@ msgid "" "problems, including alerts for all problems within a particular ward, or all\n" "problems within a certain distance of a particular location." msgstr "" +"Το %s έχει μία ποικιλία από πηγές RSS και ειδοποιήσεις μέσω email για τα τοπικά\n" +"προβλήματα, καθώς και ειδοποιήσεις για έναν συγκεκριμένο τομέα ή υπηρεσία, ή για όλα\n" +"τα προβλήματα σε μια ορισμένη ακτίνα απόστασης από κάποια τοποθεσία." #. ("%s is the site name") #: templates/web/base/alert/index.html:11 @@ -83,6 +86,11 @@ msgid "" "alerts for all problems within a particular ward or council, or all problems\n" "within a certain distance of a particular location." msgstr "" +"Το %s έχει μία ποικιλία από πηγές RSS και ειδοποιήσεις μέσω email για τα τοπικά\n" +"προβλήματα, καθώς και\n" +"ειδοποιήσεις για έναν συγκεκριμένο τομέα ή υπηρεσία, ή για όλα\n" +"τα προβλήματα\n" +"σε μια ορισμένη ακτίνα απόστασης από κάποια τοποθεσία." #: templates/web/base/status/stats.html:23 msgid "%s live updates" @@ -92,12 +100,12 @@ msgstr "%s ζωντανές ενημερώσεις" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "στάλθηκαν %s ερωτηματολόγια – %s απαντήθηκαν (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s αναφ.: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -106,6 +114,12 @@ msgid "" "council’s alerts, but will only appear in the \"Within the boundary\" alert\n" "for the county council." msgstr "" +"Το %s στέλνει διαφορετικές κατηγορίες προβλημάτων\n" +"στις κατάλληλες υπηρεσίες, οπότε κάποια προβλήματα που στέλνονται σε μία υπηρεσία\n" +"μπορεί να μην ταιριάζουν με τα προκαθορισμένα όρια της αρμοδιότητάς της. Για παράδειγμα, μια αναφορά για ένα graffiti\n" +"θα σταλεί στην υπηρεσία της περιοχής,\n" +"άρα θα εμφανίζεται και στις δύο κατηγορίες ειδοποιήσεων της υπηρεσίας, ενώ όσον αφορά την επικεφαλής υπηρεσία θα εμφανίζεται μόνο στην κατηγορία ειδοποιήσεων\n" +"\"Εντός του τομέα ευθύνης\"." #: perllib/FixMyStreet/Cobrand/UK.pm:256 perllib/FixMyStreet/Cobrand/UK.pm:268 msgid "%s ward, %s" @@ -119,40 +133,40 @@ msgstr "%s, στην περιοχή %quot;%s"" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> και συνεργάτες" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" -msgstr "" +msgstr "(Ελλάτωμα & τοποθεσία ελλατώματος)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(το email βρίσκεται στη μαύρη λίστα)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" -msgstr "" +msgstr "(Χωρίς όνομα)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" -msgstr "" +msgstr "(Χωρίς αριθμό τηλεφώνου)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(αντιστοιχεί σε περιοχή όπου κατοικούν περίπου 200.000 άτομα)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" -msgstr "" +msgstr "(εναλλακτικά, μπορείς να λαμβάνεις ειδοποιήσεις για ζητήματα σε ακτίνα %s)" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(έκλεισε)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(διορθώθηκε)" @@ -161,33 +175,39 @@ msgstr "(διορθώθηκε)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(όπως graffiti, παρατημένα σκουπίδια, σπασμένες πλάκες πεζοδρομίου ή καμένα φώτα δρόμων)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(δεν αποστάλθηκε σε υπηρεσία)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(προαιρετικό)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(φαίνεται δημόσια)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(στάλθηκε και στις δύο)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Διάλεξε κατηγορία --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Διάλεξε είδος ακινήτου --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +#, fuzzy +msgid "--Choose a template--" +msgstr "Διάλεξε ένα πρότυπο" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -199,9 +219,9 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">Προβολή</label> %s <label for=\"filter_categories\">σχετικά με</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -216,11 +236,19 @@ msgstr "<strong>Όχι</strong> Να γίνει επιβεβαίωση της α msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Όχι</strong> Να γίνει επιβεβαίωση της ενημέρωσης μέσω email" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Όχι</strong> να συνδεθώ μέσω email" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -229,8 +257,8 @@ msgstr "<strong>Ναι</strong> έχω κωδικό πρόσβασης" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Η Δράση Προγραμματίστηκε" @@ -244,34 +272,55 @@ msgstr "" "Πρόσθεσε έναν <strong>τομέα</strong> για κάθε υπηρεσία, όπως για παράδειγμα μια υπηρεσία ή τμήμα\n" "στο οποίο θα μπορούν να στέλνονται οι αναφορές προβλημάτων. Μπορείς να προσθέσεις μία ή περισσότερες επαφές (για διαφορετικές κατηγορίες προβλημάτων) στον κάθε τομέα." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Πρόσθεσε μία επαφή χρησιμοποιώντας την παρακάτω φόρμα." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Προσθήκη τομέα" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Προσθήκη νέας κατηγορίας" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Προσθήκη χρήστη" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Προσθήκη νέας κατηγορίας" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#, fuzzy +msgid "Add/edit response templates" +msgstr "Πρότυπα απαντήσεων για %s" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Προστέθηκε %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Ξανά:" @@ -283,23 +332,29 @@ msgstr "Η ειδοποίηση %d δημιουργήθηκε για το " msgid "Alert %d disabled (created %s)" msgstr "Η ειδοποίηση %d απενεργοποιήθηκε (δημιουργήθηκε %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Ειδοποίησέ με για μελλοντικές ενημερώσεις" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Όλες οι Αναφορές" #: templates/web/zurich/admin/stats.html:5 msgid "All Reports as CSV" -msgstr "" +msgstr "Όλες οι Αναφορές ως CSV" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Όλες οι Αναφορές" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Όλες οι αναφορές" @@ -309,18 +364,7 @@ msgstr "Όλες οι αναφορές" msgid "All reports between %s and %s" msgstr "Όλες οι αναφορές από %s μέχρι %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Όλες οι πληροφορίες που καταχωρήθηκαν εδώ θα αποσταλούν στο" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Όλες οι πληροφορίες που καταχωρήθηκαν εδώ θα αποσταλούν στο <strong>"%s"</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Το πρόβλημα ενημερώθηκε ως διορθωμένο." @@ -329,48 +373,69 @@ msgstr "Το πρόβλημα ενημερώθηκε ως διορθωμένο." msgid "Anonymous" msgstr "Ανώνυμος" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Ανώνυμος:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Προσθήκη χρήστη" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Είσαι προγραμματιστής;" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgstr "Είστε σίγουροι πως θέλετε να ακυρώσετε αυτή την μεταφόρτωση;" + +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Είσαι προγραμματιστής;" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Περιοχή αρμοδιότητας" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Δεδομένου ότι αυτό είναι ένα δοκιμαστικό site και το %s είναι ψευδές, οι αναφορές που γίνονται σε αυτό το site θα σταλούν στις δοκιμαστικές αναφορές προβλημάτων και όχι στην κανονική επαφή που υπάρχει για την κατηγορία αναφοράς των προβλημάτων." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" -msgstr "" +msgstr "Ανάθεση στον αρμόδιο τομέα:" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Ανάθεση σε διαφορετική κατηγορία:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Ανάθεση σε εξωτερικό τομέα:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Ανάθεση στο τμήμα:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Ανατέθηκε στο "%s"" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Ανατέθηκε στο "%s"" @@ -382,51 +447,95 @@ msgstr "Σε κάθε αναζήτηση επιστρέφονται το πολ msgid "At the moment only searching for and looking at reports work." msgstr "Αυτή τη στιγμή λειτουργούν μόνο η αναζήτηση και η προβολή αναφορών." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Δημόσια απάντηση:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Σε αναμονή ελέγχου" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Πίσω" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "όλες οι αναφορές" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Αποκλεισμός της διεύθυνσης email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Τομείς" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Τομέας" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Τομέας:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Ανά ημερομηνία" #: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." -msgstr "" +msgstr "Δεν μπορείς να βρεις το email μας; Έλεγξε τον φάκελο ανεπιθύμητων – κατά 99% θα βρίσκεται εκεί." #: templates/web/base/around/_report_banner.html:5 msgid "Can't see the map? <em>Skip this step</em>" msgstr "Δεν μπορείς να δεις τον χάρτη; <em>Παράλειψη βήματος</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Κατηγορία" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Κατηγορία:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -436,32 +545,48 @@ msgstr "Δεν μπορείς να δεις τον χάρτη; <em>Παράλε msgid "Category" msgstr "Κατηγορία" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "π.χ. ‘%s’ ή ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Μέσος όρος διόρθωσης προβλημάτων για την κατηγορία > 4 εβδομάδες" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Κατηγορία:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Κατηγορία: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Αποκλεισμός της διεύθυνσης email" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Αλλαγή κωδικού πρόσβασης" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -469,7 +594,7 @@ msgstr "" "Τσέκαρε το <strong>επιβεβαιώθηκε</strong> για να φαίνεται ότι αυτή η επαφή έχει επιβεβαιωθεί ως σωστή.\n" "Αν δεν είσαι σίγουρος για την προέλευση ή την εγκυρότητα της επαφής, άφησε το μη τσεκαρισμένο." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -477,7 +602,11 @@ msgstr "" "Τσέκαρε το <strong>διαγράφηκε</strong> για να αφαιρέσεις την κατηγορία από χρήση.\n" "Δεν θα φαίνεται ως διαθέσιμη κατηγορία στο μενού της σελίδας \"Ανάφερε ένα πρόβλημα\"." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -493,44 +622,39 @@ msgstr "" "<br>\n" "Αυτό είναι κατάλληλο για ζητήματα που θέλεις να επιτρέψεις σε χρήστες να υποβάλλουν αναφορές στον τομέα, αλλά για τα οποία δεν χρειάζεται η αναφορά να είναι δημόσια. Ένα τέτοιο παράδειγμα είναι αν κάποιος θέλει να ζητήσει έναν επιπλέον κάδο απορριμάτων σε συγκεκριμένη διεύθυνση." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Επίλεξε ένα όνομα <strong>κατηγορίας</strong> που να έχει νόημα για τους πολίτες (π.χ., \"Λακκούβες\", \"Φωτισμός δρόμων\") αλλά είναι χρήσιμο και για τον τομέα. Αυτά θα φαίνονται στο μενού της σελίδας \"Ανάφερε ένα πρόβλημα\"." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Κάνε κλικ εδώ ή κάνε εισαγωγή με τη μορφή ηη/μμ/εεεε" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Κάνε κλικ στον χάρτη για να αναφέρεις ένα πρόβλημα" #: templates/web/base/email_sent.html:13 msgid "Click the link in our confirmation email to activate your alert." -msgstr "" +msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβαίωσης για να ενεργοποιήσεις την ειδοποίησή σου." #: templates/web/base/email_sent.html:9 msgid "Click the link in our confirmation email to publish your problem." -msgstr "" +msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβαίωσης για να δημοσιεύσεις το πρόβλημα." #: templates/web/base/email_sent.html:11 msgid "Click the link in our confirmation email to publish your update." -msgstr "" +msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβαίωσης για να ενεργοποιήσεις την τροποποίηση." #: templates/web/base/auth/token.html:18 msgid "Click the link in our confirmation email to sign in." -msgstr "" +msgstr "Κάνε κλικ στον σύνδεσμο του email επιβεβαίωσης για να συνδεθείς." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -544,15 +668,19 @@ msgstr "" msgid "Closed" msgstr "Κλειστό" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Κλειστό από την υπηρεσία" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "κλειστές αναφορές" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Κλειστό:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Συντεταγμένες:" @@ -560,26 +688,22 @@ msgstr "Συντεταγμένες:" msgid "Cobrand" msgstr "Προστεθέν σήμα" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Δεδομένα προστεθέντος σήματος:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Προστεθέν σήμα:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Ρυθμίσεις" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Ρύθμιση σημείου τερματισμού" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Επιβεβαίωση" @@ -590,7 +714,7 @@ msgstr "Επιβεβαίωση λογαριασμού" #: templates/web/base/report/new/form_user_loggedout_password.html:21 #: templates/web/base/report/update/form_user_loggedout_password.html:20 msgid "Confirm by email instead, providing a new password at that point. When you confirm, your password will be updated." -msgstr "" +msgstr "Κάνε επιβεβαίωση μέσω email παρακάτω, εισάγοντας έναν νέο κωδικό πρόσβασης. Όταν γίνει η επιβεβαίωση, ο κωδικός πρόσβασης θα αλλάξει." #: templates/web/base/questionnaire/creator_fixed.html:1 #: templates/web/base/tokens/confirm_problem.html:1 @@ -600,10 +724,9 @@ msgstr "" msgid "Confirmation" msgstr "Επιβεβαίωση" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Επιβεβαιώθηκε" @@ -614,14 +737,14 @@ msgstr "Επιβεβαιωμένες αναφορές μεταξύ %s και %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Επιβεβαιώθηκε:" #. ("%s is the site name") #: templates/web/base/about/_sidebar.html:6 msgid "Contact %s" -msgstr "" +msgstr "Επικοινωνία με %s" #: templates/web/base/contact/index.html:1 #: templates/web/base/contact/index.html:2 @@ -633,17 +756,17 @@ msgstr "Επικοινώνησε με εμάς" msgid "Contact the team" msgstr "Επικοινώνησε με την ομάδα διαχείρισης" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" -msgstr "" +msgstr "Συντεταγμένες:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Δεν είναι δυνατή η εύρεση χρήστη" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Δεν είναι δυνατή η εύρεση της τοποθεσίας" @@ -657,11 +780,11 @@ msgstr "Υπηρεσία" msgid "Council contacts for %s" msgstr "Επαφές υπηρεσίας για "%s"" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "υπηρεσία αναφ.: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Υπηρεσία:" @@ -676,23 +799,38 @@ msgstr "Καταμέτρηση" msgid "Create a report" msgstr "Δημιουργία αναφοράς" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Δημιουργία κατηγορίας" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Δημιουργία αναφοράς" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Δεν αναφέρθηκε σε υπηρεσία" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" -msgstr "" +msgstr "Δημιουργία προτύπου" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Δημιουργήθηκε" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Δημιουργήθηκε:" @@ -701,15 +839,15 @@ msgstr "Δημιουργήθηκε:" msgid "Current state" msgstr "Κατάσταση" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Δεν έχουν δημιουργηθεί τομείς μέχρι στιγμής." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" -msgstr "" +msgstr "Δεν υπάρχει τρόπος επικοινωνίας με τον πελάτη" #: templates/web/base/dashboard/index.html:5 #: templates/web/base/dashboard/index.html:7 @@ -720,61 +858,71 @@ msgstr "Πίνακας Ελέγχου" msgid "Dealt with by subdivision within 5 working days" msgstr "Εξετάστηκε από το τμήμα μέσα σε 5 εργάσιμες ημέρες" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" -msgstr "" +msgstr "Διαγραφή προτύπου" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Διαγραμμένα" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Περιγραφή" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Περιγραφή" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Πληροφορίες" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Πληροφορίες:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Μεταβιβάστηκε" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" -msgstr "" +msgstr "Δεν χρησιμοποιήθηκε ο χάρτης" #: templates/web/base/admin/edit-league.html:8 msgid "Diligency prize league table" msgstr "Πίνακας βραβείων επιμέλειας" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" -msgstr "" +msgstr "Έχεις κωδικό πρόσβασης %s?" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Δεν γνωρίζω" @@ -782,18 +930,18 @@ msgstr "Δεν γνωρίζω" msgid "Don't like forms?" msgstr "Δεν σου αρέσουν οι φόρμες;" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" -msgstr "" +msgstr "Σύρε φωτογραφίες εδώ ή <u>κάνε κλικ για ανέβασμα</u>" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Διπλότυπο" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -804,20 +952,52 @@ msgstr "" "Διαφορετικές κατηγορίες <strong>μπορούν να ανήκουν στην ίδια επαφή</strong> (διεύθυνση email).\n" "Αυτό σημαίνει ότι μπορείς να προσθέσεις πολλές κατηγορίες ακόμη και αν έχεις μία επαφή στον τομέα." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Επεξεργασία" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Επεξεργασία λεπτομερειών του τομέα" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Επεξεργασία λεπτομερειών του τομέα" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Δημιουργία κατηγορίας" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Φίλτρο λίστας αναφοράς" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "διορθωμένες αναφορές" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -830,18 +1010,18 @@ msgstr "Γίνεται επεξεργασία του προβλήματος %d" msgid "Editing update %d" msgstr "Γίνεται επεξεργασία της ενημέρωσης %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Γίνεται επεξεργασία του χρήστη %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Επεξεργαστής" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -850,12 +1030,15 @@ msgstr "Επεξεργαστής" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Το Email προστέθηκε στην μαύρη λίστα" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Ηλεκτρονική διεύθυνση:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -866,24 +1049,24 @@ msgstr "Η ειδοποίηση μέσω email δημιουργήθηκε" msgid "Email alert deleted" msgstr "Η ειδοποίηση μέσω email διεγράφη" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Το Email είναι ήδη στην μαύρη λίστα" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Email: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -895,8 +1078,8 @@ msgstr "" "Για περισσότερες πληροφορίες δες\n" "<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>αυτό το άρθρο</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -906,11 +1089,11 @@ msgstr "" "διαφορετικό τελικό σημείο - endpoint - (και μέθοδο αποστολής) από αυτό του τομέα. Για παράδειγμα, όταν οι αναφορές από κάποια κατηγορία\n" "προβλημάτων πρέπει να σταλούν με email, ενώ κάποιες άλλες μπορούν να σταλούν με το Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Ημερομηνία Λήξης:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Σημείο τερματισμού" @@ -932,8 +1115,8 @@ msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, msgid "Enter a nearby street name and area" msgstr "Γράψε μία κοντινή οδό ή περιοχή" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -952,11 +1135,12 @@ msgstr "Γράψε λεπτομέρειες σχετικά με το πρόβλ msgid "Error" msgstr "Σφάλμα" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" -msgstr "" +msgstr "Τα πάντα" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Παράδειγμα ταχυδρομικού κώδικα %s" @@ -965,26 +1149,52 @@ msgstr "Παράδειγμα ταχυδρομικού κώδικα %s" msgid "Examples:" msgstr "Παραδείγματα:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Εξήγησε ποιο είναι το πρόβλημα, που βρίσκεται ακριβώς και για πόσο καιρό υπάρχει..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Δημιουργία κατηγορίας" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" -msgstr "" +msgstr "Εξωτερικός" + +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "Εξωτερικός Σύνδεσμος" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "Εξωτερικός Σύνδεσμος" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Εξωτερικός Σύνδεσμος" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Εξωτερικός Σύνδεσμος" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Επιπλέον δεδομένα:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Επιπλέον δεδομένα:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Αποτυχία αποστολής μηνύματος" @@ -994,23 +1204,23 @@ msgstr "Αποτυχία αποστολής μηνύματος" msgid "Filter report list" msgstr "Φίλτρο λίστας αναφοράς" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Πρώτη φορά" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Διόρθωσέ το επιλέγοντας μία <strong>περιοχή αρμοδιότητας</strong> στη φόρμα <em>Επεξεργασία λεπτομερειών του σώματος</em> παρακάτω." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Διορθώθηκε" @@ -1024,11 +1234,16 @@ msgstr "Διορθώθηκε - Υπηρεσία" msgid "Fixed - User" msgstr "Διορθώθηκε - Χρήστης" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "διορθωμένες αναφορές" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Διορθώθηκε:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Σήμανση ως διαγραμμένο" @@ -1037,8 +1252,8 @@ msgstr "Σήμανση ως διαγραμμένο" msgid "Flag user" msgstr "Επισήμανση χρήστη" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Επισημασμένα" @@ -1046,7 +1261,7 @@ msgstr "Επισημασμένα" msgid "Flagged reports and users" msgstr "Επισημασμένες αναφορές και χρήστες" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Οι επισημασμένοι χρήστες καταγράφονται στη σελίδα <a href='%s'>επισημασμένων</a>." @@ -1054,8 +1269,8 @@ msgstr "Οι επισημασμένοι χρήστες καταγράφοντα msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Οι επισημασμένοι χρήστες δεν υφίστανται κάποιο είδος περιορισμού. Είναι απλά μία λίστα από χρήστες που έχουν επισημανθεί ώστε να ξεχωρίζουν." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Επισημασμένοι:" @@ -1063,22 +1278,27 @@ msgstr "Επισημασμένοι:" msgid "Follow a ward link to view only reports within that ward." msgstr "Ακολούθησε ένα σύνδεσμο περιοχής για να δεις μόνο αναφορές που αφορούν αυτήν την περιοχή." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Για περισσότερες πληροφορίες, δες <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Πώς το FixMyStreet χρησιμοποιεί το Mapit (στα Αγγλικά)</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Ξέχασες τον κωδικό πρόσβασής σου;" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" -msgstr "" +msgstr "Προωθήθηκε στον εξωτερικό τομέα" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" -msgstr "" +msgstr "Η επιθυμία προωθήθηκε στον εξωτερικό τομέα" #: templates/web/base/about/_sidebar.html:4 #: templates/web/base/about/faq-en-gb.html:1 @@ -1086,12 +1306,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Συχνές Ερωτήσεις" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS στους Χάρτες Google" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Λήψη ενημερώσεων" @@ -1105,7 +1321,7 @@ msgstr "Λήψη ενημερώσεων για προβλήματα %s" msgid "Get updates of problems in this %s" msgstr "Λήψη ενημερώσεων για προβλήματα σε αυτό το "%s"" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Λήψη μίας ροής RSS " @@ -1113,53 +1329,64 @@ msgstr "Λήψη μίας ροής RSS " msgid "Glad to hear it’s been fixed!" msgstr "Χαιρόμαστε που φτιάχτηκε!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Εμπρός" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Σκοπεύεις να στείλεις ερωτηματολόγιο;" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Γράφημα της δημιουργίας προβλημάτων (κατάσταση προς χρόνος)" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Οι γκρίζες ονομασίες είναι υπηρεσίες που δεν υπάρχουν πλέον." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Διορθώθηκε το πρόβλημα;" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Έχεις αναφέρει ποτέ ξανά ένα πρόβλημα στην υπηρεσία ή αυτή είναι η πρώτη φορά;" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Βοήθεια" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Αυτές είναι οι κατηγορίες ειδοποιήσεων για τοπικά προβλήματα για ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Γεια %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1167,19 +1394,19 @@ msgstr "Γεια %s" msgid "Hidden" msgstr "Κρυμμένα" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Απόκρυψη παλιών" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Απόκρυψη καρφιτσών" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Ιστορικό" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Αρχική" @@ -1187,12 +1414,12 @@ msgstr "Αρχική" msgid "How to report a problem" msgstr "Πώς να αναφέρεις ένα πρόβλημα" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Πώς να στείλεις επιτυχημένες αναφορές" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "Μόλις ανέφερα ένα πρόβλημα στο @fixmystreet" @@ -1206,8 +1433,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Δεν μπορέσαμε να εντοπίσουμε το πρόβλημά σου στην βάση δεδομένων.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1216,8 +1444,8 @@ msgstr "Δεν μπορέσαμε να εντοπίσουμε το πρόβλη msgid "ID" msgstr "Ταυτότητα" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." @@ -1225,7 +1453,7 @@ msgstr "" "Κάνε ταυτοποίηση ενός <strong>γονέα</strong> αν αυτός ο τομέας είναι από μόνος του μέρος ενός άλλου τομέα.\n" "Για βασικές διαρθρώσεις, δεν χρειάζεται να συνδέσεις τους τομείς μεταξύ τους, με αυτόν τον τρόπο." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1235,23 +1463,32 @@ msgstr "Αν δύο ή περισσότεροι τομείς υπηρετούν msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Αν μάθεις περισσότερες πληροφορίες για την κατάσταση του προβλήματός σου, σε παρακαλούμε να επιστρέψεις στην ιστοσελίδα και να γράψεις μια σχετική ενημέρωση." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Αν υποβάλεις ένα πρόβλημα εδώ, το θέμα και οι λεπτομέρειες του προβλήματος θα είναι δημόσιες, αλλά το πρόβλημα <strong>δεν</strong> θα υποβληθεί στην υπηρεσία." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." -msgstr "" +msgstr "Αν επιθυμείς να αφήσεις μία δημόσια ενημέρωση για το πρόβλημα, παρακαλούμε γράψ' την εδώ (σημείωση: δεν θα αποσταλεί στην υπηρεσία)." -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Αν χρησιμοποιείς κάποια μέθοδο αποστολής <strong>εκτός από email</strong>, γράψε το ID της υπηρεσίας (Open311) ή κάποιο ισοδύναμο ID εδώ." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1260,15 +1497,15 @@ msgstr "" "Αν έχεις ενεργοποιήσει την αποστολή ενημερώσεων μέσω Open311 παραπάνω, το Open311 συνήθως δέχεται μόνο τις καταστάσεις OPEN ή CLOSED στις ενημερώσεις του. Ενεργοποίησε τις <strong>πρόσθετες καταστάσεις Open311</strong> αν επιθυμείς να επιτρέψεις τη χρήση επιπλέον καταστάσεων.\n" "Έλεγξε ότι το cobrand σου υποστηρίζει αυτή τη λειτουργία πριν την ενεργοποιήσεις." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "Αν έχεις ενεργοποιήσει την αποστολή ενημερώσεων μέσω Open311 παραπάνω, ενεργοποίησε την <strong>απόκρυψη ειδοποιήσεων</strong> αν <strong>δεν</strong> επιθυμείς να ειδοποιείται ο συγκεκριμένος χρήστης όποτε δημιουργούνται αυτές οι ενημερώσεις." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1279,14 +1516,14 @@ msgstr "Αν έχεις ενεργοποιήσει την αποστολή εν msgid "Illegal ID" msgstr "Λανθασμένη ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Λανθασμένη επιλογή ροής" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Σε Εξέλιξη" @@ -1298,8 +1535,8 @@ msgstr "Βρίσκεται στον πίνακα καταχρήσεων;" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "Επιπλέον, θα επιστραφούν οι παρακάτω ιδιότητες που δεν περιλαμβάνονται στις προδιαγραφές του Open311 v2: agency_sent_datetime, title (επιστρέφεται επίσης ως μέρος της περιγραφής), interface_used, comment_count, requestor_name (υπάρχει μόνο εφόσον ο αιτών επιτρέψει την εμφάνιση του ονόματός του στην ιστοσελίδα)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1312,18 +1549,27 @@ msgstr "Σε εξέλιξη" msgid "Inbox zero, here we come!" msgstr "Δεν έχετε νέα μηνύματα!" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Να περιλαμβάνονται οι προσωπικές πληροφορίες του υποβολέα" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Να περιλαμβάνονται μη επιβεβαιωμένες αναφορές" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Εσφαλμένη τιμή has_photo \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +#, fuzzy +msgid "Inspection required" +msgstr "Απαιτείται φωτογραφία" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Εσωτερικές οδηγίες" @@ -1333,19 +1579,23 @@ msgstr "Εσωτερικές οδηγίες" msgid "Internal referral" msgstr "Εσωτερική αναφορά" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Εσφαλμένη τιμή agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Λανθασμένη ημερομηνία λήξης" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Λανθασμένη μορφοποίηση %s." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Λανθασμένη ημερομηνία έναρξης" @@ -1353,8 +1603,8 @@ msgstr "Λανθασμένη ημερομηνία έναρξης" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Γίνεται διερεύνηση" @@ -1362,33 +1612,33 @@ msgstr "Γίνεται διερεύνηση" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Συχνά είναι γρηγορότερο να <a href=\"%s\">ελέγξεις τις Συχνές Ερωτήσεις</a> για να δεις αν η απάντηση που ψάχνεις βρίσκεται εκεί." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "Το δημοτικό συμβούλιο ενημερώνεται για το πρόβλημα." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" -msgstr "" +msgstr "Άγνωστη δικαιοδοσία" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" -msgstr "" +msgstr "Άγνωστη δικαιοδοσία" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Να παραμείνω συνδεδεμένος από αυτήν τη συσκευή" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Τελευταίος επεξεργαστής" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Τελευταία ενημέρωση" @@ -1396,11 +1646,16 @@ msgstr "Τελευταία ενημέρωση" msgid "Last update:" msgstr "Τελευταία ενημέρωση:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Τελευταία ενημέρωση" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Άφησέ το κενό αν όλες οι αναφορές σε αυτόν τον τομέα πρέπει να στέλνονται με την ίδια μέθοδο αποστολής (π.χ., \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Λίστα όλων των αναφερθέντων προβλημάτων" @@ -1422,7 +1677,7 @@ msgstr "Τοπικές ροές RSS και ειδοποιήσεις email" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Τοπικές ροές RSS και ειδοποιήσεις email για ‘%s’" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Τοπικές ειδοποιήσεις" @@ -1430,47 +1685,73 @@ msgstr "Τοπικές ειδοποιήσεις" msgid "Locate the problem on a map of the area" msgstr "Εντόπισε το πρόβλημα στον χάρτη της περιοχής" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "ΧΑΡΤΗΣ" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Χάρτης" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Σημείωση ως απεσταλμένο" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Να επισημάνεις ως <strong>επισημασμένους</strong> τους χρήστες των οποίων τη συμπεριφορά θα ήθελες να παρακολουθείς." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "Σημείωση ως επιδιορθωμένο/κλειστό μέσα στις τελευταίες οκτώ εβδομάδες" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "Σημείωση ως επιδιορθωμένο/κλειστό πιο πριν από οκτώ εβδομάδες" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Μήνυμα" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" -msgstr "" +msgstr "Μήνυμα προς τον αρμόδιο τομέα:" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" -msgstr "" +msgstr "Μήνυμα προς τον εξωτερικό τομέα:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +#, fuzzy +msgid "Missing bodies:" +msgstr "%s τομείς" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Λείπει το jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Να περιλαμβάνονται οι προσωπικές πληροφορίες του υποβολέα" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Δημιουργία αναφοράς" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Ελέγχθηκε από το τμήμα μέσα σε μία εργάσιμη ημέρα" @@ -1479,35 +1760,47 @@ msgstr "Ελέγχθηκε από το τμήμα μέσα σε μία εργά msgid "Month" msgstr "Μήνας" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Όνομα" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Όνομα:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Όνομα: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "Ενημερώσεις για το πρόβλημα, %s" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1517,12 +1810,12 @@ msgstr "Η οδός που βρίσκεται πλησιέστερα στην κ msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Ο ταχυδρομικός κώδικας που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα): %s (%sm μακριά)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Η οδός που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα από το Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1532,22 +1825,27 @@ msgstr "" #: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" -msgstr "" +msgstr "Σχεδόν τελειώσαμε! Τώρα έλεγξε το email σου…" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Νέα <br>προβλήματα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Προστέθηκε νέος τομέας" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Προστέθηκε νέα επαφή κατηγορίας" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Ηλεκτρονική διεύθυνση:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Νέα εσωτερική σημείωση:" @@ -1555,9 +1853,20 @@ msgstr "Νέα εσωτερική σημείωση:" msgid "New local problems on FixMyStreet" msgstr "Νέα τοπικά προβλήματα στο FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" -msgstr "" +msgstr "Νέα σημείωση προς τον Διαχειριστή Παροχών Υπηρεσίας:" + +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Νέος κωδικός πρόσβασης:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Νέες αναφορές" #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" @@ -1587,40 +1896,50 @@ msgstr "Νέες αναφορές" msgid "New state" msgstr "Νέα κατάσταση" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" +msgstr "Νέο πρότυπο" + +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Επόμενο" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Όχι" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "άλλες περιοχές:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Κανένας τομέας" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Καμιά υπηρεσία" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Δεν επιλέχθηκε κάποια υπηρεσία" @@ -1636,17 +1955,17 @@ msgstr "Δε βρέθηκαν επισημασμένα προβλήματα." msgid "No flagged users found." msgstr "Δε βρέθηκαν επισημασμένοι χρήστες." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Καμία περαιτέρω ενημέρωση" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Δεν επιστράφηκαν αποτελέσματα." -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1657,12 +1976,25 @@ msgstr "Δεν είναι διαθέσιμες μέχρι στιγμής συγ msgid "No supporters" msgstr "Δεν υπάρχουν υποστηρικτές" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Κανένα" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +#, fuzzy +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"Οι κανονικοί (δημόσιοι) χρήστες δεν θα έπρεπε να είναι συσχετισμένοι με οποιοδήποτε <strong>τομέα</strong>.<br>\n" +"Χρήστες εξουσιοδοτημένου προσωπικού μπορούν να συσχετιστούν με τον τομέα που αντιπροσωπεύουν.<br>\n" +"Ανάλογα με την υλοποίηση, οι χρήστες προσωπικού ίσως έχουν πρόσβαση στον πίνακα εργαλείων (περίληψη της δραστηριότητάς τους μέσα στον τομέα), τη δυνατότητα να κρύβουν αναφορές ή να ορίζουν ειδικές αναφορές κατάστασης." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1675,19 +2007,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Δεν είναι Υπεύθυνος" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" -msgstr "" +msgstr "Δεν υπάρχει τρόπος επικοινωνίας" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Δεν αφορά το τμήμα μου" @@ -1695,12 +2027,12 @@ msgstr "Δεν αφορά το τμήμα μου" msgid "Not reported before" msgstr "Δεν αναφέρθηκε στο παρελθόν" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Δεν αναφέρθηκε σε υπηρεσία" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Σημείωση" @@ -1709,9 +2041,8 @@ msgstr "Σημείωση" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Όταν συμπεριλαμβάνουμε ανεπιβεβαίωτες αναφορές, χρησιμοποιούμε την ημερομηνία που δημιουργήθηκε η αναφορά, η οποία ενδέχεται να μην έγινε στον ίδιο μήνα που επιβεβαιώθηκε η αναφορά. Επομένως, οι αριθμοί ίσως είναι λίγο εκτός." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Σημείωση:" @@ -1723,23 +2054,21 @@ msgstr "Σημείωση: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Τώρα, για να υποβάλεις την αναφορά σου…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Τώρα, για να υποβάλεις την ενημέρωσή σου…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "ΟΚ" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Παλιά / άγνωστα <br>προβλήματα" @@ -1747,44 +2076,53 @@ msgstr "Παλιά / άγνωστα <br>προβλήματα" msgid "Old state" msgstr "Παλιά κατάσταση" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Παλιά <br>διορθωμένα" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Παλιά <br>προβλήματα" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Περίληψη μιας γραμμής" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Ανοιχτό" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Ανοιχτό για πάνω από τέσσερις εβδομάδες, με κάποια ενημέρωση μέσα στις τελευταίες οκτώ εβδομάδες" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Ανοιχτό, αλλά δεν έγινε κάποια ενημέρωση εδώ και οκτώ εβδομάδες" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API για τον server του mySociety FixMyStreet" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Προδιαγραφές Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Αρχική σελίδα του Open311" @@ -1793,23 +2131,23 @@ msgstr "Αρχική σελίδα του Open311" msgid "Open311 specification" msgstr "Προδιαγραφές Open311" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Ή προβλήματα που αναφέρθηκαν σε:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Ή μπορείς να λαμβάνεις ειδοποιήσεις που αφορούν μία συγκεκριμένη υπηρεσία της περιοχής:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Άλλα" @@ -1822,7 +2160,7 @@ msgstr "Ιδιοκτήτης" msgid "Page Not Found" msgstr "Η σελίδα δεν βρέθηκε" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Πηγή" @@ -1832,75 +2170,88 @@ msgstr "Πηγή" msgid "Partial" msgstr "Εν μέρει" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Κωδικός πρόσβασης (προαιρετικό)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Νέος κωδικός πρόσβασης:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Σύνδεσμος" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Αριθμός τηλεφώνου" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Αριθμός τηλεφώνου (προαιρετικό)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Τηλέφωνο:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Φωτογραφία" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." -msgstr "" +msgstr "Απαιτείται φωτογραφία." -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" -msgstr "" +msgstr "Απαιτείται φωτογραφία" + +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Φωτογραφία" #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Φωτογραφίες από κοντινές και πρόσφατες αναφορές" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Θέση της περιοχής στο χάρτη" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1915,11 +2266,13 @@ msgstr "Προγραμματίστηκε" msgid "Please be polite, concise and to the point." msgstr "Παρακαλούμε να είσαι ευγενικός, συνοπτικός και στο θέμα." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Παρακαλούμε έλεγξε τους κωδικούς πρόσβασης και προσπάθησε πάλι." +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1927,19 +2280,21 @@ msgstr "Παρακαλούμε έλεγξε τους κωδικούς πρόσβ msgid "Please check your email address is correct" msgstr "Παρακαλούμε έλεγξε αν η διεύθυνση email είναι σωστή" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Παρακαλούμε επίλεξε μια κατηγορία" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Παρακαλούμε επίλεξε ένα είδος ακινήτου" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Παρακαλούμε διόρθωσε τα παρακάτω λάθη" @@ -1949,55 +2304,65 @@ msgid "" "the team behind this site, not a council. To report a problem,\n" "please <a href=\"/\">go to the front page</a> and follow the instructions." msgstr "" +"Παρακαλούμε <strong>μην</strong> αναφέρεις προβλήματα μέσω αυτής της φόρμας.\n" +"Τα μηνύματα πηγαίνουν απευθείας στην ομάδα που βρίσκεται πίσω από το FixMyStreet, όχι σε κάποια υπηρεσία. Για να αναφέρεις ένα πρόβλημα,\n" +"παρακαλούμε <a href=\"/\">πήγαινε στην αρχική σελίδα</a> και ακολούθησε τις οδηγίες." #: templates/web/base/report/new/notes.html:6 msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Παρακαλούμε να μην κάνεις κατάχρηση — η κατάχρηση της υπηρεσίας υποβαθμίζει την αξία της για όλους τους χρήστες." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Παρακαλούμε γράψε ένα μήνυμα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" -msgstr "" +msgstr "Παρακαλώ γράψτε ένα όνομα" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Παρακαλώ γράψτε ένα όνομα" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Παρακαλούμε γράψε έναν κωδικό πρόσβασης" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Παρακαλούμε γράψε ένα θέμα" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Παρακαλούμε γράψε ένα έγκυρο email" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Παρακαλούμε γράψε μία έγκυρη διεύθυνση email" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Παρακαλούμε γράψε μερικές λεπτομέρειες" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2007,8 +2372,8 @@ msgstr "Παρακαλούμε γράψε μερικές λεπτομέρειε msgid "Please enter your email" msgstr "Παρακαλούμε γράψε το email σου" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Παρακαλούμε γράψε τη διεύθυνση email σου" @@ -2022,9 +2387,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Παρακαλούμε γράψε το ονοματεπώνυμό σου, οι υπηρεσίες χρειάζονται αυτή την πληροφορία – αν δεν επιθυμείς να εμφανίζεται το όνομά σου στην ιστοσελίδα, ξετσέκαρε το πεδίο παρακάτω" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Παρακαλούμε γράψε το όνομά σου" @@ -2051,12 +2416,12 @@ msgstr "Μη διστάσεις να <a href=\"%s\">συνδεθείς ξανά< msgid "Please fill in details of the problem below." msgstr "Παρακαλούμε συμπλήρωσε τις λεπτομέρειες του προβλήματος παρακάτω." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Παρακαλούμε συμπλήρωσε τις λεπτομέρειες του προβλήματος." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Παρακαλούμε συμπλήρωσε την παρακάτω φόρμα με τις λεπτομέρειες του προβλήματος, και περίγραψε την τοποθεσία όσο ακριβέστερα γίνεται στο πεδίο με τις λεπτομέρειες." @@ -2070,22 +2435,27 @@ msgstr "Παρακαλούμε σημείωσε ότι οι ενημερώσει #: templates/web/base/report/new/oauth_email_form.html:4 msgid "Please note your report has <strong>not yet been sent</strong>." -msgstr "" +msgstr "Παρακαλούμε σημείωσε ότι η αναφορά σου <strong>δεν έχει αποσταλεί ακόμη</strong>. " -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Παρακαλούμε σημείωσε ότι η αναφορά σου <strong>δεν έχει αποσταλεί ακόμη</strong>. Επίλεξε μια κατηγορία και αφού προσθέσεις περαιτέρω πληροφορίες παρακάτω, κάνε υποβολή." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." -msgstr "" +msgstr "Παρακαλούμε σημείωσε ότι η ενημέρωσή σου <strong>δεν έχει δημοσιευθεί ακόμη</strong>. " #: templates/web/base/report/new/notes.html:1 #: templates/web/zurich/report/new/notes.html:1 msgid "Please note:" msgstr "Παρακαλούμε σημείωσε ότι:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Παρακαλούμε δώσε μερικές εξηγήσεις για τους λόγους που ξανανοίγεις αυτή την αναφορά" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Παρακαλούμε δώσε μερικές εξηγήσεις για τους λόγους που ξανανοίγεις αυτή την αναφορά" @@ -2099,15 +2469,15 @@ msgstr "Παρακαλούμε γράψε κείμενο καθώς και δώ msgid "Please say whether you've ever reported a problem to your council before" msgstr "Παρακαλούμε πες αν έχεις ξαναναφέρει ένα πρόβλημα στην υπηρεσία στο παρελθόν" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." -msgstr "" +msgstr "Επιλέξτε ένα σώμα" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Παρακαλούμε επίλεξε τη ροή που επιθυμείς" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Παρακαλούμε επίλεξε το είδος της ειδοποίησης που επιθυμείς" @@ -2115,24 +2485,23 @@ msgstr "Παρακαλούμε επίλεξε το είδος της ειδοπ msgid "Please state whether or not the problem has been fixed" msgstr "Παρακαλούμε δήλωσε αν το πρόβλημα έχει διορθωθεί ή όχι" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Παρακαλούμε ανέβασε μία εικόνα JPEG μόνο" +msgstr "Παρακαλούμε ανέβασε μία εικόνα μόνο" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Παρακαλούμε γράψε ένα μήνυμα" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Παρακαλούμε γράψε την ενημέρωσή σου εδώ" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2152,13 +2521,21 @@ msgstr "Δημοσιεύθηκε από %s στις %s" #: templates/web/base/front/footer-marketing.html:12 msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" -msgstr "" +msgstr "Βασισμένο στην <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">Πλατφόρμα FixMyStreet</a>" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Προηγούμενα" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Ιδιωτικότητα" @@ -2166,17 +2543,15 @@ msgstr "Ιδιωτικότητα" #: templates/web/base/about/privacy.html:1 #: templates/web/base/about/privacy.html:2 msgid "Privacy and cookies" -msgstr "" +msgstr "Ιδιωτικότητα και cookies" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Ιδιωτικό" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Πρόβλημα" @@ -2192,12 +2567,13 @@ msgstr "Το πρόβλημα %s επιβεβαιώθηκε" msgid "Problem %s sent to council %s" msgstr "Το πρόβλημα %s στάλθηκε στην υπηρεσία %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Ανάλυση προβλήματος ανά κατάσταση" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." @@ -2205,15 +2581,16 @@ msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." msgid "Problem state change based on survey results" msgstr "Αλλαγή κατάστασης προβλήματος βάσει αποτελεσμάτων από έρευνες" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Προβλήματα" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Κοντινά προβλήματα" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Προβλήματα στον χάρτη" @@ -2221,12 +2598,12 @@ msgstr "Προβλήματα στον χάρτη" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Προσφάτως αναφερθέντα προβλήματα διορθωμένα στο FixMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Λήψη ειδοποιήσεων για προβλήματα σε ακτίνα %.1f χλμ από εδώ" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Προβλήματα στο "%s"" @@ -2237,15 +2614,15 @@ msgstr "Προβλήματα στην περιοχή "%s"" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" -msgstr "" +msgstr "Προβλήματα σε ακτίνα %s, %s" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Προβλήματα μέσα στα όρια του:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Διεύθυνση ακινήτου:" @@ -2253,28 +2630,38 @@ msgstr "Διεύθυνση ακινήτου:" msgid "Provide an update" msgstr "Δώσε μια ενημέρωση" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Δώσε μια ενημέρωση" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Η εισαγωγή ονόματος και κωδικού πρόσβασης είναι προαιρετική, αλλά έτσι θα σου είναι ευκολότερο να αναφέρεις προβλήματα, να αφήνεις ενημερώσεις και να διαχειρίζεσαι τις αναφορές σου." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Η εισαγωγή κωδικού πρόσβασης είναι προαιρετική, αλλά έτσι θα σου είναι ευκολότερο να αναφέρεις προβλήματα, να αφήνεις ενημερώσεις και να διαχειρίζεσαι τις αναφορές σου." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Δημόσια απάντηση:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Δημόσια απάντηση:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Δημοσίευσε τη φωτογραφία" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Ερωτηματολόγιο" @@ -2291,11 +2678,11 @@ msgstr "Το ερωτηματολόγιο %d στάλθηκε για το πρό msgid "Questionnaire filled in by problem reporter" msgstr "Το ερωτηματολόγιο συμπληρώθηκε από τον υποβολέα του προβλήματος" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "Ροή RSS" @@ -2307,10 +2694,10 @@ msgstr "Ροή RSS για "%s"" msgid "RSS feed for %s ward, %s" msgstr "Ροή RSS για την περιοχή %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "Ροή RSS από %s" @@ -2319,12 +2706,12 @@ msgstr "Ροή RSS από %s" msgid "RSS feed of %s, within %s ward" msgstr "Ροή RSS από %s, στην περιοχή "%s"" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "Ροή RSS για κοντινά προβλήματα" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "Ροή RSS για προβλήματα στο "%s"" @@ -2339,22 +2726,26 @@ msgid "RSS feed of recent local problems" msgstr "Ροή RSS για πρόσφατα τοπικά προβλήματα" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "Ροή RSS για ενημερώσεις σε αυτό το πρόβλημα" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Λήψη email όταν γίνονται ενημερώσεις για αυτό το πρόβλημα" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" -msgstr "" +msgstr "Πρόσφατα τοπικά προβλήματα, %s" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Πρόσφατα <br>διορθωμένα" @@ -2362,6 +2753,11 @@ msgstr "Πρόσφατα <br>διορθωμένα" msgid "Recently reported problems" msgstr "Πρόσφατες αναφορές προβλημάτων" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Λήψη ενημερώσεων" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Θυμήσου ότι το FixMyStreet έχει ως πρωταρχικό σκοπό την αναφορά φυσικών προβλημάτων που μπορούν να διορθωθούν. Αν το πρόβλημα δεν είναι κατάλληλο για υποβολή μέσω αυτής της ιστοσελίδας μπορείς να επικοινωνήσεις με την υπηρεσία απευθείας μέσω της ιστοσελίδας της." @@ -2370,31 +2766,51 @@ msgstr "Θυμήσου ότι το FixMyStreet έχει ως πρωταρχικ msgid "Remove flag" msgstr "Αφαίρεση σήμανσης" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Αφαίρεση φωτογραφίας (δεν αναιρείται!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" -msgstr "" +msgstr "Απάντηση στον χρήστη:" #: templates/web/base/header_logo.html:2 msgid "Report" msgstr "Αναφορά" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Αναφορά" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Αναφορά προβλήματος" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Αναφορά κατάχρησης" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Αναφορές" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Αναφορά στο "%s"" @@ -2409,74 +2825,75 @@ msgstr "Ανάφερε το πρόβλημά σου" msgid "Report, view, or discuss local problems" msgstr "Ανάφερε, δες ή συζήτησε τα τοπικά προβλήματα" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Αναφέρθηκε ανώνυμα στις %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Αναφέρθηκε προηγουμένως" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Αναφέρθηκε από %s στις %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" -msgstr "" +msgstr "Αναφέρθηκε από:" #: templates/web/zurich/report/_main.html:2 msgid "Reported in the %s category" msgstr "Αναφέρθηκε στην κατηγορία %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Αναφέρθηκε στην κατηγορία %s, ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Αναφέρθηκε στην κατηγορία %s από τον %s στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Αναφέρθηκε μέσω %s ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Αναφέρθηκε μέσω %s από τον %s στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s από τον %s στις %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Αναφέρθηκε μέσα στις τελευταίες τέσσερις εβδομάδες" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" -msgstr "" +msgstr "Αναφέρθηκε:" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Αναφορά προβλήματος" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Αναφορές" @@ -2488,22 +2905,72 @@ msgstr "Οι αναφορές έχουν όριο %s χαρακτήρων. Πα msgid "Reports awaiting approval" msgstr "Αναφορές που αναμένουν έγκριση" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Αναφορές που δημοσιεύθηκαν" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Αναφορές που αναμένουν έγκριση" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Επαναποστολή αναφοράς" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +#, fuzzy +msgid "Response Priorities for %s" +msgstr "Πρότυπα απαντήσεων για %s" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +#, fuzzy +msgid "Response Priority for %s" +msgstr "Πρότυπα απαντήσεων για %s" + +#: templates/web/base/admin/template_edit.html:1 +#, fuzzy +msgid "Response Template for %s" +msgstr "Πρότυπα απαντήσεων για %s" + +#: templates/web/base/admin/templates_index.html:1 +#, fuzzy +msgid "Response Templates" +msgstr "Πρότυπα απαντήσεων για %s" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" -msgstr "" +msgstr "Πρότυπα απαντήσεων για %s" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Σωστή τοποθεσία;" @@ -2517,46 +2984,56 @@ msgstr "Χειριστής δρόμου για την ονομασμένη οδ msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Χειριστής δρόμου για την ονομασμένη οδο (από το OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Περιστροφή αριστερά" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Περιστροφή δεξιά" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." -msgstr "" +msgstr "Αν περιστρέψετε την φωτογραφία θα χαθούν οι αλλαγές που κάνατε στην αναφορά." -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Δορυφόρος" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Αποθήκευση αλλαγών" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Αναζήτηση Αναφορών" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Αναζήτηση Χρηστών" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Αναζήτηση αναφορών" @@ -2566,81 +3043,121 @@ msgstr "Αναζήτηση αναφορών" msgid "Search:" msgstr "Αναζήτηση:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Η αναζήτηση δε βρήκε καμία αναφορά." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Η αναζήτηση δε βρήκε κανένα χρήστη." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Επίλεξε ένα σώμα" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Επίλεξε μια συγκεκριμένη υπηρεσία για να δεις τις αναφορές που στάλθηκαν εκεί." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Διάλεξε μια περιοχή" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." +msgstr "Διάλεξε ποιο είδος ειδοποίησης θα προτιμούσες και μετά κάνε κλικ στο κουμπί για να οδηγηθείς σε μία ροή RSS, ή γράψε τη διεύθυνση email σου για να ειδοποιείσαι μέσω email." + +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Θέμα:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" -msgstr "" +msgstr "Επιστροφή αναφοράς" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Στάλθηκε στο %s %s αργότερα" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Στάλθηκε:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Υπηρεσία:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Κοινοποίηση" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Δημοσιεύθηκε από %s στις %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Δημόσια προβολή του ονόματός μου" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Προβολή παλαιότερων" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Προβολή καρφιτσών" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Σύνδεση" +#: templates/web/base/auth/general.html:96 +#, fuzzy +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "Κάνε επιβεβαίωση μέσω email παρακάτω, εισάγοντας έναν νέο κωδικό πρόσβασης. Όταν γίνει η επιβεβαίωση, ο κωδικός πρόσβασης θα αλλάξει." + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Σύνδεση ή δημιουργία λογαριασμού" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Αποσύνδεση" @@ -2649,8 +3166,8 @@ msgstr "Αποσύνδεση" msgid "Some categories may require additional information." msgstr "Μερικές κατηγορίες ίσως απαιτούν πρόσθετες πληροφορίες." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2661,8 +3178,7 @@ msgid "Some photos of recent reports" msgstr "Μερικές φωτογραφίες από πρόσφατες αναφορές" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Κείμενο για εντοπισμό" @@ -2672,24 +3188,24 @@ msgstr "Συγνώμη, φαίνεται πως αυτός ο ταχυδρομι #: templates/web/base/auth/token.html:8 msgid "Sorry, that wasn’t a valid link" -msgstr "" +msgstr "Λυπούμαστε, αυτός δεν είναι ένας έγκυρος σύνδεσμος" #: templates/web/base/tokens/abuse.html:5 msgid "Sorry, there has been an error confirming your problem." msgstr "Συγνώμη, υπήρξε βλάβη στην επιβεβαίωση του προβλήματός σου." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Συγνώμη, δεν μπορέσαμε να βρούμε αυτήν την τοποθεσία." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." -msgstr "" +msgstr "Λυπούμαστε, δεν μπορούμε να σας συνδέσουμε. Παρακαλούμε συμπληρώστε την παρακάτω φόρμα." #: perllib/FixMyStreet/Geocode/Bing.pm:35 #: perllib/FixMyStreet/Geocode/Google.pm:45 @@ -2697,35 +3213,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Συγνώμη, δεν μπορέσαμε να αναλύσουμε αυτήν την τοποθεσία. Παρακαλούμε προσπάθησε ξανά." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." +msgstr "Λυπούμαστε, δεν μπορέσαμε να αποθηκεύσουμε τις εικόνες σας, παρακαλούμε προσπαθήστε ξανά." + +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Ημερομηνία Έναρξης:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Κατάσταση" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Κατάσταση:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Στατιστικά" @@ -2739,12 +3275,12 @@ msgstr "Κατάσταση" msgid "Still open, via questionnaire, %s" msgstr "Ακόμη ανοιχτό, μέσω ερωτηματολογίου, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" -msgstr "" +msgstr "Street View" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Υποκατηγορία: %s" @@ -2756,34 +3292,35 @@ msgstr "Τμήμα/Σώμα" msgid "Subject" msgstr "Θέμα" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Θέμα:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Υποβολή" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Υποβολή αλλαγών" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Υποβολή ερωτηματολογίου" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2794,66 +3331,83 @@ msgid "Submitted" msgstr "Υποβλήθηκε" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Γίνε συνδρομητής" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Γίνε συνδρομητής σε ειδοποιήσεις μέσω email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Γράψε λεπτομέρειες σχετικά με το πρόβλημα" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Υποβολή αλλαγών" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Περίληψη" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Περιληπτικές αναφορές" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Έρευνα" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Αποτελέσματα έρευνας" #: templates/web/zurich/admin/template_edit.html:7 msgid "Template «%s»" -msgstr "" +msgstr "Πρότυπο «%s»" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" -msgstr "" +msgstr "Πρότυπα" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Κείμενο" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Έκδοση απλού κειμένου" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Κείμενο:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "Ευχαριστούμε που ανέφερες αυτό το ζήτημα!" @@ -2866,6 +3420,10 @@ msgid "Thank you for updating this issue!" msgstr "Ευχαριστούμε που ενημέρωσες αυτό το ζήτημα!" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "Ευχαριστούμε για την πληροφόρηση" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Ευχαριστούμε για την πληροφόρηση" @@ -2878,41 +3436,41 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Η εικόνα δεν φαίνεται να έχει μεταφορτωθεί σωστά (%s), παρακαλούμε προσπάθησε ξανά." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Η τοποθεσία δεν φαίνεται να βρίσκεται στην αρμοδιότητα κάποιου συμβουλίου. Ίσως είναι εκτός ακτής ή εκτός της χώρας. Παρακαλούμε προσπάθησε ξανά." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Η τοποθεσία δεν φαίνεται να βρίσκεται στην Ελλάδα. Παρακαλούμε προσπάθησε ξανά." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Ο ταχυδρομικός κώδικας δεν αναγνωρίστηκε, λυπούμαστε." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Αυτό το πρόβλημα έχει σημειωθεί ως απεσταλμένο." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Το πρόβλημα τώρα θα αποσταλθεί ξανά." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Η αναφορά δεν μπορεί να προβληθεί σε %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2920,22 +3478,24 @@ msgstr "" "Οι αναφορές αυτής της κατηγορίας θα σταλθούν στη <strong>διεύθυνση email</strong>.\n" "Άλλες κατηγορίες αυτού του σώματος ίσως έχουν την ίδια διεύθυνση email." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "Το <strong>σημείο τερματισμού</strong> είναι η διεύθυνση URL της υπηρεσίας στην οποία συνδέεται το FixMyStreet όταν στέλνονται αναφορές σε αυτό το σώμα." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "Η <strong>αρμοδιότητα</strong> χρειάζεται μόνο αν το σημείο τερματισμού υπηρετεί παραπάνω από έναν. Αν το σώμα έχει το δικό του σημείο τερματισμού, μπορείς συνήθως να την αφήσεις κενή." -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2947,8 +3507,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "Η ιδιότητα agency_responsible του Open311 v2 χρησιμοποιείται για να καταγράφονται οι υπηρεσίες που έλαβαν την αναφορά προβλήματος, που δεν είναι ακριβώς ο τρόπος με τον οποίο ορίζεται αυτή η ιδιότητα στις προδιαγραφές του Open311 v2." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2967,7 +3527,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Ο πίνακας βραβείων επιμέλειας δείχνει τη δραστηριότητα των συντακτών (ποιος έχει συντάξει τις περισσότερες καταγραφές)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Το σφάλμα ήταν: %s" @@ -3007,14 +3567,14 @@ msgstr "Τα πιο πρόσφατα προβλήματα στα όρια του #: templates/web/base/auth/token.html:9 msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." -msgstr "" +msgstr "Ο σύνδεσμος ίσως έχει λήξει, ή μπορεί να μην τον επικολλήσατε σωστά." -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Η λίστα των διαθέσιμων περιοχών παρέχεται από την υπηρεσία MapIt στις %s." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Οι κωδικοί πρόσβασης δεν ταιριάζουν" @@ -3022,22 +3582,16 @@ msgstr "Οι κωδικοί πρόσβασης δεν ταιριάζουν" msgid "The requested URL '%s' was not found on this server" msgstr "Η ζητούμενη διεύθυνση URL '%s' δε βρέθηκε στον server" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Για να λαμβάνεις ειδοποιήσεις που αφορούν ζητήματα της περιοχής:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Η περίληψη και η περιγραφή θα είναι επίσης δημόσιες (δες την <a href=\"/privacy\">πολιτική απορρήτου</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Ο χρήστης δεν μπορέσε να εντοπίσει το πρόβλημα στον χάρτη, αλλά για να δει την περιοχή κοντά στην τοποθεσία έγραψε" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3047,11 +3601,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "Δεν υπάρχουν αναφορές προς εμφάνιση." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Υπήρξε πρόβλημα στην προβολή της σελίδας Όλες οι Αναφορές. Παρακαλούμε προσπάθησε ξανά αργότερα." @@ -3060,18 +3614,18 @@ msgstr "Υπήρξε πρόβλημα στην προβολή της σελίδ msgid "There was a problem showing this page. Please try again later." msgstr "Υπήρξε πρόβλημα στην προβολή αυτής της σελίδας. Παρακαλούμε προσπάθησε αργότερα." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Υπήρξε πρόβλημα με το συνδυασμό του email/κωδικού πρόσβασής σου. Αν δεν μπορείς να θυμηθείς τον κωδικό σου, ή δεν έχεις, παρακαλούμε συμπλήρωσε τον τομέα ‘σύνδεση μέσω email’ αυτής της φόρμας." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Υπήρξε πρόβλημα με τον συνδυασμό email/κωδικού πρόσβασης. Παρακαλούμε προσπάθησε ξανά." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Παρακαλούμε προσπάθησε ξανά." @@ -3079,12 +3633,12 @@ msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Π msgid "There were problems with your report. Please see below." msgstr "Υπήρξαν προβλήματα με την αναφορά σου. Παρακαλούμε δες παρακάτω." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Υπήρξαν προβλήματα με την ενημέρωσή σου. Παρακαλούμε δες παρακάτω." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3096,11 +3650,32 @@ msgstr "" "<strong>Δεν χρειάζεται να τις ρυθμίσεις αν η Μέθοδος Αποστολής είναι μέσω email.</strong>\n" "Για περισσότερες πληροφορίες σχετικά με το Open311, δες <a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>αυτό το άρθρο</a>." +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Θα χρησιμοποιήσουμε τις προσωπικές σου πληροφορίες μόνο σύμφωνα με την <a href=\"/privacy\">πολιτική απορρήτου.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Θα χρησιμοποιήσουμε τις προσωπικές σου πληροφορίες μόνο σύμφωνα με την <a href=\"/privacy\">πολιτική απορρήτου.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Αυτή η υλοποίηση του API είναι έργο σε εξέλιξη και δεν είναι ακόμη σταθερή. Θα αλλάξει χωρίς προειδοποιήσεις στο μέλλον." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3110,12 +3685,12 @@ msgstr "" "Συνεπώς, καμία από τις κατηγορίες του δε θα εμφανιστούν στο μενού κατηγοριών όταν οι χρήστες αναφέρουν προβλήματα.\n" "Μέχρι στιγμής, οι χρήστες <strong>δεν μπορούν να αναφέρουν προβλήματα σε αυτό το σώμα</strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Αυτό η υπηρεσία δεν έχει επαφές. Αυτό σημαίνει ότι μέχρι στιγμής τα προβλήματα που αναφέρονται σε αυτήν την υπηρεσία <strong>δεν θα στέλνονται</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3123,17 +3698,17 @@ msgstr "" "Αυτή η υπηρεσία θα δέχεται μόνο αναφορές για προβλήματα που βρίσκονται στην <strong>περιοχή αρμοδιότητας της</strong>.\n" "Μια υπηρεσία δεν θα δέχεται καμία αναφορά, εκτός αν είναι αρμόδια για τουλάχιστον μία περιοχή." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Αυτό το email στάλθηκε και στις δύο υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, μιας και ο χρήστης δεν το κατηγοριοποίησε. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος, ή ενημέρωσέ μας για τη σωστή κατηγορία του προβλήματος ώστε να την προσθέσουμε στο σύστημα." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Αυτό το email στάλθηκε σε πολλές υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, αφού η επιλεγμένη κατηγορία συμπεριλαμβάνεται σε κάθε μια από αυτές. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Αυτή η πληροφορία απαιτείται" @@ -3142,86 +3717,113 @@ msgstr "Αυτή η πληροφορία απαιτείται" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Αυτή είναι μια ιστοσελίδα για προγραμματιστές. Μερικές λειτουργίες ίσως χαλάσουν οποιαδήποτε στιγμή, και η βάση δεδομένων θα διαγράφεται περιοδικά." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Αυτή είναι μια περίληψη όλων των αναφορών σε αυτή την ιστοσελίδα" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Αυτό το πρόβλημα έχει διορθωθεί" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Αυτό το πρόβλημα δεν έχει διορθωθεί" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Αυτή η αναφορά αναμένει έγκριση." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως κλειστή." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως διορθωμένη." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως ανοιχτή." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Αυτή η αναφορά υποβλήθηκε ανώνυμα" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Αυτή η ιστοσελίδα περιέχει επίσης μία φωτογραφία του προβλήματος, που παρέχεται από το χρήστη." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" -msgstr "" +msgstr "Χρόνος που αφιερώθηκε (λεπτά):" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Χρονοδιάγραμμα" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Τίτλος" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" -msgstr "" +msgstr "Τίτλος:" #: templates/web/base/alert/index.html:25 msgid "To find out what local alerts we have for you, please enter your %s postcode or street name and area:" -msgstr "" +msgstr "Για να βρεις τις τοπικές ειδοποιήσεις που υπάρχουν για σένα, παρακαλούμε γράψε τον %s ταχυδρομικό σου κώδικα, την οδό ή την περιοχή σου." #: templates/web/base/alert/index.html:27 msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Για να βρεις τις τοπικές ειδοποιήσεις που υπάρχουν για σένα, παρακαλούμε γράψε τον ταχυδρομικό σου κώδικα, την οδό ή την περιοχή σου." -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Για την προβολή ενός χάρτη με την ακριβή τοποθεσία του ζητήματος" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Σύνολο" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Δημιουργήθηκε:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Δοκίμασε ξανά" @@ -3232,20 +3834,24 @@ msgstr "Στείλε μας ένα email:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Δεν είναι εφικτή η διόρθωση" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Ανεπιβεβαίωτο" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "μη διορθωμένες αναφορές" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Άγνωστο" @@ -3254,18 +3860,19 @@ msgstr "Άγνωστο" msgid "Unknown alert type" msgstr "Άγνωστο είδος ειδοποίησης" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Άγνωστο σφάλμα" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Άγνωστη ταυτότητα προβλήματος" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Ενημέρωση" @@ -3281,12 +3888,12 @@ msgstr "Η παρακάτω ενημέρωση προστέθηκε ανώνυμ msgid "Update below added by %s at %s" msgstr "Η παρακάτω ενημέρωση προστέθηκε από %s στις %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Ενημέρωση σώματος" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Ανάλυση ενημέρωσης ανά κατάσταση" @@ -3294,20 +3901,20 @@ msgstr "Ανάλυση ενημέρωσης ανά κατάσταση" msgid "Update by {{name}}" msgstr "Ενημέρωση από {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Η ενημέρωση άλλαξε την κατάσταση του προβλήματος σε %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Η ενημέρωση επισήμανε το πρόβλημα ως διορθωμένο" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Η ενημέρωση άνοιξε ξανά το πρόβλημα" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Καταστάσεις ενημέρωσης" @@ -3317,13 +3924,13 @@ msgstr "Καταστάσεις ενημέρωσης" msgid "Updated" msgstr "Ενημερώθηκε" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Ενημερώθηκε!" @@ -3333,7 +3940,7 @@ msgstr "Ενημερώθηκε!" msgid "Updates" msgstr "Ενημερώσεις" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Οι ενημερώσεις έχουν όριο χαρακτήρων %s. Παρακαλούμε συντόμευσε την ενημέρωσή σου" @@ -3345,22 +3952,31 @@ msgstr "Ενημερώσεις για {{title}}" #: templates/web/base/report/display.html:0 #: templates/web/base/report/display.html:9 msgid "Updates to this problem, %s" +msgstr "Ενημερώσεις για το πρόβλημα, %s" + +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "Χρησιμοποίησε την <strong>σημείωση</strong> για να καταγράψεις τις λεπτομέρειες που θα φαίνονται στον διαχειριστή. Οι σημειώσεις δεν εμφανίζονται δημόσια και δεν αποστέλλονται στον τομέα." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" +msgstr "Χάρτης σε χρήση" + +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Η επισήμανση του χρήστη αφαιρέθηκε" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Ο χρήστης επισημάνθηκε" @@ -3368,23 +3984,28 @@ msgstr "Ο χρήστης επισημάνθηκε" msgid "User search finds matches in users' names and email addresses." msgstr "Η αναζήτηση χρηστών βρίσκει αποτελέσματα για ονόματα χρηστών και διευθύνσεις email." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Χρήστες" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Οι τιμές ενημερώθηκαν" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Προβολή αναφοράς στην ιστοσελίδα" @@ -3394,7 +4015,7 @@ msgid "View reports by ward" msgstr "Προβολή αναφορών ανά πτέρυγα" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Προβάλλεται μία τοποθεσία" @@ -3411,23 +4032,17 @@ msgstr "Πτέρυγες του συμβουλίου" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Βρήκαμε παραπάνω από ένα αποτέλεσμα για αυτήν την τοποθεσία. Εδώ παρουσιάζουμε 10 αποτελέσματα, παρακαλούμε δοκίμασε άλλη αναζήτηση αν δε βρήκες αυτό που έψαχνες." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." -msgstr "" - -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Δε δείχνουμε ποτέ το email σου" +msgstr "Χρειαζόμαστε το email σου, παρακαλώ γράψ" το παρακάτω." -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Δε δείχνουμε ποτέ το email ή το τηλέφωνό σου" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Καταλαβαίνουμε ότι το πρόβλημα ίσως είναι στην ευθύνη του %s. Ωστόσο, μέχρι στιγμής δεν έχουμε πληροφορίες επικοινωνίας μαζί τους. Αν γνωρίζεις μία κατάλληλη διεύθυνση επικοινωνίας, παρακαλούμε επικοινώνησε μαζί τους." @@ -3448,15 +4063,11 @@ msgstr "Λυπούμαστε που το πρόβλημα δε λύθηκε. Γ msgid "We’ll get back to you as soon as we can." msgstr "Θα σου απαντήσουμε όσο το δυνατόν συντομότερα." -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" -msgstr "" - -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "Ποιο είναι το θέμα και που βρίσκεται;" +msgstr "Ποια ήταν η εμπειρία σου κατά την επίλυση του προβλήματος;" -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Όταν διορθώθηκε" @@ -3465,20 +4076,20 @@ msgstr "Όταν διορθώθηκε" msgid "When sent" msgstr "Όταν αποστάλθηκε " -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." -msgstr "" +msgstr "Ήρεμα ρε Τεστίνο! Τρεις φωτογραφίες είναι αρκετές." #: templates/web/base/tokens/confirm_alert.html:7 msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "Μόνο αυτό? <a href=\"/alert\">Πρόσθεσε περισσότερες ειδοποιήσεις</a> δωρεάν." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" -msgstr "" +msgstr "Επιθυμία" #: templates/web/base/open311/index.html:84 msgid "With request searches, it is also possible to search for agency_responsible to limit the requests to those sent to a single administration. The search term is the administration ID provided by <a href=\"%s\">MaPit</a>." @@ -3488,7 +4099,7 @@ msgstr "Με τις αναζητήσεις αιτημάτων, είναι επί msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Θα ήθελες να συνεισφέρεις στο FixMyStreet; Ο κώδικας μας είναι ανοιχτής πηγής και <a href=\"http://fixmystreet.org\">διαθέσιμος στο fixmystreet.org</a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Θα ήθελες να λάβεις και άλλο ερωτηματολόγιο σε 4 εβδομάδες, για να σου υπενθυμίσει να ελέγξεις την τρέχουσα κατάσταση;" @@ -3504,22 +4115,22 @@ msgstr "Λάθος γεωγραφική τοποθεσία; Απλά κάνε κ msgid "Year" msgstr "Έτος" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ναι" @@ -3545,7 +4156,7 @@ msgstr "Με το παρόν, δηλώνεις ότι η παρακάτω ενη msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Μπορείς να <a href=\"%s%s\">δεις το πρόβλημα σε αυτόν τον ιστότοπο</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Μπορείς να προσθέσεις την ηλεκτρονική διεύθυνση ενός καταχρηστικού χρήστη στην λίστα καταχρήσεων, κάτι που αυτόματα θα αποκρύπτει (και δεν θα αποστέλλει) αναφορές που αυτός δημιουργεί." @@ -3563,18 +4174,18 @@ msgstr "" "Για παράδειγμα, αυτό θα ήταν χρήσιμο αν θα ήθελες να παρακολουθήσεις κάποιον χρήστη που καταχώρησε ακατάλληλες\n" "αναφορές στο παρελθόν." -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Μπορείς να μας βοηθήσεις με το να βρεις ένα email επικοινωνίας για τα τοπικά προβλήματα για %s και να μας την στείλεις με e-mail στο <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Μπορείς να επισημάνεις έναν τομέα ως διαγεγραμμένο αν δεν θέλεις να είναι ενεργός σε αυτόν τον ιστότοπο." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Έχεις υποχωρήσει - παρακαλούμε συμπλήρωσε το κουτί που υπάρχει παραπάνω." @@ -3582,44 +4193,50 @@ msgstr "Έχεις υποχωρήσει - παρακαλούμε συμπλήρ msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Έχεις ήδη απαντήσεις σε αυτό το ερωτηματολόγιο. Αν έχεις κάποιος απορία, παρακαλούμε <a href='%s'>επικοινώνησε</a>, ή <a href='%s'>δες το πρόβλημά σου</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." -msgstr "" +msgstr "Έχεις ήδη επισυνάψει φωτογραφίες σε αυτήν την αναφορά. Μπορείς να επισυνάψεις μέχρι 3 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." -msgstr "" +msgstr "Έχεις ήδη επισυνάψει φωτογραφίες σε αυτήν την ενημέρωση. Μπορείς να επισυνάψεις μέχρι 3 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." #: templates/web/base/auth/sign_out.html:4 #: templates/web/zurich/auth/sign_out.html:3 msgid "You have been signed out" msgstr "Έχεις αποσυνδεθεί" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Έχεις σημειώσει την τοποθεσία του προβλήματος με το πράσινο σημάδι πάνω στον χάρτη. Αν αυτή δεν είναι η σωστή τοποθεσία, απλά κάνε κλικ ξανά πάνω στον χάρτη." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Επιβεβαίωσες την διεύθυνση email σου επιτυχώς." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Έχεις με επιτυχία εγγραφεί, παρακαλούμε έλεγξε και επιβεβαίωσε αν οι λεπτομέρειες είναι σωστές:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Δεν έχεις υποβάλλει ακόμα κάποιες αναφορές. <a href=\"%s\">Ανάφερε κάποιο πρόβλημα τώρα.</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "Δεν έχεις υποβάλλει ακόμα κάποιες αναφορές. <a href=\"%s\">Ανάφερε κάποιο πρόβλημα τώρα.</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Θα πρέπει να <a href=\"%s\">προσθέσεις κάποιες υπηρεσίες</a> (όπως υπηρεσίες ή τομείς) πριν να είναι διαθέσιμη η αποστολή αναφορών." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3629,30 +4246,31 @@ msgstr "" "τις κατηγορίες προβλημάτων που αυτές μπορούν να αντιμετωπίσουν (όπως πχ. λακκούβες ή φωτισμός δρόμων)\n" "και τις επαφές (όπως πχ. e-mail διευθύνσεις) στις οποίες μπορούν να αποσταλούν οι αναφορές." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Είσαι σίγουρος ότι θέλεις να το ξαναστείλεις;" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Οι Αναφορές σου" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Επιβεβαίωση λογαριασμού" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Το e-mail σου" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3662,13 +4280,12 @@ msgstr "Η διεύθυνση του e-mail σου" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Οι πληροφορίες σου θα χρησιμοποιηθούν μόνο σύμφωνα με την <a href=\"/privacy\">πολιτική απορρήτου</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Το όνομά σου" @@ -3679,46 +4296,54 @@ msgstr "Το όνομά σου" msgid "Your password" msgstr "Ο κωδικός σου" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Ο κωδικός σου έχει αλλάξει" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Ο αριθμός τηλεφώνου σου" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" -msgstr "" +msgstr "Η αναφορά σου" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Οι αναφορές σου" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Οι Αναφορές σου" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Οι ενημερώσεις σου" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Το e-mail σου" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "από %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "υπηρεσία" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "δεν χρησιμοποιήθηκε χάρτης" @@ -3727,15 +4352,11 @@ msgstr "δεν χρησιμοποιήθηκε χάρτης" msgid "e.g. ‘%s’ or ‘%s’" msgstr "π.χ. ‘%s’ ή ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "επεξεργασία χρήστη" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3746,7 +4367,7 @@ msgstr "από %s διαφορετικούς χρήστες" msgid "last updated %s" msgstr "τελευταία ενημέρωση %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "λιγότερο από ένα λεπτό" @@ -3791,13 +4412,23 @@ msgstr "σημειωμένο ως προγραμματισμένο" msgid "marked as unable to fix" msgstr "σημειωμένο ως αδύνατο να διορθωθεί" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "μη διαθέσιμο" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(προαιρετικό)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "ή" @@ -3805,22 +4436,22 @@ msgstr "ή" msgid "or locate me automatically" msgstr "ή να βρεθεί η τοποθεσία μου αυτόματα" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "αναφέρθηκε αρχικά από: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "άλλες περιοχές:" @@ -3829,41 +4460,41 @@ msgstr "άλλες περιοχές:" msgid "reopened" msgstr "άνοιξε ξανά" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "required" +msgstr "Απαιτείται φωτογραφία" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "έξοδος" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "η τοπική υπηρεσία" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "δεν υπάρχει καρφίτσα στον χάρτη επειδή ο χρήστης δεν χρησιμοποίησε τον χάρτη" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "αυτή η κατηγορία τοπικού προβλήματος" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "σήμερα" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "χάρτης σε χρήση" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "ο χρήστης είναι από την ίδια υπηρεσία όπως και το πρόβλημα - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "ο χρήστης είναι ο ιδιοκτήτης του προβλήματος" @@ -3879,7 +4510,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> πρόσφατη αναφορά" msgstr[1] "<big>%s</big> πρόσφατες αναφορές" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3893,7 +4524,7 @@ msgid_plural "%d supporters" msgstr[0] "%d υποστηρικτής" msgstr[1] "%d υποστηρικτές" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3907,14 +4538,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> ενημέρωση σε αναφορές" msgstr[1] "<big>%s</big> ενημερώσεις σε αναφορές" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Δεν έχουμε ακόμη λεπτομέρειες για το συμβούλιο που είναι αρμόδιο σε αυτήν την τοποθεσία." msgstr[1] "Δεν έχουμε ακόμη λεπτομέρειες για τις υπηρεσίες που είναι αρμόδιες σε αυτήν την τοποθεσία." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3935,61 +4566,58 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> διορθώθηκε μέσα στον προηγούμενο μήνα" msgstr[1] "<big>%s</big> διορθώθηκαν μέσα στον προηγούμενο μήνα" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d ημέρα" msgstr[1] "%d ημέρες" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "<strong>Δεν</strong> έχουμε ακόμη λεπτομέρειες για το άλλο συμβούλιο που είναι αρμόδια σε αυτήν την τοποθεσία." msgstr[1] "<strong>Δεν</strong> έχουμε ακόμη λεπτομέρειες για τις υπόλοιπες υπηρεσίες που είναι αρμόδιες για αυτήν την τοποθεσία." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, έγινε αναφορά στο "%s"" - -#~ msgid "About us" -#~ msgstr "Σχετικά με εμάς" +#~ msgid "(public)" +#~ msgstr "(φαίνεται δημόσια)" -#~ msgid "Email me new local problems" -#~ msgstr "Στείλε μου email για νέα προβλήματα της περιοχής" +#~ msgid "Additional Information" +#~ msgstr "Επιπλέον Πληροφορίες" -#~ msgid "Empty flat or maisonette" -#~ msgstr "Άδειο διαμέρισμα ή μεζονέτα" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Όλες οι πληροφορίες που καταχωρήθηκαν εδώ θα αποσταλούν στο" -#~ msgid "Empty house or bungalow" -#~ msgstr "Άδειο σπίτι ή μονοκατοικία" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Όλες οι πληροφορίες που καταχωρήθηκαν εδώ θα αποσταλούν στο <strong>"%s"</strong>." -#~ msgid "Empty office or other commercial" -#~ msgstr "Άδειο γραφείο ή άλλος χώρος εμπορικής χρήσης" +#~ msgid "Configure Endpoint" +#~ msgstr "Ρύθμιση σημείου τερματισμού" -#~ msgid "Empty pub or bar" -#~ msgstr "Άδειο μπαρ" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "Εξήγησε ποιο είναι το πρόβλημα, που βρίσκεται ακριβώς και για πόσο καιρό υπάρχει..." -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Άδειο δημόσιο κτήριο - σχολείο, νοσοκομείο, κτλ." +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS στους Χάρτες Google" -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Γράψε μία κοντινή οδό, περιοχή, ταχυδρομικό κώδικα ή περιφέρεια" +#~ msgid "One-line summary" +#~ msgstr "Περίληψη μιας γραμμής" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "Survey" +#~ msgstr "Έρευνα" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Φοβούμαστε ότι δε γίνεται να επιβεβαιώσεις ανεπιβεβαίωτες αναφορές." +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "Η περίληψη και η περιγραφή θα είναι επίσης δημόσιες (δες την <a href=\"/privacy\">πολιτική απορρήτου</a>)." -#~ msgid "Problems in this area" -#~ msgstr "Προβλήματα στην περιοχή" +#~ msgid "We never show your email" +#~ msgstr "Δε δείχνουμε ποτέ το email σου" -#~ msgid "Property type:" -#~ msgstr "Είδος ακινήτου:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Δε δείχνουμε ποτέ το email ή το τηλέφωνό σου" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "Ροή RSS για προβλήματα σε αυτό το "%s"" +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "Ποιο είναι το θέμα και που βρίσκεται;" -#~ msgid "Whole block of empty flats" -#~ msgstr "Ολόκληρο τετράγωνο από άδεια διαμερίσματα" +#~ msgid "You really want to resend?" +#~ msgstr "Είσαι σίγουρος ότι θέλεις να το ξαναστείλεις;" diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po index b72b9bd7e..0b8d64bd2 100644 --- a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Spanish (Spain) (http://www.transifex.com/mysociety/fixmystreet/language/es_ES/)\n" "Language: es_ES\n" @@ -23,17 +23,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr " y " -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " o " @@ -41,17 +41,17 @@ msgstr " o " msgid "%d edits by %s" msgstr "%d ediciones por %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d a %d de %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Informes de notificación" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -92,12 +92,12 @@ msgstr "%s actualizaciones en vivo" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s cuestionarios enviados – %s respondidos (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -119,40 +119,40 @@ msgstr "%s, en %s barrio" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© colaboradores <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(email registrado en la tabla de abusos)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(distancia que cubre aproximadamente 200.000 personas)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(cerrado)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(arreglado)" @@ -161,33 +161,38 @@ msgstr "(arreglado)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(como pintadas, basuras, pavimento o alumbrado rotos)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(no enviadas al ayuntamiento)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(público)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(enviado a ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Escoja un tipo de propiedad --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -199,8 +204,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -216,11 +221,19 @@ msgstr "<strong>No</strong>- confirmar mi notificación por email" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>No</strong>- confirmar mi actualización por email" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>No</strong>- permítanme registrarme por email" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -229,8 +242,8 @@ msgstr "<strong>Sí</strong>- tengo una contraseña" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Acción programada" @@ -245,34 +258,54 @@ msgstr "" "al que se puede enviar las notificaciones. Puedes asignar uno o más contactos a cada\n" "órgano para las diferentes categorías de problemas." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Añada un contacto usando el siguiente formulario." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Agregue un órgano" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Agregar nueva categoría" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Añadir un usuario" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Agregar nueva categoría" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Añadido %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Otra vez:" @@ -284,12 +317,12 @@ msgstr "Alerta %d creada por %s, tipo %s, parámetros %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alerta %d desactivada (creada %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Notificadme actualizaciones futuras" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Todas las notificaciones" @@ -297,10 +330,16 @@ msgstr "Todas las notificaciones" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Todas las notificaciones" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Todas las notificaciones" @@ -310,18 +349,7 @@ msgstr "Todas las notificaciones" msgid "All reports between %s and %s" msgstr "Todas las notificaciones entre %s y %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Toda la información que proporcione será enviada a" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Toda la información que proporcione será enviada al <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Una actualización marcó este problema como arreglado." @@ -330,48 +358,69 @@ msgstr "Una actualización marcó este problema como arreglado." msgid "Anonymous" msgstr "Anónimo" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anónimo:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Añadir un usuario" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "¿Eres programador?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "¿Eres programador?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Área cubierta" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Puesto que éste es un servidor de integración y %s es falsa, las notificaciones serán enviados al email del propio informante, no al contacto establecido para la categoría de problema." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Asigne a otra categoria:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Asignar a un órgano externo:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Asignado a %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Asignado a %s" @@ -383,37 +432,64 @@ msgstr "Se devuelven hasta %d solicitudes en cada consulta. Dichas solicitudes s msgid "At the moment only searching for and looking at reports work." msgstr "Por el momento sólo funcionan la búsqueda y consulta de notificaciones." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Respuesta del público:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "En espera de revisión" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Atras" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Todas las notificaciones" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Suspender este email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Órganos administrativos" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Órgano administrativo" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Órgano administrativo:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Por Fecha" @@ -425,9 +501,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "¿No puedes ver el mapa? <em>Salte este paso</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Categoría" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Categoría:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -437,32 +530,48 @@ msgstr "¿No puedes ver el mapa? <em>Salte este paso</em>" msgid "Category" msgstr "Categoría" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "por ejemplo, '%s' o '%s'" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Ratio de arreglo de problemas > 4 semanas" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Categoría:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Categoría: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Suspender este email" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Cambiar contraseña" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -470,7 +579,7 @@ msgstr "" "Marcar <strong>confirmado</ strong> para indicar que este contacto se ha confirmado como correcto.\n" "Si no está seguro del origen o la validez del contacto, deje esta casilla sin marcar." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -478,7 +587,11 @@ msgstr "" "Marcar <strong>borrado</ strong> para dejar de usar la categoría. \n" "Dejará de aparecer en el menú desplegable que se muestra al notificar los problemas." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -496,7 +609,7 @@ msgstr "" "no hay mayor interés en ser desplegados. En el Reino Unido, hemos utilizado esto para servicios como requerir un\n" "basurero extra en una dirección específica" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." @@ -504,17 +617,12 @@ msgstr "" "Elegir un nombre de <strong>categoria</strong> que tenga sentido para el público (por ejemplo, \"baches\", \"alumbrado público\") y que sea también útil\n" "para el organismo administrativo. Las categorías aparecerán en un menú desplegable al notificar un problema." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Haga click aqui o introduzca dd/mm/yyyy" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Haga clic en el mapa para notificar un problema" @@ -534,8 +642,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -549,15 +657,20 @@ msgstr "" msgid "Closed" msgstr "Cerrada" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Cerrada por el Ayuntamiento" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Vuelva a enviar la notificación" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Cerrada:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Coordenadas:" @@ -565,26 +678,22 @@ msgstr "Coordenadas:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Datos cobrand:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Configurar punto" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Confirmar" @@ -605,10 +714,9 @@ msgstr "" msgid "Confirmation" msgstr "Confirmación" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confirmado" @@ -619,7 +727,7 @@ msgstr "Notificaciones confirmadas entre %s y %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Confirmada:" @@ -638,17 +746,17 @@ msgstr "Contáctenos" msgid "Contact the team" msgstr "Contactar con el equipo" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "No se pudo encontrar el usuario" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "No se pudo consultar la ubicación" @@ -662,11 +770,11 @@ msgstr "Ayuntamiento" msgid "Council contacts for %s" msgstr "Contactos del ayuntamiento para %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "Referencia del ayuntamiento: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Ayuntamiento:" @@ -681,23 +789,38 @@ msgstr "Total" msgid "Create a report" msgstr "Crear una notificación" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crear una categoría" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Crear una notificación" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "No comunicado al ayuntamiento" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Creado" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Creado:" @@ -706,13 +829,13 @@ msgstr "Creado:" msgid "Current state" msgstr "Estado actual" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "No se han creado organismos aún." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -725,44 +848,50 @@ msgstr "Cuadro de mando" msgid "Dealt with by subdivision within 5 working days" msgstr "Tratado por el departamento dentro de los 5 días hábiles" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Eliminado" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Descripción" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Descripción" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detalles" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detalles:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Transferido" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -770,16 +899,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Ranking de premios a la constancia" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "No lo sé" @@ -787,18 +920,18 @@ msgstr "No lo sé" msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Duplicado" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -809,20 +942,52 @@ msgstr "" "Diferentes categorías <strong>pueden tener el mismo contacto</strong>.\n" "Esto significa que puede agregar muchas categorías incluso si tiene un solo contacto para el órgano." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Editar" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Editar los detalles del órgano administrativo" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Crear una categoría" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Filtrar lista de informes" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Todas las notificaciones" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -835,18 +1000,18 @@ msgstr "Editando el problema %d" msgid "Editing update %d" msgstr "Editando la actualización %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Editando el usuario %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Editor" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -855,12 +1020,15 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Email añadido a lista de abusones" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Dirección de email:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -871,24 +1039,24 @@ msgstr "Creada alerta de email" msgid "Email alert deleted" msgstr "Borrada alerta de email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Email ya incluido en la lista de abusones" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Email: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -900,8 +1068,8 @@ msgstr "" "Para obtener más información, consulte\n" "<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>este documento</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -911,11 +1079,11 @@ msgstr "" "tienen diferentes vías para recibir (y enviar) actualizaciones. Por ejemplo, si los informes para algunas categorías de \n" "incidencia deben ser enviadas por correo electrónico, mientras que otros pueden ser enviados a través Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Fecha final:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Punto final" @@ -937,8 +1105,8 @@ msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área msgid "Enter a nearby street name and area" msgstr "Introduzca el nombre de una calle cercana" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -957,11 +1125,12 @@ msgstr "Introduzca detalles del problema" msgid "Error" msgstr "Error" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Ejemplo de código postal %s" @@ -970,26 +1139,52 @@ msgstr "Ejemplo de código postal %s" msgid "Examples:" msgstr "Ejemplos:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Explique el problema o incidencia, su localización exacta, cuánto tiempo lleva ahí..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Crear una categoría" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "URL Externo" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "URL Externo" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "URL Externo" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "URL Externo" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Datos adicionales:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Datos adicionales:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Fallo en el envío del mensaje" @@ -999,23 +1194,23 @@ msgstr "Fallo en el envío del mensaje" msgid "Filter report list" msgstr "Filtrar lista de informes" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Primera vez" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Arreglar esto eligiendo un <strong>área cubierta</ strong> en el formulario <em>Editar detalles del organismo</ em> a continuación." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Arreglado" @@ -1029,11 +1224,17 @@ msgstr "Arreglado - Ayuntamiento" msgid "Fixed - User" msgstr "Arreglado - Usuario" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Nuevos informes" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Arreglado:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Marcar como borrado" @@ -1042,8 +1243,8 @@ msgstr "Marcar como borrado" msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcado" @@ -1051,7 +1252,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Señalizar informes y usuarios" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Los usuarios marcados se listan en página de<a href='%s'>marcados</a>" @@ -1059,8 +1260,8 @@ msgstr "Los usuarios marcados se listan en página de<a href='%s'>marcados</a>" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Las capacidades de los \"usuarios marcados\" no se limitan de ninguna manera. Es solo una lista de usuarios que han sido marcado para observación." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Marcado:" @@ -1068,20 +1269,25 @@ msgstr "Marcado:" msgid "Follow a ward link to view only reports within that ward." msgstr "Haga clic en el enlace de un barrio para ver solo sus notificaciones." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Para más información, vea <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Cómo FixMyStreet usa Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "¿Olvidó su contraseña?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1091,12 +1297,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Listado de Preguntas Frecuentes" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS en Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Recibe actualizaciones" @@ -1110,7 +1312,7 @@ msgstr "Recibe actualizaciones de los problemas %s" msgid "Get updates of problems in this %s" msgstr "Recibe actualizaciones de los problemas en este %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Proporcióname un listado RSS" @@ -1118,53 +1320,64 @@ msgstr "Proporcióname un listado RSS" msgid "Glad to hear it’s been fixed!" msgstr "¡Nos alegra saber que ha sido arreglado!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Ir" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "¿Va a enviar cuestionario?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Gráfico temporal de creación problemas por estado" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Las líneas de color gris corresponden a áreas de organismos que ya no existen." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "¿Ha sido corregido este problema?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "¿Alguna vez informó de un problema a un Ayuntamiento antes, o es su primera vez?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ayuda" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Estos son los tipos de notificaciones de incidencias locales para '%s'." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "%s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1172,19 +1385,19 @@ msgstr "%s" msgid "Hidden" msgstr "Oculto" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Ocultar antiguos" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Ocultar marcadores" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historial" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Inicio" @@ -1192,12 +1405,12 @@ msgstr "Inicio" msgid "How to report a problem" msgstr "Cómo notificar un problema" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "¿Cómo enviar informes exitosos?" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "Acabo de informar de un problema en @fixmystreet" @@ -1211,8 +1424,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "No se ha podido localizar su problema en la base de datos.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1221,8 +1435,8 @@ msgstr "No se ha podido localizar su problema en la base de datos.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." @@ -1230,7 +1444,7 @@ msgstr "" "Identificar una <strong>sub-organismos</ strong> si este organismo forma parte de otro organismo.\n" "Para las instalaciones básicas, no necesita asociar los organismos de esta manera." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1242,23 +1456,32 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Si usted consigue algo más de información sobre el estado del problema, por favor regrese a esta web y añádale una actualización." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Si notifica un problema aquí, estará visible en la web, pero <strong>no se enviará</strong> una notificación automática a ningún organismo administrativo." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Si utiliza <strong> un método de envío distinto del email</ strong>, introduzca el ID de servicio (Open311) o identificador equivalente aquí." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1268,8 +1491,8 @@ msgstr "" "sus actualizaciones. Active <strong>Open311 extensión de status</ strong> si desea permitir que los estados adicionales sean también transferidos.\n" "Compruebe que su cobrand admite esta función antes de activarlo." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." @@ -1277,8 +1500,8 @@ msgstr "" "Si ha habilitado \"Open311 envío de actualizaciones\", active <strong>suprimir alertas</strong>\n" "si <strong>NO</ strong> deseas que el usuario sea notificado cada vez que se cree uno de estos updates." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1292,14 +1515,14 @@ msgstr "" msgid "Illegal ID" msgstr "ID incorrecto" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Selección de listado incorrecta" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Procesando" @@ -1311,8 +1534,8 @@ msgstr "¿En tabla de abusones?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "Los siguientes atributos, que no forman parte de la especificación Open311 v2, son adicionalmente devueltos: agency_sent_datetime, title (también se devuelve como parte de la descripción), interface_used, comment_count, requestor_name (solo si el solicitante permitió que el nombre que se mostrará en el sitio)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1325,18 +1548,26 @@ msgstr "Procesando" msgid "Inbox zero, here we come!" msgstr "Bandeja de entrada vacía" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Incluir datos del notificador" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Incluir notificaciones no confirmadas" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Valor incorrecto para has_photo \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Notas internas" @@ -1346,19 +1577,23 @@ msgstr "Notas internas" msgid "Internal referral" msgstr "Remisión interna" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Valor inválido para agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Fecha de fin inválida" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Especificado un formato no válido %s." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Fecha de inicio no válida" @@ -1366,8 +1601,8 @@ msgstr "Fecha de inicio no válida" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Investigando" @@ -1375,33 +1610,33 @@ msgstr "Investigando" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "A menudo es más rápido <a href=\"%s\">consultar nuestro Listado de Preguntas Frecuentes</a> y ver si la respuesta está allí." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "De camino al ayuntamiento en este momento." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Mantener mi sesión abierta en este ordenador" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Último editor" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Última actualización:" @@ -1409,11 +1644,16 @@ msgstr "Última actualización:" msgid "Last update:" msgstr "Última actualización:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Última actualización:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Deje en blanco si todos las notificaciones a este órgano administrativo utilizan el mismo método de envío (e.g., \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Listar todos los problemas notificados" @@ -1435,7 +1675,7 @@ msgstr "Listados RSS locales y alertas por email" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Listados RSS locales y alertas por email para '%s'" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Alertas locales" @@ -1443,47 +1683,72 @@ msgstr "Alertas locales" msgid "Locate the problem on a map of the area" msgstr "Señale en el mapa de la zona la localización del problema" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "MAPA" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr " Mapa" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Marcado como enviado" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Señalar como <strong>marcados</strong> aquellos usuarios cuyo comportamiento desea observar." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "Marcado como resuelto/cerrado en las últimas ocho semanas" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "Marcado como resuelto/cerrado hace más de ocho semanas" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Mensaje:" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Falta jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Incluir datos del notificador" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Crear una notificación" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Moderado por el organismo durante el siguiente día laborable" @@ -1492,35 +1757,47 @@ msgstr "Moderado por el organismo durante el siguiente día laborable" msgid "Month" msgstr "Mes" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nombre" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Nombre:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Nombre: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "Listado RSS de actualizaciones sobre este problema" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1530,12 +1807,12 @@ msgstr "Nombre de la calle más cercana al marcador colocado en el mapa (se gene msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Código Postal más cercano al marcador colocado en el mapa (generado automáticamente): %s (%sm de distancia)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Camino más cercano al marcador colocado en el mapa (generado automáticamente por Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1547,20 +1824,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Nuevos <br>problemas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Dirección de email:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Nueva nota interna:" @@ -1568,10 +1850,21 @@ msgstr "Nueva nota interna:" msgid "New local problems on FixMyStreet" msgstr "Nuevos problemas locales en FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Contraseña:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Nuevos informes" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nuevos problemas en {{COUNCIL}} para el barrio {{WARD}} en FixMyStreet" @@ -1600,40 +1893,50 @@ msgstr "Nuevos informes" msgid "New state" msgstr "Nuevo estado" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Siguiente" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "No" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "otras áreas:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Sin órgano administrativo" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Sin ayuntamiento" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Ningún ayuntamiento seleccionado" @@ -1649,17 +1952,17 @@ msgstr "No se encuentran problemas marcados." msgid "No flagged users found." msgstr "No se encuentran usuarios marcados" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "No hay más actualizaciones" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Ningún resultado devuelto" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1672,12 +1975,26 @@ msgstr "" msgid "No supporters" msgstr "No hay seguidores" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Nada" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +#, fuzzy +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"Normalmente los usuarios (públicos) no deben estar asociados con ningún <strong>organismo</ strong>. <br>\n" +"El personal autorizado puede ser asociado al organismo administrativo que representan. <br>\n" +"Dependiendo de la implementación, el personal pueden tener acceso al tablero (resumen de\n" +"la actividad a través de su departamento), la capacidad de ocultar notificaciones, o establecer estados especiales para las notificaciones." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1691,19 +2008,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "No responsable" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "No para mi subdivisión" @@ -1711,12 +2028,12 @@ msgstr "No para mi subdivisión" msgid "Not reported before" msgstr "No notificado anteriormente" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "No comunicado al ayuntamiento" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -1725,9 +2042,8 @@ msgstr "Nota" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Tenga en cuenta que al incluir notificaciones no confirmadas usamos la fecha de creación de la notificación, que puede no coincidir con el mes en se confirmó, así que los números pueden variar un poco." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Nota:" @@ -1739,23 +2055,21 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Ahora a enviar tu notificación…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Ahora a enviar tu notificación…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Problemas<br>Antiguos / desconocidos" @@ -1763,44 +2077,53 @@ msgstr "Problemas<br>Antiguos / desconocidos" msgid "Old state" msgstr "Estado antiguo" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Antiguo <br>arreglado" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Problemas <br>antiguos" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Resumen" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Abierto" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Abierto por más de cuatro semanas, con una actualización en las últimas ocho semanas" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Abierto, pero no ha sido actualizado en ocho semanas" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "API Open311 para el servidor FixMyStreet de mySociety" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Especificación Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Página web de la iniciativa Open311" @@ -1809,23 +2132,23 @@ msgstr "Página web de la iniciativa Open311" msgid "Open311 specification" msgstr "Especificación Open311" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "O problemas notificados a:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "O puede suscribirse a una alerta basada en el barrio o ayuntamiento en que te encuentras:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Otros" @@ -1838,7 +2161,7 @@ msgstr "Propietario" msgid "Page Not Found" msgstr "Página no encontrada" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Padre" @@ -1848,75 +2171,88 @@ msgstr "Padre" msgid "Partial" msgstr "Parcial" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Contraseña (opcional)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Contraseña:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Enlace permanente" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Número de teléfono" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Número de teléfono (opcional)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Teléfono:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Foto" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotos de notificaciones cercanas recientes" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Coloque el marcador en el mapa" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1931,11 +2267,13 @@ msgstr "Planificado" msgid "Please be polite, concise and to the point." msgstr "Por favor, sea cortés, conciso y vaya al grano." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Por favor, comprueba la contraseña e inténtalo de nuevo" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1943,19 +2281,21 @@ msgstr "Por favor, comprueba la contraseña e inténtalo de nuevo" msgid "Please check your email address is correct" msgstr "Por favor, compruebe que su dirección de email es correcta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Por favor, elija una categoría" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Por favor, elija un tipo de propiedad" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Por favor, corrija los errores a continuación" @@ -1970,50 +2310,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Por favor notifique incidencias relevantes y no abuse; abusando de su ayuntamiento degrada su capacidad de servicio a toda la ciudadanía." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Por favor escriba su mensaje." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Por favor, introduzca una contraseña" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Por favor, introduzca una contraseña" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Por favor, introduzca un título" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Por favor, introduce una dirección de email válida" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Por favor, introduce una dirección de email válida" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Por favor, describa los detalles más relevantes" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2023,8 +2370,8 @@ msgstr "Por favor, describa los detalles más relevantes" msgid "Please enter your email" msgstr "Por favor, introduzca su dirección de email" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Por favor introduzca su email" @@ -2038,9 +2385,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Por favor escriba su nombre completo, ya que los ayuntamientos necesitan esta información. Si usted NO desea que su nombre aparecerá en la página, desactive la casilla de abajo" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Por favor, introduzca su nombre" @@ -2067,12 +2414,12 @@ msgstr "Por favor, siéntase libre para <a href=\"%s\">acceder nuevamente</a> o msgid "Please fill in details of the problem below." msgstr "Por favor proporcione a continuación las informaciones sobre el problema." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Por favor proporcione las informaciones sobre el problema." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Por favor, complete el siguiente formulario con los detalles del problema y describa la ubicación con la mayor precisión posible en el cuadro de detalles." @@ -2088,12 +2435,12 @@ msgstr "Tenga en cuenta que las actualizaciones no son enviadas al ayuntamiento. msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Por favor, tenga en cuenta la notificación <strong>no ha sido enviada aún</strong>. Elija una categoría y añada más información a continuación antes de enviar." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2102,6 +2449,11 @@ msgstr "" msgid "Please note:" msgstr "Por favor, tenga en cuenta:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Por favor, explique por qué está reabriendo esta notificación." + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Por favor, explique por qué está reabriendo esta notificación." @@ -2115,15 +2467,15 @@ msgstr "Proporcione un texto y una foto" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Por favor, indique si ha notificado un problema al ayuntamiento alguna vez." -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Por favor, seleccione el tipo de listado que desea" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Por favor, seleccione el tipo de alerta que desea" @@ -2131,24 +2483,23 @@ msgstr "Por favor, seleccione el tipo de alerta que desea" msgid "Please state whether or not the problem has been fixed" msgstr "Por favor, indique si el problema se ha solucionado" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Por favor, suba una imagen JPEG" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Por favor, escriba un mensaje" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Por favor, escriba su actualización aquí" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2170,11 +2521,19 @@ msgstr "Publicado por %s - %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Previo" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Privacidad" @@ -2184,15 +2543,13 @@ msgstr "Privacidad" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privado" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problema" @@ -2208,12 +2565,13 @@ msgstr "Problema %s confirmado" msgid "Problem %s sent to council %s" msgstr "Problema %s enviado al Ayuntamiento %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Desglose de problemas según estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -2221,15 +2579,16 @@ msgstr "Problema marcado como abierto." msgid "Problem state change based on survey results" msgstr "El estado del problema cambió debido a los resultados de la encuesta" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Problemas cercanos" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemas en el mapa" @@ -2237,12 +2596,12 @@ msgstr "Problemas en el mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas recientemente notificados como arreglados en FixMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problemas en %.1fkm alrededor" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemas en %s" @@ -2253,15 +2612,15 @@ msgstr "Problemas en el barrio %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemas en:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Dirección de la propiedad:" @@ -2269,28 +2628,38 @@ msgstr "Dirección de la propiedad:" msgid "Provide an update" msgstr "Proporcionar una actualización" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Proporcionar una actualización" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Proporcionar un nombre y una contraseña es opcional, pero hacerlo le permitirá notificar y actualizar los problemas más fácilmente, así como administrar sus informes." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Proporcionar una contraseña es opcional, pero hacerlo le permitirá notificar y actualizar los problemas más fácilmente, así como administrar sus informes." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Respuesta del público:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Respuesta del público:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Publicar foto" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Cuestionario" @@ -2307,11 +2676,11 @@ msgstr "Cuestionario %d enviado para el problema %d" msgid "Questionnaire filled in by problem reporter" msgstr "Cuestionario cumplimentado por el notificador problema" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "Listado RSS" @@ -2323,10 +2692,10 @@ msgstr "Listado RSS para %s" msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "Listado RSS para %s" @@ -2335,12 +2704,12 @@ msgstr "Listado RSS para %s" msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" @@ -2355,22 +2724,26 @@ msgid "RSS feed of recent local problems" msgstr "Listado RSS de los problemas locales más recientes" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "Listado RSS de actualizaciones sobre este problema" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Reciba un correo cuando se dejen actualizaciones sobre este problema." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Recientemente <br>arreglado" @@ -2378,6 +2751,11 @@ msgstr "Recientemente <br>arreglado" msgid "Recently reported problems" msgstr "Problemas recientemente notificados" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Recibe actualizaciones" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Recuerde que FixMyStreet es principalmente para informar sobre problemas físicos que pueden ser arreglados. Si su problema no es apropiado para ser presentado a través de este sitio recuerde que puede ponerse en contacto con su Ayuntamiento directamente mediante su página web." @@ -2386,13 +2764,23 @@ msgstr "Recuerde que FixMyStreet es principalmente para informar sobre problemas msgid "Remove flag" msgstr "Eliminar marca" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Quitar foto (¡no se puede deshacer!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2400,17 +2788,27 @@ msgstr "" msgid "Report" msgstr "Notificar" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Notificar" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Notificar un problema" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Denunciar abuso" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Notificaciones" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Notificar sobre %s" @@ -2425,23 +2823,23 @@ msgstr "Notifique su incidencia" msgid "Report, view, or discuss local problems" msgstr "Notifique, consulte o discuta problemas locales" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Notificado anónimamente en %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Notificado con anterioridad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Notificado por %s en %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2449,50 +2847,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Notificado en la categoría %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Notificado anónimamente en la categoría %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Notificado en la categoría %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Notificado anónimamente vía %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Notificado vía %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Notificado anónimamente vía %s en la categoría %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Notificado vía %s en la categoría %s por %s en %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Notificado en las últimas cuatro semanas" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Notificando un problema" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Notificaciones" @@ -2504,22 +2903,68 @@ msgstr "Las notificaciones tienen una longitud máxima de %s. Por favor, acorte msgid "Reports awaiting approval" msgstr "Informes en espera de aprobación" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Notificaciones publicadas" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Informes en espera de aprobación" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Vuelva a enviar la notificación" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "¿Es correcto el lugar?" @@ -2533,46 +2978,56 @@ msgstr "Operador responsable de este camino (derivado del número de referencia msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador responsable de este camino (de OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Rotar a la derecha" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Satélite" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Guardar cambios" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Buscar Notificaciones" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Buscar Usuarios" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Buscar informes" @@ -2582,81 +3037,120 @@ msgstr "Buscar informes" msgid "Search:" msgstr "Buscar:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "La búsqueda no encontró notificaciones." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "La búsqueda no encontró usuarios." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Selecciona un órgano administrativo" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Seleccione un ayuntamiento para ver los informes que se le han enviado." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Seleccione un área" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Título:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Enviado:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Servicio:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Compartir" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Publicado por %s - %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Mostrar mi nombre públicamente" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Mostrar antiguos" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Mostrar marcadores" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Iniciar sesión" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Iniciar sesión o crear una cuenta" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Salir" @@ -2665,8 +3159,8 @@ msgstr "Salir" msgid "Some categories may require additional information." msgstr "Algunas categorías pueden requerir información adicional." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2679,8 +3173,7 @@ msgid "Some photos of recent reports" msgstr "Algunas fotos de notificaciones recientes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Algún texto para localizar" @@ -2696,16 +3189,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Lo sentimos, hubo un error confirmando su notificación." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Lo sentimos, no hemos podido encontrar ese lugar." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2715,35 +3208,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Lo sentimos, pero no pudo analizar esa ubicación. Por favor, inténtelo de nuevo." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Fecha de inicio:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Estado" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Estado/Prov.:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Estadísticas" @@ -2757,12 +3270,12 @@ msgstr "Estado" msgid "Still open, via questionnaire, %s" msgstr "Sigue abierta, a través de cuestionario, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Subcategoria: %s" @@ -2774,34 +3287,35 @@ msgstr "Subdivisión/Órgano" msgid "Subject" msgstr "Título" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Título:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Enviar cambios" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Enviar cuestionario" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2812,38 +3326,53 @@ msgid "Submitted" msgstr "Enviado" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Suscríbeme a alertas por email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Introduzca detalles del problema" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Enviar cambios" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Resumen" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Resumen de notificaciones" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Encuesta" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Resultados de la Encuesta" @@ -2851,27 +3380,29 @@ msgstr "Resultados de la Encuesta" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Texto" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Versión solo texto" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texto:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "¡Gracias por notificar esta incidencia!" @@ -2884,6 +3415,10 @@ msgid "Thank you for updating this issue!" msgstr "Gracias por actualizar esta incidencia!" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "Gracias por su feedback" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Gracias por su feedback" @@ -2896,41 +3431,41 @@ msgstr "Gracias por subir una foto. Ahora necesitamos situar la incidencia, así msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuevo." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Esa localización no parece estar cubierta por un ayuntamiento, tal vez esté en alta mar o fuera del país. Por favor, inténtelo de nuevo." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Esa localización no parece ser de UK, por favor inténtelo de nuevo." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Esa notificación no se puede ver en %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de FixMyStreet." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2938,8 +3473,8 @@ msgstr "" "El <strong>email</strong> indica dónde serán enviadas las notificaciones de esta categoría.\n" "Otras categorías de este mismo órgano administrativo podrían usar el mismo email." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2947,15 +3482,17 @@ msgstr "" "El <strong>destino</strong> es la URL del servicio al que FixMyStreet se conectará \n" "cuando envíe notificaciones al organismo administrativo." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "La <strong>jurisdicción</strong> solo es necesaria si los límites incluyen a más de un municipio. Si el organismo administrativo funciona solo con sus propios límites puede dejar en blanco esto." -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2967,8 +3504,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "El atributo Open311 v2 agency_responsible se utiliza para listar las administraciones que han recibido la notificación de problemas, que no es exactamente la forma en que se define dicho atributo en la especificación Open311 v2." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2987,7 +3524,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Los premios a la responsabilidad muestran la actividad de los editores (quién ha editado más registros)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "El error fue: %s" @@ -3029,12 +3566,12 @@ msgstr "Últimos problemas dentro de los límites de {{NAME}} notificados por lo msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "La lista de áreas disponibles está siendo ofrecida por el servicio MapIt en %s." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Las contraseñas no coinciden." @@ -3042,22 +3579,16 @@ msgstr "Las contraseñas no coinciden." msgid "The requested URL '%s' was not found on this server" msgstr "La URL solicitada, '%s', no fue encontrada en el servidor" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "La alerta más sencilla es nuestra alerta geográfica:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "El resumen y la descripción también se harán públicos (consulte nuestra <a href=\"/privacy\">política de privacidad</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el área alrededor de la localización que introdujo." -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3067,11 +3598,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "No hay ninguna notificación que mostrar." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Hubo un problema mostrando la página de Todas las Notificaciones. Por favor, inténtelo de nuevo más tarde." @@ -3080,18 +3611,18 @@ msgstr "Hubo un problema mostrando la página de Todas las Notificaciones. Por f msgid "There was a problem showing this page. Please try again later." msgstr "Hubo un problema mostrando esta página. Por favor, inténtelo de nuevo más tarde." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Hubo un problema con su email/contraseña. Si no recuerda o no tiene contraseña, por favor rellene la sección 'registrarme con email' del formulario." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Hubo un problema con su email/contraseña. Por favor, inténtelo de nuevo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." @@ -3099,12 +3630,12 @@ msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3117,11 +3648,32 @@ msgstr "" "Para obtener más información sobre Open311, consulte\n" "<a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>este documento</a>." +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Sólo utilizaremos su información personal de acuerdo a nuestra <a href=\"/faq#privacy\">política de privacidad</a>." + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Sólo utilizaremos su información personal de acuerdo a nuestra <a href=\"/faq#privacy\">política de privacidad</a>." + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Esta implementación de la API es un trabajo aún en progreso y no es estable todavía. Se cambiará sin advertencias en el futuro." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3131,12 +3683,12 @@ msgstr "" "En consecuencia, ninguna de sus categorías aparecerá en el menú desplegable de categorías cuando los usuarios envíen incidencias.\n" "Actualmente, los usuarios <strong>no pueden informar de problemas a este organismo</ strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Este órgano no tiene contactos. Esto significa que en la actualidad las incidencias notificadas a este organismo <strong>no son enviadas</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3144,17 +3696,17 @@ msgstr "" "A este organismo sólo se enviarán informes de problemas que se encuentran en el <strong>área cubierta</strong>.\n" "Un organismo no recibirá ningún informe salvo que represente al menos un área." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cubren la ubicación del problema, ya que el usuario no lo categorizó. Por favor, haga caso omiso del mismo si usted no es el organismo administrativo responsable de este problema, o háganos saber qué clase de problema es para que lo podamos añadir a nuestro sistema." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Este correo electrónico ha sido enviado a varios consejos que cubren la ubicación del problema, pues la categoría de problema seleccionada por el usuario se proporciona para todos ellos. Por favor, si usted no pertenece al órgano administrativo responsable de resolver esta incidencia haga caso omiso de este mensaje." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Esta información es necesaria" @@ -3163,62 +3715,72 @@ msgstr "Esta información es necesaria" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Este es un sitio para desarrolladores, las cosas podrían romperse en cualquier momento, y la base de datos se eliminará periódicamente." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Este es un resumen de todos los informes en esta web." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Este problema se ha arreglado" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Este problema no se ha arreglado" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Esta notificación está pendiente de moderación." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Esta notificación está marcada como abierta." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Esta notificación se ha presentado de forma anónima." -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Esta página web también contiene una foto del problema, proporcionada por el usuario." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Cronología" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Título" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3231,18 +3793,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Para saber cuáles son las alertas locales que tenemos para usted, por favor introduzca su código postal o el nombre de la calle y el área" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Para ver un mapa de la ubicación precisa de este problema" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Total" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Creado:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Inténtelo de nuevo" @@ -3253,20 +3832,25 @@ msgstr "Pruebe enviándonos un correo directamente:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Incapaz de arreglarlo" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Sin confirmar" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Nuevos informes" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Desconocido" @@ -3275,18 +3859,19 @@ msgstr "Desconocido" msgid "Unknown alert type" msgstr "Tipo de alerta desconocida" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Error desconocido" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "ID de problema desconocido" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Actualizar" @@ -3302,12 +3887,12 @@ msgstr "La actualización de abajo fue añadida de forma anónima en %s" msgid "Update below added by %s at %s" msgstr "La actualización de abajo fue añadida por %s en %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Actualizar órgano" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Actualizar desglose por estado" @@ -3315,20 +3900,20 @@ msgstr "Actualizar desglose por estado" msgid "Update by {{name}}" msgstr "Actualizar por {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "La actualización modificó el estado del problema a %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "La actualización marcó el problema como arreglado" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "La actualización reabrió el problema" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Actualización de estados" @@ -3338,13 +3923,13 @@ msgstr "Actualización de estados" msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "¡Actualizado!" @@ -3354,7 +3939,7 @@ msgstr "¡Actualizado!" msgid "Updates" msgstr "Actualizaciones" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Las actualizaciones están limitadas a %s caracteres. Por favor acorte su actualización." @@ -3368,20 +3953,29 @@ msgstr "Actualizaciones en {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "Usa la <strong>nota</strong> para guardar detalles que sólo serán desplegados en la sección de administración. Las notas no son mostradas públicamente ni son enviadas al órgano administrativo." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Eliminada marca de usuario" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Usuario marcado" @@ -3389,23 +3983,28 @@ msgstr "Usuario marcado" msgid "User search finds matches in users' names and email addresses." msgstr "La búsqueda ha encontrado coincidencias en nombres de usuarios y direcciones de email." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Usuarios" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Valores actualizados" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Ver notificaciones en el site" @@ -3415,7 +4014,7 @@ msgid "View reports by ward" msgstr "Ver notificaciones por barrio" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Visualizando una ubicación" @@ -3432,23 +4031,17 @@ msgstr "Barrios de este ayuntamiento" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Hemos encontrado más de una coincidencia para esa ubicación. Se muestran un máximo de diez. Prueba una búsqueda diferente si no encuentra aquí su ubicación." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Nunca mostramos su dirección de email" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Nunca mostramos su dirección de email o número de teléfono." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Somos conscientes de este problema podría ser responsabilidad de %s; sin embargo, actualmente no disponemos de sus datos de contacto. Si conoce la dirección de contacto adecuada, por favor contáctenos." @@ -3469,15 +4062,11 @@ msgstr "Lamentamos que el problema no esté arreglado. ¿Por qué no prueba a es msgid "We’ll get back to you as soon as we can." msgstr "Gracias por sus comentarios. ¡Nos pondremos en contacto con usted tan pronto como nos sea posible!" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "¿Cuál es el problema y dónde está?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Una vez editada" @@ -3486,7 +4075,7 @@ msgstr "Una vez editada" msgid "When sent" msgstr "Una vez enviada" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3494,8 +4083,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "¿Por qué detenerse ahí? <a href=\"/alert\">Configure más alertas</a> gratis." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3509,7 +4098,7 @@ msgstr "En las búsquedas de solicitudes, es también posible buscar por agency_ msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "¿Quieres contribuir a mejorar FixMyStreet? Nuestro código es abierto y está <a href=\"http://fixmystreet.org\">disponible en fixmystreet.org</a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "¿Quieres recibir otro cuestionario en 4 semanas, recordándote que debes comprobar el estado?" @@ -3525,22 +4114,22 @@ msgstr "¿Ubicación incorrecta? Haga clic de nuevo en el mapa, en el lugar corr msgid "Year" msgstr "Año" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "SÍ" @@ -3566,7 +4155,7 @@ msgstr "Estás denunciando la siguiente actualización por ser abusiva, contener msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Usted puede <a href=\"%s%s\">ver el problema en este sitio</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Puede agregar email del usuario abusivo a la lista de abusones, que oculta de forma automática (y nunca envía) los informes que crean." @@ -3584,18 +4173,18 @@ msgstr "" "Por ejemplo, si quiere tener vigilado a un usuario que envió algún informe\n" "inapropiado anteriormente." -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Puede ayudarnos a encontrar una dirección de email de contacto para los problemas locales para %s y enviárnosla a <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Puede marcar un organismo como eliminado si no quiere que aparezca activo en este sitio." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Usted rechazó finalmente; por favor, rellene el formulario de arriba" @@ -3603,13 +4192,13 @@ msgstr "Usted rechazó finalmente; por favor, rellene el formulario de arriba" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Ya respondió a esta encuesta. Si tiene alguna pregunta, por favor, <a href='%s'>póngase en contacto con nosotros</a>, o <a href ='%s'>vea su problema</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3618,29 +4207,35 @@ msgstr "" msgid "You have been signed out" msgstr "Ha cerrado la sesión correctamente" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Has ubicado el problema en el punto marcado con el pin verde en el mapa. Si este no es el lugar correcto, simplemente haga clic en el mapa de nuevo. " +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Ha confirmado correctamente su dirección de correo electrónico." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Ha iniciado sesión correctamente, por favor revise y confirme si sus detalles son correctos:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "No ha notificado nada aún. <a href=\"%s\">Notifique un problema ahora</a>." +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "No ha notificado nada aún. <a href=\"%s\">Notifique un problema ahora</a>." + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Necesita <a href=\"%s\">añadir organismos</a> (como ayuntamiento o departamentos) para que el informe pueda ser enviado." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3650,30 +4245,31 @@ msgstr "" "categorías de problemas que éstos puedan solucionar (como farolas o baches) y su\n" "vía de contacto (como una dirección de correo), para que las notificaciones puedan ser enviadas." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "¿De verdad quiere volver a enviar?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Sus notificaciones" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Confirmar cuenta" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Su email:" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3683,13 +4279,12 @@ msgstr "Su dirección de email" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Su información sólo será usada de acuerdo con nuestra <a href=\"/privacy\">política de privacidad</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Su nombre" @@ -3700,46 +4295,54 @@ msgstr "Su nombre" msgid "Your password" msgstr "Su contraseña" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Su contraseña ha cambiado" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Su número de teléfono" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Sus notificaciones" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Sus notificaciones" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Sus actualizaciones" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Su email:" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "ayuntamiento" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "no utilizó mapa" @@ -3748,15 +4351,11 @@ msgstr "no utilizó mapa" msgid "e.g. ‘%s’ or ‘%s’" msgstr "por ejemplo, '%s' o '%s'" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "editar usuario" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3767,7 +4366,7 @@ msgstr "de %s usuarios diferentes" msgid "last updated %s" msgstr "ultima actualización %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "menos de un minuto" @@ -3812,13 +4411,23 @@ msgstr "marcado como planificado" msgid "marked as unable to fix" msgstr "marcado como que no se puede arreglar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(opcional)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "o" @@ -3826,22 +4435,22 @@ msgstr "o" msgid "or locate me automatically" msgstr "o localízame automáticamente" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "consignados inicialmente:" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "otras áreas:" @@ -3850,41 +4459,40 @@ msgstr "otras áreas:" msgid "reopened" msgstr "reabierto" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "salir" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "ayuntamiento" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "no hay marcador porque el usuario no usó el mapa" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "este tipo de problema local" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "hoy" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "mapa utilizado" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "El usuario es del mismo ayuntamiento que el problema - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "El usuario es el propietario del problema" @@ -3900,7 +4508,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> notificadas recientemente" msgstr[1] "<big>%s</big> notificadas recientemente" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3914,7 +4522,7 @@ msgid_plural "%d supporters" msgstr[0] "%d simpatizante" msgstr[1] "%d simpatizantes" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3928,14 +4536,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> notificaciones actualizadas" msgstr[1] "<big>%s</big> notificaciones actualizadas" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Todavía no tenemos detalles para el Ayuntamiento que cubre esta zona." msgstr[1] "Todavía no tenemos información de qué ayuntamientos cubren este área." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3956,61 +4564,55 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> arregladas la semana pasada" msgstr[1] "<big>%s</big> arregladas el mes pasado" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dia" msgstr[1] "%d dias" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Todavía <strong>no</strong> tenemos detalles para el Ayuntamiento que cubre esta zona." msgstr[1] "Todavía <strong>no</strong> tenemos información sobre el ayuntamiento que cubre este área." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, reportado el %s" - -#~ msgid "About us" -#~ msgstr "¿Quiénes somos?" - -#~ msgid "Email me new local problems" -#~ msgstr "Reciba por email notificaciones sobre los nuevos problemas" +#~ msgid "(public)" +#~ msgstr "(público)" -#~ msgid "Empty flat or maisonette" -#~ msgstr "Piso o duplex vacío" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Toda la información que proporcione será enviada a" -#~ msgid "Empty house or bungalow" -#~ msgstr "Casa o bungalow vacío" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Toda la información que proporcione será enviada al <strong>%s</strong>." -#~ msgid "Empty office or other commercial" -#~ msgstr "Oficina u otros establecimientos comerciales vacíos" +#~ msgid "Configure Endpoint" +#~ msgstr "Configurar punto" -#~ msgid "Empty pub or bar" -#~ msgstr "Pub o bar vacío" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "Explique el problema o incidencia, su localización exacta, cuánto tiempo lleva ahí..." -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Edificio público vacío - escuela, hospital, etc" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS en Google Maps" -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Introduzca un nombre de calle cercana y área, código postal o distrito en Nueva Delhi" +#~ msgid "One-line summary" +#~ msgstr "Resumen" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "Survey" +#~ msgstr "Encuesta" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "No puede confirmar alertas no confirmadas." +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "El resumen y la descripción también se harán públicos (consulte nuestra <a href=\"/privacy\">política de privacidad</a>)." -#~ msgid "Problems in this area" -#~ msgstr "Problemas en este área" +#~ msgid "We never show your email" +#~ msgstr "Nunca mostramos su dirección de email" -#~ msgid "Property type:" -#~ msgstr "Tipo de propiedad:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Nunca mostramos su dirección de email o número de teléfono." -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "Listado RSS de los problemas en este %s" +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "¿Cuál es el problema y dónde está?" -#~ msgid "Whole block of empty flats" -#~ msgstr "Bloque de pisos vacíos" +#~ msgid "You really want to resend?" +#~ msgstr "¿De verdad quiere volver a enviar?" diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po index 01fb4d634..eb20be8e4 100644 --- a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -3,36 +3,32 @@ # This file is distributed under the same license as the main FixMyStreet code. # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # -# Translators: -# Christophe Ocivélo Saint-Etienne <ocivelo@gmail.com>, 2014 -# fixmystreetfr <fixmystreet@fixmystreet.fr>, 2015 -# mySociety <transifex@mysociety.org>, 2015 -# Tim Morley <>, 2012 +#, fuzzy msgid "" msgstr "" -"Project-Id-Version: fixmystreet\n" +"Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" -"Last-Translator: mySociety <transifex@mysociety.org>\n" -"Language-Team: French (France) (http://www.transifex.com/mysociety/fixmystreet/language/fr_FR/)\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: fixmystreetfr <fixmystreet@fixmystreet.fr>, 2016\n" +"Language-Team: French (France) (https://www.transifex.com/mysociety/teams/12067/fr_FR/)\n" "Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr " et " -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " ou " @@ -40,23 +36,23 @@ msgstr " ou " msgid "%d edits by %s" msgstr "%d changements par %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "de %d à %d de %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Rapports sommaires" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "%s admin:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" -msgstr "" +msgstr "%s Administrations" #: templates/web/base/status/stats.html:24 msgid "%s confirmed alerts, %s unconfirmed" @@ -97,12 +93,12 @@ msgstr "%s mises à jour en temps réel" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s questionnaires envoyés – %s complétés (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s réf : %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -128,40 +124,40 @@ msgstr "%s, dans la localité %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributeurs" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "(Défaut & amp; emplacement du défaut)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(email dans la liste des abus)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(Sans Nom)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(Sans numéro de téléphone)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(une distance par défaut qui couvre environs 200 000 personnes)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "(alternativement le flux RSS peut être personnalisé, dans %s)" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(fermé)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(résolu)" @@ -170,33 +166,38 @@ msgstr "(résolu)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(comme des graffitis, immondices, trottoirs abimés ou éclairage public)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(non signalé à l’administration)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(facultatif)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(public)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(envoyé aux deux)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Choisissez une catégorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Choisissez un type de propriété --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "--Choisissez un modèle--" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "Nid de poule de 10cm prés de la boîte postale" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -208,9 +209,9 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "<label>Afficher %s</ label> <label>à propos de %s</ label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">Afficher</label> %s <label for=\"filter_categories\">à propos de</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -225,11 +226,19 @@ msgstr "<strong>Non</strong>, laissez-moi confirmer mon rapport par email :" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Non</strong>, laissez-moi confirmer ma mise à jour par email :" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Non</strong>, laissez-moi m'authentifier par email :" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "<strong> Remarque: </strong> Ce rapport a été envoyé pour action. Toutes les modifications apportées ne seront pas transmises." + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "<strong> Remarque: </strong> Ce rapport n'a pas encore été envoyé pour action. Toutes les modifications apportées ne peuvent pas être transmises." + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -238,8 +247,8 @@ msgstr "<strong>Oui</strong>, j'ai un mot de passe :" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Action programmée" @@ -254,34 +263,53 @@ msgstr "" " ou les rapports de problèmes peuvent être envoyés. Vous pouvez ajouter un ou plusieurs contact (pour differentes\n" " catégories de problèmes) à chaque body." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Ajouter un contact en utilisant le formulaire ci-dessous." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Ajouter un interlocuteur" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Ajouter une nouvelle catégorie" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "Ajouter à la liste" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Ajouter un utilisateur" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +msgid "Add/edit problem categories" +msgstr "Ajouter/modifier des catégories de problèmes" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "Ajouter/modifier les priorités de réponse" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "Ajouter/modifier des modèles de réponse" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Ajouté %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "Information Supplémentaire" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "L'ajout de ce rapport à votre liste va le supprimer de la liste %s’s." -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Encore une fois :" @@ -293,12 +321,12 @@ msgstr "Alerte %d créée pour %s, type %s, paramètres %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alerte %d désactivée (création %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "M'alerter de futures mises à jour" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Tous les rapports" @@ -306,10 +334,15 @@ msgstr "Tous les rapports" msgid "All Reports as CSV" msgstr "Tous les rapports au format CSV" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +msgid "All categories" +msgstr "Toutes catégories" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Tous les rapports" @@ -319,18 +352,7 @@ msgstr "Tous les rapports" msgid "All reports between %s and %s" msgstr "Tous les rapports entre %s et %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Toutes les informations que vous fournissez ici seront envoyées à" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Toutes les informations que vous fournissez ici seront envoyées à <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Une mise à jour a marqué ce problème comme résolu" @@ -339,48 +361,66 @@ msgstr "Une mise à jour a marqué ce problème comme résolu" msgid "Anonymous" msgstr "Anonyme" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonyme :" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +msgid "Another user" +msgstr "un autre utilisateur" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Vous êtes un développeur ?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgstr "Êtes-vous sûr de vouloir annuler cet envoi ?" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +msgid "Are you sure?" +msgstr "Êtes-vous sûr ?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Zone couverte" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "Région:" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Comme ceci est un site de développement et %s est un test, les rapports produits sur ce site seront envoyés au gestionnaire du problème FixMyStreet et non le contact de l'administration indiqué pour la catégorie choisie." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "Attribuer à l'organisme compétent:" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Affecté à une catégorie différente:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Affecté à un \"interlocuteur\" externe:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Affecté à la subdivision:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "Affecter des utilisateurs aux zones" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Affecté à %s" @@ -392,37 +432,62 @@ msgstr "Un maximum de %d requètes sont renvoyées pour chaque tentative. Les re msgid "At the moment only searching for and looking at reports work." msgstr "Pour le moment, seul la recherche et la consultation de rapports sont supportés." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "Réponse automatique:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "Catégories disponibles" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "Évitez les renseignements personnels et les plaques d'immatriculation" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Attendant une modération" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Retour" +#: templates/web/base/report/_main.html:6 +msgid "Back to all reports" +msgstr "Retour vers tous les rapports" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Bannir l'adresse mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Interlocuteurs" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Interlocuteur" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Interlocuteur:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Par Date" @@ -434,9 +499,24 @@ msgstr "Si vous ne trouvez pas notre e-mail? Vérifiez dans votre dossier spam." msgid "Can't see the map? <em>Skip this step</em>" msgstr "Vous ne pouvez pas voir le plan ? <em>Sautez cette étape</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "Annuler" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +msgid "Categories" +msgstr "Catégories" + +#: templates/web/base/admin/category-checkboxes.html:2 +msgid "Categories:" +msgstr "Catégories:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -446,32 +526,46 @@ msgstr "Vous ne pouvez pas voir le plan ? <em>Sautez cette étape</em>" msgid "Category" msgstr "Catégorie" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "Changement de catégorie de ‘%s’ à ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Taux de résolution pour les problèmes > 4 semaines" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Catégorie :" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Catégorie : %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "Changer l'e-mail" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +msgid "Change email address" +msgstr "Changer l'adresse email" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Changer le mot de passe" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -479,7 +573,7 @@ msgstr "" "Cochez <strong>confirmé</strong> pour signaler que ce contact a été confirmé comme correct.\n" "Si vous n'êtes pas sûr de l'origine ou de la validité du contact, laissez le décoché." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -487,7 +581,11 @@ msgstr "" "Cochez <strong>supprimé</strong> pour rendre la catégorie inutilisable. \n" "Elle n'apparaitra plus dans le menu déroulant de la page rapporter-un-problème." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "Vérifiez <strong> inspection requise </strong> si les rapports dans cette catégorie <strong> doivent être inspectés </strong> avant d'être envoyés." + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -505,7 +603,7 @@ msgstr "" "à afficher le rapport. Au Royaume Uni, nous l'avons utilisé pour des services tels que demander une poubelle supplémentaire \n" "à une adresse donnée." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." @@ -514,17 +612,12 @@ msgstr "" "public (ex., \"nid de poule\", \"éclairage public\") mais est aussi utile pour l'interlocuteur.\n" " Elle apparaitra dans le menu déroulant sur la page \"Rapporter-un-problème\"." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "Choisissez un modèle" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Cliquer ici ou saisir au format jj/mm/aaaa" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Cliquez sur le plan pour signaler un problème" @@ -544,8 +637,8 @@ msgstr "Cliquez sur le lien dans notre courriel de confirmation pour publier vot msgid "Click the link in our confirmation email to sign in." msgstr "Cliquez sur le lien dans notre courriel de confirmation pour vous connecter." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -559,15 +652,19 @@ msgstr "Cliquez sur le lien dans notre courriel de confirmation pour vous connec msgid "Closed" msgstr "Clos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Clos par l'administration" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "rapports fermés" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Clos :" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Coordonnées" @@ -575,26 +672,22 @@ msgstr "Coordonnées" msgid "Cobrand" msgstr "Collaboration" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Données de collaboration :" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Collaboration :" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuration" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Configurez Endpoint" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Confirmer" @@ -605,7 +698,7 @@ msgstr "Confirmer le compte" #: templates/web/base/report/new/form_user_loggedout_password.html:21 #: templates/web/base/report/update/form_user_loggedout_password.html:20 msgid "Confirm by email instead, providing a new password at that point. When you confirm, your password will be updated." -msgstr "" +msgstr "Confirmez par email à la place, Si vous fournissez un nouveau mot de passe à cette étape, lorsque vous confirmez, votre mot de passe sera mis à jour." #: templates/web/base/questionnaire/creator_fixed.html:1 #: templates/web/base/tokens/confirm_problem.html:1 @@ -615,10 +708,9 @@ msgstr "" msgid "Confirmation" msgstr "Confirmation" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confirmé" @@ -629,7 +721,7 @@ msgstr "Rapports confirmés entre %s et %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Confirmé :" @@ -648,17 +740,17 @@ msgstr "Nous contacter" msgid "Contact the team" msgstr "Contacter l'équipe" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "Coordonnées:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Impossible de trouver l'utilisateur" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Le lieu n'a pas pu être trouvé" @@ -672,11 +764,11 @@ msgstr "Administration" msgid "Council contacts for %s" msgstr "Contacts de l'administration pour %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "Ref. de la mairie : %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Administration :" @@ -691,23 +783,36 @@ msgstr "Nombre" msgid "Create a report" msgstr "Créer un rapport" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Créer une catégorie" +#: templates/web/base/admin/responsepriorities/edit.html:36 +msgid "Create priority" +msgstr "Créer une priorité" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "Créer des rapports/mises à jour de l'administration" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "Créer des rapports/mises à jour pour le compte d'un utilisateur" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "Créer un modèle" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Créé" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Créé :" @@ -716,13 +821,13 @@ msgstr "Créé :" msgid "Current state" msgstr "État actuel" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Pour l'instant, aucun intelocuteur n'a été créé." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Le client est injoignable" @@ -735,44 +840,49 @@ msgstr "Tableau de bord" msgid "Dealt with by subdivision within 5 working days" msgstr "Traité par la subdivision dans les 5 jours ouvrables" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Supprimer le modèle" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Effacé" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Description" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +msgid "Description:" +msgstr "Description :" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Détails :" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Détails :" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Transféré(e)" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "Ne pas utiliser la carte" @@ -780,16 +890,20 @@ msgstr "Ne pas utiliser la carte" msgid "Diligency prize league table" msgstr "Tableau d'honneur de la réactivité" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "Ne pas envoyer d'alertes par email concernant les commentaires sur le problème au créateur" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "Avez-vous un mot de passe %s ?" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Je ne sais pas" @@ -797,18 +911,18 @@ msgstr "Je ne sais pas" msgid "Don't like forms?" msgstr "Vous n'aimez pas les formulaires ?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" -msgstr "" +msgstr "Glissez et déposez les photos ici ou <u> cliquer pour les envoyer </ u>" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Dupliqué" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -819,20 +933,48 @@ msgstr "" "Des catégories différents <strong>peuvent avoir le même contact</strong> (adresse email).\n" "Cela signifie que vous pouvez ajouter plusieurs catégories même si vous n'avez qu'un contact pour l'interlocuteur." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "Abscisse/Ordonnée :" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Éditer" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editer les détails de l'intelocuteur" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +msgid "Edit other users' details" +msgstr "Modifier les détails des autres utilisateurs" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "Modifier les autorisations des autres utilisateurs" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +msgid "Edit report category" +msgstr "Éditer la catégorie des rapports" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "Éditer la priorité des rapports" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +msgid "Edit reports" +msgstr "Éditer les rapports" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -845,18 +987,18 @@ msgstr "Édition du problème %d" msgid "Editing update %d" msgstr "Édition de la mise à jour %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Édition de l'utilisateur %d'" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Éditeur" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -865,13 +1007,15 @@ msgstr "Éditeur" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Email rajouté à la liste des abus" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" -msgstr "Adresse courriel:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +msgid "Email address" +msgstr "Adresse e-mail" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -881,24 +1025,24 @@ msgstr "Alerte E-mail créé" msgid "Email alert deleted" msgstr "Alerte E-mail supprimé" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Email déjà présent dans la liste des abus" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Email :" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Courriel: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -909,8 +1053,8 @@ msgstr "" "Pour plus d' information, lire \n" "<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>cet article</a>. %s" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -920,11 +1064,11 @@ msgstr "" "un destinataire différent (et une méthode d'envoi ) de l'interlocuteur. par exemple, si des rapports pour certaines catégories de\n" "problèmes doivent être envoyées par courriel, alors que d'autres peuvent l'être par Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Date de fin:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "destinataire" @@ -946,8 +1090,8 @@ msgstr "Saisir un code postal proche, ou une rue et une localité" msgid "Enter a nearby street name and area" msgstr "Saisissez un nom de rue proche, la localité ou le code postal" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -966,11 +1110,12 @@ msgstr "Saisissez les détails du problème" msgid "Error" msgstr "Erreur" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "Tout" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Exemple de code postal %s" @@ -979,26 +1124,47 @@ msgstr "Exemple de code postal %s" msgid "Examples:" msgstr "Exemples :" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Expliquez ce qui ne va pas, sa position exact, et depuis combien de temps..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +msgid "Existing category" +msgstr "Catégorie existante" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "Expliquez ce qui est erroné" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "Externe" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "ID externe" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "URL externe" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "Body extérieur" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "Équipe externe" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Donnée supplémentaire:" +#: templates/web/base/report/_inspect.html:107 +msgid "Extra details" +msgstr "Précisions supplémentaires" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Échec de l'envoi du message" @@ -1008,23 +1174,23 @@ msgstr "Échec de l'envoi du message" msgid "Filter report list" msgstr "Liste de filtres de rapport" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Première fois" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Résoudre ceci en chosissant une <strong>zone couverte</strong> dans le formulaire <em>Saisie des détails interlocuteur</em> ci-dessous." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Résolu" @@ -1038,11 +1204,16 @@ msgstr "Résolu - Administration" msgid "Fixed - User" msgstr "Résolu - Usager" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "rapports résolus" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Résolu :" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Signaler comme supprimé" @@ -1051,8 +1222,8 @@ msgstr "Signaler comme supprimé" msgid "Flag user" msgstr "Signaler l'usager" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Signalé" @@ -1060,7 +1231,7 @@ msgstr "Signalé" msgid "Flagged reports and users" msgstr "Rapports signalés et utilisateurs" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Les utilisateurs signalés sont listés dans la page <a href='%s'>signalé</a>" @@ -1068,8 +1239,8 @@ msgstr "Les utilisateurs signalés sont listés dans la page <a href='%s'>signal msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Les utilisateurs signalés ne sont pas restreints en aucune façon. il s'agit juste d'une liste d'utilisateurs qui ont été marqués pour attention." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Signalé :" @@ -1077,20 +1248,25 @@ msgstr "Signalé :" msgid "Follow a ward link to view only reports within that ward." msgstr "Suivez un lien de localité pour voir uniquement les rapports à l'intérieur de cette localité" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "Pour de meilleurs résultats veuillez joindre un gros plan et un plan large" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Pour plus d'information, Lire <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>comment FixMyStreet utilise Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Vous avez oublié votre mot de passe? " -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "Transmis à l'administration" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "Souhait transmis à l'administration" @@ -1100,12 +1276,8 @@ msgstr "Souhait transmis à l'administration" msgid "Frequently Asked Questions" msgstr "Foire Aux Questions" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS sur Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Recevoir les mises à jour" @@ -1119,7 +1291,7 @@ msgstr "Recevoir les mises à jours de %s problèmes" msgid "Get updates of problems in this %s" msgstr "Recevez les mises à jour pour les problèmes dans cette %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Donnez-moi un flux RSS" @@ -1127,53 +1299,64 @@ msgstr "Donnez-moi un flux RSS" msgid "Glad to hear it’s been fixed!" msgstr "Heureux d'entendre qu'il a été résolu!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Ok" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Envoi du questionnaire ?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "Accorder l'accès à l'admin" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Graphique historique des problèmes créés, par statut" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Les lignes grisées sont des communes qui n'existent plus" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Est-ce que le problème a été réglé ?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Est-ce que vous aviez déjà signalé un problème à une administration, ou est-ce que c'est votre première fois ?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Aide" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "Aide <strong>%s </ strong> résoud votre problème plus rapidement, en fournissant quelques détails supplémentaires. Cette information supplémentaire ne sera pas publié en ligne." + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Voici les types de problèmes locaux pour « %s »." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Bienvenue %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1181,19 +1364,19 @@ msgstr "Bienvenue %s" msgid "Hidden" msgstr "Caché(s)" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Cachés anciens" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Cacher les épingles" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historique" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Retour" @@ -1201,12 +1384,12 @@ msgstr "Retour" msgid "How to report a problem" msgstr "Comment signaler un problème" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Comment envoyer des rapports réussis" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "Je viens de signaler un problème sur @fixmystreet" @@ -1220,8 +1403,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Je suis désolé, nous n'avons pas trouvé votre problème dans notre base de données.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1230,14 +1414,14 @@ msgstr "Je suis désolé, nous n'avons pas trouvé votre problème dans notre ba msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "Identifier un <strong>parent</strong> si cet interlocuteur fait lui-même partie d'un autre intelocuteur. Pour des installations basiques, vous n'avez pas besoin de joindre des interlocuteurs de cette manière." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1247,12 +1431,20 @@ msgstr "Si deux interlocuteurs ou plus servent le même lieu, FixMyStreet combin msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Si vous obtenez un peu plus d'informations sur l'état de votre problème, s'il vous plaît revenez sur le site et effectuez une mise à jour." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." -msgstr "Si vous signalez un problème ici, le sujet et les détails seront publics, mais le problème ne sera <strong>pas</strong> signalé à l'administration." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "Si vous voulez que seulement cette priorité soit une option pour des catégories spécifiques, choisissez-les ici. Par défaut, elles seront visibles pour toutes les catégories." + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "Si vous voulez que seulement ce modèle soit une option pour des catégories spécifiques, choisissez-les ici. Par défaut, ils seront visibles pour toutes les catégories." + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." +msgstr "Si vous soumettez un problème ici, le problème <strong>ne sera pas </strong> signalé a l'administration." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -1260,12 +1452,12 @@ msgstr "" "Si vous souhaitez effectuer une mise à jour publique concernant ce problème, s'il vous plaît renseigné le ici\n" "(Veuillez noter qu'elle ne sera pas envoyée à l'administration)." -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Si vous utilisez <strong>une méthode d'envoi autre que le courriel</strong>, saisissez le service ID (Open311) ou un identifiant équivalent ici." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1275,8 +1467,8 @@ msgstr "" " Activez <strong>extended Open311 stauses</strong> si vous voulez autoriser de passer d'autres états.\n" "Contrôlez que votre cobrand supporte cette fonctionnalité avant de basculer vers elle." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." @@ -1284,8 +1476,8 @@ msgstr "" "Si vous avez activé Open311 update-sending plus haut, activez <strong>suppression des alertes</strong> \n" "Si vous ne voulez <strong>pas</strong> prévenir cet utilisateur lorsque ces mises à jour sont créées." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1298,14 +1490,14 @@ msgstr "" msgid "Illegal ID" msgstr "ID invalide" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Sélection de flux invalide" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "En cours" @@ -1317,8 +1509,8 @@ msgstr "En table d'abus ?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "En plus, les attributs suivants qui ne font pas partie de la spécification Open311 v2 sont renvoyés : agency_sent_datetime, title (qui est aussi renvoyé dans la description), interface_used, comment_count, requestor_name (seulement s'il est présent et que le requérant nous a autorisé à l'afficher sur le site)" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1331,18 +1523,26 @@ msgstr "En cours" msgid "Inbox zero, here we come!" msgstr "Boîte de réception zéro, nous voilà!" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Inclure les détails personnels du reporter" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Inclure les rapports non confirmés" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Valeur has_photo invalide \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "inspection requise" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "Instruire entrepreneurs pour résoudre les problèmes" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Notes internes" @@ -1352,19 +1552,23 @@ msgstr "Notes internes" msgid "Internal referral" msgstr "Référence interne" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Valeur agency_responsible invalide \"%s\"" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Date de fin invalide" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Format spécifié %s invalide" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "Location invalide. Le nouvel emplacement doit être couvert par la même administration." + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Date de début invalide" @@ -1372,8 +1576,8 @@ msgstr "Date de début invalide" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "En examen" @@ -1381,33 +1585,33 @@ msgstr "En examen" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Il est souvent plus rapide <a href=\"%s\">de parcourir notre FAQs</a> et d'y chercher la réponse." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "Il est sur le chemin de l’administration en ce moment." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "Zone d'administration Inconnue" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Zone d'administration Inconnue" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Se souvenir de moi sur cet ordinateur" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Dernier auteur" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Dernière actualisation :" @@ -1415,11 +1619,16 @@ msgstr "Dernière actualisation :" msgid "Last update:" msgstr "Dernière actualisation :" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Dernière actualisation :" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Laisser ce champ vide si tous les rapports pour cet interlocuteur doivent être envoyés en utilisant la même méthode (cead, \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Lister tous les problèmes rapportés" @@ -1441,7 +1650,7 @@ msgstr "Flux RSS et alertes email locaux" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Flux RSS et alertes email locales pour « %s »" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Alertes locales" @@ -1449,47 +1658,70 @@ msgstr "Alertes locales" msgid "Locate the problem on a map of the area" msgstr "Localisez le problème sur un plan des alentours" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "CARTE" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "Gérer la liste" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Carte" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Marqué comme envoyé" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Marquer les utilisateurs dont vous voulez surveiller le comportement comme <strong>cochés</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "Marqué fixé / fermé depuis les huit dernières semaines" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "Marqué fixé / fermé depuis plus de huit semaines" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "Marquer les détails du problème" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Message" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "Message à l'organisme compétent:" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "Message à l'organisme externe compétent:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "Organismes disparus :" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "jurisdiction_id manquant" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "Modérer" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "Modérer les détails du rapport" + +#: templates/web/base/report/_main.html:126 +msgid "Moderate this report" +msgstr "Modérer ce rapport" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Modéré par division dans le délai d'un jour ouvrable" @@ -1498,35 +1730,46 @@ msgstr "Modéré par division dans le délai d'un jour ouvrable" msgid "Month" msgstr "Mois" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nom" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Nom :" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Nom: %s" +#: templates/web/base/report/_inspect.html:23 +msgid "Navigate to this problem" +msgstr "Accédez à ce problème" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1536,12 +1779,12 @@ msgstr "Route la plus proche de l'épingle placée sur le plan (génerée automa msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Code postal le plus proche de l'épingle placée sur le plan (géneré automatiquement): %s (à %sm d'ici)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Route la plus proche de l'épingle placée sur le plan (génerée automatiquement à partir de Bing Maps): %s%s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1553,20 +1796,24 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Presque fini! Maintenant, veuillez vérifier votre email" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Nouveaux <br />problèmes" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Nouveau body ajouté" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Nouveau contact de catégorie rajouté" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +msgid "New email address:" +msgstr "Nouvelle adresse émail :" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Nouvelle note interne:" @@ -1574,10 +1821,19 @@ msgstr "Nouvelle note interne:" msgid "New local problems on FixMyStreet" msgstr "Nouveaux problèmes locaux sur FixMyStreet.fr" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "Nouvelle note à DM:" +#: templates/web/base/auth/change_password.html:35 +msgid "New password:" +msgstr "Nouveau mot de passe :" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "Nouvelle priorité" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nouveaux problèmes pour {{COUNCIL}} dans la localité {{WARD}} sur FixMyStreet.fr" @@ -1606,40 +1862,49 @@ msgstr "Nouveaux rapports" msgid "New state" msgstr "Nouvel état" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "Nouveau modèle" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Suivant" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Non" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "Aucune zone" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Aucun intelocuteur" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Pas d'administration" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Aucune administration sélectionnée" @@ -1655,17 +1920,17 @@ msgstr "Aucun problème coché trouvé." msgid "No flagged users found." msgstr "Aucun utilisateur coché trouvé." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Pas d'autres mises à jour" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Aucun résultat retourné" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1678,12 +1943,23 @@ msgstr "" msgid "No supporters" msgstr "Aucun supporter" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Aucun" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"Les utilisateurs (publics) ne doivent pas être associés à toute <strong> zone </strong>. <br>\n" +"Le personnel autorisés peuvent être associés à la zone dans laquelle ils opèrent." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1697,19 +1973,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Pas responsable" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "injoignable" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Pas pour ma subdivision" @@ -1717,12 +1993,12 @@ msgstr "Pas pour ma subdivision" msgid "Not reported before" msgstr "Jamais signalé" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" -msgstr "Pas signalé à l'administration" +msgstr "Non signalé à l'administration" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Note" @@ -1731,9 +2007,8 @@ msgstr "Note" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Notez que quand les rapports non confirmés sont inclus nous utilisons la date de création du rapport, qui peut être dans un autre mois que la date de confirmation, ce qui peut légèrement faire varier les chiffres." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Note :" @@ -1745,23 +2020,21 @@ msgstr "Note : <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Notes du SDM pour DM" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Maintenant pour envoyer votre rapport…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" -msgstr "Now to submit your mise à jour…" +msgstr "Maintenant pour envoyer votre mise à jour…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Probèmes<br /> anciens / inconnus" @@ -1769,44 +2042,52 @@ msgstr "Probèmes<br /> anciens / inconnus" msgid "Old state" msgstr "Ancien état" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Anciens <br />résolus" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Anciens <br />problèmes" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Résumé" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Ouvert" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Ouvrez pendant plus de quatre semaines, avec une mise à jour au cours des huit dernières semaines" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Ouvert, mais sans mise à jour depuis huit semaines" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "Open311 API Key" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "API Open311 pour le serveur FixMyStreet.fr" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "Compétence Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Page web de l'initiative Open311" @@ -1815,23 +2096,23 @@ msgstr "Page web de l'initiative Open311" msgid "Open311 specification" msgstr "Spécification Open311" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Ou problèmes signalés à :" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Ou vous pouvez vous abonner à une alerte en fonction de la commune dans laquelle vous êtes :" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Autres" @@ -1844,7 +2125,7 @@ msgstr "Propriétaire" msgid "Page Not Found" msgstr "Page Introuvable" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Parent" @@ -1854,75 +2135,87 @@ msgstr "Parent" msgid "Partial" msgstr "Partiel" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Mot de passe (facultatif)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Mot de passe :" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Lien permanent" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "Autorisations :" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Numéro de téléphone" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Téléphone (facultatif)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Téléphone" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Photo" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "La photo est nécessaire." -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "Photo requise" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +msgid "Photos" +msgstr "Photos" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Photos de rapports récents à proximité" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Placer l'épingle sur la carte" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1937,11 +2230,13 @@ msgstr "Planifié" msgid "Please be polite, concise and to the point." msgstr "Merci d'être poli, concis et précis." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Merci de vérifier les mots de passe et de réessayer" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1949,19 +2244,21 @@ msgstr "Merci de vérifier les mots de passe et de réessayer" msgid "Please check your email address is correct" msgstr "Merci de vérifier que votre adresse email est correcte" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Merci de sélectionner une catégorie" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Merci de choisir un type de propriété" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Merci de corriger les erreurs ci-dessous" @@ -1979,50 +2276,56 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Merci de ne pas être injurieux — Calomnier l'administration dévalue le service pour tous les utilisateurs." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Merci d'entrer un message" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" -msgstr "" +msgstr "Merci d'entrer un nom" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +msgid "Please enter a name for this body" +msgstr "S'il vous plaît entrez un nom pour cet organisme" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Merci d'entrer un mot de passe :" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Merci d'enter un sujet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Merci d'entrer un email valide" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Merci d'entrer une adresse email valide" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Merci d'entrer quelques détails" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2032,8 +2335,8 @@ msgstr "Merci d'entrer quelques détails" msgid "Please enter your email" msgstr "Merci d'entrer votre email" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Merci d'entrer votre adresse email" @@ -2047,9 +2350,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Merci de saisir votre nom complet, les administrations ont besoin de cette information. Si vous ne souhaitez pas que votre nom soit affiché sur ce site, décochez la case ci-dessous" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Merci de saisir votre nom" @@ -2076,12 +2379,12 @@ msgstr "Vous pouvez vous <a href=\"%s\">connecter à nouveau</a>, ou retourner msgid "Please fill in details of the problem below." msgstr "Merci d'entrer les détails du problème ci-dessous" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Merci d'entrer les détails du problème." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Merci de remplir le formulaire ci-dessous avec les détails du problème, et de décrir l'emplacement aussi précisément que possible dans les détails." @@ -2095,22 +2398,26 @@ msgstr "Nous vous informons que les mises à jour ne sont pas envoyées à l'adm #: templates/web/base/report/new/oauth_email_form.html:4 msgid "Please note your report has <strong>not yet been sent</strong>." -msgstr "" +msgstr "Veuillez noter que votre rapport n'a <strong> pas encore été envoyé </ strong>." -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Merci de noter que votre rapport n'a <strong>pas</strong> été envoyé. Choisissez une catégorie et rajoutez des informations supplémentaires ci-dessous, puis envoyez." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." -msgstr "" +msgstr "Veuillez noter que votre mise à jour n'a <strong> pas encore été postée </ strong>." #: templates/web/base/report/new/notes.html:1 #: templates/web/zurich/report/new/notes.html:1 msgid "Please note:" msgstr "Quelques remarques :" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +msgid "Please provide a public update for this report." +msgstr "Veuillez fournir une mise à jour publique de ce rapport." + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Merci d'expliquer pourquoi vous ré-ouvrez ce rapport" @@ -2124,15 +2431,15 @@ msgstr "Merci de fournir du texte ainsi qu'une photo." msgid "Please say whether you've ever reported a problem to your council before" msgstr "Merci de nous dire si vous avez signalé un problème à une administration auparavant." -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "Veuillez sélectionner une administration." -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Merci de sélectionner le type de flux que vous voulez" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Merci de sélectionner le type d'alerte que vous voulez" @@ -2140,24 +2447,23 @@ msgstr "Merci de sélectionner le type d'alerte que vous voulez" msgid "Please state whether or not the problem has been fixed" msgstr "Merci de préciser si le problème a été réglé ou non." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Merci de charger uniquement des images JPEG" +msgstr "Veuillez uniquement envoyer une image" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Merci de saisir un message" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Merci d'écrire votre mise à jour ici" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2179,11 +2485,19 @@ msgstr "Signalé par %s à %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Précédent" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "Priorités" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "Priorité" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Confidentialité" @@ -2193,15 +2507,13 @@ msgstr "Confidentialité" msgid "Privacy and cookies" msgstr "Vie privée et cookies" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privé" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problème" @@ -2217,12 +2529,13 @@ msgstr "Problème %d confirmé" msgid "Problem %s sent to council %s" msgstr "Problème %d signalé à l’administration %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Répartition des problèmes par état" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problème signalé comme ouvert." @@ -2230,15 +2543,16 @@ msgstr "Problème signalé comme ouvert." msgid "Problem state change based on survey results" msgstr "Changement état des problèmes d'après résultats sondage" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problèmes" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Problèmes aux alentours" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problèmes sur la carte" @@ -2246,12 +2560,12 @@ msgstr "Problèmes sur la carte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problèmes récemment signalés sur FixMyStreet.fr" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problèmes à moins de %.1fkm de ce lieu" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problèmes à l'intérieur de %s" @@ -2262,15 +2576,15 @@ msgstr "Problèmes dans la localité %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "Problèmes dans %s, %s" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problèmes à l'intérieur des limites de :" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Adresse de propriété:" @@ -2278,28 +2592,36 @@ msgstr "Adresse de propriété:" msgid "Provide an update" msgstr "Apporter une mise à jour" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +msgid "Provide update as" +msgstr "Fournir la mise à jour comme" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Fournir un nom et un mot de passe est optionnel, mais cela vous permettra de soumettre des problèmes, faire des mises à jour et gérer les rapports plus facilement." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Un mot de passe n'est pas obligatoire, mais vous permettra de créer, mettre à jour et administrer vos rapports plus facilement." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Réponse publique:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +msgid "Public update:" +msgstr "Mise à jour publique :" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Publier une photo" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Questionnaire" @@ -2316,11 +2638,11 @@ msgstr "Questionnaire %d envoyé pour le problème %s" msgid "Questionnaire filled in by problem reporter" msgstr "Questionnaire rempli par le requérant" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "Flux RSS" @@ -2332,10 +2654,10 @@ msgstr "Flux RSS pour %s" msgid "RSS feed for %s ward, %s" msgstr "Flux RSS pour la localité %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "Flux RSS de %s" @@ -2344,12 +2666,12 @@ msgstr "Flux RSS de %s" msgid "RSS feed of %s, within %s ward" msgstr "Flux RSS de %s, dans la localité %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "Flux RSS de problèmes à proximité" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "Flux RSS des problèmes à l'intérieur de %s" @@ -2364,22 +2686,26 @@ msgid "RSS feed of recent local problems" msgstr "Flux RSS des problèmes locaux récents" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "Flux RSS des mises à jour pour ce problème" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Etre informé par courriel lorsque ce problème est mis à jour." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "Reçu par %s un peu plus tard" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "Les problèmes récents, %s" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Récemment<br />résolus" @@ -2387,6 +2713,11 @@ msgstr "Récemment<br />résolus" msgid "Recently reported problems" msgstr "Problèmes signalés récemment" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Recevoir les mises à jour" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Rappelez-vous que FixMyStreet est principalement destiné au signalement de problèmes physiques qui peuvent être résolus. Si votre problème ne convient pas pour être soumis via ce site, n'oubliez pas que vous pouvez contacter votre administration directement à l'aide de leur propre site web." @@ -2395,13 +2726,23 @@ msgstr "Rappelez-vous que FixMyStreet est principalement destiné au signalement msgid "Remove flag" msgstr "Effacer le signalement" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "Supprimer de votre liste" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "Retirer du site" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Effacer la photo (ne peut pas être annulé !)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "Répondre à l'utilisateur:" @@ -2409,17 +2750,25 @@ msgstr "Répondre à l'utilisateur:" msgid "Report" msgstr "Rapport" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "Rapport ID :" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Signaler un problème" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Signaler un abus" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +msgid "Report as" +msgstr "Signaler comme" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Signaler sur %s" @@ -2434,23 +2783,23 @@ msgstr "Signaler votre problème" msgid "Report, view, or discuss local problems" msgstr "Signalez et suivez les problèmes locaux" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Signalé anonymement à %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Signalé avant" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Signalé par %s à %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "Rapporté par:" @@ -2458,50 +2807,51 @@ msgstr "Rapporté par:" msgid "Reported in the %s category" msgstr "Rapporté dans la catégorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Signalé dans la catégorie %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Signalé dans la catégorie %s par %s à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Signalé par %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Signalé par %s par %s à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Signalé par %s dans la catégorie %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Signalé par %s dans la catégorie %s par %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Publié depuis quatre semaines" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "Remis:" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Signalisation d'un problème" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Rapports" @@ -2513,22 +2863,67 @@ msgstr "Les rapports sont limités à %s caractères de long. Merci de raccourci msgid "Reports awaiting approval" msgstr "Rapports attendant une validation" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "les rapports des utilisateurs ayant une réputation élevée seront envoyés immédiatement sans exiger l'inspection. le seuil de chaque catégorie peut être géré sur sa page d'édition. Les utilisateurs gagnent en réputation quand un rapport qu'ils ont fait est marqué comme inspectés par les inspecteurs." + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "Les déclarations faites par les utilisateurs de confiance seront envoyés à l'organisme responsable sans être inspecté en premier." + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Rapports publiés" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "Rapports en attente d'être envoyés" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "Les rapports seront automatiquement envoyés sans avoir besoin d'être inspecté si <strong> la réputation de l'utilisateur </strong> est égale ou supérieure à cette valeur. Réglez sur <strong> 0 </strong> si tous les rapports doivent être inspectés indépendamment." + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "Seuil de réputation" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "Réputation :" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Renvoyer le rapport" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "Priorités de réponse" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "Priorités de réponse pour %s" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "Priorité de réponse pour %s" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "Modèle de réponse pour %s" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "Modèles de réponse" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "Modèles de réponse pour %s" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Lieu correct?" @@ -2542,46 +2937,56 @@ msgstr "L'opérateur pour cette route (déterminé à partir de la référence e msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "L'opérateur pour cette route (selon OpenStreetMAp): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Pivoter à gauche" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Pivoter à droite" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "La rotation de cette photo annulera les modifications non enregistrées dans le rapport." -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Satellite" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Enregistrer les modifications" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "Sauvegardez avec une mise à jour publique" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Rechercher rapports" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Rechercher les utilisateurs" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Rechercher les rapports" @@ -2591,81 +2996,118 @@ msgstr "Rechercher les rapports" msgid "Search:" msgstr "Rechercher :" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Aucun rapport trouvé lors de la recherche." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Aucun utilisateur trouvé lors de la recherche." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "Voir notre politique de confidentialité" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Sélectionnez un interlocuteur" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Sélectionnez une administration pour voir les rapports qui lui ont été envoyés." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Sélectionnez une zone" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "Sélectionnez le type d'alerte que vous souhaitez et cliquez sur le bouton pour obtenir un flux RSS ou entrez votre adresse e-mail pour vous abonner à une alerte email." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +msgid "Select:" +msgstr "Sélectionner :" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "Envoyer un statuts Open311 étendus avec des mises à jour de demande de service" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "Envoyé le rapport en retour" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Envoyé à %s %s plus tard)" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Envoyé :" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Service:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "Situé à mon emplacement actuel" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Partagez" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "Liste" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "Shortlisté" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "Shortlisté par %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Afficher mon nom publiquement" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Montrer les anciens" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Montrer les épingles" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "S'authentifier" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "Connectez-vous par e-mail à la place en fournissant un nouveau mot de passe. Lorsque vous cliquez sur le lien dans votre e-mail, votre mot de passe sera mis à jour." + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Connectez-vous ou créez un compte" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Déconnexion" @@ -2674,8 +3116,8 @@ msgstr "Déconnexion" msgid "Some categories may require additional information." msgstr "Certaines catégories peuvent exiger des renseignements supplémentaires." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2688,8 +3130,7 @@ msgid "Some photos of recent reports" msgstr "Photos de rapports récents" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Du texte pour localiser" @@ -2705,18 +3146,18 @@ msgstr "Désolé, cela n'est pas un lien valide" msgid "Sorry, there has been an error confirming your problem." msgstr "Désolé, il n'y a eu une erreur lors de la confirmation de votre problème." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Désolé, nous n'avons pas pu trouver cet emplacement." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." -msgstr "" +msgstr "Désolé, nous ne pouvons pas vous connecter pour le moment. Veuillez compléter le formulaire ci-dessous." #: perllib/FixMyStreet/Geocode/Bing.pm:35 #: perllib/FixMyStreet/Geocode/Google.pm:45 @@ -2724,35 +3165,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Désolé, nous n'avons pas pu trouver cet emplacement. Merci de réessayer." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "Désolé, nous ne pouvions pas enregistrer votre image(s), veuillez essayer à nouveau." -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "Désolé, vous n'êtes pas autorisé à faire cette action." + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "Les utilisateurs du personnel ont la permission de se connecter à l'administration du site." + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "Personnel :" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Date de début:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "État actuel" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "État actuel :" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistiques" @@ -2766,12 +3227,12 @@ msgstr "Statut" msgid "Still open, via questionnaire, %s" msgstr "Encore ouvert, via le questionnaire, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "Street View" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Sous-catégorie: %s" @@ -2783,34 +3244,35 @@ msgstr "Subdivision/Interlocuteur" msgid "Subject" msgstr "Sujet" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Sujet :" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Envoyer" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Envoyer les modifications" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Envoi du questionnaire" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2821,38 +3283,51 @@ msgid "Submitted" msgstr "Soumis" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "S'abonner" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Abonnez moi à une alerte par email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +msgid "Summarise the problem" +msgstr "Résumer le problème" + +#: templates/web/base/admin/contact-form.html:129 +msgid "Summarise your changes" +msgstr "Résumez vos modifications" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Résumé" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Rapports résumés" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Enquête" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "Superuser :" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "Supeusers ont l'autorisation d'effectuer des <strong> toutes les actions </strong> au sein de l'administration du site." #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Résultats de l'enquête" @@ -2860,27 +3335,29 @@ msgstr "Résultats de l'enquête" msgid "Template «%s»" msgstr "Modèle «%s»" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Modèles" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Texte" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Version texte seulement" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texte :" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "Merci d’avoir signalé ce problème!" @@ -2893,6 +3370,9 @@ msgid "Thank you for updating this issue!" msgstr "Merci d'’avoir mis à jour ce problème!" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "Merci pour votre enquête" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Merci pour vos commentaires" @@ -2905,41 +3385,41 @@ msgstr "Merci d'avoir chargé votre photo. Nous avons besoin maintenant de local msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Merci, heureux d'apprendre que cela a été résolu ! Pourrions-nous juste vous demander si vous aviez déjà signalé un problème à une administration auparavant ?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Cette image ne semble pas avoir été chargée correctement (% s), réessayez s'il vous plaît." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Ce lieu ne semble pas être couvert par une administration; peut-être est elle en dehors de la zone couverte. Merci de le saisir à nouveau." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Ce lieu ne semble pas ce trouver au Royaume-Uni; Merci de le saisir à nouveau." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Ce code postal n'a pas été reconnu, désolé." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Ce problème a été marqué comme envoyé." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Ce problème va maintenant être renvoyé." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Ce rapport ne peut pas être vu sur %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Ce rapport a été retiré de FixMyStreet.fr." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2947,8 +3427,8 @@ msgstr "" "Cette <strong>adresse courriel</strong> est le destinataire à qui le rapport sera envoyé pour cette catégorie. \n" "D'autres catégories de cet interlocuteur peuvent avoir la même adresse courriel." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2956,8 +3436,8 @@ msgstr "" "Le <strong>destinataire</strong> est l'URL du service auquel FixMyStreet se connectera\n" "quand il enverra des rapports à cet interlocuteur." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." @@ -2965,8 +3445,10 @@ msgstr "" "La <strong>juridiction</strong> est seulement nécessaire si le destinataire en gère plus d'une.\n" " Si l'interlocuteur possède son propre destinataire, vous pouvez laisser ce champ vide." -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2978,8 +3460,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "L'attribut Open311 v2 agency_responsible est utilisé pour lister les administrations qui ont reçu le rapport de problème, ce qui n'est pas tout à fait la façon dont l'attribut est défini dans la spécification Open311 v2." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2998,7 +3480,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Le classement du prix d'assiduité montre l'activité des utilisateurs (qui écrit le plus de rapports)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "L'erreur était : %s" @@ -3040,12 +3522,12 @@ msgstr "Les derniers problèmes à l'intérieur de {{NAME}} rapportés par les u msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "Le lien à expiré, ou peut-être vous ne l’avez pas copier coller correctement." -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "La liste des zones disponibles est donnée par le service Mapit de %s. " -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Les mots de passe ne correspondent pas" @@ -3053,22 +3535,16 @@ msgstr "Les mots de passe ne correspondent pas" msgid "The requested URL '%s' was not found on this server" msgstr "L'URL demandée « %s » n'a pas été trouvée sur ce serveur" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "La plus simple de nos alertes est la géographique :" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Le résumé et la description seront également rendus publics (voir notre <a href=\"/privacy\"> politique de confidentialité </a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "L'utilisateur n'a pas pu localiser le problème sur une carte, mais pour voir la zone autour de l'endroit qu'il ou elle a entré" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3078,11 +3554,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "Il n'y a pas de rapports à montrer." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Il y a eu un problème pour montrer la page tous les rapports. Réessayez s'il vous plaît ultérieurement." @@ -3091,18 +3567,18 @@ msgstr "Il y a eu un problème pour montrer la page tous les rapports. Réessaye msgid "There was a problem showing this page. Please try again later." msgstr "Il y a eu un problème pour afficher cette page. Merci de réessayer ultérieurement." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Il y a un problème avec votre combinaison email / mot de passe. Si vous ne pouvez pas vous souvenir de votre mot de passe, ou n'en avez pas, remplissez s'il vous plaît la section « s'authentifier par email » du formulaire." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Il y a un problème avec votre combinaison email / mot de passe. Réessayez s'il vous plaît." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Il y a un problème avec votre mise à jour. Réessayez s'il vous plaît." @@ -3110,12 +3586,12 @@ msgstr "Il y a un problème avec votre mise à jour. Réessayez s'il vous plaît msgid "There were problems with your report. Please see below." msgstr "Il y a un problème avec votre rapport. Voir s'il vous plaît plus bas." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Il y a un problème avec votre mise à jour. Voir s'il vous plaît plus bas." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3127,11 +3603,30 @@ msgstr "" "Pour plus d' information, lire \n" "<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>cet article</a>. %s" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Ceux-ci seront publiés en ligne pour les autres, conformément à la <a href=\"%s\">politique de confidentialité</a>." + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Ceux-ci seront envoyés à <strong>%s </strong> et également publié en ligne pour les autres, conformément à notre <a href=\"%s\"> politique de confidentialité</a>." + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "Ceux-ci seront envoyés a l'administration, mais ne seront jamais affichés en ligne." + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "Ceux-ci ne seront jamais affichés en ligne." + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Cette implémentation de l'API est en cours de travaux et n'est pas encore stabilisée. Elle est susceptible de changer sans avertissement préalable à l'avenir." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3141,12 +3636,12 @@ msgstr "" "Par conséquent, aucune de ses catégories n'apparaitra dans le menu déroulant \"Catégories\" lorsque les utilisateurs rapportent des problèmes.\n" "Pour l'instant, les utilisateurs <strong>ne peuvent rapporter de problèmes à cet interlocuteur</strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Cet interlocuteur n'a aucun contact. Donc, les problèmes rapportés actuellement à cet interlocuteur <strong>ne seront pas envoyés</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3154,17 +3649,17 @@ msgstr "" "Cet intelocuteur recevra seulement des rapports pour des problèmes qui sont situés sur sa <strong>zone couverte</strong>.\n" "Un interlocuteur ne recevra aucun rapport tant qu'il ne couvre aucune zone." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Cet email a été envoyé aux deux administrations couvrant l'emplacement du problème parce que l'utilisateur ne l'a pas classé ; ignorez-le s'il vous plaît si vous n'êtes pas l'administration responsable pour la question, ou faites-nous savoir la bonne catégorie de problèmes afin que nous puissions l'ajouter à notre système." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Cet email a été envoyé à plus d'une administration couvrant l'emplacement du problème, la catégorie de problème choisie par l'utilisateur étant présente pour chacune d'entre elles ; ignorez-le s'il vous plaît si vous n'êtes pas l'administration responsable pour la question." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Ces renseignements sont nécessaires" @@ -3173,62 +3668,72 @@ msgstr "Ces renseignements sont nécessaires" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Ceci est un site en développement, le service peut être interrompu à tout moment, et la base de données sera régulièrement effacée." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Ceci est un résumé de tous les rapports pour ce site." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "Ce nid de poule est ici depuis deux mois et ..." + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Ce problème a été résolu" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Ce problème n'a pas été résolu" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Ce rapport attend une modération." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Ce rapport est actuellement marqué comme fermé." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Ce rapport est actuellement marqué comme résolu." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Ce rapport est actuellement marqué comme ouvert." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Ce rapport a été soumis anonymement" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Cette page Web contient également une photo du problème, fournie par l'utilisateur." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "Le temps passé (en minutes):" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Chronologie" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "Conseils pour des photos adaptées" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titre" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "Titre:" @@ -3241,18 +3746,34 @@ msgstr "Pour savoir quelles sont les alertes locales pour vous, s'il vous plaît msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Pour afficher les alertes qui vous concernent, saisissez votre code postal ou le nom d'une rue et une localité" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Pour voir une carte de l'emplacement précis de ce problème" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Total" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "La gestion du trafic est nécessaire ?" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "Accrédité par les organismes:" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "Accrédité pour faire des rapports sans être inspectés" + +#: templates/web/base/admin/user-form.html:119 +msgid "Trusted:" +msgstr "Accrédité :" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Essayez à nouveau" @@ -3263,20 +3784,24 @@ msgstr "Essayez en nous envoyant un e-mail directement:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Ne peut être résolu" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Non confirmé" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "rapports non résolus" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Inconnu" @@ -3285,18 +3810,19 @@ msgstr "Inconnu" msgid "Unknown alert type" msgstr "Type d'alerte inconnu" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "erreur inconnue" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "ID de problème inconnu" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Mise à jour" @@ -3312,12 +3838,12 @@ msgstr "Mise à jour ci-dessous ajoutée anonymement à %s" msgid "Update below added by %s at %s" msgstr "Mise à jour ci-dessous ajoutée par %s à %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Interlocuteur pour la mise à jour " -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Répartition des problèmes par état" @@ -3325,20 +3851,20 @@ msgstr "Répartition des problèmes par état" msgid "Update by {{name}}" msgstr "Mise à jour par {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Mise à jour du statut du problème vers %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Une mise à jour a marqué ce problème comme résolu" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Mettre a jour le problème réouvert" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Mettre à jour les statuts" @@ -3348,13 +3874,13 @@ msgstr "Mettre à jour les statuts" msgid "Updated" msgstr "Mis à jour" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Mis à jour !" @@ -3364,7 +3890,7 @@ msgstr "Mis à jour !" msgid "Updates" msgstr "Mises à jour" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Les mises à jour sont limitées à %s caractères de long. Merci de raccourcir votre texte" @@ -3378,20 +3904,28 @@ msgstr "Mises à jour sur {{title}}" msgid "Updates to this problem, %s" msgstr "Mises à jour de ce problème, %s" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." -msgstr "Utiliser la <strong>note</strong> pour enregistrer des détails qui sont seulement affichée aux administrateurs. Les notes ne sont pas affichées publiquement, et ne sont pas envoyés à l'interlocuteur." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "Utiliser l'extension de mise à jour d'envoi Open311" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +msgstr "Utilisez ce champ pour enregistrer les détails qui sont affichés uniquement dans le portail d'admin du site. L'entrée n'est pas affichée publiquement, et n'est pas envoyée à l'administration." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "Carte utilisée" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "ID utilisateur de récupération des commentaires à" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Utilisateur dé–signalé" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Utilisateur signalé" @@ -3399,23 +3933,28 @@ msgstr "Utilisateur signalé" msgid "User search finds matches in users' names and email addresses." msgstr "La recherche utilisateurs parcourt les noms et adresses courriel." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Utilisateurs" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "Les utilisateurs peuvent effectuer les actions suivantes concernant leur administration ou dans la zone affectée." + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Valeurs mises à jour" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Voir le rapport sur le site" @@ -3425,7 +3964,7 @@ msgid "View reports by ward" msgstr "Afficher les rapports par quartier" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Consultation d'un lieu" @@ -3442,23 +3981,17 @@ msgstr "Localités de cette administration" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Nous avons trouvé plus d'une correspondance pour cet endroit. Nous montrons jusqu'à dix résultats, essayez s'il vous plaît une recherche différente si le vôtre n'est pas ici." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "Nous avons trouvé plus d'une correspondance pour cette référence de problème :" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." -msgstr "" - -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Nous n’affichons jamais votre email" +msgstr "Nous avons besoin de votre adresse e-mail, veuillez l'indiquer ci-dessous." -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Nous n’affichons jamais votre email ou numéro de téléphone." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Nous sommes conscients que ce problème pourrait être la responsabilité de %s, mais nous n'avons actuellement pas leurs coordonnées. Si vous connaissez une adresse de contact approprié, faites-le nous savoir s'il vous plaît." @@ -3479,15 +4012,11 @@ msgstr "Nous sommes désolés d’apprendre que le problème n&esquo;est pas msgid "We’ll get back to you as soon as we can." msgstr "Nous reviendrons vers vous dès que nous le pouvons." -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "Quelle a été votre expérience concernant la résolution du problème?" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "Quel est le problème, et où est-il?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Édité le" @@ -3496,16 +4025,16 @@ msgstr "Édité le" msgid "When sent" msgstr "Envoyé le" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." -msgstr "" +msgstr "Trois photos suffisent." #: templates/web/base/tokens/confirm_alert.html:7 msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "Pourquoi arrêter là ? <a href=\"/alert\"> déclarer plus d’alertes </a> gratuitement." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3519,7 +4048,7 @@ msgstr "Avec les recherches à requètes, il est également possible de recherch msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Aimeriez-vous contribuer à FixMyStreet? Notre code est open source et <a href=\"http://fixmystreetf.org\"> disponible sur fixmystreet.org </a>" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Aimeriez-vous recevoir un autre questionnaire dans 4 semaines, pour vous rappeler de vérifier l'état?" @@ -3535,22 +4064,22 @@ msgstr "Mauvais emplacement? Il suffit de cliquer à nouveau sur la carte." msgid "Year" msgstr "Année" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Oui" @@ -3576,7 +4105,7 @@ msgstr "Vous signalez la mise à jour suivante comme étant violente, contenant msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Vous pouvez <a href=\"%s%s\">consulter le problème sur ce site</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Vous pouvez ajouter un courriel d'utilisateur abusif dans la liste des abus, qui cache automatiquement (et n'envoie jamais) les rapports qu'ils crèent." @@ -3594,18 +4123,18 @@ msgstr "" "Par exemple, ce la peut être utile si vous voulez garder un œil sur un utilisateur qui a envoyé des rapports inappropriés \n" "par le passé." -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Vous pouvez nous aider en trouvant une adresse e-mail de contact pour les problèmes locaux pour %s et en nous l'envoyant à <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Vous pouvez marqué un interlocuteur comme supprimé si vous ne voulez pas qu'il soit actif sur le site." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Vous avez refusé; merci de remplir le champ ci-dessus" @@ -3613,74 +4142,79 @@ msgstr "Vous avez refusé; merci de remplir le champ ci-dessus" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Vous avez déjà répondu à ce questionnaire. Si vous avez une question, <a href='%s'>entrez en contact avec nous</a>, ou <a href='%s'>affichez votre problème</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Vous avez déjà joint les photos de ce rapport. Notez que vous pouvez joindre un maximum de 3 photos par déclaration (si vous en télécharger plus, le plus ancien est supprimé)." -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." -msgstr "" +msgstr "Il y a déjà des photos pour cette mise à jour. veuillez noter que vous pouvez joindre un maximum de 3 photos sur cette mise à jour (si vous en envoyez plus, la plus ancienne sera supprimée)." #: templates/web/base/auth/sign_out.html:4 #: templates/web/zurich/auth/sign_out.html:3 msgid "You have been signed out" msgstr "Vous avez été déconnecté" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Vous avez localisé le problème au point marqué avec une épingle verte sur la carte. Si ce n'est pas le bon endroit, il suffit de cliquer à nouveau sur la carte." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Votre adresse courriel a bien été confirmée." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Vous avez réussi à vous connecter ; veuillez vérifier et confirmer que vos coordonnées sont exactes :" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Vous n'avez encore créés aucun rapport. <a href=\"%s\">Rapportez un problème maintenant.</a>" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "Vous n'avez pas encore short-listé de rapport." + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Vous devez <a href=\"%s\">ajouter des interlocuteurs</a> (comme des municipalités ou des services publics) pour que des rapports puissent être envoyés." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "Vous devez ajouter des interlocuteurs (comme des municipalités ou des services) avant de pouvoir ajouter les catégories de problèmes qu'il peuvent gérer (ex. trous dans la chaussée ou éclairage) et ajouter les contacts (ex. adresse courriel) à qui les rapports sont envoyés. " -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Vous voulez vraiment renvoyer?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Vos rapports" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +msgid "Your account" +msgstr "Votre compte" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Votre email" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3690,13 +4224,12 @@ msgstr "Votre adresse email" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Votre information sera utilisée seulement en accord avec notre <a href=\"/privacy\">politique de confidentialité</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Votre nom" @@ -3707,46 +4240,52 @@ msgstr "Votre nom" msgid "Your password" msgstr "Votre mot de passe" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Votre mot de passe a été changé" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Votre numéro de téléphone" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" -msgstr "" +msgstr "Votre rapport" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Vos rapports" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +msgid "Your shortlist" +msgstr "Votre liste" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Vos mises à jour" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "tous les rapports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +msgid "Yourself" +msgstr "Vous" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "Tous" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "par %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "rapports fermés" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "administration" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "n'a pas utilisé le plan" @@ -3755,15 +4294,11 @@ msgstr "n'a pas utilisé le plan" msgid "e.g. ‘%s’ or ‘%s’" msgstr "Par exemple '%s' ou '%s'" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "saisissez l'utilisateur" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "rapports résolus" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3774,7 +4309,7 @@ msgstr "de %s utilisateurs différents" msgid "last updated %s" msgstr "dernière mise à jour %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "moins d'une minute" @@ -3819,13 +4354,22 @@ msgstr "marqué comme planifié" msgid "marked as unable to fix" msgstr "marqué comme impossible à résoudre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "s.o." -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "aucun" + +#: templates/web/base/admin/category_edit.html:35 +msgid "optional" +msgstr "optionnel" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr " ou " @@ -3833,22 +4377,22 @@ msgstr " ou " msgid "or locate me automatically" msgstr "Clickez ici pour vous localiser automatiquement" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "saisi initialement: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "autres lieux:" @@ -3857,41 +4401,40 @@ msgstr "autres lieux:" msgid "reopened" msgstr "réouvert" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "obligatoire" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "déconnexion" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "L'administration locale" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Il n'y a aucune épingle affichée parce que l'utilisateur n'a pas utilisé la carte" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "Ce type de problème local" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "aujourd'hui" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "rapports non résolus" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "plan utilisé" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "l'utilisateur est de la même administration que le problème - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "L'utilisateur est propriétaire du problème" @@ -3907,7 +4450,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> rapport récemment" msgstr[1] "<big>%s</big> rapports récemment" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3921,7 +4464,7 @@ msgid_plural "%d supporters" msgstr[0] "%d supporter" msgstr[1] "%d supporters" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3935,14 +4478,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> mise à jour de rapport" msgstr[1] "<big>%s</big> mises à jour de rapports" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Nous n'avons pas encore de détails pour l'administration responsable de ce lieu." msgstr[1] "Nous n'avons pas encore de détails pour les administrations responsables de ce lieu." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3963,61 +4506,16 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> résolu le mois passé" msgstr[1] "<big>%s</big> résolus le mois passé" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d jour" msgstr[1] "%d jours" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Nous n'avons pas encore de détails pour l'autre administration responsable de ce lieu." msgstr[1] "Nous n'avons pas encore de détails pour les autres administrations responsables de ce lieu." - -#~ msgid "%s, reported at %s" -#~ msgstr "%s, rapporté %s" - -#~ msgid "About us" -#~ msgstr "À propos" - -#~ msgid "Email me new local problems" -#~ msgstr "Envoyez-moi les nouveaux problèmes locaux" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "appartement ou maisonnette vide" - -#~ msgid "Empty house or bungalow" -#~ msgstr "maison ou bungalow vide" - -#~ msgid "Empty office or other commercial" -#~ msgstr "bureau ou commerce vide" - -#~ msgid "Empty pub or bar" -#~ msgstr "pub ou bar vide" - -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "bâtiment public - école - hôpital, etc non renseigné." - -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Saisissez un nom de rue proche et une localité, le code postal et le district de Delhi" - -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" - -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Je suis désolé, vous ne pouvez pas confirmer des rapports non validés" - -#~ msgid "Problems in this area" -#~ msgstr "Problèmes dans cette zone" - -#~ msgid "Property type:" -#~ msgstr "Type de propriété:" - -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "Flux RSS des problèmes à l'intérieur de cette %s" - -#~ msgid "Whole block of empty flats" -#~ msgstr "Tout le bloc d'appartements vides" diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po index 944172a7f..d92aadf78 100644 --- a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/mysociety/fixmystreet/language/he_IL/)\n" "Language: he_IL\n" @@ -19,17 +19,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "או" @@ -37,17 +37,17 @@ msgstr "או" msgid "%d edits by %s" msgstr "" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -88,12 +88,12 @@ msgstr "" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -115,40 +115,40 @@ msgstr "" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "" @@ -157,33 +157,38 @@ msgstr "" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -192,8 +197,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -209,11 +214,19 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -222,8 +235,8 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "" @@ -235,34 +248,53 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +msgid "Add/edit problem categories" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "" @@ -274,12 +306,12 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "" @@ -287,10 +319,15 @@ msgstr "" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +msgid "All categories" +msgstr "" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "" @@ -300,18 +337,7 @@ msgstr "" msgid "All reports between %s and %s" msgstr "" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -320,48 +346,66 @@ msgstr "" msgid "Anonymous" msgstr "" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +msgid "Another user" +msgstr "" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +msgid "Are you sure?" +msgstr "" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "" @@ -373,37 +417,63 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "צור דו\"ח" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "" @@ -415,9 +485,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "קטגוריה" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "קטגוריה" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -427,44 +514,63 @@ msgstr "" msgid "Category" msgstr "" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "קטגוריה" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "קטגוריה: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "כתובת דואר אלקטרוני:" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "החלף ססמא" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -475,23 +581,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "" @@ -511,8 +612,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -526,15 +627,20 @@ msgstr "" msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "צור דו\"ח" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" @@ -542,26 +648,22 @@ msgstr "" msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "תצורה" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "אשר" @@ -582,10 +684,9 @@ msgstr "" msgid "Confirmation" msgstr "אישור" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "אישר" @@ -596,7 +697,7 @@ msgstr "" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "אישר:" @@ -615,17 +716,17 @@ msgstr "צור קשר" msgid "Contact the team" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "" @@ -639,11 +740,11 @@ msgstr "עירייה" msgid "Council contacts for %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "" @@ -658,23 +759,37 @@ msgstr "ספירה" msgid "Create a report" msgstr "צור דו\"ח" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "צור קטגוריה" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "צור דו\"ח" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "" @@ -683,13 +798,13 @@ msgstr "" msgid "Current state" msgstr "" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -702,44 +817,50 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "נמחק" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "תיאור" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "תיאור" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "פרטים" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -747,16 +868,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" @@ -764,18 +889,18 @@ msgstr "" msgid "Don't like forms?" msgstr "לא אוהב טפסים?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "כפול" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -783,20 +908,51 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "ערוך" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "ערוך פרטי גוף" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "ערוך פרטי גוף" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "צור קטגוריה" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "עורך" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -809,18 +965,18 @@ msgstr "ערוך בעיה %d" msgid "Editing update %d" msgstr "ערוך עידכון %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "ערוך משתמש %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "עורך" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -829,12 +985,15 @@ msgstr "עורך" msgid "Email" msgstr "דואר אלקטרוני" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "דואר אלקטרוני הוסף לרשימת המשתמשים לרעה" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "כתובת דואר אלקטרוני:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -845,24 +1004,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "דואר אלקטרוני כבר ברשימת המשתמשים לרעה" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "דואר אלקטרוני:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "דואר אלקטרוני: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -870,19 +1029,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -904,8 +1063,8 @@ msgstr "" msgid "Enter a nearby street name and area" msgstr "" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -924,11 +1083,12 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "" @@ -937,26 +1097,49 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "צור קטגוריה" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "ערוך פרטי גוף" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -966,23 +1149,23 @@ msgstr "" msgid "Filter report list" msgstr "" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "" @@ -996,11 +1179,16 @@ msgstr "" msgid "Fixed - User" msgstr "" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1009,8 +1197,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1018,7 +1206,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1026,8 +1214,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1035,20 +1223,25 @@ msgstr "" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1058,12 +1251,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "" @@ -1077,7 +1266,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "" @@ -1085,53 +1274,64 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1139,19 +1339,19 @@ msgstr "" msgid "Hidden" msgstr "" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "" @@ -1159,12 +1359,12 @@ msgstr "" msgid "How to report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1178,8 +1378,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1188,14 +1389,14 @@ msgstr "" msgid "ID" msgstr "" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1205,38 +1406,46 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1247,14 +1456,14 @@ msgstr "" msgid "Illegal ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "" @@ -1266,8 +1475,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1280,18 +1489,26 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "" @@ -1301,19 +1518,23 @@ msgstr "" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "" @@ -1321,8 +1542,8 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "" @@ -1330,33 +1551,33 @@ msgstr "" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "" @@ -1364,11 +1585,15 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +msgid "Least recently updated" +msgstr "" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "" @@ -1390,7 +1615,7 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "" @@ -1398,47 +1623,72 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "ערוך פרטי גוף" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "צור דו\"ח" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1447,35 +1697,46 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "" +#: templates/web/base/report/_inspect.html:23 +msgid "Navigate to this problem" +msgstr "" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1485,12 +1746,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1500,20 +1761,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "כתובת דואר אלקטרוני:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1521,10 +1787,20 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "החלף ססמא" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1553,40 +1829,49 @@ msgstr "" msgid "New state" msgstr "" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "" @@ -1602,17 +1887,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1623,12 +1908,21 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1638,19 +1932,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1658,12 +1952,12 @@ msgstr "" msgid "Not reported before" msgstr "" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -1672,9 +1966,8 @@ msgstr "" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "" @@ -1686,23 +1979,21 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "" @@ -1710,44 +2001,52 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1756,23 +2055,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "" @@ -1785,7 +2084,7 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" @@ -1795,75 +2094,87 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +msgid "Photos" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1878,11 +2189,13 @@ msgstr "" msgid "Please be polite, concise and to the point." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1890,19 +2203,21 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1917,50 +2232,56 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +msgid "Please enter a name for this body" +msgstr "" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1970,8 +2291,8 @@ msgstr "" msgid "Please enter your email" msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "" @@ -1985,9 +2306,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "" @@ -2014,12 +2335,12 @@ msgstr "" msgid "Please fill in details of the problem below." msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" @@ -2035,12 +2356,12 @@ msgstr "" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2049,6 +2370,10 @@ msgstr "" msgid "Please note:" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +msgid "Please provide a public update for this report." +msgstr "" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "" @@ -2062,15 +2387,15 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "" @@ -2078,10 +2403,10 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" msgstr "" @@ -2089,12 +2414,12 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2116,11 +2441,19 @@ msgstr "" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2130,15 +2463,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "" @@ -2154,12 +2485,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "" @@ -2167,15 +2499,16 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "" @@ -2183,12 +2516,12 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "" @@ -2199,15 +2532,15 @@ msgstr "" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2215,28 +2548,36 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +msgid "Provide update as" +msgstr "" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +msgid "Public update:" +msgstr "" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "" @@ -2253,11 +2594,11 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "" @@ -2269,10 +2610,10 @@ msgstr "" msgid "RSS feed for %s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "" @@ -2281,12 +2622,12 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "" @@ -2301,22 +2642,26 @@ msgid "RSS feed of recent local problems" msgstr "" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "" @@ -2324,6 +2669,10 @@ msgstr "" msgid "Recently reported problems" msgstr "" +#: templates/web/base/reports/_list-filters.html:37 +msgid "Recently updated" +msgstr "" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -2332,13 +2681,23 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2346,17 +2705,25 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +msgid "Report as" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "" @@ -2371,23 +2738,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2395,50 +2762,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2450,22 +2818,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2479,46 +2892,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "" @@ -2528,81 +2951,118 @@ msgstr "" msgid "Search:" msgstr "" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +msgid "Select:" +msgstr "" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -2611,8 +3071,8 @@ msgstr "" msgid "Some categories may require additional information." msgstr "" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2623,8 +3083,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2640,16 +3099,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2659,35 +3118,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "" @@ -2701,12 +3180,12 @@ msgstr "" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2718,34 +3197,35 @@ msgstr "" msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2756,38 +3236,51 @@ msgid "Submitted" msgstr "" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +msgid "Summarise the problem" +msgstr "" + +#: templates/web/base/admin/contact-form.html:129 +msgid "Summarise your changes" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "" @@ -2795,27 +3288,29 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2828,6 +3323,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2840,62 +3338,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2905,8 +3405,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2923,7 +3423,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "" @@ -2965,12 +3465,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "" @@ -2978,22 +3478,16 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3001,11 +3495,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3014,18 +3508,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3033,12 +3527,12 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3047,39 +3541,58 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "" @@ -3088,62 +3601,72 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3156,18 +3679,34 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +msgid "Trusted:" +msgstr "" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "" @@ -3178,20 +3717,24 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "" @@ -3200,18 +3743,19 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3227,12 +3771,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3240,20 +3784,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3263,13 +3807,13 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "" @@ -3279,7 +3823,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3293,20 +3837,28 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3314,23 +3866,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -3340,7 +3897,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -3357,23 +3914,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3394,15 +3945,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -3411,7 +3958,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3419,8 +3966,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3434,7 +3981,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3450,22 +3997,22 @@ msgstr "" msgid "Year" msgstr "" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "" @@ -3491,7 +4038,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3506,18 +4053,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -3525,13 +4072,13 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3540,59 +4087,65 @@ msgstr "" msgid "You have been signed out" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "" +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "אשר חשבון" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3602,13 +4155,12 @@ msgstr "" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "" @@ -3619,38 +4171,44 @@ msgstr "" msgid "Your password" msgstr "" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +msgid "Your shortlist" +msgstr "" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +msgid "Yourself" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 @@ -3658,7 +4216,7 @@ msgstr "" msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "" @@ -3667,15 +4225,11 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3686,7 +4240,7 @@ msgstr "" msgid "last updated %s" msgstr "" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "" @@ -3731,13 +4285,22 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +msgid "optional" +msgstr "" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "" @@ -3745,22 +4308,22 @@ msgstr "" msgid "or locate me automatically" msgstr "" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "" @@ -3769,41 +4332,40 @@ msgstr "" msgid "reopened" msgstr "" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "" @@ -3819,7 +4381,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3833,7 +4395,7 @@ msgid_plural "%d supporters" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3847,14 +4409,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3875,19 +4437,16 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "" msgstr[1] "" - -#~ msgid "Email me new local problems" -#~ msgstr "שלח לי דואר אלקטרוני על בעיות מקומיות חדשות" diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po index 5f4c56f9f..bd52835e3 100644 --- a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Croatian (http://www.transifex.com/mysociety/fixmystreet/language/hr/)\n" "Language: hr\n" @@ -20,17 +20,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "i" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ili" @@ -38,17 +38,17 @@ msgstr "ili" msgid "%d edits by %s" msgstr "%d izmjene od strane %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Sažetak izvješća" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -89,12 +89,12 @@ msgstr "%s ažuriranje uživo" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s Upitnici poslani – %s odgovoreno (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -116,40 +116,40 @@ msgstr "" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email na crnoj listi)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(zadana udaljenost koja obuhvaća približno 200,000 stanovnika)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(zatvoreno)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(popravljeno)" @@ -158,33 +158,38 @@ msgstr "(popravljeno)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(grafiti, ilegalno odlaganje otpada, oštećeni kolnici, klupe, lampe...)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(nije poslano odgovornom tijelu)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(nije obavezno)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(poslano na obje adrese)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Izaberi kategoriju --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Izaberite vrstu posjeda --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -193,8 +198,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -210,11 +215,19 @@ msgstr "<strong>No</strong> Potvrdi moju prijavu e-mailom" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>No</strong> Potvrdi moje ažuriranje e-mailom" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>No</strong> prijavi se e-mailom" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -223,8 +236,8 @@ msgstr "<strong>Da</strong> Imam password" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "" @@ -236,34 +249,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Dodaj novu kategoriju" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Dodaj novu kategoriju" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Dodano %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Još jednom:" @@ -275,12 +308,12 @@ msgstr "Upozorenje %d kreirano za %s, tip %s, parametri%s / %s" msgid "Alert %d disabled (created %s)" msgstr "Upozorenje %d onemogućeno (kreirano%s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Javi mi buduće promjene" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Sve Prijave" @@ -288,10 +321,16 @@ msgstr "Sve Prijave" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Sve Prijave" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Sve prijave" @@ -301,18 +340,7 @@ msgstr "Sve prijave" msgid "All reports between %s and %s" msgstr "Sve prijave između %s i %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Sve unešene informacije bit će poslane na" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Sve informacije koje nam dostavite bit će proslijeđene <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Ažuriranjem je ovaj problem evidentiran kao popravljen." @@ -321,48 +349,67 @@ msgstr "Ažuriranjem je ovaj problem evidentiran kao popravljen." msgid "Anonymous" msgstr "Anonimno" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonimno:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +msgid "Another user" +msgstr "" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Jeste li programer?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Jeste li programer?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "" @@ -374,37 +421,63 @@ msgstr "Većinom %d su zahtjevi vraćeni na query. Vraćeni zahtjevi poredani s msgid "At the moment only searching for and looking at reports work." msgstr "Trenutačno radi samo pretraživanje i pregledavanje prijava." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Sve prijave" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Onemogući e-mail adrese" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Po datumu" @@ -416,9 +489,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Ne možete vidjeti mapu? <em>Preskoči ovaj korak</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategorija" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategorija:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -428,44 +518,64 @@ msgstr "Ne možete vidjeti mapu? <em>Preskoči ovaj korak</em>" msgid "Category" msgstr "Kategorija" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "npr. ‘%s’ ili‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr " Postotak popravaka za kategoriju > staro 4 tjedna" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategorija:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategorija: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Onemogući e-mail adrese" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Promijeni lozinku" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -476,23 +586,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Kliknite mapu da prijavite problem" @@ -512,8 +617,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -527,15 +632,20 @@ msgstr "" msgid "Closed" msgstr "Zatvoreno" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Zatvorilo je odgovorno tijelo" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Ponovno pošalji prijavu" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Zatvoreno:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinate:" @@ -543,26 +653,22 @@ msgstr "Koordinate:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Cobrand podaci:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Konfiguriraj Endpoint" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Potvrdi" @@ -583,10 +689,9 @@ msgstr "" msgid "Confirmation" msgstr "Potvrda" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Potvrđeno" @@ -597,7 +702,7 @@ msgstr "Potvrđene prijave između %s i %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Potvrđeno:" @@ -616,17 +721,17 @@ msgstr "Kontaktiraj nas" msgid "Contact the team" msgstr "Kontaktiraj tim" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Nepoznati korisnik" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "" @@ -640,11 +745,11 @@ msgstr "Vijeće" msgid "Council contacts for %s" msgstr "Kontakti vijeća za %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "odgovorno tijelo ref: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Vijeće:" @@ -659,23 +764,38 @@ msgstr "Brojač" msgid "Create a report" msgstr "Kreiraj izvješće" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kreiraj kategoriju" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Kreiraj izvješće" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Nije prijavljeno odgovornom tijelu" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Kreirano" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Kreirano:" @@ -684,13 +804,13 @@ msgstr "Kreirano:" msgid "Current state" msgstr "Trenutno stanje" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -703,44 +823,49 @@ msgstr "Nadzorna ploča" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Izbrisano" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +msgid "Description:" +msgstr "" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detalji" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detalji:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Prenešeno" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -748,16 +873,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Ne’znam" @@ -765,18 +894,18 @@ msgstr "Ne’znam" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -784,20 +913,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Uredi" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Unesi detalje" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Kreiraj kategoriju" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Pogledaj prijave na stranici" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Sve prijave" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -810,18 +971,18 @@ msgstr "Uređivanje problema %d" msgid "Editing update %d" msgstr "Uređivanje ažuriranja %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Uređivane korisnika %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Urednik" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -830,13 +991,16 @@ msgstr "Urednik" msgid "Email" msgstr "E-mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "E-mail dodan na listu zloupotrebe" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" -msgstr "" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" +msgstr "Onemogući e-mail adrese" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -846,24 +1010,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "E-mail je već na listi zloupotrebe" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-mail:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -871,19 +1035,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -905,8 +1069,8 @@ msgstr "Unesi obližnji poštanski broj ili ime ulice i kvarta" msgid "Enter a nearby street name and area" msgstr "Unesi ime obližnje ulice i kvarta" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -925,11 +1089,12 @@ msgstr "Unesi detalje o problemu" msgid "Error" msgstr "Greška" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Primjer poštanskog broja %s" @@ -938,26 +1103,49 @@ msgstr "Primjer poštanskog broja %s" msgid "Examples:" msgstr "Primjeri:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Kreiraj kategoriju" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Dodatni podaci:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Dodatni podaci:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -967,23 +1155,23 @@ msgstr "" msgid "Filter report list" msgstr "" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Prvi put" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Popravljeno" @@ -997,11 +1185,17 @@ msgstr "Popravljeno - odgovorno tijelo" msgid "Fixed - User" msgstr "Popravljeno - Korisnik" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Ponovno pošalji prijavu" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Popravljeno:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1010,8 +1204,8 @@ msgstr "" msgid "Flag user" msgstr "Označi korisnika" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Označen" @@ -1019,7 +1213,7 @@ msgstr "Označen" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1027,8 +1221,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Označen:" @@ -1036,20 +1230,25 @@ msgstr "Označen:" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Zaboravili ste šifru?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1059,12 +1258,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Često postavljana pitanja" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS na Google Mapama" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Primite ažuriranja" @@ -1078,7 +1273,7 @@ msgstr "Primite ažuriranja %s problema" msgid "Get updates of problems in this %s" msgstr "Primite ažuriranja problema u ovom %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Prijavi se na RSS izvor" @@ -1086,53 +1281,64 @@ msgstr "Prijavi se na RSS izvor" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Idi" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Pošalji upitnik?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Grafikon nastanka problema prema položaju tijekom vremena" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Sivo osjenčani su councils koji više ne postoje" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Je li ovaj problem popravljen?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Jeste li prije prijavljivali problem odgovornom tijelu ili je ovo prvi put?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Pomoć" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Vrste upozorenja za lokalne probleme ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Zdravo %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1140,19 +1346,19 @@ msgstr "Zdravo %s" msgid "Hidden" msgstr "Skriveno" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Sakrij staro" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Sakrij pinove" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Povijest" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "" @@ -1160,12 +1366,12 @@ msgstr "" msgid "How to report a problem" msgstr "Kako prijaviti problem" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1179,8 +1385,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Nažalost, ne možemo locirati tvoj problem u bazi podataka.⏎\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1189,14 +1396,14 @@ msgstr "Nažalost, ne možemo locirati tvoj problem u bazi podataka.⏎\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1206,38 +1413,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Ako iznesete problem ovdje sadržaj i detalji problema bit će javni, ali će problem <strong>not</strong> biti prijavljen vijeću." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1248,14 +1464,14 @@ msgstr "" msgid "Illegal ID" msgstr "Ilegalan ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Ilegalan odabir izvora" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "U tijeku" @@ -1267,8 +1483,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "Nadalje, sljedeća svojstva koja nisu dio Open311 v2 specifikacija su vraćena: agencijski _poslano_datum-vrijeme, naslov (također vraćen kao dio opisa), sučelje_korišteno, brojač_komentara, ime_pretražitelja(prisutno samo ako je tražitelj dopustio prikaz imena na ovoj stranici)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1281,18 +1497,26 @@ msgstr "U tijeku" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Uključi nepotvrđene prijave" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Pogrešno ima_foto vrijednost\"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "" @@ -1302,19 +1526,23 @@ msgstr "" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Nevažeća odgovorna_vrijednost agencije %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Nevažeći datum završetka" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Naveden nevažeći %s format." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Nevažeći datum početka" @@ -1322,8 +1550,8 @@ msgstr "Nevažeći datum početka" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Istražujem" @@ -1331,33 +1559,33 @@ msgstr "Istražujem" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Ostani prijavljen na ovom računalu" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Posljednji " -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Posljednje ažuriranje" @@ -1365,11 +1593,16 @@ msgstr "Posljednje ažuriranje" msgid "Last update:" msgstr "Posljednje ažuriranje:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Posljednje ažuriranje" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Izlistaj sve prijavljenje probleme" @@ -1391,7 +1624,7 @@ msgstr "Lokalni RSS izvori i e-mail upozorenja" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Lokalni RSS izvori i e-mail upozorenja za‘%s’" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Lokalna upozorenja" @@ -1399,47 +1632,71 @@ msgstr "Lokalna upozorenja" msgid "Locate the problem on a map of the area" msgstr "Lociraj problem na mapi područja" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Poruka" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Nedostaje nadležni_ID" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Kreiraj izvješće" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1448,35 +1705,47 @@ msgstr "" msgid "Month" msgstr "Mjesec" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Ime" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Ime:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS izvor za ažuriranja ovog problema" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1486,12 +1755,12 @@ msgstr "Najbliža imenovana cesta smještena pokraj oznake na mapi (automatski g msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Najbliži poštanski broj pokraj oznake na mapi (automatski generiran): %s (%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Najbliža cesta smještena pokraj oznake na mapi (automatski generirano pomoću Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1503,20 +1772,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Novi <br>problemi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Novi kontakt dodan u kategoriju" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Onemogući e-mail adrese" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1524,10 +1798,20 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Novi lokalni problemi na Popravi.to" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Lozinka:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Novi problemi za {{COUNCIL}} unutar{{WARD}} na Popravi.to" @@ -1556,40 +1840,50 @@ msgstr "" msgid "New state" msgstr "Novo stanje" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Ne" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "druga područja:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Nema odgovornog tijela" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Nije odabrano odgovorno tijelo" @@ -1605,17 +1899,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1626,12 +1920,21 @@ msgstr "" msgid "No supporters" msgstr "Bez podrške" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Nijedan" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1641,19 +1944,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1661,12 +1964,12 @@ msgstr "" msgid "Not reported before" msgstr "Nije prethodno prijavljeno" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Nije prijavljeno odgovornom tijelu" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Napomena" @@ -1675,9 +1978,8 @@ msgstr "Napomena" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Imajte na umu da kada uključujemo nepotvrđene prijave koristimo datum kada je prijava napravljena koji ne mora biti u istom mjesecu kada je prijava potvrđena pa stoga datumi mogu varirati" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Napomena:" @@ -1689,23 +1991,21 @@ msgstr "Napomena: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Podnesite svoju prijavu…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Pošaljite svoje ažuriranje…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Stari / nepoznati <br>problemi" @@ -1713,44 +2013,53 @@ msgstr "Stari / nepoznati <br>problemi" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Starije <br>popravljeno" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Stariji <br>problemi" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Otvori" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API za Popravi.to server" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Open311 specifikacija" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311 prvotna web stranica" @@ -1759,23 +2068,23 @@ msgstr "Open311 prvotna web stranica" msgid "Open311 specification" msgstr "Open311 specifikacija" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Ili problemi prijavljeni:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Ili se možete pretplatiti na upozorenja unutar vašeg vijeća ’:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Drugo" @@ -1788,7 +2097,7 @@ msgstr "Vlasnik" msgid "Page Not Found" msgstr "Stranica nije pronađena" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" @@ -1798,75 +2107,88 @@ msgstr "" msgid "Partial" msgstr "Djelomično" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Lozinka (neobvezno)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Lozinka:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonski broj (neobavezan)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefon:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Slika" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Slika" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotografije posljednjih obližnjih prijava" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1881,11 +2203,13 @@ msgstr "Planirano" msgid "Please be polite, concise and to the point." msgstr "Molimo da budete pristojni, jezgroviti i jasni." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Provjeri lozinku i pokušaj ponovno" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1893,19 +2217,21 @@ msgstr "Provjeri lozinku i pokušaj ponovno" msgid "Please check your email address is correct" msgstr "Provjerite je li vaša e-mail adresa točna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Izaberi kategoriju" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Izaberi tip imovine" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1920,50 +2246,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Unesi poruku" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Unesi lozinku" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Unesi lozinku" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Unesi predmet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Unesi valjani e-mail" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Unesi valjanu e-mail adresu" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Unesi detalje" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1973,8 +2306,8 @@ msgstr "Unesi detalje" msgid "Please enter your email" msgstr "Unesi svoj e-mail" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Unesi svoju e-mail adresu" @@ -1988,9 +2321,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Molimo unesite svoje puno ime, odgovorno tijelo treba ovu informaciju – ako ne želite da vaše ime bude prikazano na stranici, odznačite kvadratić ispod" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Unesite svoje ime" @@ -2017,12 +2350,12 @@ msgstr "" msgid "Please fill in details of the problem below." msgstr "Popunite detalje o problemu u nastavku." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Popunite detalje o problemu u nastavku." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Popunite detalje o problemu u nastavku i opišite lokaciju što preciznije." @@ -2038,12 +2371,12 @@ msgstr "Napominjemo da se ažuriranja ne šalju odgovornom tijelu." msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Napominjemo da vaša prijava <strong>još nije poslana</strong>. Izaberite kategoriju i navedite dodatne informacije u nastavku te zatim potvrdite." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2052,6 +2385,11 @@ msgstr "" msgid "Please note:" msgstr "Napominjemo:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Molimo navedite obrazloženje ponovnog otvaranja ove prijave" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Molimo navedite obrazloženje ponovnog otvaranja ove prijave" @@ -2065,15 +2403,15 @@ msgstr "Molimo unesite tekst i fotografiju " msgid "Please say whether you've ever reported a problem to your council before" msgstr "Jeste li do sada ikada prijavljivali problem odgovoronom tijelu" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Izaberite izvor koji želite" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Izaberite tip upozorenja koji želite" @@ -2081,24 +2419,23 @@ msgstr "Izaberite tip upozorenja koji želite" msgid "Please state whether or not the problem has been fixed" msgstr "Navedite je li problem rješen " -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Molimo učitajte samo JPEG slike" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Napiši poruku" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Ovdje ažurirajte" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2120,11 +2457,19 @@ msgstr "Objavio %s na %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2134,15 +2479,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privatno" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problem" @@ -2158,12 +2501,13 @@ msgstr "Problem %s potvrđen" msgid "Problem %s sent to council %s" msgstr "Problem %s poslan odgovornom tijelu %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Analiza problema prema stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -2171,15 +2515,16 @@ msgstr "Problem označen kao otvoren." msgid "Problem state change based on survey results" msgstr "Stanje problema izmijenjeno na temelju rezultata ankete" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Okolni problemi" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemi na mapi" @@ -2187,12 +2532,12 @@ msgstr "Problemi na mapi" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problems nedavno prijavljeni kao popravljeni na Popravi.to" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problemi unutar%.1fkm od ove lokacije" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemi unutar %s" @@ -2203,15 +2548,15 @@ msgstr "Problemi unutar %s ward" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemi unutar granice:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2219,28 +2564,38 @@ msgstr "" msgid "Provide an update" msgstr "Ažuriranje" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Ažuriranje" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Lozinka nije obvezna, ali će vam omogućiti lakše prijavljivanje problema, ažuriranja i upravljanje vašim izvješćima." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "%s ažuriranje uživo" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Upitnik" @@ -2257,11 +2612,11 @@ msgstr "Upitnik %d poslan za problem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Upitnik popunila osoba koja je prijavila problem" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS izvor" @@ -2273,10 +2628,10 @@ msgstr "RSS izvor za %s" msgid "RSS feed for %s ward, %s" msgstr "RSS izvor za %s ward, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS izvor za %s" @@ -2285,12 +2640,12 @@ msgstr "RSS izvor za %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS izvor za %s, unutar %s ward" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS izvor za okolne probleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS izvor za probleme unutar %s" @@ -2305,22 +2660,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS izvor za nedavne lokalne probleme" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS izvor za ažuriranja ovog problema" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Primite e-mail s ažuriranjima ovog problema" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Nedavno<br>popravljeno" @@ -2328,6 +2687,11 @@ msgstr "Nedavno<br>popravljeno" msgid "Recently reported problems" msgstr "Nedavno prijavljeni problemi" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Primite ažuriranja" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Popravi.to prvenstveno služi za izvještavanje fizičkih problema koji se mogu popraviti. Ako vaš problem nije prikladan za prijavljivanje preko ove stranice, uvijek se možete obratiti direktno svom vijeću preko njihove web stranice." @@ -2336,13 +2700,23 @@ msgstr "Popravi.to prvenstveno služi za izvještavanje fizičkih problema koji msgid "Remove flag" msgstr "Ukloni oznaku" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Ukloni fotografiju (nije moguće poništiti!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2350,17 +2724,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Prijavi zloupotrebu" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Prijavi problem" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Prijavi zloupotrebu" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Prijavi zloupotrebu" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Prijava za %s" @@ -2375,23 +2759,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Prijavi, pregledaj ili raspravljaj o lokalnim problemima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Prijavljeno anonimno %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Prije prijavljeno" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Prijavio %s za %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2399,50 +2783,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Prijavljeno %s u kategoriju anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Prijavio %s u kategoriju %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Prijavio %s anonimno %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Prijavio %s %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Prijavio %s u kategoriju %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavio %s u %s kategoriju %s u %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Prijavljivanje problema" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2454,22 +2839,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Ponovno pošalji prijavu" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2483,46 +2913,56 @@ msgstr "Cestovni operater za ovu imenovanu cestu (izveden iz cestovnog referentn msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Cestovni operater za ovu imenovanu cestu (sa OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Spremi promjene" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Pretraži prijave" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Pretraži korisnike" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "" @@ -2532,81 +2972,120 @@ msgstr "" msgid "Search:" msgstr "Pretraži:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Predmet:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Pošalji %s %s naknadno" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Poslano:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Servis:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Podijeli" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Objavio %s na %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Prikaži moje ime javno" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Prikaži staro" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Prikaži pinove" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Prijavi se" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Prijavi se ili kreiraj korisnički račun" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Odjavi se" @@ -2615,8 +3094,8 @@ msgstr "Odjavi se" msgid "Some categories may require additional information." msgstr "Neke kategorije mogu zahtijevati dodatne informacije." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2627,8 +3106,7 @@ msgid "Some photos of recent reports" msgstr "Fotografije nedavnih prijava" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Tekst za lakšu lokalizaciju" @@ -2644,16 +3122,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Žao nam je, došlo je do greške pri potvrđivanju problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Žao nam je, ne možemo pronaći tu lokaciju." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2663,35 +3141,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Žao nam je, nije moguće analizirati tu lokaciju. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Stanje" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Stanje:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistika" @@ -2705,12 +3203,12 @@ msgstr "" msgid "Still open, via questionnaire, %s" msgstr "I dalje otvoreno, putem upitnika %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2722,34 +3220,35 @@ msgstr "" msgid "Subject" msgstr "Predmet" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Predmet:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Pošalji" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Pošalji promjene" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Pošalji upitnik" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2760,38 +3259,53 @@ msgid "Submitted" msgstr "" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Pretplati se na e-mail upozorenja" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Unesi detalje o problemu" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Pošalji promjene" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Sažetak" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Sažetak prijava" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Rezultati ispitivanja" @@ -2799,27 +3313,29 @@ msgstr "Rezultati ispitivanja" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Tekst" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Tekst samo verzija" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2832,6 +3348,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2844,62 +3363,64 @@ msgstr "Hvala na učitavanju slike. Sada trebamo locirati problem pa vas molimo msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Hvala, drago nam je čuti da je problem riješen! Htjeli bismo vas još samo upitati jeste li dosada prijavljivali problem odgovornom tijelu?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Slika nije ispravno učitana (%s), molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Odgovorno tijelo ne pokriva navedenu lokaciju, možda je riječ o obalnom dijelu ili je izvan zemlje. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Lokacija se ne nalazi u Hrvatskoj. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Žao nam je, poštanski broj nije prepoznat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Navedeni problem će biti ponovno poslan" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Navedena prijava je uklonjena s Popravi.to" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2909,8 +3430,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "Open311 v2 atribut agency_responsible koristi se za popis uprava koje su zaprimile prijavu problema te ne odgovara posve načinu na koji je atribut definiran u specifikaciji Open311 v2." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2927,7 +3448,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Greška je: %s" @@ -2969,12 +3490,12 @@ msgstr "Posljednji prijavljeni problemi za {{IME}}" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Lozinke se ne podudaraju" @@ -2982,22 +3503,16 @@ msgstr "Lozinke se ne podudaraju" msgid "The requested URL '%s' was not found on this server" msgstr "Traženi URL '%s' nije pronađen na ovom serveru" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Dojavljivanja problema preko karte:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Korisnik nije mogao locirati problem na karti, ali možete vidjeti područje oko navedene lokacije" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3005,11 +3520,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Došlo je do problema pri učitavanju svih prijava. Molimo pokušajte ponovno." @@ -3018,18 +3533,18 @@ msgstr "Došlo je do problema pri učitavanju svih prijava. Molimo pokušajte po msgid "There was a problem showing this page. Please try again later." msgstr "Došlo je do problema pri učitavanju ove stranice. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Došlo je do problema s kombinacijom Vašeg e-maila i lozinke.Ako se ne možete sjetiti ili nemate lozinku, molimo odaberite ‘ model prijave putem e-maila ’." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Došlo je do problema s kombinacijom Vaše e-maila i lozinke. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." @@ -3037,12 +3552,12 @@ msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." msgid "There were problems with your report. Please see below." msgstr "Došlo je do problema pri prijavi. Detalje pogledajte u nastavku." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Došlo je do problema pri ažuriranju. Detalje pogledajte u nastavku." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3051,39 +3566,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Vaše privatne podatke koristimo u skladu s našim <a href=\"/privacy\">pravilima o privatnosti.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Vaše privatne podatke koristimo u skladu s našim <a href=\"/privacy\">pravilima o privatnosti.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Razvoj API implementacije je u tijeku te još nije stabilizrana. Ubuduće će se mijenjati bez upozorenja." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Kako korisnik nije kategorizirao problem ,ovaj e-mail poslan je oboma odgovornim tijelima koji pokrivaju mjesto problema. Molimo vas da zanemarite e-mail ukoliko problem ne ulazi u vaše područje ili nam javite o kakvoj je kategoriji problema riječ kako bismo ga unijeli u naš sustav." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Kako je odabrana kategorija predviđena za više odgovornih tijela, ovaj e-mail poslan je na adrese nekoliko ureda koje prekrivaju mjesto problema. Molimo vas da zanemarite e-mail ukoliko niste nadležni za ovaj problem." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Potrebna informacija" @@ -3092,62 +3628,72 @@ msgstr "Potrebna informacija" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Ovo je stranica za razvojne programere; ovdje se sve može prekinuti u bilo kojem trenutku. Baza će biti povremeno izbrisana." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Problem je riješen" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Problem još nije riješen" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Ova prijava je trenutno označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Prijava je trenutno označena kao popravljena." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Prijava je trenutno označena kao otvorena." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Stranica sadrži i fotografiju problem, dodanu od strane korisnika." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Vremenska skala" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Naslov" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3160,18 +3706,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Kako biste vidjeli lokalne probleme,molimo Vas da unesete poštanski broj ili naziv ulice i područje." -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Karta točne lokacije ovog problema" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Ukupno" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Kreirano:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "" @@ -3182,20 +3745,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Nepotvrđeno" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Ponovno pošalji prijavu" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Nepoznato" @@ -3204,18 +3772,19 @@ msgstr "Nepoznato" msgid "Unknown alert type" msgstr "Nepoznat tip upozorenja" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Nepoznat IB problema" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Ažuriranje" @@ -3231,12 +3800,12 @@ msgstr "Ažuriranje u nastavku dodao je anonimni korisnik u %s" msgid "Update below added by %s at %s" msgstr "Ažuriranje u nastavku dodao %s u %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3244,20 +3813,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "Ažuraranje dodao {{ime}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Ažuriranjem se status problema promijenio u %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Ažuriranjem je problem označen kao popravljen" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Ažuriranjem je problem ponovno otvoren" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Status ažuriranja" @@ -3267,13 +3836,13 @@ msgstr "Status ažuriranja" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Ažurirano!" @@ -3283,7 +3852,7 @@ msgstr "Ažurirano!" msgid "Updates" msgstr "Ažuriranja" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3297,20 +3866,28 @@ msgstr "Ažuriranja za {{naslov}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Korisnička oznaka uklonjena" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Korisnik označen" @@ -3318,23 +3895,28 @@ msgstr "Korisnik označen" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Korisnici" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Vrijednosti ažurirane" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Pogledaj prijave na stranici" @@ -3344,7 +3926,7 @@ msgid "View reports by ward" msgstr "Pregled prijava za ward" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Prikaz lokacije" @@ -3361,23 +3943,17 @@ msgstr "Općine ove županije" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Pronađeno je više rezultata za tnavedenulokaciju. Prikazano je do deset rezlutata. Ukoliko nije naveden traženi problem, molimo pokušajte s drugom pretragom." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Nikada ne prikazujemo vašu e-mail adresu" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Nikada ne prikazujemo vašu e-mail adresu ili telefonski broj." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Shvaćamo da bi za ovaj problem moglo biti odgovorno% s, međutim, trenutno nemamo nikakve pojedinosti o njihovom kontaktu. Ako znate odgovarajuću kontakt adresu, molimo Vas da nam se javite." @@ -3398,15 +3974,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Prilikom ažuriranja" @@ -3415,7 +3987,7 @@ msgstr "Prilikom ažuriranja" msgid "When sent" msgstr "Prilikom slanja" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3423,8 +3995,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3438,7 +4010,7 @@ msgstr "Osim pretraživanja prijava, moguće je pretražiti i odgovorne_agenc msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Želite li za 4 tjedna primiti još jedan upitnik koji bi Vas podsjetio da provjerite status?" @@ -3454,22 +4026,22 @@ msgstr "" msgid "Year" msgstr "Godina" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Da" @@ -3495,7 +4067,7 @@ msgstr "Sljedeće ažuriranje prijavljujete jer je uvredljivo, sadrži osobne po msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3510,18 +4082,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Možete nam pomoći u pronalaženju kontakt e-mail adresa za lokalne probleme %s i poslati nam ih e-mailom na <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -3529,13 +4101,13 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Već ste ogovorili na upitnik. Ako imate nekih pitanja, molimo da nam<a href='%s'>se javite</a>, ili<a href='%s'>pregledate problem koji vas zanima</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3544,59 +4116,65 @@ msgstr "" msgid "You have been signed out" msgstr "Odjavljeni ste" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Locirali ste problem na mjestu označenom zelenom iglom na karti. Ako to nije točna lokacija, jednostavno opet kliknite na karti ." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Uapješno ste se prijavili; molimo provjerite i potvrdite točnost Vaših podataka:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Jeste li sigurni da želite ponovno poslati?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Vaše prijave" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Potvrdi račun" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Vaš e-mail" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3606,13 +4184,12 @@ msgstr "Vaša e-mail adresa" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Vaše informacije će se koristiti isključivo u skladu s našim<a href=\"/privacy\">pravilima o privatnosti</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Ime" @@ -3623,46 +4200,54 @@ msgstr "Ime" msgid "Your password" msgstr "Lozinka" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Vaša lozinka je promijenjena" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Vaš broj telefona" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Vaše prijave" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Vaše prijave" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Vaša ažuriranja" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Vaš e-mail" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "od %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "odgovorno tijelo" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "nije korištena karta" @@ -3671,15 +4256,11 @@ msgstr "nije korištena karta" msgid "e.g. ‘%s’ or ‘%s’" msgstr "npr. ‘%s’ ili‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3690,7 +4271,7 @@ msgstr "od %s različitih korisnika" msgid "last updated %s" msgstr "" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "manje od minute" @@ -3735,13 +4316,23 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(nije obavezno)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "ili" @@ -3749,22 +4340,22 @@ msgstr "ili" msgid "or locate me automatically" msgstr "" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "druga područja:" @@ -3773,41 +4364,40 @@ msgstr "druga područja:" msgid "reopened" msgstr "ponovno otvoreno" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "odjavi se" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "lokalno odgovorno tijelo" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "nema oznake jer korisnik nije označio problem na karti" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "ovaj tip " -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "danas" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "korištena karta" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "Korisnik je iz istog područja kao i problem - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "korisnik je vlasnik problema" @@ -3824,7 +4414,7 @@ msgstr[0] "<big>%s</big> novija prijava" msgstr[1] "<big>%s</big> novije prijave" msgstr[2] "<big>%s</big> novije prijave" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3840,7 +4430,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3856,7 +4446,7 @@ msgstr[0] "<big>%s</big> ažuriranje za prijavu" msgstr[1] "<big>%s</big> ažuriranja za prijavu" msgstr[2] "<big>%s</big> ažuriranja za prijavu" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." @@ -3864,7 +4454,7 @@ msgstr[0] "Još uvijek nemamo podatke za odgovorno tijelo koja pokriva ovu lokac msgstr[1] "Još uvijek nemamo podatke za odgovorna tijela koja pokrivaju ovu lokaciju." msgstr[2] "Još uvijek nemamo podatke za odgovorna tijela koja pokrivaju ovu lokaciju." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3888,7 +4478,7 @@ msgstr[0] "<big>%s</big> popravljeno u posljednjih mjesec dana" msgstr[1] "<big>%s</big> popravljeno u posljednjih mjesec dana" msgstr[2] "<big>%s</big> popravljeno u posljednjih mjesec dana" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" @@ -3896,7 +4486,7 @@ msgstr[0] "%d dan" msgstr[1] "%d dani" msgstr[2] "%d dani" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." @@ -3904,41 +4494,23 @@ msgstr[0] "Još <strong>nemamo</strong> podatke za drugo odgovorno tijelo koje j msgstr[1] "Još <strong>nemamo</strong> podatke za ostala odgovorna tijela koja su odgovorna za ovu lokaciju." msgstr[2] "Još <strong>nemamo</strong> podatke za ostala odgovorna tijela koja su odgovorna za ovu lokaciju." -#~ msgid "About us" -#~ msgstr "O nama" - -#~ msgid "Email me new local problems" -#~ msgstr "Pošalji nam e-mail o novom lokalnom problemu" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "Prazan stan ili kućica" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Prazna kuća ili bungalov" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Prazan ured ili poslovni prostor" - -#~ msgid "Empty pub or bar" -#~ msgstr "Prazan kafić ili bar" - -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Prazne javne zgrade - škola, bolnica, itd." +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Sve unešene informacije bit će poslane na" -#~ msgid "FixMyStreet" -#~ msgstr "Popravi.to" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Sve informacije koje nam dostavite bit će proslijeđene <strong>%s</strong>." -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Nažalost, ne možeš potvrditi nepotvrđena izvješća" +#~ msgid "Configure Endpoint" +#~ msgstr "Konfiguriraj Endpoint" -#~ msgid "Problems in this area" -#~ msgstr "Problemi u ovom području" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS na Google Mapama" -#~ msgid "Property type:" -#~ msgstr "Tip objekta:" +#~ msgid "We never show your email" +#~ msgstr "Nikada ne prikazujemo vašu e-mail adresu" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS izvor za probleme u ovom %s" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Nikada ne prikazujemo vašu e-mail adresu ili telefonski broj." -#~ msgid "Whole block of empty flats" -#~ msgstr "Cijeli blok praznih stanova" +#~ msgid "You really want to resend?" +#~ msgstr "Jeste li sigurni da želite ponovno poslati?" diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index 4794ab12e..5def7d406 100644 --- a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Italian (http://www.transifex.com/mysociety/fixmystreet/language/it/)\n" "Language: it\n" @@ -21,17 +21,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "e" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "o" @@ -39,17 +39,17 @@ msgstr "o" msgid "%d edits by %s" msgstr "%d modificato da %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d a %d di %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Riassunto sulle segnalazioni" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -90,12 +90,12 @@ msgstr "%s aggiornamenti in tempo reale" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s questionari inviati – %s compilati (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -117,40 +117,40 @@ msgstr "%s dentro al quartiere %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email nella tabella degli abusi)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(una distanza predefinita che copre approssimativamente 200,000 persone)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(chiuso)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(risolto)" @@ -159,33 +159,38 @@ msgstr "(risolto)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(come gli atti vandalici, le discariche abusive, la pavimentazione e l'illuminazione stradale rotta)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(non inviato al Comune)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(opzionale)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(pubblico)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(inviato ad entrambi)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Scegli una categoria --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Scegli un tipo di proprietà --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -194,8 +199,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -211,11 +216,19 @@ msgstr "<strong>No</strong> Lasciami confermare la mia segnalazione via email" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>No</strong> Lasciami confermare il mio aggiornamento via email" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>No</strong> lasciami entrare con l'email" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -224,8 +237,8 @@ msgstr "<strong>Si</strong> Ho già la password" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "" @@ -237,34 +250,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Aggiungi un corpo" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Aggiungi una nuova categoria" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Aggiungi un'utente" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Aggiungi una nuova categoria" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Aggiunti %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Ancora:" @@ -276,12 +309,12 @@ msgstr "Segnalazione %d creata per %s tipo %s, parametri %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Segnalazione %d disabilitata (creata %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Avvisami su futuri aggiornamenti" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Tutte le segnalazioni" @@ -289,10 +322,16 @@ msgstr "Tutte le segnalazioni" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Tutte le segnalazioni" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Tutte le segnalazioni" @@ -302,18 +341,7 @@ msgstr "Tutte le segnalazioni" msgid "All reports between %s and %s" msgstr "Tutte le segnalazioni tra %s e %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Tutte le informazioni che aggiungi qui, saranno inviate all'ufficio competente del comune di " - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Tutte le informazioni che aggiungi qui saranno inviate al <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Un aggiornamento ha riportato questo problema come risolto." @@ -322,48 +350,69 @@ msgstr "Un aggiornamento ha riportato questo problema come risolto." msgid "Anonymous" msgstr "Anonimo" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonimo:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Aggiungi un'utente" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Sei uno sviluppatore?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Sei uno sviluppatore?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Area coperta" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Assegna ad una categoria differente:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Assegna ad un corpo esterno:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Assegna ad una subdivisione:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Assegnato a %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Assegnato a %s" @@ -375,37 +424,64 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "Al momento funziona solo la ricerca e la visualizzazione delle segnalazioni." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Risposte pubbliche:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Indietro" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Tutte le segnalazioni" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Vietare l'indirizzo email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Corpi" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Corpo" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Corpo:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Per data" @@ -417,9 +493,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Non puoi vedere la mappa? <em>Salta questo passaggio</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Categoria" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Categoria:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -429,44 +522,63 @@ msgstr "Non puoi vedere la mappa? <em>Salta questo passaggio</em>" msgid "Category" msgstr "Categoria" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Categoria:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Categoria: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Vietare l'indirizzo email" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Cambia la Password" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -477,23 +589,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Clicca sulla mappa per riportare un problema" @@ -513,8 +620,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -528,15 +635,20 @@ msgstr "" msgid "Closed" msgstr "Chiuso" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Chiuso dal comune" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Rinvia la segnalazione" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Chiuso:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Coordinate:" @@ -544,26 +656,22 @@ msgstr "Coordinate:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Dati del Cobrand:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configurazione" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Configura il punto finale" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Conferma" @@ -584,10 +692,9 @@ msgstr "" msgid "Confirmation" msgstr "Conferma" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confermato" @@ -598,7 +705,7 @@ msgstr "La segnalazione è confermata tra %s e %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Confermato:" @@ -617,17 +724,17 @@ msgstr "Contattaci" msgid "Contact the team" msgstr "Contatta il team" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Non posso trovare l'utente" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Non posso trovare l'area desiderata" @@ -641,11 +748,11 @@ msgstr "Comune" msgid "Council contacts for %s" msgstr "I contatti del comune per %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Comune:" @@ -660,23 +767,38 @@ msgstr "Contare" msgid "Create a report" msgstr "Crea una segnalazione" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Crea una categoria" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Crea una segnalazione" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Non segnalato al comune" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Creato" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Creato:" @@ -685,13 +807,13 @@ msgstr "Creato:" msgid "Current state" msgstr "Stato corrente" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -704,44 +826,50 @@ msgstr "Pannello di controllo" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Eliminato" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Descrizione" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Descrizione" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Dettagli" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Dettagli:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Devoluto:" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -749,16 +877,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Non lo so" @@ -766,18 +898,18 @@ msgstr "Non lo so" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Duplica" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -785,20 +917,51 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Modifica" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Modifica dettagli corpo" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Modifica dettagli corpo" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Crea una categoria" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Tutte le segnalazioni" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -811,18 +974,18 @@ msgstr "Modifica problema %d" msgid "Editing update %d" msgstr "Modifica aggiornamento %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Modifica utente %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Editor" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -831,12 +994,15 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Email aggiunta alla lista abusi" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Indirizzo email:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -847,24 +1013,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Email già presente nella lista abusi" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Email: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -872,19 +1038,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Data di fine" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Punto finale" @@ -906,8 +1072,8 @@ msgstr "Inserisci il piu vicino codice postale UK o il nome di una strada e l'ar msgid "Enter a nearby street name and area" msgstr "Inserisci il nome di una strada nelle vicinanze e una città o solo in nome della città " -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -926,11 +1092,12 @@ msgstr "Inserisci i dettagli del problema" msgid "Error" msgstr "Errore" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Esempio codice postale %s" @@ -939,26 +1106,50 @@ msgstr "Esempio codice postale %s" msgid "Examples:" msgstr "Esempi:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Crea una categoria" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Assegna ad un corpo esterno:" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Dati extra:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Dati extra:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -968,23 +1159,23 @@ msgstr "" msgid "Filter report list" msgstr "" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Prima volta" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Risolto" @@ -998,11 +1189,17 @@ msgstr "Risolto - Comune" msgid "Fixed - User" msgstr "Risolto - Utente" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Rinvia la segnalazione" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Risolto:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1011,8 +1208,8 @@ msgstr "" msgid "Flag user" msgstr "Utente segnalato" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Segnalato" @@ -1020,7 +1217,7 @@ msgstr "Segnalato" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1028,8 +1225,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Segnalato:" @@ -1037,20 +1234,25 @@ msgstr "Segnalato:" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Hai dimenticato la tua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1060,12 +1262,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Domande Frequenti" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS su Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Ottieni aggiornamenti " @@ -1079,7 +1277,7 @@ msgstr "Ottieni gli aggiornamenti di %s problemi" msgid "Get updates of problems in this %s" msgstr "Ottieni gli aggiornamenti dei problemi in questo %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Dammi un' RSS feed" @@ -1087,53 +1285,64 @@ msgstr "Dammi un' RSS feed" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Vai" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Le linee evidenziate in grigio sono i comuni che non esistono più." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "E' stato risolto questo problema?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Avevi mai segnalato un problema ad un comune precedentemente, o questa è la tua prima volta?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Aiuto" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Qui trovi i tipi di avvertimenti sui problemi locali per ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Ciao %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1141,19 +1350,19 @@ msgstr "Ciao %s" msgid "Hidden" msgstr "Nascosto" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Cronologia" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Home" @@ -1161,12 +1370,12 @@ msgstr "Home" msgid "How to report a problem" msgstr "Come segnalare un problema" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Come inviare segnalazioni di successo" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1180,8 +1389,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Mi spiace non possiamo localizzare il tuo problema nel database.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1190,14 +1400,14 @@ msgstr "Mi spiace non possiamo localizzare il tuo problema nel database.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1207,38 +1417,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Se invii un problema qui, il soggetto e i dettagli del problema saranno pubblici ma il problema <strong>non</strong> verrà segnalato al comune." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1249,14 +1468,14 @@ msgstr "" msgid "Illegal ID" msgstr "ID illegale" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Selezione feed illegale" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "In progresso" @@ -1268,8 +1487,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1282,18 +1501,26 @@ msgstr "In corso" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Includi segnalazioni non confermate" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "" @@ -1303,19 +1530,23 @@ msgstr "" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "" @@ -1323,8 +1554,8 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Investigando" @@ -1332,33 +1563,33 @@ msgstr "Investigando" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Lasciami loggato su questo computer" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Ultima modifica" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Ultimo aggiornamento:" @@ -1366,11 +1597,16 @@ msgstr "Ultimo aggiornamento:" msgid "Last update:" msgstr "Ultimo aggiornamento:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Ultimo aggiornamento:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Lista di tutti i problemi segnalati" @@ -1392,7 +1628,7 @@ msgstr "RSS feed locali ed avvertimenti via email" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "RSS feed locali ed avvertimenti via email per ‘%s’" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Segnalazioni locali" @@ -1400,47 +1636,72 @@ msgstr "Segnalazioni locali" msgid "Locate the problem on a map of the area" msgstr "Localizza il problema nella mappa della zona" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "MAPPA" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Mappa" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Messaggio" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Modifica dettagli corpo" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Crea una segnalazione" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1449,35 +1710,47 @@ msgstr "" msgid "Month" msgstr "Mese" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nome" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Nome:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Nome: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS feed degli aggiornamenti su questa segnalazione" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1487,12 +1760,12 @@ msgstr "Il più vicino nome della strada al segno posizionato sulla mappa (autom msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1502,20 +1775,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Nuovi <br>problemi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Nuovo corpo aggiunto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Nuova categoria contatto aggiunta" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Indirizzo email:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1523,10 +1801,20 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nuovi problemi locali su FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Password:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nuovi problemi per {{COUNCIL}} dentro il quartiere {{WARD}} su FixMyStreet" @@ -1555,40 +1843,50 @@ msgstr "" msgid "New state" msgstr "Nuovo stato" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Prossimo" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "No" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "altre aree:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Nessun corpo" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Nessuno comune" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Nessun comune selezionato" @@ -1604,17 +1902,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Nessun ulteriore aggiornamento" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Nessun risultato ritornato" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1625,12 +1923,21 @@ msgstr "" msgid "No supporters" msgstr "Nessun sostenitore" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Nessuno" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1640,19 +1947,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Non responsabile" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1660,12 +1967,12 @@ msgstr "" msgid "Not reported before" msgstr "Non segnalato precedente" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Non segnalato al comune" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -1674,9 +1981,8 @@ msgstr "Nota" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Tieni presente che per includere delle segnalazioni non confermate, usiamo la data della creazione della segnalazione, la quale potrebbe non essere nello stesso mese in cui la segnalazione stessa è stata poi confermata, quindi i numeri potrebbero saltare un po." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Nota:" @@ -1688,23 +1994,21 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Ora per inserire la tua segnalazione…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Ora per inserire il tuo aggiornamento…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Vecchi / sconosciuti <br>problemi" @@ -1712,44 +2016,52 @@ msgstr "Vecchi / sconosciuti <br>problemi" msgid "Old state" msgstr "Vecchio stato" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Più vecchi <br> risolti" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Vecchi <br>problemi" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aperto" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1758,23 +2070,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "O puoi iscriverti agli avvisi basati sul tuo quartiere o comune di appartenenza:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Altro" @@ -1787,7 +2099,7 @@ msgstr "Proprietario" msgid "Page Not Found" msgstr "Pagina non trovata" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Parente" @@ -1797,75 +2109,88 @@ msgstr "Parente" msgid "Partial" msgstr "Parziale" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Password (opzionale)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Password:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Numero di telefono" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Numero di telefono (opzionale)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefono:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Foto" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Foto delle piu vicine e recenti segnalazioni" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Inserisci il cursore sulla mappa" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1880,11 +2205,13 @@ msgstr "Pianificato" msgid "Please be polite, concise and to the point." msgstr "Per favore cerca di essere educato, conciso e dritto al punto." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Per favore controlla la password e prova ancora" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1892,19 +2219,21 @@ msgstr "Per favore controlla la password e prova ancora" msgid "Please check your email address is correct" msgstr "Per favore controlla che il tuo indirizzo email è corretto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Per favore scegli una categoria" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Per favore scegli un tipo di proprietà" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1919,50 +2248,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Per favore non abusarne — abusandone il comune svaluterà il servizio per tutti gli utenti." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Per favore inserisci un messaggio" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Per favore inserisci la password" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Per favore inserisci la password" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Per favore inserisci il soggetto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Per favore inserire un email valida" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Per favore inserire un indirizzo email valido" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Per favore inserire qualche dettaglio " #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1972,8 +2308,8 @@ msgstr "Per favore inserire qualche dettaglio " msgid "Please enter your email" msgstr "Per favore inserisci la tua email" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Per favore inserisci il tuo indirizzo email" @@ -1987,9 +2323,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Per favore inserisci il tuo nome completo, i comuni hanno bisogno di questa informazione - Se non vuoi che il tuo nome venga mostrato sul sito, deseleziona il box qui sotto" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Per favore inserisci il tuo nome" @@ -2016,12 +2352,12 @@ msgstr "Per favore <a href=\"%s\">entra di nuovo</a>, o torna indietro nella <a msgid "Please fill in details of the problem below." msgstr "Si prega di compilare i dettagli del problema qui di seguito." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "SI prega di inserire i dettagli del problema" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Si prega di compilare il modulo sottostante con i dettagli del problema, e descrivere la posizione nel modo più preciso possibile, nella casella dettagli." @@ -2037,12 +2373,12 @@ msgstr "Gli aggiornamenti non verranno inviati al comune." msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "La tua segnalazione <strong>non è stata inviata</strong>. Scegli una categoria e aggiungi ulteriori informazioni qui di seguito e infine inviala." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2051,6 +2387,11 @@ msgstr "" msgid "Please note:" msgstr "Attenzione:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Per favore provvedi ad alcune spiegazioni perché stai riaprendo questa segnalazione" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Per favore provvedi ad alcune spiegazioni perché stai riaprendo questa segnalazione" @@ -2064,15 +2405,15 @@ msgstr "Per favore provvedi a del testo come ad una foto" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Per favore dicci se hai mai precedentemente riportato un problema al tuo comune " -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Si prega di selezionare il feed che si vuole" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Per favore seleziona il tipo di avvertimento che desideri" @@ -2080,24 +2421,23 @@ 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:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Per favore utilizza soltanto il formato JPG" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Per favore scrivi un messaggio" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Per favore scrivi il tuo aggiornamento qui" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2119,11 +2459,19 @@ msgstr "Postato da %s al %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Precedente" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Privacy" @@ -2133,15 +2481,13 @@ msgstr "Privacy" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privato" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problema" @@ -2157,12 +2503,13 @@ msgstr "Problema %s confermato" msgid "Problem %s sent to council %s" msgstr "Problema %s inviato al comune %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problema marcato come aperto." @@ -2170,15 +2517,16 @@ msgstr "Problema marcato come aperto." msgid "Problem state change based on survey results" msgstr "Il cambio di stato del problema è basato sui risultati del sondaggio" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Problemi vicino" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemi sulla mappa" @@ -2186,12 +2534,12 @@ msgstr "Problemi sulla mappa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemi recentemente segnalati e risolti su FIxMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemi dentro %s" @@ -2202,15 +2550,15 @@ msgstr "Problemi dentro %s quartiere" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemi dentro i confini di:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "L'indirizzo della proprietà:" @@ -2218,28 +2566,38 @@ msgstr "L'indirizzo della proprietà:" msgid "Provide an update" msgstr "Fornisci un'aggiornamento" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Fornisci un'aggiornamento" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Scegliere una password è opzionale, ma farlo ti acconsentirà di riportare più facilmente le future segnalazioni, di aggiungere degli aggiornamenti e gestire le tue segnalazioni." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Risposte pubbliche:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Risposte pubbliche:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Pubblica la foto" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Questionario" @@ -2256,11 +2614,11 @@ msgstr "Questionario %d inviato per il problema %d" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS feed" @@ -2272,10 +2630,10 @@ msgstr "RSS feed per %s" msgid "RSS feed for %s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS feed di %s" @@ -2284,12 +2642,12 @@ msgstr "RSS feed di %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS feed di %s, dentro al quartiere %s " -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS feed dei problemi vicino" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS feed dei problemi dentro %s" @@ -2304,22 +2662,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS feed dei recenti problemi locali" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS feed degli aggiornamenti su questa segnalazione" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Ricevi un'email quando gli aggiornamenti sono aggiunti su questa segnalazione." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Recentemente <br>risolti" @@ -2327,6 +2689,11 @@ msgstr "Recentemente <br>risolti" msgid "Recently reported problems" msgstr "Problemi segnalati di recente" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Ottieni aggiornamenti " + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Ricorda che FIxMyStreet serve per segnalare problemi materiali che possono essere risolti. Se il tuo non è un problema appropriato, da segnalare attraverso questo sito, ti ricordiamo che puoi sempre contattare tu direttamente il comune attraverso il suo sito internet." @@ -2335,13 +2702,23 @@ msgstr "Ricorda che FIxMyStreet serve per segnalare problemi materiali che posso msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2349,17 +2726,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Segnala un abuso" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Segnala un problema" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Segnala un abuso" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Segnala un abuso" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "" @@ -2374,23 +2761,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Segnala, conosci e discuti sui problemi della tua città " -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Riportati anonimamente al %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Segnalati prima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Segnalato da %s al %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2398,50 +2785,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Riportato nella categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Riportato nella categoria %s anonimamente alle %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Riportato nella categoria %s da %s alle %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Stai segnalando un problema" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2453,22 +2841,68 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Segnalazioni in attesa di approvazione" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Segnalazioni pubblicate" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Segnalazioni in attesa di approvazione" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Rinvia la segnalazione" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "E' il posto giusto?" @@ -2482,46 +2916,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Salva modifiche" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Ricerca Segnalazioni" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Ricerca Utenti" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Ricerca segnalazioni" @@ -2531,81 +2975,120 @@ msgstr "Ricerca segnalazioni" msgid "Search:" msgstr "Cerca:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Seleziona un'area" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Soggetto:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Inviato:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Condividi" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Postato da %s al %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Mostra il mio nome pubblicamente" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Entra" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 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/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -2614,8 +3097,8 @@ msgstr "" msgid "Some categories may require additional information." msgstr "Qualche categoria potrebbe richiedere ulteriori informazioni." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2626,8 +3109,7 @@ msgid "Some photos of recent reports" msgstr "Qualche foto di segnalazioni recenti" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2643,16 +3125,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Ci scusiamo, non possiamo trovare questa zona." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2662,35 +3144,55 @@ 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:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Data di inizio:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Stato" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Stato:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Stati" @@ -2704,12 +3206,12 @@ msgstr "Status" msgid "Still open, via questionnaire, %s" msgstr "Ancora aperto, attraverso il questionario %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Sottocategoria: %s" @@ -2721,34 +3223,35 @@ msgstr "Sottodivisione/Corpo" msgid "Subject" msgstr "Soggetto" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Soggetto:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Invia" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Invia modifiche" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Invia questionario" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2759,38 +3262,53 @@ msgid "Submitted" msgstr "Inviato" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Sottoscrivi" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Iscrivimi alle email di avviso" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Inserisci i dettagli del problema" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Invia modifiche" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Sommario" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Sondaggio" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Risultati sondaggio" @@ -2798,27 +3316,29 @@ msgstr "Risultati sondaggio" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Testo" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Solo versione testuale" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Testo:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2831,6 +3351,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2843,62 +3366,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Questa posizione non sembra essere coperta da un comune; forse è in mare aperto o all'esterno del paese. Riprova." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Questa posizione non sembra essere nel Regno Unito, si prega di riprovare." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "La segnalazione non può essere vista su %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Quella segnalazione è stata rimossa da FixMyStreet" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2908,8 +3433,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2926,7 +3451,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "L'errore era: %s" @@ -2968,12 +3493,12 @@ msgstr "Gli ultimi problemi dentro i confini di {{NAME}} segnalati dagli utenti" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Le passwords non corrispondono" @@ -2981,22 +3506,16 @@ msgstr "Le passwords non corrispondono" msgid "The requested URL '%s' was not found on this server" msgstr "L'URL richiesta '%s' non è stata trovata su questo serverjavascript:;" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3004,11 +3523,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3017,18 +3536,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "E' accaduto un problema visualizzando questa pagine. Per favore riprova ancora più tardi" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "E' accaduto un problema con la tua combinazione email/password. Se non ti ricordi la password, o non né hai ancora una, per favore riempi qui gli ‘ ed entra con l'email&rsquo, nella sezione del form" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 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/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora." @@ -3036,12 +3555,12 @@ 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:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3050,39 +3569,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Useremo le tue informazioni personali solo in accordo con la nostra <a href=\"/faq#privacy\">politica sulla privacy.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Useremo le tue informazioni personali solo in accordo con la nostra <a href=\"/faq#privacy\">politica sulla privacy.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Questa email è stata inviata ad entrambi i comuni che coprono la zona del problema, visto che l'utente non ha aggiunto una categoria; per favore ignorate l'email se non siete il comune corretto che deve gestire il problema, o fateci sapere qual'e la categoria di questo problema così da poterla aggiungere nel nostro sistema." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Questa informazione è richiesta" @@ -3091,62 +3631,72 @@ msgstr "Questa informazione è richiesta" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Questo problema è stato risolto" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Questo problema non è stato risolto" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Questo report è stato sottomesso in maniera anonima" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titolo" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3159,18 +3709,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Per sapere quali segnalazioni locali abbiamo per te, inserisci per favore il tuo codice postale o il nome della via e della zona" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Totale" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Creato:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Prova ancora" @@ -3181,20 +3748,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Non confermato" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Rinvia la segnalazione" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Sconosciuto" @@ -3203,18 +3775,19 @@ msgstr "Sconosciuto" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Errore sconosciuto" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3230,12 +3803,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3243,20 +3816,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "Aggiornato da {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Aggiorna segnalazione come risolta" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3266,13 +3839,13 @@ msgstr "" msgid "Updated" msgstr "Aggiornato" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Aggiornato!" @@ -3282,7 +3855,7 @@ msgstr "Aggiornato!" msgid "Updates" msgstr "Aggiornamenti" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3296,20 +3869,28 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3317,23 +3898,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Utenti" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -3343,7 +3929,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -3360,23 +3946,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Abbiamo trovato più di una corrispondenza per questa posizione. Mostriamo fino a dieci risultati, per favore prova una ricerca differente se quello che cercavi non è qui." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Non mostriamo mai il tuo indirizzo email e numero di telefono." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3397,15 +3977,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -3414,7 +3990,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3422,8 +3998,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3437,7 +4013,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3453,22 +4029,22 @@ msgstr "" msgid "Year" msgstr "Anno" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Si" @@ -3494,7 +4070,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3509,18 +4085,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Hai rifiutato; Per favore riempi il box qui sopra " @@ -3528,13 +4104,13 @@ msgstr "Hai rifiutato; Per favore riempi il box qui sopra " msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3543,59 +4119,65 @@ msgstr "" msgid "You have been signed out" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Hai localizzato il problema nel punto segnato sulla mappa dal segnetto verde. Se questa non è la corretta posizione, clicca semplicemente ancora sulla mappa." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Il tuo indirizzo email è stato confermato con successo." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Ti sei correttamente iscritto; per favore controlla e conferma i tuoi dettagli:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Tue segnalazioni" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Conferma l'account" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "La tua email" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3605,13 +4187,12 @@ msgstr "Tuo indirizzo email" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Il tuo nome" @@ -3622,46 +4203,54 @@ msgstr "Il tuo nome" msgid "Your password" msgstr "Tua password" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "La tua password è stata cambiata" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Il tuo numero di telefono" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Tue segnalazioni" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Tue segnalazioni" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "La tua email" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "da %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "comune" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "mappa non usata" @@ -3670,15 +4259,11 @@ msgstr "mappa non usata" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "Modifica utente" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3689,7 +4274,7 @@ msgstr "da %s utenti differenti" msgid "last updated %s" msgstr "ultimo aggiornamento %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "meno di un minuto" @@ -3734,13 +4319,23 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "non disponibile" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(opzionale)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "o" @@ -3748,22 +4343,22 @@ msgstr "o" msgid "or locate me automatically" msgstr "oppure fatti localizzare automaticamente" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "altre aree:" @@ -3772,41 +4367,40 @@ msgstr "altre aree:" msgid "reopened" msgstr "riaperto" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "oggi" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "mappa usata" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "" @@ -3822,7 +4416,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> segnalazione recente" msgstr[1] "<big>%s</big> segnalazioni recenti" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3836,7 +4430,7 @@ msgid_plural "%d supporters" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3850,14 +4444,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> aggiornamento sulle segnalazioni" msgstr[1] "<big>%s</big> aggiornamenti sulle segnalazioni" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Non abbiamo ancora i dettagli sul comune che copre questa zona." msgstr[1] "Non abbiamo ancora i dettagli sui comuni che coprono questa zona." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3878,52 +4472,37 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> risolti nel mese passato" msgstr[1] "<big>%s</big> risolti nel mese passato" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d giorno" msgstr[1] "%d giorni" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "<strong>Non</strong>abbiamo ancora dettagli per un'altro comune che copre questa zona." msgstr[1] "<strong>Non</strong>abbiamo ancora dettagli sugli altri comuni che coprono questa zona." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, segnalati al %s" - -#~ msgid "About us" -#~ msgstr "Chi siamo" - -#~ msgid "Email me new local problems" -#~ msgstr "Inviami via email i nuovi problemi locali" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Case o bungalow vuoti" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Uffici o altri locali commerciali vuoti" - -#~ msgid "Empty pub or bar" -#~ msgstr "Pub o bar vuoti" +#~ msgid "(public)" +#~ msgstr "(pubblico)" -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Edifici pubblici - scuole, ospedali, ecc vuoti" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Tutte le informazioni che aggiungi qui, saranno inviate all'ufficio competente del comune di " -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Tutte le informazioni che aggiungi qui saranno inviate al <strong>%s</strong>." -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Mi spiace non puoi confermare le segnalazioni non confermate." +#~ msgid "Configure Endpoint" +#~ msgstr "Configura il punto finale" -#~ msgid "Problems in this area" -#~ msgstr "Problemi in questa area" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS su Google Maps" -#~ msgid "Property type:" -#~ msgstr "Tipo di proprietà:" +#~ msgid "Survey" +#~ msgstr "Sondaggio" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS feed per i problemi in questo %s" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Non mostriamo mai il tuo indirizzo email e numero di telefono." diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po index f6bc231bf..3da8594d8 100644 --- a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/mysociety/fixmystreet/language/lt_LT/)\n" "Language: lt_LT\n" @@ -19,17 +19,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "ir" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "arba" @@ -37,17 +37,17 @@ msgstr "arba" msgid "%d edits by %s" msgstr "%d pakeitimai pagal %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d į %d iš %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Suvestinės ataskaitos" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -88,12 +88,12 @@ msgstr "%s tiesioginiai atnaujinimai" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s klausimynai išsiųsti – %s atsakyti (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -115,40 +115,40 @@ msgstr "%s, viduje %s rajonas" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Elektroninis paštas piktnaudžiavo lentelėje)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(numatytasis atstumas, kuris apima maždaug 200.000 žmonių)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(uždaryta)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(atlikta)" @@ -157,33 +157,38 @@ msgstr "(atlikta)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(pavyzdžiui, grafitis, šiukšlės, duobė kelyje ar gatvės apšvietimas)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(neišsiųsta savivaldybei)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(pasirinktinai)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(viešas)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(išsiųsta į abu)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Išsirinktite kategorija --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Pasirinkite nuosavybės tipą --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -195,8 +200,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -212,11 +217,19 @@ msgstr "<strong>Ne</strong> Leisti patvirtinti mano pranešimą el. paštu" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Ne</strong> Leisti patvirtinti mano atnaujinimą el. paštu" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Ne</strong> leisti man prisijungti el. paštu" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -225,8 +238,8 @@ msgstr "<strong>Taip</strong> Aš turiu slaptažodį" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Veiksmas suplanuotas" @@ -241,34 +254,54 @@ msgstr "" "į kurį jūsų problema gali būti nusiųsta. Galite pridėti vieną arba daugau kontaktų (skirtingoms\n" "problemų kategorijoms) kiekvienai institucijai ." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Pridėkite kontaktą naudodami žemiau pateikta anketa" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "pridėti instituciją" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Pridėti naują kategoriją" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Pridėti vartotoją" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Pridėti naują kategoriją" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Pridėta %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Dar kartą:" @@ -280,12 +313,12 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Įspėti mane apie atnaujinimus" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Visi Pranešimai" @@ -293,10 +326,16 @@ msgstr "Visi Pranešimai" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Visi Pranešimai" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Visi pranešimai" @@ -306,20 +345,7 @@ msgstr "Visi pranešimai" msgid "All reports between %s and %s" msgstr "Visi pranešimai nuo %s ir %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Visa jūsų suteikta informacija bus išsiųsta" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "" -"Visa jūsų suteikta informacija bus išsiųsta į \n" -"<strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Atnaujinimas - Problema sutvarkyta" @@ -328,48 +354,69 @@ msgstr "Atnaujinimas - Problema sutvarkyta" msgid "Anonymous" msgstr "Anoniminis" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anoniminis:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Pridėti vartotoją" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Ar esi aplikacijų kūrėjas?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Ar esi aplikacijų kūrėjas?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Vietovė pažymėta" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Šiuo metu puslapis ir %s yra neveikiantis, sukurti pranešimai bus išsiųsti problemos siuntėjui, o ne kontaktui pateiktame pranešimo kategorijoje." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Priskirti kitai kategorijai:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Priskirti išoriniai institucijai:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Priskirti padaliniui:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Priskirta to %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Priskirta to %s" @@ -381,37 +428,64 @@ msgstr " %d prašymai yra grąžinami kiekvienai užklausai. Grąžinti prašyma msgid "At the moment only searching for and looking at reports work." msgstr "Šiuo metu veikia tiktai pranešimų peržiūra ir paieška." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Viešas atsakymas:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Laukiama " -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Atgal" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Visi pranešimai" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Drausti el. paštą" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Institucijos" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Institucija" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Institucija:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Pagal Datą" @@ -423,9 +497,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Nematote žemėlapio? <em>Praleiskite šitą žingsnį</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategorija" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategorija:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -435,32 +526,47 @@ msgstr "Nematote žemėlapio? <em>Praleiskite šitą žingsnį</em>" msgid "Category" msgstr "Kategorija" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Problemų kategorijoje tvarkymo sparta > 4 savaitės senumo" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategorija:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategorija: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Drausti el. paštą" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Pakeisti slaptažodį" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -468,7 +574,7 @@ msgstr "" "Pažymėti <strong>patvirtinta</strong> norint nurodyti, kad kontaktas yra teisingas.\n" "Jeigu abejojate kontakto tikrumoč siūlome palikti nežymėta." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -476,7 +582,11 @@ msgstr "" "Check <strong>deleted</strong> to remove the category from use. \n" "It will not appear as an available category in the drop-down menu on the report-a-problem page." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -494,7 +604,7 @@ msgstr "" "interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin\n" "at a specific address." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." @@ -502,17 +612,12 @@ msgstr "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" "to the body too. These will appear in the drop-down menu on the report-a-problem page." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Paspausti čia arba įvesti dd/mm/yyyy" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Paspaukite ant žemėlapio, kad pranešti problemą" @@ -532,8 +637,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -547,15 +652,20 @@ msgstr "" msgid "Closed" msgstr "Uždaryta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Uždaryta " +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Visi pranešimai" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Uždaryta:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinatės:" @@ -563,26 +673,22 @@ msgstr "Koordinatės:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Cobrand informacija:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nustatymai" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Nustatyti Pabaigos Tašką" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Patvirtinti" @@ -603,10 +709,9 @@ msgstr "" msgid "Confirmation" msgstr "Patvirtinimas" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Patvirtinta" @@ -617,7 +722,7 @@ msgstr "Patvirtinti pranešimai tarp %s ir %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Patvirtinta:" @@ -636,17 +741,17 @@ msgstr "Susiekite su Mumis" msgid "Contact the team" msgstr "Susisiekite su komanda" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Vartotojas nerastas" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Vieta nenustatyta" @@ -660,11 +765,11 @@ msgstr "Savivaldybė" msgid "Council contacts for %s" msgstr "Tarybos kontaktai skirti %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Savivaldybė:" @@ -679,23 +784,38 @@ msgstr "Skaičiavimas" msgid "Create a report" msgstr "Sukurti pranešimą" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Sukurti kategoriją" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Sukurti pranešimą" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Nepranešta savivaldybei" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Sukurta" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Sukurta:" @@ -704,13 +824,13 @@ msgstr "Sukurta:" msgid "Current state" msgstr "Esama būsena" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Šiuo metu ne viena institucija nėra sukurta." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -723,44 +843,50 @@ msgstr "Įrankių juosta" msgid "Dealt with by subdivision within 5 working days" msgstr "Padalinys atliko per 5 darbo dienas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Ištrinta" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Aprašymas" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Aprašymas" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Išsamiau" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Išsamiau:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Perduota" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -768,16 +894,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Diligency prize league table" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Don’t nežinau" @@ -785,18 +915,18 @@ msgstr "Don’t nežinau" msgid "Don't like forms?" msgstr "Nepatinka anketos?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Kopija" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -807,20 +937,52 @@ msgstr "" "Different categories <strong>can have the same contact</strong> (email address).\n" "This means you can add many categories even if you only have one contact for the body." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Redaguoti" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Redaguoti institucijos informaciją" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Redaguoti institucijos informaciją" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Sukurti kategoriją" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Filtruoti pranešimo sąraša" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Visi pranešimai" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -833,18 +995,18 @@ msgstr "Redagavimo problema %d" msgid "Editing update %d" msgstr "Atnaujinimo redagavimas %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Redaguoti vartotoją %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Redaktorius" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -853,12 +1015,15 @@ msgstr "Redaktorius" msgid "Email" msgstr "El. paštas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "El. paštas pridėtas prie piktnaudžiavimo sąrašo" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "El. pašto adresas:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -869,24 +1034,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "El. paštas jau yra piktnaudžiavimo sąraše" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "El. paštas:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "El. paštas: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -898,8 +1063,8 @@ msgstr "" "For more information, see \n" "<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -909,11 +1074,11 @@ msgstr "" "different endpoint (and send method) from the body's. For example, if reports for some categories of\n" "problem must be emailed, while others can be sent over Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Pabaigos Data:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Pabaigos taškas" @@ -935,8 +1100,8 @@ msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" msgid "Enter a nearby street name and area" msgstr "Įveskite artimiausios gatvės pavadinimą ir rajoną" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -955,11 +1120,12 @@ msgstr "įveskite problemos detales" msgid "Error" msgstr "Klaida" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Pašto kodo pavyzdys %s" @@ -968,26 +1134,51 @@ msgstr "Pašto kodo pavyzdys %s" msgid "Examples:" msgstr "Pavyzdžiai:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Apibūdinkite kas negerai, tikslią vietą ir kiek ilgai tai tęsiasi..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Sukurti kategoriją" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Priskirti išoriniai institucijai:" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Internal notes" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Papildoma informacija:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Papildoma informacija:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -997,23 +1188,23 @@ msgstr "" msgid "Filter report list" msgstr "Filtruoti pranešimo sąraša" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Pirmas kartas" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Suvarkyti tai pasirenkant <strong>pažymėta vietovę</strong> <em>Redaguoti informaciją</em>formą." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Sutvarkyta" @@ -1027,11 +1218,17 @@ msgstr "Sutvarkyta - Savivaldybe" msgid "Fixed - User" msgstr "Sutvarkyta - Vartotojas" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Nauji pranešimai" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Sutvarkyta:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Pažymeti kaip ištrinta" @@ -1040,8 +1237,8 @@ msgstr "Pažymeti kaip ištrinta" msgid "Flag user" msgstr "Pažymėti vartotoją" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Pažymėta" @@ -1049,7 +1246,7 @@ msgstr "Pažymėta" msgid "Flagged reports and users" msgstr "Flagged reports and users" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Flagged users are listed on the <a href='%s'>flagged</a> page." @@ -1057,8 +1254,8 @@ msgstr "Flagged users are listed on the <a href='%s'>flagged</a> page." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Pažymėta:" @@ -1066,20 +1263,25 @@ msgstr "Pažymėta:" msgid "Follow a ward link to view only reports within that ward." msgstr "Follow a ward link to view only reports within that ward." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Daugiau informacijos rasite <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Pamiršote slaptažodį?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1089,12 +1291,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Dažniausiai Užduodami Klausimai" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Gauti atnaujinimus" @@ -1108,7 +1306,7 @@ msgstr "Gauti šių problemų %s atnaujinimus" msgid "Get updates of problems in this %s" msgstr "Gauti problemų atnaujinimus iš %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Suteikti man RSS srautą" @@ -1116,53 +1314,64 @@ msgstr "Suteikti man RSS srautą" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Pirmyn" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Ar ruošiates išsiųsti klausimyną?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Problemų sukurimo grafikas pagal statusą per laiką" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Pilkos eilutės nurodo nebeegsituojančius savivaldybės narius." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Ar ši problema buvo sutvarkyta?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Ar esate pranešęs apie problema anksčiau, o gal tai pirmas kartas?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Pagalba" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Čia pateikti vietinių problemų tipų pranešimai skirti ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Labas %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1170,19 +1379,19 @@ msgstr "Labas %s" msgid "Hidden" msgstr "Paslėpta" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Paslėpti senus" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Paslėpti smeigtukus" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Istorija" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Pradžia" @@ -1190,12 +1399,12 @@ msgstr "Pradžia" msgid "How to report a problem" msgstr "Kaip pranešti apie problema" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Kaip išsiųsti sėkminga pranešimą" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1209,8 +1418,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Apgailestaujame, bet jūsų problema nebuvo rasta duomenų bazėje.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1219,8 +1429,8 @@ msgstr "Apgailestaujame, bet jūsų problema nebuvo rasta duomenų bazėje.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." @@ -1228,7 +1438,7 @@ msgstr "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" "For basic installations, you don't need to join bodies in this way." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1240,23 +1450,32 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Jeigu jūs patalpinsite problema čia, tada problemos tema ir informacija taps viešai prieinama, tačiau <strong>nebus</strong> išsiųsta į savivaldybę." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1266,8 +1485,8 @@ msgstr "" "its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" "Check that your cobrand supports this feature before switching it on." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." @@ -1275,8 +1494,8 @@ msgstr "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" "if you do <strong>not</strong> want that user to be notified whenever these updates are created." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1290,14 +1509,14 @@ msgstr "" msgid "Illegal ID" msgstr "Neteisėtas ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Neteisėtas srauto pasirinkimas" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Apdorojama" @@ -1309,8 +1528,8 @@ msgstr "į piknaudžiavimo lentelę?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1323,18 +1542,26 @@ msgstr "Apdorojama" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Pridėti siuntėjo asmeninę informacija" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Pridėti nepatvirtintus pranešimus" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Incorrect has_photo value \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Internal notes" @@ -1344,19 +1571,23 @@ msgstr "Internal notes" msgid "Internal referral" msgstr "Internal referral" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Invalid agency_responsible value %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Klaidina pabaigos data" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Pasirinktas klaidingas formatas %s." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Klaidinga pradžios data" @@ -1364,8 +1595,8 @@ msgstr "Klaidinga pradžios data" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Tyriama" @@ -1373,33 +1604,33 @@ msgstr "Tyriama" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Patikrinkite <a href=\"%s\">mūsų D.U.K</a> gal atsakymas yra ten." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Palikti mane prisijungusi su šiuo komputeriu" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Paskutinis redaktorius" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Paskutinis atnaujinimas:" @@ -1407,11 +1638,16 @@ msgstr "Paskutinis atnaujinimas:" msgid "Last update:" msgstr "Last update:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Paskutinis atnaujinimas:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Palikite neužpildyta jeigu visi pranešimai šioje dalyje turi buti išsiųsti naudojant tą patį siuntimo metodą (pvz, \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Pateikti visas praneštas problemas" @@ -1433,7 +1669,7 @@ msgstr "Vietiniai RSS srautai ir el. pašto pranešimai" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Vietiniai RSS srautai ir el. pašto pranešimai skirti ‘%s’" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Vietiniai pranešimai" @@ -1441,47 +1677,72 @@ msgstr "Vietiniai pranešimai" msgid "Locate the problem on a map of the area" msgstr "Nustatytį problemos vietą žemėlapyje" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "MAP" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Žemėlapis" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Žinutė" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Missing jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Pridėti siuntėjo asmeninę informacija" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Sukurti pranešimą" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Moderated by division within one working day" @@ -1490,35 +1751,47 @@ msgstr "Moderated by division within one working day" msgid "Month" msgstr "Mėnuo" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Vardas" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Vardas:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Vardas: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "įveskite problemos detales" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1528,12 +1801,12 @@ msgstr "Artimiausia gatvė esanti šalia smeigtuko (automatiškai sugeneruota na msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Artimiausias pašto kodas esantis šalia smeigtuko žemėlapyje (sugeneruota automatiškai): %s (%sm toliau)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Artimiausia gavtė esanti šalia smeigtuko žemėlapyje (sugeneruota automatiškai naudojant Bing Maps): %s " -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1545,20 +1818,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Naujos <br>problemos" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Nauja dalis pridėta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Naujas kategorijos kontaktas pridetas" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "El. pašto adresas:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "New internal note:" @@ -1566,10 +1844,21 @@ msgstr "New internal note:" msgid "New local problems on FixMyStreet" msgstr "Naujos vietinės problemos FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Slaptažodis:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Nauji pranešimai" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Naujos problemos {{COUNCIL}} {{WARD}} rajone FixMyStreet" @@ -1598,40 +1887,49 @@ msgstr "Nauji pranešimai" msgid "New state" msgstr "New state" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Kitas" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Ne" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Nėra institucijos" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Nėra savivaldybės" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Nepasirinkta savivaldybė" @@ -1647,17 +1945,17 @@ msgstr "Pažymėtos problemos nerastos" msgid "No flagged users found." msgstr "Pažymėti vartotojai nerasti." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Jokių kitų atnaujinimai" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Jokių rezultatų" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1670,12 +1968,26 @@ msgstr "" msgid "No supporters" msgstr "Jokių rėmėjų" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Nė vienas" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +#, fuzzy +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" +" Authorised staff users can be associated with the body they represent.<br>\n" +" Depending on the implementation, staff users may have access to the dashboard (summary of\n" +" activity across their body), the ability to hide reports or set special report statuses." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1689,19 +2001,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Neatsakingas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Ne mano padaliniui" @@ -1709,12 +2021,12 @@ msgstr "Ne mano padaliniui" msgid "Not reported before" msgstr "Nebuvo pranešta anksčiau" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Nepranešta savivaldybei" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Pastaba" @@ -1723,9 +2035,8 @@ msgstr "Pastaba" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Pastaba:" @@ -1737,23 +2048,21 @@ msgstr "Pastaba: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Dabar patvirtinti jūsų report…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Dabar patvirtinti jūsų update…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Gerai" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Senos/ nežinomos <br>problemos" @@ -1761,44 +2070,53 @@ msgstr "Senos/ nežinomos <br>problemos" msgid "Old state" msgstr "Sena būklė" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Senesnis <br>sutvarkyta" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Senesnės <br>problemos" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Vieno eilutės santrauka" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Atidaryta" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API for the mySociety FixMyStreet server" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Open311 specification" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311 initiative web page" @@ -1807,23 +2125,23 @@ msgstr "Open311 initiative web page" msgid "Open311 specification" msgstr "Open311 specification" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Arba problemos praneštos:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Arba jūs galite prenumeruoti įspėjimą atsižvelgiant į jūsų rajoną arba savivaldybę:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Kita" @@ -1836,7 +2154,7 @@ msgstr "Savininkas" msgid "Page Not Found" msgstr "Puslapis nerastas" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Parent" @@ -1846,75 +2164,88 @@ msgstr "Parent" msgid "Partial" msgstr "Dalinis" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Slaptažodis (nebūtina)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Slaptažodis:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Permalink" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefono numeris" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefono numeris (nebūtina)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefonas:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Nuotrauka" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Nuotrauka" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Naujausios gretimų pranešimų nuotraukos" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Padėkite smeigtuką ant žemėlapio" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1929,11 +2260,13 @@ msgstr "Suplanuota" msgid "Please be polite, concise and to the point." msgstr "Prašome būti mandagūs, rašyti glaustai ir tiksliai." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Prašome patikrinti slaptažodžius ir pabandykite dar kartą" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1941,19 +2274,21 @@ msgstr "Prašome patikrinti slaptažodžius ir pabandykite dar kartą" msgid "Please check your email address is correct" msgstr "Prašome patikrinti ar jūsų el. pašto adresas teisingas " -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Prašome pasirinkti kategoriją" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Prašome pasirinkti nuosavybės tipą" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Prašome ištaisyti klaidas " @@ -1968,50 +2303,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Prašome neįžeidinėti — įžeidinėjimai nuvertina paslaugą visiems vartotojams." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Prašome įvesti žinutę" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Prašome įvesti slaptažodį" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Prašome įvesti slaptažodį" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Prašome įvesti temą" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Prašome įvesti galiojantį el. paštą" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Prašome įvesti galiojantį el. pašto adresą" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Prašome įvesti daugiau informacijos" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2021,8 +2363,8 @@ msgstr "Prašome įvesti daugiau informacijos" msgid "Please enter your email" msgstr "Prašome įvesti savo el. paštą" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Prašome įvesti savo el. pašto adresą" @@ -2036,9 +2378,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Prašome įvesti savo vardą ir pavardę, savivalldybei reikalinga jūsų informacija - jeigu pageidaujate, kad jūsų vardas nebūtu pateiktas puslapyje nužymėkite langelį apačioje" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Prašome įvesti savo vardą" @@ -2065,12 +2407,12 @@ msgstr "Galite <a href=\"%s\">prisijungti iš naujo</a>, arba grįžti atgal į msgid "Please fill in details of the problem below." msgstr "Prašome žemiau užpildyti problemos detales." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Prašome užpildyti problemos detales." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Prašome pateikti problemos detales žemiau esančioje anketoje ir kuo tiksliau apibūdinkite vietą." @@ -2086,12 +2428,12 @@ msgstr "Atkreipkite dėmesį, kad naujinimai nėra siunčiama savivaldybei." msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Atkreipkite dėmesį, kad jūsų pranešimas dar <strong>nėra išsiųstas</strong>. Pasirinkite kategorija ir pridėkite išsamesnę informacija, tada patvirtinkite." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2100,6 +2442,11 @@ msgstr "" msgid "Please note:" msgstr "Atkreipkite dėmėsį:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Prašome pateikti priežastis, kodėl jūs naujinate šį pranešimą" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Prašome pateikti priežastis, kodėl jūs naujinate šį pranešimą" @@ -2113,15 +2460,15 @@ msgstr "Prašome pateikti šiek tiek teksto, taip pat nuotrauką" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Prašome pasakyti ar esate pranešęs apie problemą savo savivaldybei anksčiau" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Prašome pasirinkti jūsų pageidaujama srautą" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Prašome pasirinkti pageidaujama įspėjimo tipą" @@ -2129,24 +2476,23 @@ msgstr "Prašome pasirinkti pageidaujama įspėjimo tipą" msgid "Please state whether or not the problem has been fixed" msgstr "Prašome nurodyti, ar problema buvo sutvarkyta" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Prašome įkelti tik JPEG formato nuotrauką" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Prašome įvesti žinutę" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Prašome raštyti savo naujinimą čia" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2168,11 +2514,19 @@ msgstr "" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Ankstesnis" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Privatumas" @@ -2182,15 +2536,13 @@ msgstr "Privatumas" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privatus" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problema" @@ -2206,12 +2558,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "Problema %s išsiųsta savivaldybei %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Problemos pasiskirstymas pagal valstybės" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problema pažymėta kaip atidaryta" @@ -2219,15 +2572,16 @@ msgstr "Problema pažymėta kaip atidaryta" msgid "Problem state change based on survey results" msgstr "Problemos būklės pakeitimas remiantis tyrimo rezultatais" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemos" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Šalia esančios problemos" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemos žemėlapyje" @@ -2235,12 +2589,12 @@ msgstr "Problemos žemėlapyje" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Neseniai praneštos problemos FixMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problemos %.1fkm atstumu aplink šią vietovę" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemos viduje %s" @@ -2251,15 +2605,15 @@ msgstr "Problemos %s rajone" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemos apibrėžtose ribose:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Nuosavybės adresas:" @@ -2267,28 +2621,38 @@ msgstr "Nuosavybės adresas:" msgid "Provide an update" msgstr "Pateikti naujinimą" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Pateikti naujinimą" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Pateikti vardą ir slaptažodį yra nebūtina, tačiau pateiktus bus jums papraščiau pranešti problemas, pateikti naujinimus ir tvarkyti savo pranešimus." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Pateikti slaptažodį yra nebūtina, tačiau pateiktus bus jums papraščiau pranešti problemas, pateikti naujinimus ir tvarkyti savo pranešimus." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Viešas atsakymas:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Viešas atsakymas:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Paskelbti nuotrauką" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Anketa/Klausimynas" @@ -2305,11 +2669,11 @@ msgstr "Anketa %d išsiųsta dėl problemos %d" msgid "Questionnaire filled in by problem reporter" msgstr "Questionnaire filled in by problem reporter" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS srautas" @@ -2321,10 +2685,10 @@ msgstr "RSS srautas skirtas %s" msgid "RSS feed for %s ward, %s" msgstr "RSS srautas skirtas %s rajonui, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS srautas %s" @@ -2333,12 +2697,12 @@ msgstr "RSS srautas %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS srautas %s, viduje %s rajono" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "Šalia esančių problemų RSS srautas" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "" @@ -2353,22 +2717,26 @@ msgid "RSS feed of recent local problems" msgstr "" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "" @@ -2376,6 +2744,11 @@ msgstr "" msgid "Recently reported problems" msgstr "" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Gauti atnaujinimus" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -2384,13 +2757,23 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2398,17 +2781,26 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Visi Pranešimai" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "" @@ -2423,23 +2815,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2447,50 +2839,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2502,22 +2895,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2531,46 +2969,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "" @@ -2580,81 +3028,118 @@ msgstr "" msgid "Search:" msgstr "" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +msgid "Select:" +msgstr "" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -2663,8 +3148,8 @@ msgstr "" msgid "Some categories may require additional information." msgstr "" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2675,8 +3160,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2692,16 +3176,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2711,35 +3195,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "" @@ -2753,12 +3257,12 @@ msgstr "" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2770,34 +3274,35 @@ msgstr "" msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2808,38 +3313,52 @@ msgid "Submitted" msgstr "" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "įveskite problemos detales" + +#: templates/web/base/admin/contact-form.html:129 +msgid "Summarise your changes" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "" @@ -2847,27 +3366,29 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2880,6 +3401,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2892,62 +3416,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2957,8 +3483,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2975,7 +3501,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "" @@ -3017,12 +3543,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "" @@ -3030,22 +3556,16 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3053,11 +3573,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3066,18 +3586,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3085,12 +3605,12 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3099,39 +3619,58 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "" @@ -3140,62 +3679,72 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3208,18 +3757,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Sukurta:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "" @@ -3230,20 +3796,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Nauji pranešimai" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "" @@ -3252,18 +3823,19 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3279,12 +3851,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3292,20 +3864,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3315,13 +3887,13 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "" @@ -3331,7 +3903,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3345,20 +3917,28 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3366,23 +3946,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -3392,7 +3977,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -3409,23 +3994,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3446,15 +4025,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -3463,7 +4038,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3471,8 +4046,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3486,7 +4061,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3502,22 +4077,22 @@ msgstr "" msgid "Year" msgstr "" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "" @@ -3543,7 +4118,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3558,18 +4133,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -3577,13 +4152,13 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3592,59 +4167,65 @@ msgstr "" msgid "You have been signed out" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "" +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Patvirtinti paskyrą" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3654,13 +4235,12 @@ msgstr "" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "" @@ -3671,38 +4251,44 @@ msgstr "" msgid "Your password" msgstr "" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +msgid "Your shortlist" +msgstr "" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +msgid "Yourself" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 @@ -3710,7 +4296,7 @@ msgstr "" msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "" @@ -3719,15 +4305,11 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3738,7 +4320,7 @@ msgstr "" msgid "last updated %s" msgstr "" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "" @@ -3783,13 +4365,23 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(pasirinktinai)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "" @@ -3797,22 +4389,22 @@ msgstr "" msgid "or locate me automatically" msgstr "" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "" @@ -3821,41 +4413,40 @@ msgstr "" msgid "reopened" msgstr "" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "" @@ -3872,7 +4463,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3888,7 +4479,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3904,7 +4495,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." @@ -3912,7 +4503,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3936,7 +4527,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" @@ -3944,7 +4535,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." @@ -3952,41 +4543,22 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#~ msgid "%s, reported at %s" -#~ msgstr "%s, pranešta %s" - -#~ msgid "About us" -#~ msgstr "Apie Mus" - -#~ msgid "Email me new local problems" -#~ msgstr "Atsiųsti man naujas vietines problemas" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "Apleistas butas" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Apleistas namas" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Apleista įtaiga arba kitas komercinės paskirties objektas" - -#~ msgid "Empty pub or bar" -#~ msgstr "Apleistas baras" - -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Apleistas viešosios paskirties pastatas - mokyklač ligonine ir t.t" +#~ msgid "(public)" +#~ msgstr "(viešas)" -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Visa jūsų suteikta informacija bus išsiųsta" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "" +#~ "Visa jūsų suteikta informacija bus išsiųsta į \n" +#~ "<strong>%s</strong>." -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Apgailestaujameč bet jūs negalite patvirtinti nepatvirtintų pranešimų." +#~ msgid "Configure Endpoint" +#~ msgstr "Nustatyti Pabaigos Tašką" -#~ msgid "Problems in this area" -#~ msgstr "Problemos šioje srityje" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "Apibūdinkite kas negerai, tikslią vietą ir kiek ilgai tai tęsiasi..." -#~ msgid "Property type:" -#~ msgstr "Nuosavybės tipas:" +#~ msgid "One-line summary" +#~ msgstr "Vieno eilutės santrauka" diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po index 02960b577..e3e9dd41b 100644 --- a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Malay (http://www.transifex.com/mysociety/fixmystreet/language/ms/)\n" "Language: ms\n" @@ -19,17 +19,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr " dan " -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " atau " @@ -37,17 +37,17 @@ msgstr " atau " msgid "%d edits by %s" msgstr "%d suntingan daripada %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d kepada %d daripada %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Laporan Ringkasan" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -88,12 +88,12 @@ msgstr "%s update secara langsung" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s soalan selidik dihantar – %s dijawabi (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ruj; %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -115,40 +115,40 @@ msgstr "%s, dalam kawasan pentadbiran %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Emel dalam jadual penyalahguna)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(jarak lalai mengandunging 200,000 orang secara kasar)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(ditutup)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(tetap)" @@ -157,33 +157,38 @@ msgstr "(tetap)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(seperti graffiti, fly tipping, paving slabs rosak, atau lampu jalan)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(tidak dihantar kepada majlis)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(tidak diwajibkan)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(hantar kepada kedua-dua)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Pilih jenis harta --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -195,8 +200,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -212,11 +217,19 @@ msgstr "<strong>Tidak</strong> Benarkan aku mengesahkan laporanku dengan emel" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Tidak</strong> Benarkan aku mengesahkan kemas kiniku dengan emel" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Tidak</strong> benarkan aku log masuk dengan emel" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -225,8 +238,8 @@ msgstr "<strong>Ya</strong> Aku ada kata laluan" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Jadual tindakan" @@ -238,34 +251,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Tambahkan cara hubungan dengan borang dibawah" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Tambah badan" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Tambah kategori baru" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Tambah pengguna" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Tambah kategori baru" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "%s telah ditambahi" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Sekali lagi:" @@ -277,12 +310,12 @@ msgstr "Alert %d diciptakan untuk %s, jenis %s, parameter %s/%s" msgid "Alert %d disabled (created %s)" msgstr "Pemberitahuan %d dihenti (dibuat pada %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Maklumkan aku sebarang kemas kini masa depan" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Semua Laporan" @@ -290,10 +323,16 @@ msgstr "Semua Laporan" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Semua Laporan" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Semua laporan" @@ -303,18 +342,7 @@ msgstr "Semua laporan" msgid "All reports between %s and %s" msgstr "Semua laporan antara %s dan %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Semua maklumat yang disediakan anda akan dihantar kepada" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Ada kemas kini menanda masalah ini sebagai diselesai." @@ -323,48 +351,69 @@ msgstr "Ada kemas kini menanda masalah ini sebagai diselesai." msgid "Anonymous" msgstr "Tanpa nama" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Tanpa Nama:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Tambah pengguna" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Adakan anda developer?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Adakan anda developer?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Kawasan dilintungi" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Ditugaskan kepada kategori lain:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Ditugaskan kepada badan luaran:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Ditugaskan kepada bahagian bawah:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Ditugaskan kepada %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Ditugaskan kepada %s" @@ -376,37 +425,64 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Tindak balas awam:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Mengunggu penyederhanaan" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Balik" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Semua laporan" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Melarang alamat emel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Badan" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Badan" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Badan:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Dengan Tarikh" @@ -418,9 +494,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategori" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategori:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -430,44 +523,64 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "seperti ‘%s’ atau ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Kategori rata masalah diselesai > 4 minggu" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategori:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategori: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Melarang alamat emel" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Menukar Kata Laluan" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -478,23 +591,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Klik sini atau masukkan sebagai dd/mm/yyyy" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Klik peta untuk melaporkan masalah" @@ -514,8 +622,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -529,15 +637,20 @@ msgstr "" msgid "Closed" msgstr "Ditutup" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Ditutup oleh majlis" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Semua laporan" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Ditutup:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Kordinat:" @@ -545,26 +658,22 @@ msgstr "Kordinat:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Data Cobrand" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurasi" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Mengkonfigurasi Endpoint" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Sah" @@ -585,10 +694,9 @@ msgstr "" msgid "Confirmation" msgstr "Pengesahan" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Disahkan" @@ -599,7 +707,7 @@ msgstr "Laporan disahkan antara %s dan %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Disahkan:" @@ -618,17 +726,17 @@ msgstr "Menghubungi Kita" msgid "Contact the team" msgstr "Menghubungi pasukan" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Tidak dapat mencari pengguna" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Tidak dapat mencari lokasi" @@ -642,11 +750,11 @@ msgstr "Majlis" msgid "Council contacts for %s" msgstr "Hubungan Majlis untuk %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "Rujukan majlis: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Majlis:" @@ -661,23 +769,38 @@ msgstr "Kiraan" msgid "Create a report" msgstr "Laporan baru" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategori baru" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Laporan baru" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Tidak dilaporkan kepada majlis" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Diwujudkan" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Diwujudkan:" @@ -686,13 +809,13 @@ msgstr "Diwujudkan:" msgid "Current state" msgstr "Keadaan semasa" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Belum ada badan wujud pada masa kini." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -705,44 +828,50 @@ msgstr "Papan pemuka" msgid "Dealt with by subdivision within 5 working days" msgstr "Diuruskan oleh bahagian bawah dalam 5 hari bekerja" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Dipadam" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Huraian" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Huraian" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Perincian" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Perincian:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Didelegasikan" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -750,16 +879,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Jadual liga hadiah ketekunan" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Tidak tahu" @@ -767,18 +900,18 @@ msgstr "Tidak tahu" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Salinan" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -786,20 +919,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Menyunting" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Edit perincian badah" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Edit perincian badah" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Kategori baru" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Tapis senarai laporan" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Semua laporan" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -812,18 +977,18 @@ msgstr "Sedang edit masalah %d" msgid "Editing update %d" msgstr "Sedang mengemaskini %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Sedang edit pengguna %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Editor" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -832,12 +997,15 @@ msgstr "Editor" msgid "Email" msgstr "Emel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Emel ditambahkan kepada senarai penyalahguna" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Alamat emel:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -848,24 +1016,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Emel telah dalam senarai penyalahguna" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Emel:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Emel: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -873,19 +1041,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Tarikh Akhir:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Endpoint" @@ -907,8 +1075,8 @@ msgstr "Masukkan poskod terdekat, atau nama jalan dan kawasan" msgid "Enter a nearby street name and area" msgstr "Masukkan nama jalan dan kawasan terdekat" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -927,11 +1095,12 @@ msgstr "Masukkan perincian masalah tersebut" msgid "Error" msgstr "Ralat" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Contoh poskod %s" @@ -940,26 +1109,51 @@ msgstr "Contoh poskod %s" msgid "Examples:" msgstr "Contoh:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Kategori baru" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Ditugaskan kepada badan luaran:" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Nota dalaman" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Data tambahan:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Data tambahan:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -969,23 +1163,23 @@ msgstr "" msgid "Filter report list" msgstr "Tapis senarai laporan" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Pertama kali" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Diselesai" @@ -999,11 +1193,17 @@ msgstr "Diselesai - Majlis" msgid "Fixed - User" msgstr "Diselesai - Pengguna" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Laporan baru" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Selesai:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Tanda sebagai dipadam" @@ -1012,8 +1212,8 @@ msgstr "Tanda sebagai dipadam" msgid "Flag user" msgstr "Tanda pengguna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Ditanda" @@ -1021,7 +1221,7 @@ msgstr "Ditanda" msgid "Flagged reports and users" msgstr "Laporan dan pengguna ditanda" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1029,8 +1229,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Ditanda:" @@ -1038,20 +1238,25 @@ msgstr "Ditanda:" msgid "Follow a ward link to view only reports within that ward." msgstr "Ikuti link kawasan pentadbiran untuk melihat laporan dalam kawasan tersebut sahaja." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Untuk maklumat lanjut, lihat <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Bagaimana FixMyStreet mengguna Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Terlupai kata laluan anda?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1061,12 +1266,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Soalan lazim" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS atas Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Dapatkan kemas kini" @@ -1080,7 +1281,7 @@ msgstr "Dapatkan kemas kini %s masalah" msgid "Get updates of problems in this %s" msgstr "Dapatkan kemas kini masalah di %" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Berikan aku RSS feed" @@ -1088,53 +1289,64 @@ msgstr "Berikan aku RSS feed" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Pergi" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Teruskan dengan menghantar soalan selidik?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Graf masalah dibuat dengan status dari masa ke masa" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Garis kelabu adalah majlis yang tidak laji wujud." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Adakan masalah ini telah diselesai?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Adakan anda pernah melaporkan masalah kepada majlis, atau inikah pertama kali anda?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Bantuan" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Hi %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1142,19 +1354,19 @@ msgstr "Hi %s" msgid "Hidden" msgstr "Tersembunyi" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Sembunyikan lama" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Sembunyikan pin" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Sejarah" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Home" @@ -1162,12 +1374,12 @@ msgstr "Home" msgid "How to report a problem" msgstr "Bagaimana melaporkan masalah" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Bagaimana untuk menghantar laporan berjaya" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1181,8 +1393,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Masalah anda tidak dapat dijumpai dalam database.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1191,14 +1404,14 @@ msgstr "Masalah anda tidak dapat dijumpai dalam database.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1208,38 +1421,46 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." msgstr "" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." +msgstr "" + +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1250,14 +1471,14 @@ msgstr "" msgid "Illegal ID" msgstr "ID tak sah" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Pilihan feed yang tak sah" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Dijalani" @@ -1269,8 +1490,8 @@ msgstr "Dalam table penyalahguna?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1283,18 +1504,26 @@ msgstr "Dijalani" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Termasuk perincian peribadi pelapor" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Termasuk laporan yang belum disahkan" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Nilai has_photo \"%s\" salah" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Nota dalaman" @@ -1304,19 +1533,23 @@ msgstr "Nota dalaman" msgid "Internal referral" msgstr "Rujukan dalaman" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Nilai agency_responsible %s salah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Tarikh berakhir yang tak sah" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Format dinyatakan %s salah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Tarikh mula yang tak sah" @@ -1324,8 +1557,8 @@ msgstr "Tarikh mula yang tak sah" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Dalam siasatan" @@ -1333,33 +1566,33 @@ msgstr "Dalam siasatan" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Teruskan log masuk aku dalam komputer ini" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Editor terakhir" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Kemas kini terakhir:" @@ -1367,11 +1600,16 @@ msgstr "Kemas kini terakhir:" msgid "Last update:" msgstr "Kemas kini terakhir:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Kemas kini terakhir:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Senaraikan semua laporan masalah" @@ -1393,7 +1631,7 @@ msgstr "RSS feed tempatan dan pemberitahuan emel" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "RSS feed tempatan dan pemberitahuan emel untuk '%s'" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Pemberitahuan tempatan" @@ -1401,47 +1639,72 @@ msgstr "Pemberitahuan tempatan" msgid "Locate the problem on a map of the area" msgstr "Mengesan masalah dalam kawasan atas peta" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "PETA" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Pesanan" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Kehilangan jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Termasuk perincian peribadi pelapor" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Laporan baru" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1450,35 +1713,47 @@ msgstr "" msgid "Month" msgstr "Bulan" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nama" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Nama:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Nama: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "Feed RSS untuk kemas kini bagi masalah ini" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1488,12 +1763,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1503,20 +1778,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Masalah<br>baru" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Badan baru ditambahi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Kategori hubungan baru ditambahi" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Alamat emel:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Nota dalaman baru:" @@ -1524,10 +1804,21 @@ msgstr "Nota dalaman baru:" msgid "New local problems on FixMyStreet" msgstr "Masalah tempatan baru dalam FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Kata Laluan:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Laporan baru" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Masalah baru untuk {{COUNCIL}} dalam {{WARD}} kawasan pentadbiran dalam FixMyStreet" @@ -1556,40 +1847,50 @@ msgstr "Laporan baru" msgid "New state" msgstr "Negeri baru" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Seterusnya" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Tidak" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "kawasan lain:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Tiada badan" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Tiada majlis" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Tiada majlis dipilihi" @@ -1605,17 +1906,17 @@ msgstr "Belum ada masalah yang ditanda." msgid "No flagged users found." msgstr "Belum ada pengguna yang ditanda." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Tiada kemaskini baru." -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Tiada keputusan." -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1626,12 +1927,21 @@ msgstr "" msgid "No supporters" msgstr "Tiada penyokong" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Tiada" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1641,19 +1951,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Tidak Bertanggungjawab" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Bukan untuk bahagian bawah aku" @@ -1661,12 +1971,12 @@ msgstr "Bukan untuk bahagian bawah aku" msgid "Not reported before" msgstr "Belum dilaporkan" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Tidak dilaporkan kepada majlis" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -1675,9 +1985,8 @@ msgstr "Nota" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "ta:" @@ -1689,23 +1998,21 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Hantarkan kemas kini anda sekarang…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "" "Masalah <br>\n" @@ -1715,44 +2022,53 @@ msgstr "" msgid "Old state" msgstr "Keadaan lama" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Lebih tua<br>diselesai" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Lebih tua <br>masalah" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Terbuka" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "API Open311 untuk pelayan FixMyStreet mySociety" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Spesifikasi Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Laman web inisiatif Open311" @@ -1761,23 +2077,23 @@ msgstr "Laman web inisiatif Open311" msgid "Open311 specification" msgstr "Spesifikasi Open311" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Atau masalah dilaporkan kepada:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Lain-lain" @@ -1790,7 +2106,7 @@ msgstr "Pemilik" msgid "Page Not Found" msgstr "Laman Tidak Dijumpai" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Induk" @@ -1800,75 +2116,88 @@ msgstr "Induk" msgid "Partial" msgstr "Separa" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Kata Laluan (tidah diwajibkan)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Kata Laluan:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Permalink" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Nombor telefon" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Nombor telefon (tidak diwajibkan)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefon:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Foto" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Foto laporan terdekat baru-baru ini " +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Letakkan pin atas peta" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1883,11 +2212,13 @@ msgstr "Dirancang" msgid "Please be polite, concise and to the point." msgstr "Sila bersopan, ringkas dan tepat." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Sila periksa kata laluan dan cuba lagi" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1895,19 +2226,21 @@ msgstr "Sila periksa kata laluan dan cuba lagi" msgid "Please check your email address is correct" msgstr "Sila periksa sama ada alamat emel anda adalah betul" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Sila pilihkan kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Sila pilihkan jenis bangunan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1922,50 +2255,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Sila masukkan pesanan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Sila masukkan kata laluan" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Sila masukkan kata laluan" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Sila masukkan tajuk" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Silah masukkan emel yang benar" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Sila masukkan alamat emel yang benah" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Sila masukkan perincian" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1975,8 +2315,8 @@ msgstr "Sila masukkan perincian" msgid "Please enter your email" msgstr "Sila masukkan emel anda" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Sila masukkan alamat emel anda" @@ -1990,9 +2330,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Sila masukkan nama penuh anda, majlis memerlukan maklumat ini - Jika anda tidak ingin nama anda dikemukakan dalam laman, untik kota dibawah" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Sila masukkan nama anda" @@ -2019,12 +2359,12 @@ msgstr "Sila <a href=\"%s\">log masuk lagi</a>, atau balik ke <a href=\"/\">hala msgid "Please fill in details of the problem below." msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Sila isikan perincian untuk masalah tersebut" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" @@ -2040,12 +2380,12 @@ msgstr "" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2054,6 +2394,11 @@ msgstr "" msgid "Please note:" msgstr "Sila nota:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Sila tuliskan kemas kini anda di sini" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "" @@ -2067,15 +2412,15 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "" @@ -2083,24 +2428,23 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Sila memuat naik imej JPEG sahaja" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Sila tuliskan pesanan" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Sila tuliskan kemas kini anda di sini" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2122,11 +2466,19 @@ msgstr "Dipostkan oleh %s pada %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Sebelumnya" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2136,15 +2488,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Peribadi" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Masalah" @@ -2160,12 +2510,13 @@ msgstr "Masalah %s dipastikan" msgid "Problem %s sent to council %s" msgstr "Masalah %s dihantar kepada majlis %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Pecahan masalah bagi negeri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Masalah ditanda sebagai terbukan" @@ -2173,15 +2524,16 @@ msgstr "Masalah ditanda sebagai terbukan" msgid "Problem state change based on survey results" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Masalah-masalah" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Masalah terdekat" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Masalah atas peta" @@ -2189,12 +2541,12 @@ msgstr "Masalah atas peta" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Masalah yang dilaporkan diselesai pada FixMyStreet baru-baru ini" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Masalah dalam %.1fkm dalam lokasi ini" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Masalah dalam %s" @@ -2205,15 +2557,15 @@ msgstr "Masalah dalam kawasan pentadbiran %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Masalah dalam sempadan" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Alamat bangunan" @@ -2221,28 +2573,38 @@ msgstr "Alamat bangunan" msgid "Provide an update" msgstr "Sediakan kemas kini" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Sediakan kemas kini" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Tindak balas awam:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Tindak balas awam:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Terbitkan foto" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Soalan selidik" @@ -2259,11 +2621,11 @@ msgstr "Soalan selidik %d dihantar untuk masalah %d" msgid "Questionnaire filled in by problem reporter" msgstr "Soalan selidik diisikan oleh pelapor masalah" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "Feed RSS" @@ -2275,10 +2637,10 @@ msgstr "Feed RSS untuk %s" msgid "RSS feed for %s ward, %s" msgstr "Feed RSS untuk kawasan pentadbiran %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "Feed RSS untuk %s" @@ -2287,12 +2649,12 @@ msgstr "Feed RSS untuk %s" msgid "RSS feed of %s, within %s ward" msgstr "Feed RSS untuk %s, dalam kawasan pentadbiran %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "Feed RSS untuk masalah berdekatan" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "Feed RSS untuk masalah dalam %s" @@ -2307,22 +2669,26 @@ msgid "RSS feed of recent local problems" msgstr "Feed RSS untuk masalah tempatan baru-baru ini" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "Feed RSS untuk kemas kini bagi masalah ini" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Terima emel semasa kemas kini ditinggalkan bagi masalah ini" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Diselesai <br>baru-baru ini" @@ -2330,6 +2696,11 @@ msgstr "Diselesai <br>baru-baru ini" msgid "Recently reported problems" msgstr "Masalah yang dilaporkan baru-baru ini" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Dapatkan kemas kini" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -2338,13 +2709,23 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2352,17 +2733,26 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Semua Laporan" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "" @@ -2377,23 +2767,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2401,50 +2791,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2456,22 +2847,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2485,46 +2921,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "" @@ -2534,81 +2980,120 @@ msgstr "" msgid "Search:" msgstr "" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Pilihkan badan" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Pilihkan kawasan" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Tajuk:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Dihantar kepada %s %s kemudian" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Dihantar:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Servis:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Kongsi" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Dipostkan oleh %s pada %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Tunjukkan nama aku secara umum" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Tunjukkan lama" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Tunjukkan pin" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Log masuk" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Log masuk atau daftarkan akaun" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Log keluar" @@ -2617,8 +3102,8 @@ msgstr "Log keluar" msgid "Some categories may require additional information." msgstr "" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2629,8 +3114,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2646,16 +3130,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2665,35 +3149,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Tarikh bermula:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Negeri" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Negeri:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Stats" @@ -2707,12 +3211,12 @@ msgstr "Status" msgid "Still open, via questionnaire, %s" msgstr "Masuk dibuka, melalui soalan selidik, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Subkategori: %s" @@ -2724,34 +3228,35 @@ msgstr "Bahagian bawah/Badan" msgid "Subject" msgstr "Tajuk" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Tajuk:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Hantar" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Hantar perubahan" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Hantar soalan selidik" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2762,38 +3267,53 @@ msgid "Submitted" msgstr "Dihantarkan" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Melanggan" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Langgankan pemberitahuan emel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Masukkan perincian masalah tersebut" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Hantar perubahan" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Ringkasan" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Laporan ringkasan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Kajian" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Hasil Kajian" @@ -2801,27 +3321,29 @@ msgstr "Hasil Kajian" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Teks" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Versi teks sahaja" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Teks:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2834,6 +3356,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2846,62 +3371,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2911,8 +3438,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2929,7 +3456,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "" @@ -2971,12 +3498,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "" @@ -2984,22 +3511,16 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Pemberitahuan yang paling mudah adalah jenis geografi kita:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3007,11 +3528,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3020,18 +3541,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3039,12 +3560,12 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3053,39 +3574,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Maklumat anda akan digunakan mengikuti <a href=\"/privacy\">dasar privasi</a> kita" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Maklumat anda akan digunakan mengikuti <a href=\"/privacy\">dasar privasi</a> kita" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "" @@ -3094,62 +3636,72 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Masalah ini telah diselesai" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Masalah ini belum diselesai" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Laporan ini menunggui sederhana." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Laporan ini ditanda sebagai ditutupi sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Laporan ini ditanda sebagai diselesai sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Laporan ini ditanda sebagai terbuka sekarang." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Laporan ini dikemukakan tanpa nama" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Laman web tersebut juga mengandungi foto masalah, dibekalkan oleh pengguna." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Garis masa" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Tajuk" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3162,18 +3714,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Melihat lokasi tepat atas peta bagi isu ini" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Jumlah" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Diwujudkan:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Cuba lagi" @@ -3184,20 +3753,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Tidak dapat diselesai" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Belum dipastikan" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Laporan baru" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Tidak diketahui" @@ -3206,18 +3780,19 @@ msgstr "Tidak diketahui" msgid "Unknown alert type" msgstr "Jenis pemberitahuan tak diketahui" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ralat tidak diketahui" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "ID masalah tidak diketahui" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Kemas kini" @@ -3233,12 +3808,12 @@ msgstr "Kemaskini di bawah ditambahkan tanpa nama pada %s" msgid "Update below added by %s at %s" msgstr "Kemaskini di bawah ditambah oleh %s pada %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Kemas kini badan" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Pecahan kemaskini mengikuti negeri" @@ -3246,20 +3821,20 @@ msgstr "Pecahan kemaskini mengikuti negeri" msgid "Update by {{name}}" msgstr "Kemas kini dengan {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Kemas kini mengubahi keadaan masalah kepada %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Kemas kini menanda masalah sebagai diselesai" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Kemas kini masalah dibuka semula" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Status kemas kini" @@ -3269,13 +3844,13 @@ msgstr "Status kemas kini" msgid "Updated" msgstr "Dikemas kinikan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Dikemas kinikan!" @@ -3285,7 +3860,7 @@ msgstr "Dikemas kinikan!" msgid "Updates" msgstr "Kemas kini" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3299,20 +3874,29 @@ msgstr "Kemas kini atas {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "Gunakan <strong>nota</strong> untuk melaporkan maklumat yang hanya dipaparkan kepada admin. Nota tidak akan dipapar secara awam dan tidak akan dihantar kepada badan." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Tanda pengguna dipadam" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Pengguna ditanda" @@ -3320,23 +3904,28 @@ msgstr "Pengguna ditanda" msgid "User search finds matches in users' names and email addresses." msgstr "Carian pengguna mencari padanan dalam nama dan alamat emel pengguna." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Pengguna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Nilai dikemaskinikan" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Melihat laporan di laman" @@ -3346,7 +3935,7 @@ msgid "View reports by ward" msgstr "Melihat laporan dengan kawasan pentadbiran" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Melihat lokasi" @@ -3363,23 +3952,17 @@ msgstr "Kawasan pentadbiran majlis ini" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Kita mendapati lebih daripada satu bersesuaian bagi lokasi tersebut. Kita menunjukkan sehingga sepuluh bersesuaian, sila cuba dengan carian lain jika carian anda tidak didapati di sini. " +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Kita tidak akan mempaprkan emel anda" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Kita tidak akan mempaparkan alamat emel atau nombor telefon anda." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Kita sedar bahawa masalah ini mungkin tanggungjawab %s; tetapi, pada masa kini kita tiada maklumat hubungan mereka. Jika anda tahu hubungan sewajanya, sila menghubungi mereka" @@ -3400,15 +3983,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Bila diedit" @@ -3417,7 +3996,7 @@ msgstr "Bila diedit" msgid "When sent" msgstr "Bila dihantar" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3425,8 +4004,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3440,7 +4019,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3456,22 +4035,22 @@ msgstr "" msgid "Year" msgstr "Tahun" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ya" @@ -3497,7 +4076,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3512,18 +4091,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Anda menolak; sila isikan kotak di atas" @@ -3531,13 +4110,13 @@ msgstr "Anda menolak; sila isikan kotak di atas" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3546,29 +4125,34 @@ msgstr "" msgid "You have been signed out" msgstr "Anda telah dilog keluarkan" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Anda telah menunjukkan masalah pada titik atas peta yang ditanda pin hijau. Jika lokasi ini tidak betul, sila klik atas peta lagi." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Anda telah berjaya memastikan alamat emel anda." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Anda telah berjaya log masuk; sila semak dan pastikan maklumat anda adalah tepat: " -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Anda perlu <a href=\"%s\">tambah badan</a>(seperti majlis atau jabatan) sebelum laporan mana-mana boleh dihantar." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3578,30 +4162,31 @@ msgstr "" "kategori masalah yang mereka boleh mengendalikan (sepertinya jalan berlubang atau jampu jalan) dan\n" "maklumat hubungan (seperti alamat emel) yang laporan akan dihantarkan." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Pastikan anda menghantar lagi?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Laporan Anda" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Mengesahkan Akaun" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Emel Anda" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3611,13 +4196,12 @@ msgstr "Alamat emel anda" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Maklumat anda akan digunakan mengikuti <a href=\"/privacy\">dasar privasi</a> kita" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Nama anda" @@ -3628,46 +4212,54 @@ msgstr "Nama anda" msgid "Your password" msgstr "Kata laluan anda" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Kata laluan anda telah diubahi" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Nombor telefon anda" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Laporan anda" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Laporan Anda" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Kemas kini anda" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Emel Anda" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "dari %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "majlis" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "tidak mengguna peta" @@ -3676,15 +4268,11 @@ msgstr "tidak mengguna peta" msgid "e.g. ‘%s’ or ‘%s’" msgstr "seperti ‘%s’ atau ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "edit pengguna" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3695,7 +4283,7 @@ msgstr "dari %s pengguna lain" msgid "last updated %s" msgstr "kemaskini yang lepas %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "kurang dari seminit" @@ -3740,13 +4328,23 @@ msgstr "ditanda sebagai dijadual" msgid "marked as unable to fix" msgstr "ditanda sebagai tak boleh dibaiki" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "tiada" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(tidak diwajibkan)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "atau" @@ -3754,22 +4352,22 @@ msgstr "atau" msgid "or locate me automatically" msgstr "atau mengesan aku secara automatik" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "pemasukan asal: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "kawasan lain:" @@ -3778,41 +4376,40 @@ msgstr "kawasan lain:" msgid "reopened" msgstr "dibuka semula" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "log keluar" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "majlis tempatan" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "pin tidak ditunjukkan sebab pengguna tidak menggunakan peta" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "jenis masalah tempatan ini" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "hari ini" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "peta diguna" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "pengguna adalah dari majlis yang sama dengan masalah - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "pengguna adalah pemilik masalah" @@ -3827,7 +4424,7 @@ msgid "<big>%s</big> report recently" msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> laporan baru-baru ini" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3839,7 +4436,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d penyokong" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3851,13 +4448,13 @@ msgid "<big>%s</big> update on reports" msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> laporan dikemaskini" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Kita belum ada maklumat tentang majlis yang menutupi lokasi ini" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3875,56 +4472,35 @@ msgid "<big>%s</big> fixed in past month" msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> diselesai di bulan lepas" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d hari" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Kita <strong>belum</strong> ada maklumat tentang majlis lain yang menutupi lokasi ini." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, dilaporkan pada %s" - -#~ msgid "About us" -#~ msgstr "Tentang kita" - -#~ msgid "Email me new local problems" -#~ msgstr "Emel aku masalah tempatan baru" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "Flat atau apartmen lama" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Rumah kosong atau banglo" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Pejabat kosing atau komersial lain" - -#~ msgid "Empty pub or bar" -#~ msgstr "Pub kosong atau bar" - -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Bangunan awam kosong - sekolah, hospital, lain-lain" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Semua maklumat yang disediakan anda akan dihantar kepada" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "Configure Endpoint" +#~ msgstr "Mengkonfigurasi Endpoint" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Anda tidak boleh mengesahkan laporan yang belum disahkan." +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS atas Google Maps" -#~ msgid "Problems in this area" -#~ msgstr "Masalah dalam kawasan ini" +#~ msgid "Survey" +#~ msgstr "Kajian" -#~ msgid "Property type:" -#~ msgstr "Jenis bangunan:" +#~ msgid "We never show your email" +#~ msgstr "Kita tidak akan mempaprkan emel anda" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "Feed RSS untuk masalah dalam %s ini" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Kita tidak akan mempaparkan alamat emel atau nombor telefon anda." -#~ msgid "Whole block of empty flats" -#~ msgstr "Seluruh blok flat kosong" +#~ msgid "You really want to resend?" +#~ msgstr "Pastikan anda menghantar lagi?" diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po index 0678eba77..de415fe4e 100644 --- a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/mysociety/fixmystreet/language/my_MM/)\n" "Language: my_MM\n" @@ -24,17 +24,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "ႏွင့္" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "သို႔မဟုတ္" @@ -42,17 +42,17 @@ msgstr "သို႔မဟုတ္" msgid "%d edits by %s" msgstr "%s မွ %d ကိုျပင္ဆင္ခဲ့သည္" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d မွ %d ၏ %d သို႔" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "အက်ဥ္းခ်ဳပ္ အစီရင္ခံစာမ်ား" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -93,12 +93,12 @@ msgstr "%s တိုက္ရိုက္အသစ္ရယူျခင္:" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s စစ်တမ်းမေးခွန်းလွှာပို့ပြီး – %s အဖြေ (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -120,40 +120,40 @@ msgstr "%s၊ %s ရပ္ကြက္အတြင္း" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(ရိုင္းစိုင္းစြာေျပာသည့္ဇယားတြင္ရွိအီးေမးလ္)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(လူအေယာက္ ၂၀၀ ၀၀၀ ကိုအၾကမ္းအားျဖင့္လႊမ္းမိုးႏိုင္ေသာပံုမွန္အကြာအေ၀း)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(ပိတ္ထားသည္)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(ျပင္ျပီးျပီ)" @@ -162,33 +162,38 @@ msgstr "(ျပင္ျပီးျပီ)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(ဂရပ္ဖီတီ၊ စည္းကမ္းမဲ့ အမိႈ္က္စြန္႔ပစ္ျခင္း၊ လမ္းေဘးပလက္ေဖာင္းအုတ္ခဲမ်ားက်ိဳးပဲ့မႈ သို႔မဟုတ္ လမ္းမီးမလာျခင္းကဲ့သို႔)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(ေကာင္စီသို႔မပို႔ပါ)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(ေရြးခ်ယ္ႏိုင္ခြင့္)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(ႏွစ္ခုလံုးသို႔ပို႔မည္)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- ပစၥည္းအမ်ိဳးအစားကိုေရြးပါ --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -197,8 +202,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -214,11 +219,19 @@ msgstr "<strong>မဟုတ္ပါ</strong> ကၽြႏ္ုပ္၏အစ msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>မဟုတ္ပါ</strong> ကၽြႏ္ုပ္၏အသစ္မြမ္းမံျခင္းကိုအီးေမးလ္ျဖင့္အတည္ျပဳမည္" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>မဟုတ္ပါ</strong> အီးေမးလ္ျဖင့္၀င္မည္" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -227,8 +240,8 @@ msgstr "<strong>ဟုတ္ကဲ့</strong> ကၽြႏ္ုပ္တြင #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "လုပ္ေဆာင္မႈကိုအခ်ိန္ဇယားျဖင့္ျပဳလုပ္ျပီး" @@ -240,34 +253,54 @@ msgid "" " categories of problem) to each body." msgstr "အုပ္ခ်ဳပ္ေရး အဖြဲ႔တစ္ခုခ်င္းစီအတြက္ အဖြဲ႔တစ္ခုကို ေပါင္းထည့္ပါ။ အႀကံေပးအဖြဲ႔ သို႔မဟုတ္ ႒ာနတစ္ခုကဲ့သို႔ အဖြဲ႔ကို ျပႆနာ တင္ျပႏိုင္သည္။ သင့္အေနျဖင့္ အဖြဲ႔တစ္ခုခ်င္းစီကို (ျပႆနာထဲမွ မတူညီသည့္ ျပႆနာမ်ားအတြက္) ဆက္သြယ္ရမည့္လိပ္စာ တစ္ခု သို႔မဟုတ္ အမ်ားကို ေပါင္းထည့္ပါ။" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "ေအာက္ပါပံုစံကိုသံုးျပီးအဆက္အသြယ္တစ္ခုထည့္မည္" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "စာကိုယ္ထည့္မည္" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "ေခါင္းစဥ္အသစ္ထည့္မည္" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "အသံုးျပဳသူထည့္မည္" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "ေခါင္းစဥ္အသစ္ထည့္မည္" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "%sကိုထည့္ျပီးျပီ" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "ထပ္မံ၍-" @@ -279,12 +312,12 @@ msgstr "Parameters %s/%s ၊ အမ်ိဳးအစား %s ၊ %s အတြ msgid "Alert %d disabled (created %s)" msgstr "အသိေပးခ်က္%dကိုပိတ္ထားသည္(%sကိုဖန္တီးျပီး)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "ေနာက္ထပ္အသစ္မ်ားအတြက္လည္းကၽြႏ္ုပ္ကိုအသိေပးမည္" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "အစီရင္ခံစာအားလံုး" @@ -292,10 +325,16 @@ msgstr "အစီရင္ခံစာအားလံုး" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "အစီရင္ခံစာအားလံုး" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "အစီရင္ခံစာအားလံုး" @@ -305,18 +344,7 @@ msgstr "အစီရင္ခံစာအားလံုး" msgid "All reports between %s and %s" msgstr "%s ႏွင့္ %s ၾကားအစီရင္ခံစားအားလံုး" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "သင္ေထာက္ပံ့ေသာအခ်က္အလက္မ်ားအားလံုးကိုပို႔မည့္ေနရာ" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "သင္ေထာက္ပံ့ေသာအခ်က္အလက္မ်ားအားလံုးကိုပို႔မည့္ေနရာမွာ <strong>%s</strong>သို႔ပို႔မည္" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "ေျဖရွင္းထားသည့္ ျပႆနာကို အမွတ္အသားျပဳလုပ္ထားသည္။" @@ -325,48 +353,69 @@ msgstr "ေျဖရွင္းထားသည့္ ျပႆနာကို msgid "Anonymous" msgstr "အမည္မသိ" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "အမည္မသိ-" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "အသံုးျပဳသူထည့္မည္" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Developer လား" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Developer လား" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "ဧရိယာလႊမ္းျခံဳ ျခင္း" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "တျခားေခါင္းစဥ္တစ္ခုသို႔ေျပာင္းလဲသတ္မွတ္မည္ -" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "အပိုစာကိုယ္ကိုသတ္မွတ္မည္ -" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "အေသးစိတ္နယ္နမိတ္သို႔သတ္မွတ္မည္-" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "%s သို႔ လြဲအပ္မည္" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "%s သို႔ လြဲအပ္မည္" @@ -378,37 +427,63 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "အခုေလာေလာဆယ္ အစီရင္ခံစာမ်ားကို ရွာေဖြျခင္း၊ၾကည့္ရႈျခင္းသာျပဳလုပ္ႏိုင္ေသးသည္" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "စိစစ္ျခင္းကိုေစာင့္ဆိုင္းေနတုန္း" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "ေနာက္သို႔" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "အစီရင္ခံစာအားလံုး" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "အီးေမးလ္လိပ္စာကိုပိ္တ္ပင္မည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "စာကိုယ္မ်ား" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "စာကိုယ္" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "စာကိုယ္ -" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "ေန႔စြဲအားျဖင့္" @@ -420,9 +495,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "ေျမပံုကိုမျမင္ဘူးလား။ <em>ဒီအဆင့္ကိုေက်ာ္မည္</em> " -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "အမ်ိဳးအစား" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "အမ်ိဳးအစား -" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -432,44 +524,64 @@ msgstr "ေျမပံုကိုမျမင္ဘူးလား။ <em>ဒ msgid "Category" msgstr "အမ်ိဳးအစား" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "ဥပမာ ‘%s’ သို႔မဟုတ္ ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "အမ်ိဳးအစား -" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "အမ်ိဳးအစား - %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "အီးေမးလ္လိပ္စာကိုပိ္တ္ပင္မည္" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "စကား၀ွက္ေျပာင္းမည္" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -480,23 +592,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "ဒီေနရာကိုႏွိပ္ပါ သို႔ dd/mm/yyyy ကဲ့သို႔ရိုက္ထည့္ပါ" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "ျပႆနာတစ္ခုကိုအစီရင္ခံစာတင္ရင္ေျမပံုကိုႏွိပ္ပါ" @@ -516,8 +623,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -531,15 +638,20 @@ msgstr "" msgid "Closed" msgstr "ပိတ္မည္" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "ေကာင္စီမွပိတ္ထားသည္" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "အစီရင္ခံ ျပန္လည္ေပးပို႔ရန္" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "ပိတ္မည္-" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" @@ -547,26 +659,22 @@ msgstr "" msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "အတည္ျပဳမည္" @@ -587,10 +695,9 @@ msgstr "" msgid "Confirmation" msgstr "အတည္ျပဳျခင္း" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "အတည္ျပဳခဲ့သည္" @@ -601,7 +708,7 @@ msgstr "%s ႏွင့္ %s ၾကားအစီရင္ခံစာကိ #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "အတည္ျပဳခဲ့ခ်ိန္-" @@ -620,17 +727,17 @@ msgstr "ကၽြႏ္ုပ္တို႔ႏွင့္ဆက္သြယ္ msgid "Contact the team" msgstr "အဖြဲ႕ႏွင့္ဆက္သြယ္ပါ" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "အသံုးျပဳသူရွာမေတြ႕ပါ" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "တည္ေနရာကိုရွာမေတြ႕ပါ" @@ -644,11 +751,11 @@ msgstr "ေကာင္စီ" msgid "Council contacts for %s" msgstr "%sအတြက္ေကာင္စီအဆက္အသြယ္" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "ေကာင္စီ ရည္ညႊန္းခ်က္" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "ေကာင္စီ-" @@ -663,23 +770,38 @@ msgstr "အေရအတြက္" msgid "Create a report" msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီးမည္" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "အမ်ိဳးအစားဖန္တီးမည္" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီးမည္" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "ေကာင္စီသို႔အစီရင္မခံရေသး" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "ဖန္တီးမည္" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "ဖန္တီးခဲ့ခ်ိန္-" @@ -688,13 +810,13 @@ msgstr "ဖန္တီးခဲ့ခ်ိန္-" msgid "Current state" msgstr "ယခုအေျခအေန" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "ယခုေလာေလာဆယ္ စာကိုယ္ ကိုမဖန္တီးရေသးပါ" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -707,44 +829,50 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "ဖ်က္ျပီးျပီ" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "ေဖာ္ျပခ်က္" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "ေဖာ္ျပခ်က္" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "အေသးစိတ္အခ်က္အလက္" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "အေသးစိတ္အခ်က္အလက္မ်ား-" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "တစ္ေယာက္မွတစ္ေယာက္လက္လြဲျခင္း" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -752,16 +880,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" @@ -769,18 +901,18 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "ႏွစ္ခုျပဳလုပ္မည္" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -788,20 +920,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "ျပင္ဆင္မည္" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "စာကိုယ္ကိုအေသးစိတ္ျပင္မည္" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "စာကိုယ္ကိုအေသးစိတ္ျပင္မည္" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "အမ်ိဳးအစားဖန္တီးမည္" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "အစီရင္ခံစာစာရင္းကိုစစ္ထုတ္မည္" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "အစီရင္ခံစာအားလံုး" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -814,18 +978,18 @@ msgstr "%dျပႆနာကိုျပင္ဆင္ေနသည္" msgid "Editing update %d" msgstr "အသစ္မြမ္းမံျခင္း %dကိုျပင္ဆင္ေနသည္" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "%dအသံုးျပဳသူကိုျပင္ဆင္ေနသည္" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "အယ္ဒီတာ" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -834,12 +998,15 @@ msgstr "အယ္ဒီတာ" msgid "Email" msgstr "အီးေမးလ္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ထည့္ျပီး" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "အီးေမးလ္လိပ္စာ-" #: templates/web/base/tokens/confirm_alert.html:6 @@ -850,24 +1017,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "အလြဲသံုးသည့္စာရင္းထဲတြင္အီးေမးလ္ရွိျပီး" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "အီးေမးလ္-" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "အီးေမးလ္ -%s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -875,19 +1042,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "ျပီးသည့္ရက္-" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "ျပီးဆံုးမွတ္-" @@ -909,8 +1076,8 @@ msgstr "အနီးနားရွိ စာတိုက္နံပါတ္ msgid "Enter a nearby street name and area" msgstr "အနီးနားရွိလမ္းအမည္ႏွင့္ဧရိယာကိုရိုက္ထည့္ပါ" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -929,11 +1096,12 @@ msgstr "ျပႆနာ၏အေသးစိတ္အခ်က္အလက္မ msgid "Error" msgstr "အမွားအယြင္း" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "နမူနာစာတိုက္ေသတၱာနံပါတ္ %s" @@ -942,26 +1110,51 @@ msgstr "နမူနာစာတိုက္ေသတၱာနံပါတ္ %s msgid "Examples:" msgstr "နမူနာမ်ား -" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "အမ်ိဳးအစားဖန္တီးမည္" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "အပိုစာကိုယ္ကိုသတ္မွတ္မည္ -" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "အတြင္းမွတ္စု" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "ေနာက္ထပ္အခ်က္အလက္မ်ား-" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "ေနာက္ထပ္အခ်က္အလက္မ်ား-" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -971,23 +1164,23 @@ msgstr "" msgid "Filter report list" msgstr "အစီရင္ခံစာစာရင္းကိုစစ္ထုတ္မည္" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "ပထမအၾကိမ္" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "ျပင္ျပီးျပီ" @@ -1001,11 +1194,17 @@ msgstr "ျပင္ျပီးျပီ-ေကာင္စီ" msgid "Fixed - User" msgstr "ျပင္ျပီးျပီ-အသံုးျပဳသူ" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "အစီရင္ခံစာအသစ္မ်ား" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "ျပင္ျပီးျပီ" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" @@ -1014,8 +1213,8 @@ msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" msgid "Flag user" msgstr "သတ္မွတ္သည့္အသံုးျပဳသူ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1023,7 +1222,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "အမွတ္အသားျပဳလုပ္ထားသည့္ အသံုးျပဳသူမ်ားကို ေဖာ္ျပျခင္း" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1031,8 +1230,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "အမွတ္အသားျပဳလုပ္ထားျခင္း" @@ -1040,20 +1239,25 @@ msgstr "အမွတ္အသားျပဳလုပ္ထားျခင္း msgid "Follow a ward link to view only reports within that ward." msgstr "ရပ္ကြက္ထဲမွအစီရင္ခံစာမ်ားကိုသာၾကည့္ရန္ရပ္ကြက္လင့္ခ္ကိုလိုက္ၾကည့္ပါ" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "သင္၏စကား၀ွက္ေမ့သြားျပီလား။" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1063,12 +1267,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "မၾကာခဏေမးေသာေမးခြန္းမ်ား" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "Google Maps ေပၚက GeoRSS" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "မြမ္းမံထားေသာအသစ္မ်ားရယူရန္" @@ -1082,7 +1282,7 @@ msgstr "%ျပႆနာ၏အသစ္မြမ္းမံမႈမ်ား msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "ကၽြႏ္ုပ္ကို RSS Feed ေပးပါ" @@ -1090,53 +1290,64 @@ msgstr "ကၽြႏ္ုပ္ကို RSS Feed ေပးပါ" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "သြားမည္" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "စစ္တမ္းကိုပို႔ေတာ့မွာလား။" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "ဒီျပႆနာကိုေျဖရွင္းျပီးျပီလား" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "ယခင္က ေကာင္စီထံ ျပႆနာမ်ား အစီရင္ခံဖူးသလား။ သို႔မဟုတ္ ဒါက ပထမဦးဆံုး အႀကိမ္လား?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "အကူအညီ" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "မဂၤလာပါ%s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1144,19 +1355,19 @@ msgstr "မဂၤလာပါ%s" msgid "Hidden" msgstr "ေဖ်ာက္ထားေသာ" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "အေဟာင္းေဖ်ာက္ထားေသာ" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "ရာဇ၀င္" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "ပင္မ" @@ -1164,12 +1375,12 @@ msgstr "ပင္မ" msgid "How to report a problem" msgstr "ျပႆနာကိုဘယ္လိုအစီရင္ခံစာတင္မလဲ။" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "ေကာင္းမြန္ေသာအစီရင္ခံစာကိုဘယ္လိုပို႔မလဲ" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1183,8 +1394,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1193,14 +1405,14 @@ msgstr "" msgid "ID" msgstr "အိုင္ဒီ" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1210,38 +1422,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "ျပႆနာ တစ္ခုကို ဤေနရာတြင္ တင္သြင္းပါက ျပႆနာ၏ အေသးစိတ္ အခ်က္အလက္ကို အမ်ားျပည္သူ ျမင္ေတြ႕ႏိုင္သည္။ သို႔ေသာ္ ျပႆနာကို ေကာင္စီထံ အစီရင္ခံမည္ မဟုတ္ပါ။" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1252,14 +1473,14 @@ msgstr "" msgid "Illegal ID" msgstr "တရားမ၀င္ေသာအိုင္ဒီ" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "တရားမ၀င္ေသာအိုင္ဒီ" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "လုပ္ေဆာင္ေနဆဲ" @@ -1271,8 +1492,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1285,18 +1506,26 @@ msgstr "လုပ္ေဆာင္ေနဆဲ" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "အတြင္းမွတ္စု" @@ -1306,19 +1535,23 @@ msgstr "အတြင္းမွတ္စု" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "ေနာက္ဆံုးေန႔မမွန္ကန္ပါ" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "ပံုစံ %s သည္မမွန္ကန္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "စမည့္ရက္မမွန္ကန္ပါ" @@ -1326,8 +1559,8 @@ msgstr "စမည့္ရက္မမွန္ကန္ပါ" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "စံုစမ္းစစ္ေဆးေနဆဲ" @@ -1335,33 +1568,33 @@ msgstr "စံုစမ္းစစ္ေဆးေနဆဲ" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "ဒီကြန္ျပဴတာမွာ၀င္ေနေအာင္ျပဳလုပ္မည္" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "ေနာက္ဆံုးအယ္ဒီတာ" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္း-" @@ -1369,11 +1602,16 @@ msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္ msgid "Last update:" msgstr "" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္း-" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "အစီရင္ခံစာတင္ျပီးေသာျပႆနာစာရင္းအားလံုး" @@ -1395,7 +1633,7 @@ msgstr "ျပည္တြင္း RSS feed မ်ားႏွင့္ အီ msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "‘%s’ အတြက္ ျပည္တြင္း RSS feed မ်ားႏွင့္ အီးေမးလ္ သတိေပးခ်က္မ်ား" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "ေဒသတြင္းအသိေပးခ်က္" @@ -1403,47 +1641,72 @@ msgstr "ေဒသတြင္းအသိေပးခ်က္" msgid "Locate the problem on a map of the area" msgstr "ဧရိယာ၏ေျမပံုတစ္ခုတြင္ျပႆနာကိုေနရာသတ္မွတ္မည္" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "ေျမပံု" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "စာ" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "စာကိုယ္ကိုအေသးစိတ္ျပင္မည္" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီးမည္" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1452,35 +1715,47 @@ msgstr "" msgid "Month" msgstr "လ" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "အမည္" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "အမည္-" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "အမည္ - %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "လက္ရိွ ျပႆနာကို update ျပဳလုပ္ထားသည့္ RSS feed" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1490,12 +1765,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1505,20 +1780,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "အသစ္<br>ျပႆနာမ်ား" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "စာကိုယ္အသစ္ထည့္ျပီးျပီ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "ေခါင္းစဥ္အသစ္အဆက္အသြယ္ထည့္ျပီးျပီ" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "အီးေမးလ္လိပ္စာ-" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "အတြင္းမွတ္စုအသစ္-" @@ -1526,10 +1806,21 @@ msgstr "အတြင္းမွတ္စုအသစ္-" msgid "New local problems on FixMyStreet" msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါတြင္ေဒသတြင္းျပႆနာအသစ္မ်ား" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "စကား၀ွက္-" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "အစီရင္ခံစာအသစ္မ်ား" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1558,40 +1849,50 @@ msgstr "အစီရင္ခံစာအသစ္မ်ား" msgid "New state" msgstr "ျမိဳ႕အသစ္" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "ေနာက္သို႔" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "မရွိပါ" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "အျခား ဧရိယာမ်ား" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "စာကိုယ္မရွိ" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "ေကာင္စီမရွိ" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "မည္သည့္ေကာင္စီမွမေရြးရေသးပါ" @@ -1607,17 +1908,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "ရလဒ္မေတြ႕ပါ" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1628,12 +1929,21 @@ msgstr "" msgid "No supporters" msgstr "ေထာက္ပံ့ေပးမည့္သူမရွိပါ" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "ဘာမွမဟုတ္" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1643,19 +1953,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "တာ၀န္ယူမႈမရွိျခင္း" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "ကၽြႏ္ုပ္၏အေသးစိတ္နယ္နမိတ္အတြက္မဟုတ္ပါ" @@ -1663,12 +1973,12 @@ msgstr "ကၽြႏ္ုပ္၏အေသးစိတ္နယ္နမိတ msgid "Not reported before" msgstr "ယခင္ကအစီရင္မခံရေသး" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "ေကာင္စီသို႔အစီရင္မခံရေသး" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "မွတ္စု" @@ -1677,9 +1987,8 @@ msgstr "မွတ္စု" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "မွတ္စု -" @@ -1691,23 +2000,21 @@ msgstr "မွတ္စု <strong> %s </strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "ယခုသင္၏အစီရင္ခံစာကိုသြင္းႏိုင္ပါျပီ …" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "အိုေက" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "အေဟာင္း၊အမည္မသိ <br>ျပႆနာမ်ား" @@ -1715,44 +2022,52 @@ msgstr "အေဟာင္း၊အမည္မသိ <br>ျပႆနာမ် msgid "Old state" msgstr "ျပည္နယ္အေဟာင္း" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "ပို၍ေဟာင္းေသာ <br> ျပင္ျပီးျပီ" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "ပို၍ေဟာင္းေသာ<br>ျပႆနာမ်ား" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "ဖြင့္မည္" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "mySociety FixMyStreet ဆာဗာအတြက္ ၃၁၁ API ကိုဖြင့္မည္" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1761,23 +2076,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "သို႔မဟုတ္ ျပႆနာမ်ားကိုတင္ျပရန္ေနရာမွာ-" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "တျခား" @@ -1790,7 +2105,7 @@ msgstr "ပိုင္ရွင္" msgid "Page Not Found" msgstr "စာမ်က္ႏွာရွာမေတြ႕ပါ" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "ပင္မ" @@ -1800,75 +2115,88 @@ msgstr "ပင္မ" msgid "Partial" msgstr "တစ္၀က္" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "စကား၀ွက္(ထည့္ခ်င္မွထည့္ပါ)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "စကား၀ွက္-" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "အျမဲတမ္းလင့္ခ္" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "ဖုန္းနံပါတ္" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "ဖုန္းနံပါတ္(ထည့္ခ်င္မွထည့္ပါ)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "ဖုန္း-" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "ဓာတ္ပံု" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "ဓာတ္ပံု" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "မၾကာေသးခင္ကအနီးအနားက အစီရင္ခံစာမ်ား၏ဓာတ္ပံု" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "ေျမပံုတြင္ပင္တစ္ခုထားမည္" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1883,11 +2211,13 @@ msgstr "စီစဥ္ထားသည့္အတိုင္း" msgid "Please be polite, concise and to the point." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "စကား၀ွက္ကိုျပန္စစ္ေဆးျပီးျပန္ၾကိဳးစားပါ" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1895,19 +2225,21 @@ msgstr "စကား၀ွက္ကိုျပန္စစ္ေဆးျပီ msgid "Please check your email address is correct" msgstr "သင္၏အီးေမးလ္လိပ္စာမွန္၊မမွန္ကိုစစ္ေဆးပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "ပစၥည္းအမ်ိဳးအစားတစ္ခုကိုေရြးပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1922,50 +2254,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "စကား၀ွက္တစ္ခုရိုက္ထည့္ပါ" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "စကား၀ွက္တစ္ခုရိုက္ထည့္ပါ" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "ေခါင္းစီးတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "မွန္ကန္ေသာအီးေမးလ္တစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "မွန္ကန္ေသာအီးေမးလ္လိပ္စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "တစ္ခ်ိဳ႕အခ်က္အလက္မ်ားကိုရိုက္ထည့္ပါ" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1975,8 +2314,8 @@ msgstr "တစ္ခ်ိဳ႕အခ်က္အလက္မ်ားကို msgid "Please enter your email" msgstr "သင္၏အီးေမးလ္ကိုရိုက္ထည့္ပါ" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "သင္၏အီးေမးလ္လိပ္စာကိုရိုက္ထည့္ပါ" @@ -1990,9 +2329,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "သင္၏အမည္ကိုရိုက္ထည့္ပါ" @@ -2019,12 +2358,12 @@ msgstr "ျပန္လည္ ဝင္ေရာက္ပါ သို႔မဟ msgid "Please fill in details of the problem below." msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" @@ -2040,12 +2379,12 @@ msgstr "အသစ္မြမ္းမံမႈမ်ားသည္ေကာင msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2054,6 +2393,11 @@ msgstr "" msgid "Please note:" msgstr "ေက်းဇူးျပဳျပီးမွတ္သားပါ-" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "သင္ဘာလို႔ဒီသတင္းပို႔ခ်က္ကိုျပန္ဖြင့္ရသလဲဆိုသည့္ရွင္းလင္းခ်က္ကိုေျပာျပေပးပါ" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "သင္ဘာလို႔ဒီသတင္းပို႔ခ်က္ကိုျပန္ဖြင့္ရသလဲဆိုသည့္ရွင္းလင္းခ်က္ကိုေျပာျပေပးပါ" @@ -2067,15 +2411,15 @@ msgstr "စာအနည္းငယ္ႏွင့္ဓာတ္ပံုတစ msgid "Please say whether you've ever reported a problem to your council before" msgstr "သင္၏ေကာင္စီသို႔သင္ယခင္ကသတင္းပို႔ဖူးေၾကာင္းေျပာျပေပးပါ" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "သင္လိုခ်င္ေသာ feed ကိုေရြးပါ" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "သင္လိုခ်င္ေသာ အသိေပးခ်က္အမ်ိဳးအစားမ်ားကိုေရြးပါ" @@ -2083,24 +2427,23 @@ msgstr "သင္လိုခ်င္ေသာ အသိေပးခ်က္ msgid "Please state whether or not the problem has been fixed" msgstr "ျပႆနာေျဖရွင္းျပီးျပီ၊မရွင္းျပီးျပီကိုေဖာ္ျပပါ" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "JPEG ပံုတစ္ပံုသာတင္ရန္" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "စာတစ္ေၾကာင္းေရးပါ" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "သင္၏အသစ္မြမ္းမံမႈကိုဒီေနရာမွာေရးပါ" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2122,11 +2465,19 @@ msgstr "%s မွာ %s မွတင္ခဲ့သည္" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "ယခင္က" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2136,15 +2487,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "ကိုယ္ပိုင္" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "ျပႆနာ" @@ -2160,12 +2509,13 @@ msgstr "ျပႆနာ %s သည္အတည္ျဖစ္ခဲ့သည္" msgid "Problem %s sent to council %s" msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပို႔လိုက္ပါျပီ" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "ျပည္နယ္မွ ျပႆနာကိုထပ္မံခြဲစိတ္လိုက္သည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "ျပႆနာကို ဖြင့္ထားသည္" @@ -2173,15 +2523,16 @@ msgstr "ျပႆနာကို ဖြင့္ထားသည္" msgid "Problem state change based on survey results" msgstr "စစ္ေဆးမႈရလဒ္မ်ားအေပၚတြင္ မူတည္ၿပီး ျပႆနာ အေျခအေန ေျပာင္းလဲသည္။" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "ျပႆနာမ်ား" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "အနီးနားရွိျပႆနာမ်ား" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "ေျမပံုေပၚက ျပႆနာမ်ား" @@ -2189,12 +2540,12 @@ msgstr "ေျမပံုေပၚက ျပႆနာမ်ား" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet ေပၚတြင္ လတ္တေလာ တင္ျပထားသည့္ ျပႆနာမ်ားကို ျပင္ဆင္ထားၿပီး ျဖစ္သည္။" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "" @@ -2205,15 +2556,15 @@ msgstr "" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2221,28 +2572,38 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "မြမ္းမံထားေသာအသစ္မ်ားရယူရန္" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "နာမည္ႏွင့္ စကားဝွက္ကို မထည့္သြင္းခ်င္လွ်င္ ရသည္။ နံပါတ္ႏွင့္ စကားဝွက္ ထည့္သြင္းပါက ျပႆနာမ်ားကို တင္ျပျခင္း၊ update မ်ား ျပဳလုပ္ျခင္းႏွင့္ အစီရင္ခံစာမ်ား စီမံခန္႔ခြဲျခင္းတို႔ကို ပိုမိုလြယ္ကူစြာ ျပဳလုပ္ႏိုင္မည္။" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "စကားဝွက္ကို မထည့္သြင္းခ်င္လွ်င္ ရသည္။ စကားဝွက္ ထည့္သြင္းပါက ျပႆနာမ်ားကို တင္ျပျခင္း၊ update မ်ား ျပဳလုပ္ျခင္းႏွင့္ အစီရင္ခံစာမ်ား စီမံခန္႔ခြဲျခင္းတို႔ကို ပိုမိုလြယ္ကူစြာ ျပဳလုပ္ႏိုင္မည္။" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "%s တိုက္ရိုက္အသစ္ရယူျခင္:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "စစ္တမ္းေမးခြန္းလႊာ" @@ -2259,11 +2620,11 @@ msgstr "%d ျပႆနာ အတြက္ %d ေပးပို႔သည့္ msgid "Questionnaire filled in by problem reporter" msgstr "ျပႆနာ အစီရင္ခံသူ ျဖည့္စြက္ရမည့္ စစ္တမ္းေမးခြန္းလႊာ" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS feed" @@ -2275,10 +2636,10 @@ msgstr "%s အတြက္ RSS feed" msgid "RSS feed for %s ward, %s" msgstr "%s အုပ္ခ်ဳဳပ္ေရးဌာန %s အတြက္ RSS feed" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "%s ၏ RSS feed" @@ -2287,12 +2648,12 @@ msgstr "%s ၏ RSS feed" msgid "RSS feed of %s, within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ %s ၏ RSS feed" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "အနီးအနားရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "%s အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" @@ -2307,22 +2668,26 @@ msgid "RSS feed of recent local problems" msgstr "လတ္တေလာ ျပည္တြင္း ျပႆနာမ်ား အတြက္ RSS feed" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "လက္ရိွ ျပႆနာကို update ျပဳလုပ္ထားသည့္ RSS feed" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "မၾကာေသးမီက <br> ျပင္ဆင္ၿပီး" @@ -2330,6 +2695,11 @@ msgstr "မၾကာေသးမီက <br> ျပင္ဆင္ၿပီး" msgid "Recently reported problems" msgstr "ျပႆနာမ်ားကို မၾကာေသးမီက အစီရင္ခံ တင္ျပၿပီး" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "မြမ္းမံထားေသာအသစ္မ်ားရယူရန္" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -2338,13 +2708,23 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "ဓာတ္ပံု ဖယ္ရွားရန္ (မၿပီးေျမာက္ႏိုင္ပါ)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2352,17 +2732,26 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန္" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "အစီရင္ခံစာအားလံုး" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "" @@ -2377,23 +2766,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "ေဒသတြင္း ျပႆနာမ်ားကို အစီရင္ခံျခင္း၊ ၾကည့္႐ႈျခင္းႏွင့္ ေဆြးေႏြးျခင္း" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2401,50 +2790,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပျခင္း" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2456,22 +2846,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "အစီရင္ခံ ျပန္လည္ေပးပို႔ရန္" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2485,46 +2920,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "ဘယ္ဘက္ကို လွည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "ညာဘက္ကို လွည့္ပါ" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြရန္" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြရန္" @@ -2534,81 +2979,120 @@ msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြ msgid "Search:" msgstr "" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "စာကိုယ္တစ္ခုကို ေရြးပါ။" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "ဧရိယာတစ္ခုကို ေရြးပါ။" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "စာကိုယ္တစ္ခုကို ေရြးပါ။" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "%s မွာ %s မွတင္ခဲ့သည္" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "ဝင္ရန္" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "ဝင္ရန္ သို႔မဟုတ္ အေကာင့္တစ္ခု ဖန္တီးရန္" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -2617,8 +3101,8 @@ msgstr "" msgid "Some categories may require additional information." msgstr "" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2629,8 +3113,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2646,16 +3129,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2665,35 +3148,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "" @@ -2707,12 +3210,12 @@ msgstr "" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2724,34 +3227,35 @@ msgstr "" msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2762,38 +3266,53 @@ msgid "Submitted" msgstr "" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "ျပႆနာ၏အေသးစိတ္အခ်က္အလက္မ်ားကိုရိုက္ထည့္ပါ" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "ေျပာင္းလဲမႈမ်ားကို သိမ္းဆည္းရန္" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "အက်ဥ္းခ်ဳပ္" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "အစီရင္ခံစာအက်ဥ္းခ်ဳပ္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "စစ္တမ္း" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "စစ္တမ္းရလဒ္" @@ -2801,27 +3320,29 @@ msgstr "စစ္တမ္းရလဒ္" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "စာ" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "စာဗားရွင္းသာ" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "စာ-" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2834,6 +3355,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2846,62 +3370,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "ထိုျပႆနာကိုယခုပင္ျပန္ပို႔ပါမည္" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "ဒီအစီရင္ခံစာကို %s ေပၚတြင္မၾကည့္ႏိုင္ပါ" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2911,8 +3437,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2929,7 +3455,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "ခ်ိဳ႕ယြင္းမႈမွာ - %s" @@ -2971,12 +3497,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "စကား၀ွက္မ်ားသည္မတူညီပါ" @@ -2984,22 +3510,16 @@ msgstr "စကား၀ွက္မ်ားသည္မတူညီပါ" msgid "The requested URL '%s' was not found on this server" msgstr "သင္ေတာင္းဆိုေသာ URL %s ကိုဒီဆာဗာမွာရွာမေတြ႕ပါ" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3007,11 +3527,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3020,18 +3540,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "အီးေမးလ္ႏွင့္ လ်ွိဳ႕ဝွက္နံပါတ္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ သင္၏ လွ်ိဳ႕ဝွက္နံပါတ္ကို မမွတ္မိပါက သို႔မဟုတ္ မရိွေသးပါက ေလွ်က္လႊာ၏ \"အီးေမးလ္ျဖင့္ ဝင္ရန္\" ေနရာတြင္ ျဖည့္ပါ။" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "အီးေမးလ္ သို႔မဟုတ္ စကားဝွက္တြင္ ျပႆနာ ျဖစ္ေပၚခဲ့ပါသည္။ ျပန္လည္ ႀကိဳးစားပါ။" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3039,12 +3559,12 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3053,39 +3573,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "မိမိတို႔၏ privacy ေပၚလစီႏွင့္အညီ သင့္၏ တစ္ကိုယ္ရည္ အခ်က္အလက္မ်ားကို အသုံးျပဳသြားမည္ ျဖစ္ပါသည္။" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "မိမိတို႔၏ privacy ေပၚလစီႏွင့္အညီ သင့္၏ တစ္ကိုယ္ရည္ အခ်က္အလက္မ်ားကို အသုံးျပဳသြားမည္ ျဖစ္ပါသည္။" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" @@ -3094,62 +3635,72 @@ msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "ဒီျပႆနာကိုေျဖရွင္းျပီးပါျပီ" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "ဒီျပႆနာကိုမေျဖရွင္းရေသးပါ" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "ဒီအစီရင္ခံစာသည္အတည္ျပဳျခင္းကိုေစာင့္ဆိုင္းေနဆဲျဖစ္သည္" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "ဒီျပႆနာကို ပိတ္ထားသည္ဟုေလာေလာဆယ္သတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "ဒီျပႆနာကိုေလာေလာဆယ္ေျဖရွင္းျပီးျပီဟုသတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "ဒီအစီရင္ခံစာကိုယခုေလာေလာဆယ္ဖြင့္ထားသည္" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "ဒီအစီရင္ခံစာကိုအမည္မသိသူမွတင္သြင္းခဲ့သည္" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "ဒီ web စာမ်က္ႏွာသည္ အသံုးျပဳသူမွရိုက္ထားေသာ ျပႆနာ၏ဓာတ္ပံုတစ္ပံုပါ၀င္သည္" -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3162,18 +3713,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "ျပည္တြင္း သတိေပးခ်က္မ်ား ေဖာ္ျပရန္အတြက္ သင္၏ စာတိုက္ေသတၲာအမွတ္ သို႔မဟုတ္ လမ္းနာမည္ႏွင့္ ဧရိယာကို ထည့္သြင္းပါ။" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "ဖန္တီးခဲ့ခ်ိန္-" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "" @@ -3184,20 +3752,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "အစီရင္ခံစာအသစ္မ်ား" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "" @@ -3206,18 +3779,19 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3233,12 +3807,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3246,20 +3820,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3269,13 +3843,13 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "" @@ -3285,7 +3859,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3299,20 +3873,29 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "စီမံသူတြင္သာ ေဖာ္ျပေပးသည့္ အေသးစိတ္ကို မွတ္တမ္းတင္ရန္ မွတ္စုကို အသုံးျပဳပါ။ မွတ္စုမ်ားကို လူအမ်ားမေတြ႔ျမင္ရ သလို အဖြဲ႔ထံသို႔လည္း မေပးပို႔ႏိုင္ပါ။" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "သုံးစြဲသူ အမွတ္အသား ျပဳလုပ္ျခင္းကို ဖယ္ရွားလိုက္သည္။" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "သုုံးစြဲသူက အမွတ္အသား ျပဳလုပ္ျခင္း" @@ -3320,23 +3903,28 @@ msgstr "သုုံးစြဲသူက အမွတ္အသား ျပဳ msgid "User search finds matches in users' names and email addresses." msgstr "သုံးစြဲသူရွာေဖြမႈသည္ ၎တို႔၏ အီးေမးလိပ္စာႏွင့္ နာမည္မ်ားရွိ တူညီမႈမ်ားကို ေတြ႔ရွိႏိုင္သည္။ " -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "အသံုးျပဳသူမ်ား" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "ဆိုက္ေပၚတြင္ အစီရင္ခံစာ ၾကည့္႐ႈျခင္း" @@ -3346,7 +3934,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "တည္ေနရာကို စိစစ္ျခင္း" @@ -3363,23 +3951,17 @@ msgstr "ေကာင္စီအဖြဲ႔မ်ား" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "ယခုတည္ေနရာ အတြက္ တစ္ခုထက္ပိုသည့္ ေနရာမ်ား ေတြ႔ရွိထားပါသည္။ တူညီသည့္ ေနရာဆယ္ခုကို ေတြ႔ရွိထားပါသည္။ ယခုတည္ေနရာ မဟုတ္ပါက အျခားရွာေဖြမႈမ်ား ထပ္မံျပဳလုပ္ပါ။" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "သင့္အီးေမးလိပ္စာကို ျပသ သြားမည္မဟုတ္ပါ။" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "မိမိတို႔သည္ သင့္ဖုန္းနံပါတ္ သို႔မဟုတ္ အီးေမးလိပ္စာကို ျပသသြားမည္ မဟုတ္ပါ" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "မိမိတို႔သည္ %s; ၏တာဝန္ျဖစ္ေၾကာင္း သတိျပဳမိေသာ္လည္း မိမိတို႔တြင္ ၎တို႔ကို ဆက္သြယ္ရန္ အေသးစိတ္ မရွိေသးပါ။ အကယ္၍ သင့္ေတာ္သည့္ လိပ္စာရွိပါက ေက်းဇူးျပဳၿပီး ဆက္သြယ္ေပးပါ။" @@ -3400,15 +3982,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "ျပင္ဆင္ခဲ့သည့္ အခ်ိန္" @@ -3417,7 +3995,7 @@ msgstr "ျပင္ဆင္ခဲ့သည့္ အခ်ိန္" msgid "When sent" msgstr "ေပးပို႔ခဲ့သည့္ အခ်ိန္" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3425,8 +4003,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3442,7 +4020,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "သင့္အေနျဖင့္ ေလးပတ္အတြင္း အျခားေမးခြန္းမ်ား ရရွိလိုၿပီး အေျခအေနကို သတိရေစရန္ သတိေပးလိုပါသလား။" @@ -3458,22 +4036,22 @@ msgstr "" msgid "Year" msgstr "ခုႏွစ္" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "ဟုတ္သည္။" @@ -3499,7 +4077,7 @@ msgstr "သင့္အေနျဖင့္ ေစာ္ကားခံေန msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "သင့္အေနျဖင့္ ယခုဆိုက္တြင္ ျပႆနာကို ၾကည့္ရူႏိုင္သည္။" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "သင့္အေနျဖင့္ ယဥ္ေက်းမႈမရွိေသာ သုံးစြဲသူ၏ အီးေမးလ္ကို ၎တို႔ဖန္တီးထားေသာ အလိုအေလ်ာက္ ဖုံးထားေသာ(မေပးပို႔ေသာ) အစီရင္ခံစာမ်ား ျဖစ္သည့္ ယဥ္ေက်းမႈမရွိေသာ စာရင္းတြင္ ထည့္သြင္းထားႏိုင္သည္။" @@ -3514,18 +4092,18 @@ msgid "" " reports in the past." msgstr "သင့္အေနျဖင့္မည္သည့္ report ကိုမဆုိ သို႔မဟုတ္ သုံးစြဲသူကို ျပင္ဆင္လိုပါက အမွတ္အသား ျပဳလုပ္ႏိုင္ၿပီး ၎တို႔သည္ စာမ်က္ႏွာေပၚတြင္ ေဖာ္ျပခံရမည္ ျဖစ္သည္။ ဥပမာ အတိတ္တြင္ မသင့္ေလွ်ာ္သည့္ အစီရင္ခံစာမ်ား တင္သူမ်ားကို ေစာင့္ၾကည့္လိုပါက အသုံးဝင္လာမည္ ျဖစ္သည္။" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "သင့္အေနျဖင့္ ကၽြႏု္ပ္တို႔ကို %s အတြက္ ျပည္တြင္း ျပႆနာမ်ားကို အီးေမးလ္ လိပ္စာျဖင့္ ဆက္သြယ္၍ ရွာေဖြႏိုင္ၿပီး <a href='mailto:%s'>%s</a> ရွိ ကၽြႏု္ပ္တို႔ထံသို႔ အီးေမးလ္ ေပးပို႔ႏိုင္သည္။" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "ဆိုက္ေပၚတြင္ ရွိေနမေစခ်င္လွ်င္ ဖ်က္ထားေသာ အဖြဲ႔ကို အမွတ္အသား ျပဳလုပ္ႏိုင္သည္။" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "ျငင္းပယ္လိုက္သည္။ ေက်းဇူးျပဳ၍ အေပၚက အကြက္တြင္ ျဖည့္ေပးပါ။" @@ -3536,13 +4114,13 @@ msgstr "" "မွာ သင့္ျပႆနာကို သြားေရာက္ ၾကည့္ရူႏိုင္ပါသည္။ \n" "\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3551,61 +4129,67 @@ msgstr "" msgid "You have been signed out" msgstr "ထြက္ခြာၿပီး ျဖစ္သည္။" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "" "ေျမပုံေပၚတြင္ အစိမ္းေရာင္ ပင္အပ္ ျဖင့္အမွတ္အသားျပဳထားသည့္ ေနရာတြင္ ျပႆနာကို ေတြ႔ႏိုင္သည္။ အကယ္၍ လက္ရွိတည္ေနရာမဟုတ္ပါက ေျမပုံကို\n" "ထပ္ႏွိပ္ပါ။" +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "သင္၏ အီးေမးလ္လိပ္စာကို ေအာင္ျမင္စြာ အတည္ျပဳၿပီး ျဖစ္သည္" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "သင္ ေအာင္ျမင္စြာ ဝင္ေရာက္ႏိုင္ခဲ့ပါၿပီ။ သင္၏ အေသးစိတ္ အခ်က္အလက္ မွန္ကန္မႈ ရိွ မရိွ စစ္ေဆးၿပီး အတည္ျပဳပါ။" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "အစီအရင္ခံစာမ်ား မေပးပို႔မီ (ေကာင္စီမ်ား သို႔မဟုတ္ ႒ာနမ်ားကဲ့သို႔) အဖြဲ႔တခ်ိဳ႔ကို ထည့္သြင္းရန္ လိုအပ္သည္" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "သင့္အေနျဖင့္ (ေကာင္စီမ်ားႏွင့္ ႒ာနကဲ့သို႔) အဖြဲ႔မ်ား ထည့္သြင္းႏိုင္ရန္ လိုအပ္ေသာေၾကာင့္ သင့္အေနျဖင့္ (က်င္း၊ခ်ိဳင့္မ်ား သို႔မဟုတ္ လမ္းမီးတိုင္ကဲ့သုိ႔) ကိုင္တြယ္ႏိုင္သည့္ ျပႆနာမ်ားကို ထည့္သြင္းႏိုင္သလို (အီးေမးလ္ လိပ္စာ ကဲ့သို႔) အဆက္အသြယ္မ်ားျဖင့္ အစီအရင္ခံစာမ်ားကို ေပးပို႔ႏိုင္သည္။" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "သင္ အမွန္တကယ္ ျပန္လည္ ေပးပို႔ခ်င္ပါသလား?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "သင္၏ အစီရင္ခံစာမ်ား" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "အေကာင့္ကိုအတည္ျပဳမည္" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "သင္၏ အီးေမးလ္" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3615,13 +4199,12 @@ msgstr "သင္၏ အီးေမးလ္လိပ္စာ" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "သင့္၏အခ်က္အလက္မ်ားကို ကၽြႏု္ပ္တို႔၏ သီးသန္႔တည္ရွိမႈ ေပၚလစီ ႏွင့္အညီ အသုံးျပဳသြားမည္ ျဖစ္သည္။" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "သင့္အမည္" @@ -3632,46 +4215,54 @@ msgstr "သင့္အမည္" msgid "Your password" msgstr "သင္၏ စကားဝွက္" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလဲၿပီးျဖစ္သည္" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "သင္၏ ဖုန္းနံပါတ္" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "သင္၏ အစီရင္ခံစာမ်ား" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "သင္၏ အစီရင္ခံစာမ်ား" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "သင္၏ မြမ္းမံျပင္ဆင္ထားမႈမ်ား" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "သင္၏ အီးေမးလ္" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "%s မွ" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "ေကာင္စီ" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "ေျမပံု မသံုးခဲ့ပါ" @@ -3680,15 +4271,11 @@ msgstr "ေျမပံု မသံုးခဲ့ပါ" msgid "e.g. ‘%s’ or ‘%s’" msgstr "ဥပမာ ‘%s’ သို႔မဟုတ္ ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "သုံးစြဲသူအား ျပင္ဆင္ျခင္း" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3699,7 +4286,7 @@ msgstr "%s မွ မတူညီေသာ သုံးစြဲသူမ်ာ msgid "last updated %s" msgstr "ေနာက္ဆုံး ျပဳျပင္မြမ္းမံမႈမ်ား" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "တစ္မိနစ္ခန္႔သာ" @@ -3744,13 +4331,23 @@ msgstr "စီစဥ္ထားၿပီးျဖစ္ေၾကာင္း msgid "marked as unable to fix" msgstr "ျပင္ဆင္၍ မရေၾကာင္း အမွတ္အသား ျပဳလုပ္ထားသည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "မအားေသးပါ" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(ေရြးခ်ယ္ႏိုင္ခြင့္)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "သို႔မဟုတ္" @@ -3758,22 +4355,22 @@ msgstr "သို႔မဟုတ္" msgid "or locate me automatically" msgstr "သို႔မဟုတ္ အလိုအေလ်ာက္ လမ္းညႊန္ပါ" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "နဂိုဝင္ေရာက္ထားမႈ: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "အျခား ဧရိယာမ်ား" @@ -3782,41 +4379,40 @@ msgstr "အျခား ဧရိယာမ်ား" msgid "reopened" msgstr "ျပန္ဖြင့္ပါ" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "ထြက္ရန္" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "ျပည္တြင္းေကာင္စီ" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "အသုံးျပဳသူ မသုံးသည့္ ေျမပုံကို ပင္အပ္ျဖင့္ မေဖာ္ျပထားပါ" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "ေဒသတြင္း ျပႆနာသာျဖစ္သည္။" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "ယေန႔" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "ေျမပံု အသံုးျပဳထားၿပီး" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "အသုံးျပဳသူသည္ တူညီသည့္ ေကာင္စီမွျဖစ္လွ်င္ ျပႆနာျဖစ္သည္။" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "အသုံးျပဳသူပ ျပႆနာပိုင္ရွင္ ျဖစ္သည္" @@ -3831,7 +4427,7 @@ msgid "<big>%s</big> report recently" msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> လတ္တေလာ တင္ျပထားေသာ အစီရင္ခံစာမ်ား" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3843,7 +4439,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d ေထာက္ပံ့ေပးသူမ်ား" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3855,13 +4451,13 @@ msgid "<big>%s</big> update on reports" msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> ျပဳျပင္မြမ္းမံထားသည့္ အစီရင္ခံစာမ်ား" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "ကၽြႏု္ပ္တို႔သည္ ယခုေနရာကိုႏွင့္ ပတ္သက္သည့္ ေကာင္စီမ်ားအတြက္ အေသးစိတ္မရွိေသးပါ" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3879,53 +4475,35 @@ msgid "<big>%s</big> fixed in past month" msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> ၿပီးခဲ့သည့္လက ျပဳျပင္ထားမႈ" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d ရက္မ်ား" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "ကၽြႏု္ပ္တို႔တြင္ ဒီတည္ေနရာႏွင့္ ပတ္သက္သည့္ အျခားေကာင္အတြက္ အေသးစိတ္မရွိေသးပါ။" -#~ msgid "%s, reported at %s" -#~ msgstr "%s သတင္းပို႔သည္မွာ %s" - -#~ msgid "About us" -#~ msgstr "ကၽြႏ္ုပ္တို႔အေၾကာင္း" - -#~ msgid "Email me new local problems" -#~ msgstr "ေဒသအတြင္းျပႆနာအသစ္မ်ားကိုကၽြႏ္ုပ္ထံသို႔အီးေမးလ္ပို႔မည္" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "တိုက္ခန္းအလြတ္သို႔မဟုတ္ maisonette" - -#~ msgid "Empty house or bungalow" -#~ msgstr "အိမ္အလြတ္သို႔မဟုတ္ဘန္ဂလိုအလြတ္" - -#~ msgid "Empty office or other commercial" -#~ msgstr "ရံုးအလြတ္သို႔မဟုတ္တျခားစီးပြားေရးအလြတ္" - -#~ msgid "Empty pub or bar" -#~ msgstr "အလြတ္အရက္ဆိုင္သို႔မဟုတ္ဘား" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "သင္ေထာက္ပံ့ေသာအခ်က္အလက္မ်ားအားလံုးကိုပို႔မည့္ေနရာ" -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "အမ်ားျပည္သူႏွင့္ဆိုင္ေသာတိုက္အလြတ္-ေက်ာင္း၊ေဆးရံုစသည္ျဖင့္.." +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "သင္ေထာက္ပံ့ေသာအခ်က္အလက္မ်ားအားလံုးကိုပို႔မည့္ေနရာမွာ <strong>%s</strong>သို႔ပို႔မည္" -#~ msgid "FixMyStreet" -#~ msgstr "ကၽြႏု္ပ္လမ္းကိုျပင္ေပးပါ" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "Google Maps ေပၚက GeoRSS" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "အတည္မျပဳရေသးေသာအစီရင္ခံစာကိုသင္အတည္မျပဳရေသးပါ" +#~ msgid "Survey" +#~ msgstr "စစ္တမ္း" -#~ msgid "Problems in this area" -#~ msgstr "ဒီဧရိယာအတြင္းရွိျပႆနာမ်ား" +#~ msgid "We never show your email" +#~ msgstr "သင့္အီးေမးလိပ္စာကို ျပသ သြားမည္မဟုတ္ပါ။" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "ဒီ %s ရိွ ျပႆနာမ်ား၏ RSS feed" +#~ msgid "We never show your email address or phone number." +#~ msgstr "မိမိတို႔သည္ သင့္ဖုန္းနံပါတ္ သို႔မဟုတ္ အီးေမးလိပ္စာကို ျပသသြားမည္ မဟုတ္ပါ" -#~ msgid "Whole block of empty flats" -#~ msgstr "တိုက္ခန္းလြတ္မ်ား ရွိရာ ဘေလာက္" +#~ msgid "You really want to resend?" +#~ msgstr "သင္ အမွန္တကယ္ ျပန္လည္ ေပးပို႔ခ်င္ပါသလား?" diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 66c404d3b..686be1360 100644 --- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -3,38 +3,32 @@ # This file is distributed under the same license as the main FixMyStreet code. # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # -# Translators: -# Guttorm Flatabø <post@guttormflatabo.com>, 2013 -# Jan Høydahl <jh@cominvent.com>, 2016 -# Ole-Erik Yrvin <oeyrvin@gmail.com>, 2015 -# Ørjan Vøllestad <orjanv@gmail.com>, 2014 -# pere <pere-transifex@hungry.com>, 2012,2015 -# Petter Reinholdtsen <pere@hungry.com>, 2011 +#, fuzzy msgid "" msgstr "" -"Project-Id-Version: fixmystreet\n" +"Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-05-28 21:04+0000\n" -"Last-Translator: Jan Høydahl <jh@cominvent.com>\n" -"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/mysociety/fixmystreet/language/nb_NO/)\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: pere <pere-transifex@hungry.com>, 2016\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/mysociety/teams/12067/nb_NO/)\n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr " og " -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " eller " @@ -42,17 +36,17 @@ msgstr " eller " msgid "%d edits by %s" msgstr "%d redigeringer av %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d til %d av %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - oppsummeringsrapporter" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "%s administrator:" @@ -97,12 +91,12 @@ msgstr "%s aktive oppdateringer" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s spørreskjema sendt – %s besvart (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -124,40 +118,40 @@ msgstr "%s, innefor bydel %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> -bidragsytere" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "(Feil & lokasjon for feil)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbrukstabellen)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(Uten navn)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(Uten telefonnummer)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(en standardavstand som dekker en befolkning på omtrent 200 000)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "(alternativt kan RSS-strømmen tilpasses, innenfor %s)" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(lukket)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(løst)" @@ -166,33 +160,38 @@ msgstr "(løst)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som tagging, søppel, hull i veien, eller ødelagte gatelys)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(ikke rapportert til administrasjonen)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(valgfritt)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(offentlig)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Velg en kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Velg en eiendomsstype --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "--Velg en mal--" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "20 cm dypt hull i Eksempelveien, nær postboks" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -201,9 +200,9 @@ msgstr "<code>MAPIT_URL</code> er satt (<code>%s</code>) men ingen <code>MAPIT_T #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "<label>Vis %s</label> <label>om %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">Vis</label> %s <label for=\"filter_categories\">om</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -218,11 +217,19 @@ msgstr "<strong>Nei</strong> La meg bekrefte min rapport med e-post" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Nei</strong> La meg bekrefte min oppdatering med e-post" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Nei</strong>, la meg logge inn med e-post:" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "<strong>Merk:</strong> Denne rapporten er sendt videre for å få noe til å skje. Ingen endringer sendes videre." + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -231,8 +238,8 @@ msgstr "<strong>Ja</strong>, jeg har et passord" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Handling planlagt" @@ -244,34 +251,53 @@ msgid "" " categories of problem) to each body." msgstr "Legg til en <strong>administrasjon</strong> for hver administrativ instans, for eksempel en kommune eller et departement, der problemrapporter kan sendes. Du kan legge til en eller flere kontaktpunkt (for ulike problemkategorier) for hver administrasjon." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Legg til en kontakt ved å bruke formen under." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Legg til administrasjon" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Legg til ny kategori" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Legg til bruker" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +msgid "Add/edit problem categories" +msgstr "Legg til / endre problemkategorier" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "Legg til / endre responsprioriteter" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "Legg til / endre responsmaler" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "La til %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "Tilleggsinformasjon" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Gjenta:" @@ -283,12 +309,12 @@ msgstr "Varsel %d opprettet for %s, type %s, parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Varsel %d koblet ut (opprettet %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Send meg varsel ved fremtidige oppdateringer" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle rapporter" @@ -296,10 +322,15 @@ msgstr "Alle rapporter" msgid "All Reports as CSV" msgstr "Alle rapporter som CSV" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +msgid "All categories" +msgstr "Alle kategorier" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Alle rapporter" @@ -309,18 +340,7 @@ msgstr "Alle rapporter" msgid "All reports between %s and %s" msgstr "Alle rapporter mellom %s og %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "All informasjonen du har lagt inn her vil bli sendt til" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "All informasjonen du har lagt inn her vil bli sendt til <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "En oppdatering markerte dette problemet som fikset." @@ -329,48 +349,66 @@ msgstr "En oppdatering markerte dette problemet som fikset." msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +msgid "Another user" +msgstr "En annen bruker" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Er du en utvikler?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "Er du sikker på at du vil avbryte opplastingen?" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +msgid "Are you sure?" +msgstr "Er du sikker?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Dekket område" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "Område:" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Da reproduksjonsstedet og %s ikke stemmer, vil meldingen som er laget her, bli sendt til problemrapportøren, og ikke til kontakten som er gitt for meldingformålet." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "Tildel til kompetent administrasjon:" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Flytt til en annen kategori:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Tildel til ekstern administrasjon:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Tildelt underavdeling:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "Tilordne brukere til områder" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Tildelt %s" @@ -382,37 +420,62 @@ msgstr "På det meste blir %d forespørsler returnert i hver spørring. De retu msgid "At the moment only searching for and looking at reports work." msgstr "For øyeblikket er det kun søk etter og å se på rapporter som fungerer." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "Auto-svar:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "Tilgjengelige kategorier" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "Unngå personlig informasjon og bilnummerskilt" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Avventer moderasjon" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Tilbake" +#: templates/web/base/report/_main.html:6 +msgid "Back to all reports" +msgstr "Tilbake til alle rapporter" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Bannlys epostadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Administrasjoner" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Administrasjon" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Administrasjon:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "På dato" @@ -424,9 +487,24 @@ msgstr "Finner du ikke e-posten? Sjekk mappen for uønsket post. Det løser prob msgid "Can't see the map? <em>Skip this step</em>" msgstr "Hvis du ikke kan se kartet, <em>hopp over dette steget</em>." -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "Avbryt" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +msgid "Categories" +msgstr "Kategorier" + +#: templates/web/base/admin/category-checkboxes.html:2 +msgid "Categories:" +msgstr "Kategorier:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -436,32 +514,46 @@ msgstr "Hvis du ikke kan se kartet, <em>hopp over dette steget</em>." msgid "Category" msgstr "Kategori" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "Kategori endret fra '%s' til '%s'" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Løsningsrate fordelt på kategori for problemer > 4 uker gamle" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategori:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategori: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "Endre epost" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +msgid "Change email address" +msgstr "Endre epostadresse" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Bytt passord" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -469,7 +561,7 @@ msgstr "" "Marker <strong>bekreftet</strong> for å indikere at dette kontaktpunktet har blitt bekreftet som korrekt.\n" "Hvis du ikke er sikker på opprinnelsen eller gyldigheten til kontaktpunktet, ikke marker feltet." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -477,7 +569,11 @@ msgstr "" "Marker <strong>slettet</strong> for å ikke lenger bruke kategorien\n" "Den vil ikke lenger dukke opp som en tilgjengelig kategori i nedtrekksmenyen på rapporter-et-problem-siden." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "Marker <strong>trenger inspeksjon</strong> hvis rapporter i denne kategorien <strong>må inspiseres</strong> før de sendes." + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -493,23 +589,18 @@ msgstr "" "Dette passer når du ønsker å tillate brukere å sende inn melding til administrasjonen, men ikke vil vise\n" "den utad. I UK, har de brukt dette for oppgaver som å be om en ekstra papirkurv på et bestemt sted." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Velg et <strong>kategorinavn</strong> som gir mening for innbyggerne (f.eks. \"Hull i veien\", \"Gatelys\") men som også er nyttig for administrasjonen. Disse vil dukke opp i nedtrekksmenyen på rapporter-et-problem-siden." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "Velg en mal" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Klikk her eller tast inn dato på formatet dd/mm/åååå" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Klikk i kartet for å rapportere et problem" @@ -529,8 +620,8 @@ msgstr "Klikk lenken i bekreftelses-eposten for å publisere din oppdatering." msgid "Click the link in our confirmation email to sign in." msgstr "Klikk lenken i bekreftelses-eposten for å logge inn." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -544,15 +635,19 @@ msgstr "Klikk lenken i bekreftelses-eposten for å logge inn." msgid "Closed" msgstr "Lukket" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "(ikke rapportert til administrasjonen)" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "lukkede rapporter" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Lukket:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinater:" @@ -560,26 +655,22 @@ msgstr "Koordinater:" msgid "Cobrand" msgstr "Merkevaresamarbeid" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Merkevaresamarbeidsdata:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Merkevaresamarbeid:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Oppsett" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Sett opp endepunkt" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Bekreft" @@ -600,10 +691,9 @@ msgstr "Bekreft via e-post isteden, ved å oppgi et nytt passord da. Når du bek msgid "Confirmation" msgstr "Bekreftelse" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bekreftet" @@ -614,7 +704,7 @@ msgstr "Bekreftede rapporter mellom %s og %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Bekreftet:" @@ -633,17 +723,17 @@ msgstr "Kontakt oss" msgid "Contact the team" msgstr "Kontakt prosjektgruppen" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "Koordinater:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Kunne ikke finne bruker" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Klarte ikke finne posisjon" @@ -657,11 +747,11 @@ msgstr "Administrasjon" msgid "Council contacts for %s" msgstr "Administrasjonskontakter for %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "administrasjonsreferanse: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Administrasjon:" @@ -676,23 +766,36 @@ msgstr "Antall" msgid "Create a report" msgstr "Lag en rapport" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lag kategori" +#: templates/web/base/admin/responsepriorities/edit.html:36 +msgid "Create priority" +msgstr "Opprett prioritet" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "Opprett rapporter/oppdateringer som myndigheten" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "Opprett rapporter/oppdateringer på vegne av en bruker" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "Lag mal" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Opprettet" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Opprettet:" @@ -701,13 +804,13 @@ msgstr "Opprettet:" msgid "Current state" msgstr "Gjeldende tilstand" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "I øyeblikket er ikke laget noen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kunden kan ikke kontaktes" @@ -720,44 +823,49 @@ msgstr "Oversikt" msgid "Dealt with by subdivision within 5 working days" msgstr "Behandlet av underavdeling innen 5 arbeidsdager" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Slett mal" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Slettet" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Beskrivelse" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +msgid "Description:" +msgstr "Beskrivelse:" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Delegert" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "Brukte ikke kart" @@ -765,16 +873,20 @@ msgstr "Brukte ikke kart" msgid "Diligency prize league table" msgstr "Arbeidshester" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "Ikke send epostvarsel på innhentede kommentarer til den som opprettet problemet" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "Har du et %s-passord?" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Vet ikke" @@ -782,18 +894,18 @@ msgstr "Vet ikke" msgid "Don't like forms?" msgstr "Liker ikke skjemaer?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Dra og slipp bilder hit eller <u>klikk for å laste opp</u>" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Duplikat" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -804,20 +916,48 @@ msgstr "" "Ulike kategorier kan ha same kontakt</strong> (e-postadresse).\n" "Dette betyr at du kan legge til mange grupper/kategorier selv om du bare har <strong>en<strong> kontakt for administrasjonen." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Rediger" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Rediger detaljer for administrasjon" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +msgid "Edit other users' details" +msgstr "Endre andre brukeres detaljer" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "Endre andre brukeres rettigheter" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +msgid "Edit report category" +msgstr "Endre rapportkategori" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "Endre rapportprioritet" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +msgid "Edit reports" +msgstr "Endre rapporter" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -830,18 +970,18 @@ msgstr "Rediger problem %d" msgid "Editing update %d" msgstr "Redigerer oppdatering %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Redigerer bruker %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Oppdatert av" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -850,13 +990,15 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Epost lagt til misbruksliste" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" -msgstr "E-postadresse:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +msgid "Email address" +msgstr "Epostadresse" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -866,24 +1008,24 @@ msgstr "Epostvarsel laget" msgid "Email alert deleted" msgstr "Epostvarsel slettet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Epost allerede i misbrukslisten" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-post:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "E-post: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -894,8 +1036,8 @@ msgstr "" "oppdateringer til eksisterende rapporter. Hvis du ikke er sikker, skjer det nok ikke, så la den forbli uavkrysset. For mer informasjon, se\n" "<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>denne artikkelen</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -905,11 +1047,11 @@ msgstr "" "et ulikt leveringspunkt (og sendemetode) fra administrasjonenen. For eksempel, hvis noen meldingstyper enten må \n" " e-postes, mens andre kan sendes med Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Slutt-dato:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Endepunkt" @@ -931,8 +1073,8 @@ msgstr "Skriv inn postnummer i nærheten, eller veinavn og sted" msgid "Enter a nearby street name and area" msgstr "Skriv inn et veinavn og sted" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -951,11 +1093,12 @@ msgstr "Legg inn detaljer om problemet" msgid "Error" msgstr "Feil" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "Alt" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Eksempel-postnummer %s" @@ -964,26 +1107,47 @@ msgstr "Eksempel-postnummer %s" msgid "Examples:" msgstr "Eksempler:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Forklar hva som er galt, nøyaktig hvor det er og hvor lenge det har vært galt..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +msgid "Existing category" +msgstr "Eksisterende kategori" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "Forklar hva som er galt" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "Ekstern" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "Ekstern ID" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "Ekstern URL" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Ekstra data:" +#: templates/web/base/report/_inspect.html:107 +msgid "Extra details" +msgstr "Ekstra detaljer" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Klarte ikke sende melding" @@ -993,23 +1157,23 @@ msgstr "Klarte ikke sende melding" msgid "Filter report list" msgstr "Filtrer rapportliste" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Første gang" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Fiks dette ved å velge en <strong>area covered</strong> i <em> Edit body details</em>-skjemaet nedenfor." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Løst" @@ -1023,11 +1187,16 @@ msgstr "Løst - Administrasjon" msgid "Fixed - User" msgstr "Løst - Bruker" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "løste rapporter" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Løst:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Merk som slettet" @@ -1036,8 +1205,8 @@ msgstr "Merk som slettet" msgid "Flag user" msgstr "Flag bruker" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flagget:" @@ -1045,7 +1214,7 @@ msgstr "Flagget:" msgid "Flagged reports and users" msgstr "Flaggede rapporter og brukere" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Flaggede brukere er listet opp på <a href='%s'>flaggede</a>-siden." @@ -1053,8 +1222,8 @@ msgstr "Flaggede brukere er listet opp på <a href='%s'>flaggede</a>-siden." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flaggede brukere er ikke begrenset på noe måte. Dette er bare en liste med brukere som har blitt markert for å gi dem oppmerksomhet." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Flagget:" @@ -1062,20 +1231,25 @@ msgstr "Flagget:" msgid "Follow a ward link to view only reports within that ward." msgstr "Følg en bydelslenke for å kun se rapporter innenfor den bydelen." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "Ta med nærbilder og oversiktsbilder for best resultat" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "For mer informasjon, se <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Hvordan FixMyStreet bruker Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Glemt passordet ditt?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "Tildelt til ekstern administrasjon" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "Ønsket er sendt videre til ekstern administrasjon" @@ -1085,12 +1259,8 @@ msgstr "Ønsket er sendt videre til ekstern administrasjon" msgid "Frequently Asked Questions" msgstr "Ofte spurte spørsmål" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS på Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Få oppdateringer" @@ -1104,7 +1274,7 @@ msgstr "Få oppdateringer for problemer i denne %s" msgid "Get updates of problems in this %s" msgstr "Få oppdateringer for problemer i denne %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Gi meg en RSS-strøm" @@ -1112,53 +1282,64 @@ msgstr "Gi meg en RSS-strøm" msgid "Glad to hear it’s been fixed!" msgstr "Glad for å høre at det er i orden!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Søk" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Skal det sendes spørreskjema?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "Gi tilgang til administratoren" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Linjer med grå bakgrunn er administrasjoner som ikke lenger eksisterer." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Har dette problemet blitt løst?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Har du rapportert et problem til en administrasjon før, eller er dette første gangen?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hjelp" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Her er de forskjellige typene lokale problemvarsler for ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Hei, %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1166,19 +1347,19 @@ msgstr "Hei, %s" msgid "Hidden" msgstr "Skjul" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Skjul gamle" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Skjul nåler" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historie" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Hjem" @@ -1186,12 +1367,12 @@ msgstr "Hjem" msgid "How to report a problem" msgstr "Hvordan rapportere et problem" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Hvordan sende inn rapporter som løses" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "Jeg rapporterte akkurat et problem på @fiksgatami" @@ -1205,8 +1386,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Jeg er redd vi ikke klarte å finne ditt problem i databasen.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1215,14 +1397,14 @@ msgstr "Jeg er redd vi ikke klarte å finne ditt problem i databasen.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "Identifiser en <strong>parent</strong> hvis instansen selv er en del av en annen administrasjon." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1232,23 +1414,31 @@ msgstr "Hvis to eller flere instanser er lokalisert på samme sted, kombinerer msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Hvis du får mer informasjon om status for problemet ditt, vær så snill å kom tilbake til nettstedet og legg igjen en oppdatering." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." -msgstr "Hvis du sender inn et problem hit, så vil emne og detaljer for problemet være offentlig, men problemet vil <strong>ikke</strong> bli rapportert til administrasjonen." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "Hvis du kun ønsker at denne prioriteten skal være et valg for spesifikke kategorier, velg dem her. Som standard vil de vises for alle kategorier." + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." +msgstr "" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "Hvis du ønsker å legge til en offentlig kommentar på problemet, legg den til her (denne blir ikke sendt til administrasjonen)." -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Hvis du bruker <strong>en sendemetode som ikke er e-post</strong>, skriv inn tjeneste-ID (Open311) eller ekvivalent identifikator her." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1258,8 +1448,8 @@ msgstr "" "sine oppdateringer. Aktiver <strong>extended Open311 statuses</strong> hvis du vil tillate ekstra tilstander.\n" "Sjekk at cobrand støtter denne funksjonen før du slår den på." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." @@ -1267,8 +1457,8 @@ msgstr "" "Hvis du har aktivert Open311 update-sending ovenfor, aktiver <strong>suppression of alerts</strong>,\n" "hvis du <strong>ikke</strong> ønsker å varsle denne brukeren hver gang disse oppdateringene blir laget." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1281,14 +1471,14 @@ msgstr "" msgid "Illegal ID" msgstr "Ugyldig ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Ugyldig valg av feed" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Under arbeid" @@ -1300,8 +1490,8 @@ msgstr "I misbrukstabell?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "I tillegg er følgende attributter som ikke er del av Open311 v2-spesifikasjonen returnert: agency_sent_datetime, title (også returnert som del av description), interface_used, comment_count, requestor_name (kun tilstede hvis innsender tillot at navnet kunne vises på dette nettstedet)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1314,18 +1504,26 @@ msgstr "Under arbeid" msgid "Inbox zero, here we come!" msgstr "Tom innboks, her kommer vi!" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Inkluder rapportørens personlige detaljer" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Inkluder ubekreftede problemer" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Feil has_photo-verdi \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "Trenger inspeksjon" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne notater" @@ -1335,19 +1533,23 @@ msgstr "Interne notater" msgid "Internal referral" msgstr "Interne referanser" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-verdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Ugyldig slutt-dato" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgitt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Ugyldig startdato" @@ -1355,8 +1557,8 @@ msgstr "Ugyldig startdato" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Undersøkes" @@ -1364,33 +1566,33 @@ msgstr "Undersøkes" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Det er ofte raskest å <a href=\"%s\">sjekke FAQ-en vår</a> og se om svaret er der." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "Den er på tur mot myndigheten akkurat nå." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "Ukjent område" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Ukjent område" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Husk min innlogging på denne datamaskinen" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Sist redigert av" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Siste oppdatering:" @@ -1398,11 +1600,16 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Siste oppdatering:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "La denne være blank hvis alle rapporter til denne administrasjonen skal sendes ved hjelp av samme sende-metode (dvs. \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "List alle rapporterte problemer" @@ -1424,7 +1631,7 @@ msgstr "Lokal RSS-strøm og e-postvarsel" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Lokal RSS-strøm og e-postvarsel for ‘%s’" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Lokale varsler" @@ -1432,47 +1639,70 @@ msgstr "Lokale varsler" msgid "Locate the problem on a map of the area" msgstr "Lokaliser problemet på kartet over området" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "KART" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Kart" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Marker som sendt" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Merk brukere hvis adferd du ønsker å ha en sjekk på som <strong>flagget</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "Merket fikset/lukket i løpet av de siste åtte ukene" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "Merket fikset/lukket mer enn åtte uker siden" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Melding" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "Melding til kompetent administrasjon:" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "Melding til ekstern administrasjon:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Mangler jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "Moderer" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "Moderer detaljer i rapprten" + +#: templates/web/base/report/_main.html:126 +msgid "Moderate this report" +msgstr "Moderer denne rapporten" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Moderert av avdeling innen en arbeidsdag" @@ -1481,35 +1711,46 @@ msgstr "Moderert av avdeling innen en arbeidsdag" msgid "Month" msgstr "Måned" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Navn" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Navn:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Navn: %s" +#: templates/web/base/report/_inspect.html:23 +msgid "Navigate to this problem" +msgstr "Naviger til dette problemet" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1519,12 +1760,12 @@ msgstr "Nærmeste navngitte vei til nålen plassert på kartet (automatisk gener msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Nærmeste postnummer til nålen plassert på kartet (automatisk generert): %s (%sm unna)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nærmeste vei til nålen plassert på kartet (automatisk generert ved hjelp av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1536,20 +1777,24 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Nesten ferdig! Nå må du sjekke e-posten din..." -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Nye <br>problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Ny administrasjon lagt til" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +msgid "New email address:" +msgstr "Ny epostadresse:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Nytt internt notat:" @@ -1557,10 +1802,19 @@ msgstr "Nytt internt notat:" msgid "New local problems on FixMyStreet" msgstr "Nye lokale problemer på FiksGataMi" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "Nytt notat til DM:" +#: templates/web/base/auth/change_password.html:35 +msgid "New password:" +msgstr "Nytt passord:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "Ny prioritet" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nye problemer for {{COUNCIL}} innenfor {{WARD}} bydel på FiksGataMi" @@ -1589,40 +1843,49 @@ msgstr "Nye rapporter" msgid "New state" msgstr "Ny tilstand" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "Ny mal" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Neste" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Nei" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "Intet område" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Ingen administrasjon" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Ingen administrasjon" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Ingen administrasjon er valgt" @@ -1638,17 +1901,17 @@ msgstr "Fant ingen flaggede problemer." msgid "No flagged users found." msgstr "Fant ingen flaggede brukere." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Ingen flere oppdateringer" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Ingen resultater returnert" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1662,12 +1925,21 @@ msgstr "" msgid "No supporters" msgstr "Ingen støttespillere" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Ingen" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1681,19 +1953,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Ikke ansvarlig" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "Kan ikke kontaktes" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Ikke for min underavdeling" @@ -1701,12 +1973,12 @@ msgstr "Ikke for min underavdeling" msgid "Not reported before" msgstr "Ikke rapportert tidligere" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Ikke rapportert til administrasjonen" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Merk" @@ -1715,9 +1987,8 @@ msgstr "Merk" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Merk at når vi tar med ubekreftede rapporter så brukes datoen rapporten var opprettet, hvilket ikke trenger være den samme måneden som rapporten var bekreftet, så tallene kan hoppe litt opp og ned." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Merk:" @@ -1729,23 +2000,21 @@ msgstr "Note: <strong>%d</strong>" msgid "Notes from SDM to DM" msgstr "Notater fra SDM til DM" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "På tide å sende din rapport…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "På tide å registrere din oppdatering…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Gamle / ukjente <br>problemer" @@ -1753,44 +2022,52 @@ msgstr "Gamle / ukjente <br>problemer" msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Eldre <br>løste" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Eldre <br>problemer" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Enlinjers oppsummering" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Åpen" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Åpen i mer enn fire uker, med en oppdatering i løpet av de siste åtte ukene" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Åpen, men har ikke hatt noen oppdateringer på åtte uker" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "Open311 API-nøkkel" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311-API for mySocietys FiksGataMi-tjener" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311-initiativets nettside" @@ -1799,23 +2076,23 @@ msgstr "Open311-initiativets nettside" msgid "Open311 specification" msgstr "Open311-spesifikasjon" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Eller problemer meldt til:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Eller du kan abonnere på varsel basert på bydel eller administrasjon du hører inn under:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Annet" @@ -1828,7 +2105,7 @@ msgstr "Eier" msgid "Page Not Found" msgstr "Fant ikke siden" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Forelder" @@ -1838,75 +2115,87 @@ msgstr "Forelder" msgid "Partial" msgstr "Delvis" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Passord (valgfritt)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Passord:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Permalink" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (valgfritt)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefon:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Bilde" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "Foto er påkrevd." -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "Foto kreves" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +msgid "Photos" +msgstr "Bilder" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Bilder av nye problemer i nærheten" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Plasser tegnestiften på kartet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1921,11 +2210,13 @@ msgstr "Planlagt" msgid "Please be polite, concise and to the point." msgstr "Vær høflig, poengtert og kortfattet." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Vennligst sjekk passordene og prøv igjen" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1933,19 +2224,21 @@ msgstr "Vennligst sjekk passordene og prøv igjen" msgid "Please check your email address is correct" msgstr "Vennligst sjekk at du har skrevet en gyldig e-postadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Velg en kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Velg en type egenskap" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Husk å rette opp feilene nedenfor." @@ -1963,50 +2256,56 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Ikke vær ufin — å kjefte på din administrasjon skader verdien av tjenesten for alle brukerne." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Vennligst legg til en melding" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "Vennligst skriv et navn" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +msgid "Please enter a name for this body" +msgstr "" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Skriv inn et passord" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Vennligst legg inn et emne" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Legg til en gyldig e-post" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Legg inn din e-post" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Legg inn opplysninger om problemet" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2016,8 +2315,8 @@ msgstr "Legg inn opplysninger om problemet" msgid "Please enter your email" msgstr "Legg inn din e-post" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Vennligst tast inn din e-postadresse" @@ -2031,9 +2330,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Vennligst legg inn ditt fulle navn, administrasjoner som mottar ditt problem trenger dette - hvis du ikke ønsker at ditt navn skal vises, fjern haken under" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Legg inn ditt navn" @@ -2060,12 +2359,12 @@ msgstr "Du kan også <a href=\"%s\">logge inn igjen</a> eller gå tilbake til <a msgid "Please fill in details of the problem below." msgstr "Vennligst fyll ut detaljer om problemet under" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Vennligst fyll ut detaljer om problemet." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" "Vennligst fyll inn skjemaet under med detaljene om problemet,\n" @@ -2083,12 +2382,12 @@ msgstr "Vær oppmerksom på at oppdateringer ikke blir videresendt til administr msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "Merk at din rapport <strong>enda ikke har blitt sendt</strong>." -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Merk at din rapport <strong>ennå ikke er sendt</strong. Velg en kategori og legg til mer informasjon under før du sender inn." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "Merk at din oppdatering <strong>enda ikke har blitt sendt</strong>." @@ -2097,6 +2396,10 @@ msgstr "Merk at din oppdatering <strong>enda ikke har blitt sendt</strong>." msgid "Please note:" msgstr "Vennligst merk deg:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +msgid "Please provide a public update for this report." +msgstr "" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Vennligst bidra med en forklaring for hvorfor du gjenåpner denne problemrapporten" @@ -2110,15 +2413,15 @@ msgstr "Vennligst bidra med litt tekst i tillegg til et bilde" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Vennligst opplys om du har rapportert et problem til din administrasjon tidligere" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "Velg en administrasjon." -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Velg den kilden du ønsker" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Vennligst velg hvilken type varsel du ønsker" @@ -2126,10 +2429,10 @@ msgstr "Vennligst velg hvilken type varsel du ønsker" msgid "Please state whether or not the problem has been fixed" msgstr "Vennligs oppgi om dette problemet er blitt fikset eller ikke" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" msgstr "Vennligst last opp kun bilder" @@ -2137,12 +2440,12 @@ msgstr "Vennligst last opp kun bilder" msgid "Please write a message" msgstr "Skriv inn en melding" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Vennligst skriv inn din oppdatering her" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2164,11 +2467,19 @@ msgstr "Sendt inn av %s %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Drevet av <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Forrige" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "Prioriteter" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "Prioritet" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Personvern" @@ -2178,15 +2489,13 @@ msgstr "Personvern" msgid "Privacy and cookies" msgstr "Personvern og cookies" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privat" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problem" @@ -2202,12 +2511,13 @@ msgstr "Problem %s bekreftet" msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til administrasjon %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problem markert som åpent." @@ -2215,15 +2525,16 @@ msgstr "Problem markert som åpent." msgid "Problem state change based on survey results" msgstr "Problemtilstandsendring basert på spørreundersøkelsesresultater" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Problemer i nærheten" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemer på kartet" @@ -2231,12 +2542,12 @@ msgstr "Problemer på kartet" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemer nylig rapportert fikset på FiksGataMi" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problemer innenfor %.1fkm av denne posisjonen" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemer innenfor %s" @@ -2247,15 +2558,15 @@ msgstr "Problemer innenfor %s bydel" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "Problemer innenfor %s, %s" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemer innenfor grensene av:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Eiendomsadresse:" @@ -2263,28 +2574,36 @@ msgstr "Eiendomsadresse:" msgid "Provide an update" msgstr "Bidra med en oppdatering" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +msgid "Provide update as" +msgstr "" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Det er valgfritt å oppgi navn og passord, men hvis du gjør det kan du enklere rapportere problemer, legge igjen oppdateringer og håndtere rapportene dine." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Det er valgfritt å oppgi et passord, men hvis du gjør det vil det bli enklere for deg å rapportere problemer, legge inn oppdateringer og holde oversikt over dine rapporter" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Offentlig respons:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +msgid "Public update:" +msgstr "Offentlig oppdatering:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Publiser bilde" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Spørreskjema" @@ -2301,11 +2620,11 @@ msgstr "Spørreskjema %d sendt for problem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Spørreskjema fylt inn av feilrapportøren" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS-strøm" @@ -2317,10 +2636,10 @@ msgstr "RSS-strøm for %s" msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" @@ -2329,12 +2648,12 @@ msgstr "RSS-strøm fra %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm av %s, innenfor %s bydel" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer innenfor %s" @@ -2349,22 +2668,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS-strøm med nylige lokale problemer" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS-strøm med oppdateringer for dette problemet" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Motta e-post når det er oppdateringer på dette problemet" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "Nylige lokale problemer, FiksGataMi." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Nylig løste <br>problemer" @@ -2372,6 +2695,11 @@ msgstr "Nylig løste <br>problemer" msgid "Recently reported problems" msgstr "Nylig meldte problemer" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Få oppdateringer" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Husk at FiksGataMi primert er laget for å rapportere fysiske problemer som kan bli fikset. Hvis ditt problem ikke er egnet for å sende inn via denne tjenesten, så husk at du kan kontakte administrasjonen direkte via deres egen nettside." @@ -2380,13 +2708,23 @@ msgstr "Husk at FiksGataMi primert er laget for å rapportere fysiske problemer msgid "Remove flag" msgstr "Fjern flagg" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Fjern bilde (kan ikke gjøres om!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "Svar til bruker:" @@ -2394,17 +2732,25 @@ msgstr "Svar til bruker:" msgid "Report" msgstr "Rapport" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "Rapport-ID:" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapporter et problem" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Rapporter misbruk" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +msgid "Report as" +msgstr "Rapporter som" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Rapport på %s" @@ -2419,23 +2765,23 @@ msgstr "Rapporter problemet ditt" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problemer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Rapportert tidligere" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "Rapportert av:" @@ -2443,50 +2789,51 @@ msgstr "Rapportert av:" msgid "Reported in the %s category" msgstr "Rapportert i kategorien %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Rapportert av %s i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Rapportert i løpet av de siste fire ukene" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "Rapportert:" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Legger til et problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Rapporter" @@ -2498,22 +2845,67 @@ msgstr "Rapportene begrenses til %s tegn. Rapporten må forkortes." msgid "Reports awaiting approval" msgstr "Rapporter som venter på godkjenning" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Publiserte rapporter" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Send rapport på nytt" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "Svarmaler for %s" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Riktig sted?" @@ -2527,46 +2919,56 @@ msgstr "Veioperatør for denne navngitte veien (utledet fra veiens referansenumm msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Veioperatør for denne navngitte veien (fra OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Roter til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Roter til høyre" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Hvis du roterer dette bildet, mister du ikke lagrede endringer til rapporten." -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Satelitt" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Lagre endringer" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Søk i rapporter" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Søk i brukere" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Søk i rapporter" @@ -2576,81 +2978,118 @@ msgstr "Søk i rapporter" msgid "Search:" msgstr "Søk:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Søket fant ingen rapporter." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Søket fant ingen brukere." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Velg en administrasjon" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Velg en bestemt administrasjon for å se problemer som er sendt dit." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Velg et område" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "Velg hvilken type varsel du ønsker og klikk på knappen for en RSS-kilde, eller skriv inn din e-postadresse for å abonnere på et e-postvarsel." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +msgid "Select:" +msgstr "Velg:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "Rapport sendt tilbake" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Sendt:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Tjeneste:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Dele" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Vis mitt navn offentlig" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Vis gamle" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Vis nåler" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Logg inn" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "Logg inn med epost is tedet, og oppgi et nytt passord. Når du besøker lenken du fikk i epost vil passordet ditt bli oppdatert." + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Logg inn eller opprett en konto" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logg ut" @@ -2659,8 +3098,8 @@ msgstr "Logg ut" msgid "Some categories may require additional information." msgstr "Noen kategorier krever kanskje mer informasjon" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2674,8 +3113,7 @@ msgid "Some photos of recent reports" msgstr "Noen bilder av nylig meldte problemer" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Noe tekst å oversette" @@ -2691,16 +3129,16 @@ msgstr "Beklager, det var ikke en gyldig lenke" msgid "Sorry, there has been an error confirming your problem." msgstr "Beklager, men det oppsto et problem når vi forsøkte å bekrefte problemrapporten din" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Beklager, vi kunne ikke finne det stedet." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Beklager, vi kunne ikke logge deg inn. Vennligst fyll in skjemaet nedenfor." @@ -2710,35 +3148,55 @@ msgstr "Beklager, vi kunne ikke logge deg inn. Vennligst fyll in skjemaet nedenf msgid "Sorry, we could not parse that location. Please try again." msgstr "Beklager, vi kunne ikke tolke den posisjonen. Vennligst prøv på nytt." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "Beklager, vi kunne ikke lagre bildet ditt. Forsøk igjen." -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "Beklager, du mangler rettigheter til å gjøre dette." + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Start-dato:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Tilstand" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistikk" @@ -2752,12 +3210,12 @@ msgstr "Status" msgid "Still open, via questionnaire, %s" msgstr "Fortsatt åpen via spørreskjema, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "Gatevisning" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Underkategori: %s" @@ -2769,34 +3227,35 @@ msgstr "Underavdeling/administrasjon" msgid "Subject" msgstr "Emne" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Emne:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Send inn endringer" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Send inn spørreskjema" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2807,38 +3266,51 @@ msgid "Submitted" msgstr "Sendt inn" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Jeg ønsker å abonnere på e-postvarsel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +msgid "Summarise the problem" +msgstr "Oppsummer problemet" + +#: templates/web/base/admin/contact-form.html:129 +msgid "Summarise your changes" +msgstr "Oppsummer dine endringer" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Oppsummering" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Oppsummeringsrapporter" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Spørreundersøkelse" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Resultater fra spørreundersøkelsen" @@ -2846,27 +3318,29 @@ msgstr "Resultater fra spørreundersøkelsen" msgid "Template «%s»" msgstr "Mal «%s»" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Maler" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Tekst" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Tekst-versjon" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "Takk for at du rapporterte dette problemet!" @@ -2879,6 +3353,9 @@ msgid "Thank you for updating this issue!" msgstr "Takk for at du oppdaterte dette problemet!" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "Tusen takk for din henvendelse" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Takk for din tilbakemelding" @@ -2891,41 +3368,41 @@ msgstr "Takk for at du lastet opp ditt bilde. Vi må nå plassere ditt problem, msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Takk, glad for å høre at problemet er fikset! Vi vil gjerne spørre deg om du har rapportert et problem til en administrasjon tidligere?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Bildet ser ikke ut til å ha blitt lastet opp riktig (%s), prøv på nytt." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Det stedet dekkes ikke av noen administrasjon, kanskje det er til havs eller utenfor landet - vennligst forsøk et annet sted." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Det stedet virker ikke å være i Storbritannia. Vennligst prøv igjen." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret ble ikke gjenkjent, beklager." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Det problemer har blitt markert som sendt." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Det problemet vil nå bli sendt på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Den rapporten kan ikke ses på %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har blitt fjernet fra FiksGataMi." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2933,8 +3410,8 @@ msgstr "" "Meldinger om denne kategorien blir sendt til <strong>E-postadressen</strong>.\n" "For denne administrasjonen kan også andre kategorier ha samme e-postadresse." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2942,8 +3419,8 @@ msgstr "" "<strong>Leveringspunktet</strong> er nettadressen til den tjenesten FiksGataMi vil koble seg til\n" "for meldinger til denne instansen." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." @@ -2951,8 +3428,10 @@ msgstr "" "<Strong>Jurisdiksjon</strong> er bare nødvendig om leveringspunktet betjener mer \n" "enn en. Hvis administrasjonen har i gang sitt eget leveringspunkt, kan du vanligvis la dette stå tomt." -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2964,8 +3443,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "Open311 v2-atributten agency_responsible brukes for å liste opp administrasjonene som mottok problemrapporten, noe som ikke helt stemmer med hvordan atributten er definert i Open311 v2-spesifikasjonen." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2988,7 +3467,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "The diligency prize league tabellen viser redaktørenes aktivitet, (hvem som har redigert flest)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Feilen var: %s" @@ -3030,12 +3509,12 @@ msgstr "De siste problemer innenfor grensen til {{NAME}} rapportert av brukere" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "Denne lenken har kanskje gått ut på tid, eller kanskje du ikke kopierte og limte den inn korrekt." -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listen over tilgjengelige områder kommer fra MapIt-tjenesten på %s." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Passordene er ikke like" @@ -3043,22 +3522,16 @@ msgstr "Passordene er ikke like" msgid "The requested URL '%s' was not found on this server" msgstr "Den forespurte URL '%s' ble ikke funnet på denne tjeneren" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Den enkleste meldingen er vår geografiske:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Oppsummeringen og beskrivelsen vil også offentliggjøres (se våre <a href=\"/privacy\">personvernregler</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Brukeren kunne ikke plassere problemet på et kart, men sjekk området rundt stedet de skrev inn" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3068,11 +3541,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "Det er ingen rapporter å vise." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Det var problemer med å vise 'Alle rapporter'-siden. Vennligst prøv igjen senere." @@ -3081,18 +3554,18 @@ msgstr "Det var problemer med å vise 'Alle rapporter'-siden. Vennligst prøv i msgid "There was a problem showing this page. Please try again later." msgstr "Det var problemer med å vise denne siden. Vennligst prøv igjen senere." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Det var problemer med din e-post/passord-kombinasjon. Hvis du har glemt ditt passord, eller hvis du ikke har et, vennligst fyll inn «Logg inn via e-post»-delen av skjemaet" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Det var problemer med din epost/passord-kombinasjon. Vær så snill å forsøke igjen." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Det var problemer med din oppdatering. Vær så snill å forsøke igjen." @@ -3100,12 +3573,12 @@ msgstr "Det var problemer med din oppdatering. Vær så snill å forsøke igjen msgid "There were problems with your report. Please see below." msgstr "Det var problemer med din rapport. Vennligst se under." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Det var problemer med din oppdatering. Vennligst se under." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3118,11 +3591,30 @@ msgstr "" "For mer informasjon om Open311, se\n" "<a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>denne artikkelen</a>." +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Denne API-implementasjonen er under arbeid og ennå ikke stabil. Den vil endre seg uten advarsel i fremtiden." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3132,12 +3624,12 @@ msgstr "" "Følgelig vil ingen av kategoriene vises i rullegardinkategori-menyen når brukere rapporterer problemer.\n" "For tiden <strong>kan ikke brukerne rapportere problemer til denne administrasjonen</strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Denne instansen har ingen kontakter. Det betyr at for tiden vil rapporterte problemer til denne instansen <strong>ikke bli sendt</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3145,17 +3637,17 @@ msgstr "" "Denne instansen får bare rapporter for problemer som er lokalisert i <strong>area covered</strong>.\n" "En instans vil ikke få noen meldinger om det ikke dekker minst ett område." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-posten har blitt sendt til begge administrasjonene som dekker stedet for problemet, da brukeren ikke kategoriserte det. Vær så snill å ignorere den hvis dere ikke er korrekt administrasjon for å håndtere denne saken, eller gi oss beskjed om hvilken kategori av problemer dette er så vi kan legge det til i vårt system." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Denne e-posten har blitt sendt til flere administrasjoner som dekker stedet for problemet, da den valgte kategorien er tilgjengelig for disse. Vær så snill å ignorere e-posten hvis dere ikke er korrekt administrasjon for å håndtere denne saken." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Denne informasjonen er påkrevd" @@ -3164,62 +3656,72 @@ msgstr "Denne informasjonen er påkrevd" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Dette er et utviklernettsted. Ting kan knekke når som helst og databasen vil bli periodisk slettet." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Dette er en opplisting av alle problemene i denne tjenesten." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Dette problemet er løst" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Dette problemet har ikke blitt løst" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Denne rapporten avventer moderasjon" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tiden markert som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tiden markert som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Denne rapporten er for tiden markert som åpen." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Denne rapporten ble rapportert anonymt" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Denne nettsiden inneholder også et bilde av problemet, sendt inn av brukeren." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "Tid brukt (i minutter):" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "Tips for perfekte bilder" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Tittel" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "Tittel:" @@ -3232,18 +3734,34 @@ msgstr "Du finner lokale problemer ved å søke på ditt postnummer eller veinav msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Du finner lokale problemer ved å søke på ditt postnummer, veinavn eller sted" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "For å se et kart med en mer presis plassering for dette problemet." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Totalt" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +msgid "Trusted:" +msgstr "" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Prøv igjen" @@ -3254,20 +3772,24 @@ msgstr "Forsøk å sende epost direkte til oss:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Kan ikke fikses" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Ubekreftet" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "uløste rapporter" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Ukjent" @@ -3276,18 +3798,19 @@ msgstr "Ukjent" msgid "Unknown alert type" msgstr "Ukjent varsel-type" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Ukjent feil" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Ukjent problem-Id" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Oppdatering" @@ -3303,12 +3826,12 @@ msgstr "Oppdateringen under lagt inn anonymt %s" msgid "Update below added by %s at %s" msgstr "Oppdateringen under lagt til av %s %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Oppdater administrasjon" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Tilstandsfordeling for oppdateringer" @@ -3316,20 +3839,20 @@ msgstr "Tilstandsfordeling for oppdateringer" msgid "Update by {{name}}" msgstr "Oppdatert av {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "En oppdatering endret problemets status til %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "En oppdatering markerte dette problemet som fikset." -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "En oppdatering gjennåpnet problemet" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Oppdater tilstanden" @@ -3339,13 +3862,13 @@ msgstr "Oppdater tilstanden" msgid "Updated" msgstr "Oppdatert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Oppdatert!" @@ -3355,7 +3878,7 @@ msgstr "Oppdatert!" msgid "Updates" msgstr "Oppdateringer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Oppdateringer er begrenset til %s tegn i lengde. Vennligst skriv en kortere tekst." @@ -3369,20 +3892,28 @@ msgstr "Oppdateringer av {{title}}" msgid "Updates to this problem, %s" msgstr "Oppdateringer til dette problemet, FiksGataMi" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." -msgstr "Bruk <strong>notater</strong> for å notere detaljer som skal vises frem i admin-grensesnittet. Notater vises ikke offentlig og blir ikke sendt til myndigheten." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "Brukte kart" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Brukerflagg fjernet" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Bruker flagget" @@ -3390,23 +3921,28 @@ msgstr "Bruker flagget" msgid "User search finds matches in users' names and email addresses." msgstr "Brukersøk leter etter treff gjennom brukernavn og epostadresser. " -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Brukere" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Verdier oppdatert" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Se rapport på nettstedet" @@ -3416,7 +3952,7 @@ msgid "View reports by ward" msgstr "Se rapport per bydel" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Ser på et sted" @@ -3433,23 +3969,17 @@ msgstr "Bydeler innenfor denne administrasjonen" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Vi fant mer en ett treff for den plassen. Vi viser opp til ti treff, så forsøk et annet søk hvis din plass ikke er her." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "Vi behøver din epost-adresse, vennligst oppgi den nedenfor." -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Vi viser aldri din e-postadresse" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Vi viser aldri din e-postadresse eller ditt telefonnummer" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi innser at %s kan være ansvarlig for dette problemet, men vi mangler for tiden kontaktinformasjon for dem. Hvis du vet om en egnet kontaktadresse, så ta kontakt med oss." @@ -3470,15 +4000,11 @@ msgstr "Det gjør oss triste å høre at problemet ikke er løst. Hva med å fo msgid "We’ll get back to you as soon as we can." msgstr "Vi tar kontakt med deg så snart vi kan." -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "Hvilken erfaring hadde du med å få løst dette problemet?" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "Hva er problemet og hvor skjer det?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Når redigert" @@ -3487,7 +4013,7 @@ msgstr "Når redigert" msgid "When sent" msgstr "Når sendt" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "Oj oj, brems ned! Tre bilder er nok." @@ -3495,8 +4021,8 @@ msgstr "Oj oj, brems ned! Tre bilder er nok." msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "Hvorfor stoppe der? <a href=\"/alert\">Sett opp flere varsler</a> gratis." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3510,7 +4036,7 @@ msgstr "Når du søker etter forespørsler, så er det også mulig å søke ette msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Kunne du tenke deg å bidra til FiksGataMi? Kildekoden vår er fri programvare og <a href=\"http://fixmystreet.org\">tilgjengelig via fixmystreet.org</a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Kunne du tenke deg å motta en ny forespørsel om 4 uker, som minner deg om å sjekke status?" @@ -3526,22 +4052,22 @@ msgstr "Feil sted? Bare klikk på nytt i kartet." msgid "Year" msgstr "År" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ja" @@ -3567,7 +4093,7 @@ msgstr "Du rapporterer at følgende oppdatering er støtende, inneholder personl msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Du kan <a href=\"%s%s\">lese om problemet på denne siden</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Du kan legge en misbrukers epostadresse til misbrukslista, hvilket automatisk skjuler (og aldri sender) rapporter vedkommende oppretter." @@ -3584,18 +4110,18 @@ msgstr "" "Du kan flagge alle meldinger eller brukere ved å redigere dem, og de blir ført opp på denne siden.\n" "For eksempel kan dette være nyttig hvis du ønsker å holde et øye med en bruker som tidligere har lagt ut uegnede meldinger. " -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Du kan hjelpe oss ved å finne en kontakt-e-post for lokale problemer i %s, og sende den via e-post til oss på <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Du kan markere en administrasjon som slettet hvis du ikke vil at den skal være aktiv på dette nettstedet." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Du avviste; vennligst fyll inn boksen ovenfor" @@ -3603,13 +4129,13 @@ msgstr "Du avviste; vennligst fyll inn boksen ovenfor" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Du har allerede besvart dette spørreskjemaet. Hvis du har spørsmål, vennligst <a href='%s'>ta kontakt</a>, eller <a href='%s'>se på ditt problem</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Du har allerede lagt ved bilder til denne rapporten. Merk at du kan maksimalt legge ved 3 til rapporten (hvis du laster opp flere blir det eldste slettet)." -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "Du har allerede lagt ved bilder til denne rapporten. Merk at du kan maksimalt legge ved 3 til rapporten (hvis du laster opp flere blir det eldste slettet)." @@ -3618,29 +4144,34 @@ msgstr "Du har allerede lagt ved bilder til denne rapporten. Merk at du kan maks msgid "You have been signed out" msgstr "Du er allerede logget ut" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Du har plassert problemet ved punktet i kartet som er markert med en grønn nål. Hvis dette ikke er korrekt plassering kan du klikke i kartet på nytt." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Du har nå lykkes med å bekrefte din e-postadresse." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Du har lykkes med å logge inn. Vennligst sjekk og bekreft at dine detaljer er korrekte:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Du har ikke laget en rapport ennå. <a href=\"%s\">Rapporter et problem nå.</a>" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Du må <a href=\"%s\">add some bodies</a> (som kommuner eller avdelinger) før rapporten kan bli sendt. " -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3649,30 +4180,30 @@ msgstr "" "Du må legge til instanser (for eksempel kommuner eller avdelinger), slik at du deretter kan legge til \n" "grupper av problemer de kan håndtere (som hull i gater og veier, eller gatelys) og kontakter (som en e-postadresse) som meldinger kan sendes til." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Ønsker du virkelig å sende på nytt?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Dine rapporter" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +msgid "Your account" +msgstr "Din konto" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Din e-post" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3682,13 +4213,12 @@ msgstr "Din e-postadresse" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Vi vil kun bruke personlig informasjon om deg i henhold til våre <a href=\"/faq#privacy\">personvernsregler.</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Ditt navn" @@ -3699,46 +4229,52 @@ msgstr "Ditt navn" msgid "Your password" msgstr "Ditt passord" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Ditt passord har blitt endret" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Ditt telefonnummer" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "Din rapport" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Dine oppdateringer" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +msgid "Your shortlist" +msgstr "" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Dine oppdateringer" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "alle rapporter" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +msgid "Yourself" +msgstr "Deg" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "alle" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "lukkede rapporter" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "administrasjon" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "brukte ikke kart" @@ -3747,15 +4283,11 @@ msgstr "brukte ikke kart" msgid "e.g. ‘%s’ or ‘%s’" msgstr "for eksempel «%s» eller «%s»" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "rediger bruker" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "løste rapporter" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3766,7 +4298,7 @@ msgstr "fra %s forskjellige brukere" msgid "last updated %s" msgstr "sist oppdatert %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "mindre enn et minutt" @@ -3811,13 +4343,22 @@ msgstr "markert som planlagt" msgid "marked as unable to fix" msgstr "markert som uløselig" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "ingen" + +#: templates/web/base/admin/category_edit.html:35 +msgid "optional" +msgstr "valgfri" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "eller" @@ -3825,22 +4366,22 @@ msgstr "eller" msgid "or locate me automatically" msgstr "eller finn min posisjon automatisk" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "opprinnelig lagt inn: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "andre områder:" @@ -3849,41 +4390,40 @@ msgstr "andre områder:" msgid "reopened" msgstr "åpnet på nytt" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "påkrevd" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "logg ut" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "den lokale administrasjonen" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Det vises ingen nål på grunn av at brukeren ikke brukte kartet" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "denne type lokalt problem" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "idag" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "uløste rapporter" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "brukte kart" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "bruker er fra samme administrasjon som problemet - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "bruker er eier av problemet" @@ -3899,7 +4439,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> rapportert<br>nylig" msgstr[1] "<big>%s</big> rapportert<br>nylig" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3913,7 +4453,7 @@ msgid_plural "%d supporters" msgstr[0] "%d støttespiller" msgstr[1] "%d støttespillere" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3927,14 +4467,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> rapport-<br>oppdatering" msgstr[1] "<big>%s</big> rapport-<br>oppdateringer" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Vi har ennå ikke detaljer for administrasjonen som dekker dette stedet." msgstr[1] "Vi har ennå ikke detaljer for administrasjonene som dekker dette stedet." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3955,61 +4495,16 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> fikset siste måned" msgstr[1] "<big>%s</big> fikset siste måned" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dag" msgstr[1] "%d dager" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Vi har ennå <strong>ikke</strong> detaljene for den andre administrasjonen som dekker dette stedet." msgstr[1] "Vi har ennå <strong>ikke</strong> detaljene for de andre administrasjonene som dekker dette stedet." - -#~ msgid "%s, reported at %s" -#~ msgstr "%s, rapportert %s" - -#~ msgid "About us" -#~ msgstr "Om oss" - -#~ msgid "Email me new local problems" -#~ msgstr "Send meg e-post om lokale problemer" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "Tom leilighet" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Tomt hus eller bungalow" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Tomt kontor eller forretningsbygg" - -#~ msgid "Empty pub or bar" -#~ msgstr "Tom pub eller bar" - -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Tom offentlig bygning - skole, sykehus, etc." - -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Velg et nærliggende gatenavn og område, postnummer eller distrikt i Delhi" - -#~ msgid "FixMyStreet" -#~ msgstr "FiksGataMi" - -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Jeg er redd du ikke kan bekrefte ubekreftede rapporter." - -#~ msgid "Problems in this area" -#~ msgstr "Problemer i dette området" - -#~ msgid "Property type:" -#~ msgstr "Type egenskap:" - -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS-strøm for problemer i denne %s" - -#~ msgid "Whole block of empty flats" -#~ msgstr "Hel blokk med tomme leiligheter" diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index e244530ae..481d2de16 100644 --- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/mysociety/fixmystreet/language/nl_NL/)\n" "Language: nl_NL\n" @@ -20,17 +20,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "en" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "of" @@ -38,17 +38,17 @@ msgstr "of" msgid "%d edits by %s" msgstr "%d bewerkingen door %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d aan %d van %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Overzichtsverslagen" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "%s beheerder:" @@ -89,12 +89,12 @@ msgstr "%s live updates" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s vragenlijsten verzonden – %s beantwoord (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -116,40 +116,40 @@ msgstr "%s, in %s district" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "(Defect & en locatie van het defect)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email in misbruiktabel)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(Niet opgegeven)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(Niet opgegeven)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(een stand afstand waarbinnen ongeveer 200.000 mensen leven)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "(als alternatief kan de RSS feed worden aangepast binnen %s)" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(gesloten)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(opgelost)" @@ -158,33 +158,38 @@ msgstr "(opgelost)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(zoals graffiti, zwerfafval, losliggende tegels of straatverlichting) " -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(niet verstuurd naar de gemeente)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(optioneel)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(publiek)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(verstuurd naar beide)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Kies een categorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Kies een woning type --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -193,8 +198,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -210,11 +215,19 @@ msgstr "<strong>Nee</strong> Laat me mijn melding per e-mail bevestigen" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Nee</strong> Laat me mijn update per e-mail bevestigen" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Nee</strong> Laat me inloggen per e-mail" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -223,8 +236,8 @@ msgstr "<strong>Ja</strong, ik heb een wachtwoord" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Actie ingepland" @@ -236,34 +249,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Voeg een contactpersoon toe" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Voeg een nieuwe categorie toe" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Gebruiker toevoegen" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Voeg een nieuwe categorie toe" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "%s toegevoegd" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "Aanvullende informatie" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Nogmaals:" @@ -275,12 +308,12 @@ msgstr "Melding %d gemaakt voor %s, type %s, parameters %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Melding %d inactief gemaakt (gemaakt %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Meld het me als er updates zijn" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alle meldingen" @@ -288,10 +321,16 @@ msgstr "Alle meldingen" msgid "All Reports as CSV" msgstr "Alle rapporten als CSV" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Alle meldingen" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Alle meldingen" @@ -301,18 +340,7 @@ msgstr "Alle meldingen" msgid "All reports between %s and %s" msgstr "Alle rapporten tussen %s en %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Alle informatie die je ingevuld hebt zal worden verstuurd naar" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Alle informatie die je hier opgeeft zal worden verzonden naar <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Een update heeft dit probleem als opgelost gemarkeerd." @@ -321,48 +349,69 @@ msgstr "Een update heeft dit probleem als opgelost gemarkeerd." msgid "Anonymous" msgstr "Anoniem" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anoniem:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Gebruiker toevoegen" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Ben je een ontwikkelaar?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Ben je een ontwikkelaar?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Toewijzen aan categorie:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Toegewezen aan:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Toegewezen aan afdeling:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Toegewezen aan %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Toegewezen aan %s" @@ -374,37 +423,63 @@ msgstr "Ten hoogste %d aanvragen worden per query teruggegeven. The teruggegeven msgid "At the moment only searching for and looking at reports work." msgstr "Op dit moment kan je alleen zoeken naar meldingen en deze bekijken." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Wacht op controle" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Vorige" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Alle meldingen" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Verban e-mailadres" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Op datum" @@ -416,9 +491,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Kan je de kaart niet zien? <em>Sla deze stap over</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Categorie" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Categorie:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -428,44 +520,64 @@ msgstr "Kan je de kaart niet zien? <em>Sla deze stap over</em>" msgid "Category" msgstr "Categorie" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "bv. '%s' of '%s'" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Doorloopsnelheid voor problemen in categorie >4 weken oud" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Categorie:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Categorie: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Verban e-mailadres" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Verander Wachtwoord" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -476,23 +588,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Klik op de kaart om een probleem te melden" @@ -512,8 +619,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -527,15 +634,19 @@ msgstr "" msgid "Closed" msgstr "Gesloten" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Gesloten door gemeente" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "Gesloten meldingen" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Gesloten:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Coördinaten:" @@ -543,26 +654,22 @@ msgstr "Coördinaten:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Configureer eindpunt" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Bevestig" @@ -583,10 +690,9 @@ msgstr "" msgid "Confirmation" msgstr "Bevestiging" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bevestigd" @@ -597,7 +703,7 @@ msgstr "" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Bevestigd:" @@ -616,17 +722,17 @@ msgstr "Contacteer ons" msgid "Contact the team" msgstr "Neem contact op met het team" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Kan de gebruiker niet vinden" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "" @@ -640,11 +746,11 @@ msgstr "Gemeente" msgid "Council contacts for %s" msgstr "Gemeente contactpersongen voor %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "gemeente ref.: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Gemeente:" @@ -659,23 +765,38 @@ msgstr "Aantal" msgid "Create a report" msgstr "Maak een melding" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Maak een categorie" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Maak een melding" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Niet gemeld bij de gemeente" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Aangemaakt" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Aangemaakt:" @@ -684,13 +805,13 @@ msgstr "Aangemaakt:" msgid "Current state" msgstr "Huidige status" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -703,44 +824,49 @@ msgstr "Dashboard" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Verwijderd" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +msgid "Description:" +msgstr "" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Details" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Details:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Overgedragen" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -748,16 +874,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Toewijdingsranglijst" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Geen idee" @@ -765,18 +895,18 @@ msgstr "Geen idee" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -784,20 +914,51 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Bewerk" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Geef details" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Maak een categorie" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Alle meldingen" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -810,18 +971,18 @@ msgstr "Bewerk melding %d" msgid "Editing update %d" msgstr "Bewerk update %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Bewerk gebruiker %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Redacteur" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -830,13 +991,16 @@ msgstr "Redacteur" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Email toegevoegd aan zwarte lijst" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" -msgstr "" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" +msgstr "Verban e-mailadres" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -846,24 +1010,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Email staat al op zwarte lijst" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -871,19 +1035,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -905,8 +1069,8 @@ msgstr "Geef dichtstbijzijnde postcode, of straatnaam en plaats" msgid "Enter a nearby street name and area" msgstr "Geef dichtstbijzijnde straatnaam en plaats" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -925,11 +1089,12 @@ msgstr "Geef details van het probleem" msgid "Error" msgstr "Foutmelding" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Voorbeeld van postcode %s" @@ -938,26 +1103,51 @@ msgstr "Voorbeeld van postcode %s" msgid "Examples:" msgstr "Voorbeelden:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Maak een categorie" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Toegewezen aan:" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Interne notities" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Extra info:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Extra info:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -967,23 +1157,23 @@ msgstr "" msgid "Filter report list" msgstr "" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Eerste keer" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Opgelost" @@ -997,11 +1187,17 @@ msgstr "Opgelost - Gemeente" msgid "Fixed - User" msgstr "Opgelost - Gebruiker" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Onopgeloste meldingen" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Opgelost:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1010,8 +1206,8 @@ msgstr "" msgid "Flag user" msgstr "Gemarkeerde gebruikr" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Gemarkeerd" @@ -1019,7 +1215,7 @@ msgstr "Gemarkeerd" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1027,8 +1223,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Gemarkeerd:" @@ -1036,20 +1232,25 @@ msgstr "Gemarkeerd:" msgid "Follow a ward link to view only reports within that ward." msgstr "Klik op de link voor een wijk om alleen problemen in die wijk te bekijken." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Wachtwoord vergeten?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1059,12 +1260,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Veelgestelde Vragen" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS op Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Updates ontvangen" @@ -1078,7 +1275,7 @@ msgstr "Updates over %s problemen ontvangen" msgid "Get updates of problems in this %s" msgstr "Updates in deze %s ontvangen" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Geef me een RSS feed" @@ -1086,53 +1283,64 @@ msgstr "Geef me een RSS feed" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Gaan" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Vragenlijst versturen?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Grafiek van problemen aangemaakt per status na verloop van tijd" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Grijze lijnen zijn gemeentes die niet meer bestaan." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Is dit probleem opgelost?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Heb je al eens eerder een probleem aan de gemeente gemeld, of is dit jouw eerste keer?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Help" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Hier zijn de soorten meldingen van lokale problemen voor '%s'." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Hoi %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1140,19 +1348,19 @@ msgstr "Hoi %s" msgid "Hidden" msgstr "Verborgen" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Verberg oud" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Verberg spelden" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Geschiedenis" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "" @@ -1160,12 +1368,12 @@ msgstr "" msgid "How to report a problem" msgstr "Hoe een melding maken" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1179,8 +1387,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Ik ben bang dat we je melding niet kunnen vinden in onze database.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1189,14 +1398,14 @@ msgstr "Ik ben bang dat we je melding niet kunnen vinden in onze database.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1206,38 +1415,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Het onderwerp en details van het probleem worden publiek zichtbaar als je deze instuurt, maar het probleem zal <strong>niet</strong> worden verzonden aan de gemeente." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1248,14 +1466,14 @@ msgstr "" msgid "Illegal ID" msgstr "Illegaal ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Illegale RSS feed selectie" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "In Behandeling" @@ -1267,8 +1485,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "Daarnaast worden de volgende attributen, die niet onderdeel zijn van de Open311 v2 specificatie meegestuurd: agency_sent_datetime, title (ook meegestuurd als onderdeel van de description), interface_used, comment_count, requestor_name (alleen aanwezig als deze getoond mag worden op de site)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1281,18 +1499,26 @@ msgstr "In Behandeling" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Ongeverifiëerde meldingen meesturen" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Ongeldige has_photo waarde \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interne notities" @@ -1302,19 +1528,23 @@ msgstr "Interne notities" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Ongeldige agency_responsible waarde %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Ongeldige einddatum" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Ongeldig formaat %s gespecifieerd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Ongeldige startdatum" @@ -1322,8 +1552,8 @@ msgstr "Ongeldige startdatum" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Onderzoeken" @@ -1331,33 +1561,33 @@ msgstr "Onderzoeken" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Hou me ingelogd op deze computer" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Laatste bewerker" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Laatste update:" @@ -1365,11 +1595,16 @@ msgstr "Laatste update:" msgid "Last update:" msgstr "Laatste update:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Laatste update:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Toon alle meldingen" @@ -1391,7 +1626,7 @@ msgstr "Lokale RSS feeds en e-mail meldingen" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Lokale RSS feeds en e-mail meldingen voor '%s'" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Lokale melding" @@ -1399,47 +1634,71 @@ msgstr "Lokale melding" msgid "Locate the problem on a map of the area" msgstr "Vind het probleem op de kaart van de omgeving" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "Kaart" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Kaart" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Markeren als verzonden" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Bericht" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Vermiste jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Maak een melding" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1448,35 +1707,47 @@ msgstr "" msgid "Month" msgstr "Maand" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Naam" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Naam:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Naam: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS feed van updates voor dit probleem" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1486,12 +1757,12 @@ msgstr "Dichtstbijzijnde straat met naam voor lokatie op de kaart (automatisch g msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Dichtstbijzijnde postcode voor lokatie op de kaart (automatisch gegenereerd): %s (%sm afstand)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Dichtstbijzijnde straat voor lokatie op de kaart (automatisch gegenereerd via Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1503,20 +1774,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Nieuw <br>problemen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Nieuw contactpersonen voor categorie toegevoegd" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Verban e-mailadres" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1524,10 +1800,20 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nieuwe lokale problemen op FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Wachtwoord:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nieuwe meldingen voor {{COUNCIL}} binnen {{WARD}} wijk op FixMyStreet" @@ -1556,40 +1842,49 @@ msgstr "" msgid "New state" msgstr "Nieuwe status" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Volgende" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Nee" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Geen gemeente" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Geen gemeente geselecteerd" @@ -1605,17 +1900,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1626,12 +1921,21 @@ msgstr "" msgid "No supporters" msgstr "Geen medestanders" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Geen" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1641,19 +1945,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1661,12 +1965,12 @@ msgstr "" msgid "Not reported before" msgstr "Nog niet gemeld" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Niet gemeld bij de gemeente" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Opmerking" @@ -1675,9 +1979,8 @@ msgstr "Opmerking" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Let op dat als je onbevestigde meldingen meeneemt we de datum gebruiken waarop de melding is gemaakt, dit kan afwijken van de maand waarin de melding is bevestigd dus dan kunnen de cijfers afwijken." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Opmerking:" @@ -1689,23 +1992,21 @@ msgstr "Opmerking: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Nu om je melding te verzend…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Nu om je update te verzend…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Oude / onbekende <br>problemen" @@ -1713,44 +2014,53 @@ msgstr "Oude / onbekende <br>problemen" msgid "Old state" msgstr "Oude status" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Ouder<br>opgelost" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Oudere<br>problemen" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Open" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API voor de mySociety FixMyStreet server" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Open311 specificatie" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311 initiatief website" @@ -1759,23 +2069,23 @@ msgstr "Open311 initiatief website" msgid "Open311 specification" msgstr "Open311 specificatie" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Of problemen gemeld aan:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Of je kan je abonneren op een melding gebaseerd op welke gemeente je woont:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Anders" @@ -1788,7 +2098,7 @@ msgstr "Eigenaar" msgid "Page Not Found" msgstr "Pagina Niet Gevonden" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" @@ -1798,75 +2108,88 @@ msgstr "" msgid "Partial" msgstr "Gedeeltelijk" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Wachtwoord (optioneel)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Wachtwoord:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefoonnummer (optioneel)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefoonnummer:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Foto" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Foto's van recente meldingen dichtbij" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1881,11 +2204,13 @@ msgstr "Gepland" msgid "Please be polite, concise and to the point." msgstr "Wees beleefd, precies en beknopt" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Controleer de wachtwoorden en probeer opnieuw" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1893,19 +2218,21 @@ msgstr "Controleer de wachtwoorden en probeer opnieuw" msgid "Please check your email address is correct" msgstr "Controleer of je e-mailadres klopt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Kies een categorie" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Kies een pand type" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1920,50 +2247,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Geef bericht in" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Geef wachtwoord" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Geef wachtwoord" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Geef onderwerp" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Geef een geldig e-mailadres" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Geef een geldig e-mailadres" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Geef details" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1973,8 +2307,8 @@ msgstr "Geef details" msgid "Please enter your email" msgstr "Geef een geldig e-mailadres" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Geef een geldig e-mailadres" @@ -1988,9 +2322,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Geef je volledige naam, gemeentes hebben deze informatie nodig. Mocht je niet willen dat je naam op de site getoond wordt, haal dan de vink beneden weg." #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Geef je naam" @@ -2017,12 +2351,12 @@ msgstr "" msgid "Please fill in details of the problem below." msgstr "Vul de details van het probleem beneden in." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Vul de details van het probleem in." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Vul zoveel mogelijk details in het veld beneden in. Vermeld ook de locatie zo precies mogelijk." @@ -2038,12 +2372,12 @@ msgstr "Let op, updates worden niet aan de gemeente verzonden." msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Let op dat je melding <strong>nog niet is verzonden</strong>. Kies een categorie en vermeld verdere informatie hierbeneden en klik op insturen." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2052,6 +2386,11 @@ msgstr "" msgid "Please note:" msgstr "Let op:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Geef een reden op waarom je deze melding heropent" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Geef een reden op waarom je deze melding heropent" @@ -2065,15 +2404,15 @@ msgstr "Vermeld wat tekst en een foto" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Geef aan of je het probleem al eerder hebt doorgegeven aan de gemeente" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Kies de feed die je wilt" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Kies de melding die je wilt" @@ -2081,24 +2420,23 @@ 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:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Je kan alleen een JPEG foto insturen" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Schrijf een bericht" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Schrijf je update hier" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2120,11 +2458,19 @@ msgstr "Geplaatst door %s bij %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Vorige" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2134,15 +2480,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privé" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Probleem" @@ -2158,12 +2502,13 @@ msgstr "Probleem %s bevestigd" msgid "Problem %s sent to council %s" msgstr "Probleem %s verzonden naar gemeente %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Probleem verdeeld per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Probleem gemarkeerd als open" @@ -2171,15 +2516,16 @@ msgstr "Probleem gemarkeerd als open" msgid "Problem state change based on survey results" msgstr "Probleem status gewijzigd op basis van onderzoeksresultaten" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemen" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Problemen dichtbij" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemen op de kaart" @@ -2187,12 +2533,12 @@ msgstr "Problemen op de kaart" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Recent gemelde problemen op FixMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problemen binnen een straal van %.1fkm van deze lokatie" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemen binnen %s" @@ -2203,15 +2549,15 @@ msgstr "Problemen binnen wijk %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemen binnen de grenzen van:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2219,28 +2565,38 @@ msgstr "" msgid "Provide an update" msgstr "Geef een update" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Geef een update" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Het is optioneel om een wachtwoord op de geven, maar hiermee is het makkelijker om in de toekomst problemen te melden, updates te plaatsen en je meldingen te beheren." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "%s live updates" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Foto publiceren" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Vragenlijst" @@ -2257,11 +2613,11 @@ msgstr "Vragenlijst %d verzonden voor probleem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Vragenlijst ingevuld door melder" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS feed" @@ -2273,10 +2629,10 @@ msgstr "RSS feed voor %s" msgid "RSS feed for %s ward, %s" msgstr "RSS feed voor wijk %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS feed van %s" @@ -2285,12 +2641,12 @@ msgstr "RSS feed van %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS feed van %s, binnen wijk %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS feed van nabije problemen" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS feed van problemen binnen %s" @@ -2305,22 +2661,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS feed van recente lokale problemen" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS feed van updates voor dit probleem" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Ontvang een e-mail als updates worden achtergelaten bij dit probleem." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Recent <br>opgelost" @@ -2328,6 +2688,11 @@ msgstr "Recent <br>opgelost" msgid "Recently reported problems" msgstr "Recent gemelde problemen" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Updates ontvangen" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Onthoud dat FixMyStreet zich richt op het melden van fysieke problemen die opgelost kunnen worden. Als jouw probleem niet gepast is voor het melden via onze site kun je altijd direct contact opnemen met de gemeente via hun eigen website." @@ -2336,13 +2701,23 @@ msgstr "Onthoud dat FixMyStreet zich richt op het melden van fysieke problemen d msgid "Remove flag" msgstr "Verwijder markering" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Verwijder foto (kan niet ongedaan worden!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "Beantwoord" @@ -2350,17 +2725,27 @@ msgstr "Beantwoord" msgid "Report" msgstr "Melding" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Melding" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Meld een probleem" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Meld misbruik" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Meldingen" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Meld op %s" @@ -2375,23 +2760,23 @@ msgstr "Probleem melden" msgid "Report, view, or discuss local problems" msgstr "Meld, bekijk of discussier over lokale problemen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Anoniem gemeld bij %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Eerder gemeld" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Gemeld door %s bij %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "Gemeld door:" @@ -2399,50 +2784,51 @@ msgstr "Gemeld door:" msgid "Reported in the %s category" msgstr "Toegewezen aan categorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Anoniem gemeld in de categorie %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Gemeld in de categorie %s door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Anoniem door %s gemeld bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Gemeld door %s door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Anoniem gemeld bij %s in de categorie %s door %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeld door %s in de categorie %s door %s bij %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Gemeld in de afgelopen vier weken" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "Gemeld:" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Meld een probleem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Meldingen" @@ -2454,22 +2840,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Herstuur melding" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2483,46 +2914,56 @@ 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:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Linksom roteren" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Rechtsom roteren" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Wijzigingen opslaan" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Zoek Meldingen" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Zoek Gebruikers" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Meldingen zoeken" @@ -2532,81 +2973,120 @@ msgstr "Meldingen zoeken" msgid "Search:" msgstr "Zoek:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Geen meldingen gevonden." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Geen gebruikers gevonden." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Selecteer een gemeente om te zien welke rapporten hierheen zijn gestuurd." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Selecteer een gebied" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Onderwerp:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Verzonden aan %s %s later" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Verzonden:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Service:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Deel" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Geplaatst door %s bij %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Toon mijn naam publiekelijk" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Toon oud" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Toon spelden" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Inloggen" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Inloggen of maak een account" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Uitloggen" @@ -2615,8 +3095,8 @@ msgstr "Uitloggen" msgid "Some categories may require additional information." msgstr "Sommige categorieën hebben extra informatie nodig." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2627,8 +3107,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2644,16 +3123,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2663,35 +3142,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Startdatum:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Staat" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Staat:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistieken" @@ -2705,12 +3204,12 @@ msgstr "Status" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Subcategorie: %s" @@ -2722,34 +3221,35 @@ msgstr "" msgid "Subject" msgstr "Onderwerp" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Onderwerp:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Opslaan" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Wijzigingen opslaan" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Vragenlijst opslaan" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2760,38 +3260,53 @@ msgid "Submitted" msgstr "Opgeslagen" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Geef details van het probleem" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Wijzigingen opslaan" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Samenvatting" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "" @@ -2799,27 +3314,29 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2832,6 +3349,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2844,62 +3364,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "De postcode is niet geldig." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Het probleem is gemarkeerd als verzonden." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Het probleem wordt opnieuw verzonden." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2909,8 +3431,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2927,7 +3449,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "De foutmelding was: %s" @@ -2969,12 +3491,12 @@ msgstr "Laatste problemen binnen de grenzen van {{NAME}} gemeld door gebruikers" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Wachtwoorden komen niet overeen" @@ -2982,22 +3504,16 @@ msgstr "Wachtwoorden komen niet overeen" msgid "The requested URL '%s' was not found on this server" msgstr "De opgevraagde URL '%s' is niet gevonden op de server" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "De simpelste melding is onze geografische:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 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" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3005,11 +3521,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 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." @@ -3018,18 +3534,18 @@ msgstr "Er was een probleem bij het tonen van de Alle Meldingen pagina. Probeer msgid "There was a problem showing this page. Please try again later." msgstr "Er was een probleem bij het tonen van deze pagina. Probeer het later nog eens." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ 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/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 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/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Er was een probleem met je update. Probeer het later nog eens." @@ -3037,12 +3553,12 @@ 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:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Er was een probleem met je update. Zie beneden." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3051,39 +3567,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Je informatie wordt alleen gebruikt zoals vermeld in onze <a href=\"/privacy\">privacy policy</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Je informatie wordt alleen gebruikt zoals vermeld in onze <a href=\"/privacy\">privacy policy</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Deze API implementatie is een werk in uitvoering en nog niet stabiel. Het kan zonder waarschuwing wijzigen in de toekomst." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïnteresseerd zijn in deze lokatie omdat de gebruiker geen categorie heeft aangegeven. Negeer deze melding als je niet de juiste contactpersoon bent, of laat ons weten in welke categorie dit probleem valt zodat we dit kunnen toevoegen aan ons systeem." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Deze informatie is verplicht" @@ -3092,62 +3629,72 @@ msgstr "Deze informatie is verplicht" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Dit is een ontwikkelingssite; er kunnen mogelijk problemen optreden, en de database wordt regelmatig opgeschoond." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Dit is een samenvatting van alle meldingen op deze site." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Dit probleem is opgelost" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Dit probleem is niet opgelost" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Deze melding is momenteel gemarkeerd als gesloten." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Deze melding is momenteel gemarkeerd als opgelost." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Deze melding is momenteel gemarkeerd als openstaand." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Deze pagina bevat een door de gebruiker aangeleverde foto van het probleem." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "Gespendeerde tijd (in minuten):" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tijdslijn" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titel" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "Titel:" @@ -3160,18 +3707,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Vul je postcode of straatnaam en plaats in om te kijken welke lokale meldingen we voor je hebben." -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Totaal" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Aangemaakt:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Opnieuw proberen" @@ -3182,20 +3746,24 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "Onopgeloste meldingen" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "" @@ -3204,18 +3772,19 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3231,12 +3800,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3244,20 +3813,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3267,13 +3836,13 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "" @@ -3283,7 +3852,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3297,20 +3866,28 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "Gebruikte kaart" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3318,23 +3895,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Gebruikers" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -3344,7 +3926,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -3361,23 +3943,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3398,15 +3974,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -3415,7 +3987,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3423,8 +3995,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3438,7 +4010,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3454,22 +4026,22 @@ msgstr "" msgid "Year" msgstr "Jaar" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ja" @@ -3495,7 +4067,7 @@ msgstr "Je meld het volgende update als beledigend, persoonlijke informatie beva msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3510,18 +4082,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Je kan ons helpen met het vinden van een e-mailadres voor lokale problemen voor %s door deze naar ons te mailen op <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -3529,13 +4101,13 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Je hebt deze vragenlijst al ingevuld. Als je vragen hebt kan je <a href='%s'>contact opnemen</a> of <a href='%s'>je probleem bekijken</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3544,59 +4116,65 @@ msgstr "" msgid "You have been signed out" msgstr "Je bent uitgelogd" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Je hebt een probleem aangewezen op de plek gemarkeerd met een groene speld op de kaart. Als dit niet klopt kan je nogmaals op de kaart klikken." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Je bent ingelogd; controleer of je gegevens nog kloppen:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Weet je zeker dat je dit opnieuw wilt versturen?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Jouw meldingen" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Bevestig account" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Jouw e-mail" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3606,13 +4184,12 @@ msgstr "Jouw e-mailadres" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Je informatie wordt alleen gebruikt zoals vermeld in onze <a href=\"/privacy\">privacy policy</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Jouw naam" @@ -3623,46 +4200,54 @@ msgstr "Jouw naam" msgid "Your password" msgstr "Jouw wachtwoord" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Je wachtwoord is gewijzigd" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Je telefoonnummer" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Jouw meldingen" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Jouw meldingen" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Jouw updates" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "Alle meldingen" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Jouw e-mail" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "door %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "Gesloten meldingen" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "gemeente" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "kaart niet gebruikt" @@ -3671,15 +4256,11 @@ msgstr "kaart niet gebruikt" msgid "e.g. ‘%s’ or ‘%s’" msgstr "bv. '%s' of '%s'" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3690,7 +4271,7 @@ msgstr "door %s verschillende gebruikers" msgid "last updated %s" msgstr "" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "minder dan een minuut" @@ -3735,13 +4316,23 @@ msgstr "gemarkeerd als gepland" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n/b" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(optioneel)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "of" @@ -3749,22 +4340,22 @@ msgstr "of" msgid "or locate me automatically" msgstr "" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "" @@ -3773,41 +4364,40 @@ msgstr "" msgid "reopened" msgstr "" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "vandaag" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "Onopgeloste meldingen" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "" @@ -3823,7 +4413,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3837,7 +4427,7 @@ msgid_plural "%d supporters" msgstr[0] "%d voorstander" msgstr[1] "%d voorstanders" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3851,14 +4441,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3879,55 +4469,37 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dag" msgstr[1] "%d dagen" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "" msgstr[1] "" -#~ msgid "%s, reported at %s" -#~ msgstr "%s, gemeld aan %s" - -#~ msgid "About us" -#~ msgstr "Over ons" - -#~ msgid "Email me new local problems" -#~ msgstr "Email me nieuwe lokale meldingen" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "Lege flat of maisonette" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Leeg huis of bungalow" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Leeg kantoor of ander commercieel" - -#~ msgid "Empty pub or bar" -#~ msgstr "Lege kroeg of bar" +#~ msgid "(public)" +#~ msgstr "(publiek)" -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Leeg publiek gebouw - school, ziekenhuis etc." +#~ msgid "Additional Information" +#~ msgstr "Aanvullende informatie" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Alle informatie die je ingevuld hebt zal worden verstuurd naar" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Ik ben bang dat je geen ongeverifieerde meldingen kunt bevestigen." +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Alle informatie die je hier opgeeft zal worden verzonden naar <strong>%s</strong>." -#~ msgid "Problems in this area" -#~ msgstr "Problemen in dit gebied" +#~ msgid "Configure Endpoint" +#~ msgstr "Configureer eindpunt" -#~ msgid "Property type:" -#~ msgstr "Pand soort:" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS op Google Maps" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS feed van problemen in dit %s" +#~ msgid "You really want to resend?" +#~ msgstr "Weet je zeker dat je dit opnieuw wilt versturen?" diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index bc6b0ffb8..ed46e6465 100644 --- a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/mysociety/fixmystreet/language/nn_NO/)\n" "Language: nn_NO\n" @@ -21,17 +21,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr " og " -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " eller " @@ -39,17 +39,17 @@ msgstr " eller " msgid "%d edits by %s" msgstr "%d redigeringar av %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s – oppsummeringsrapportar" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -90,12 +90,12 @@ msgstr "%s aktive oppdateringar" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s spørjeskjema sendt – %s svart (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -117,40 +117,40 @@ msgstr "%s, innanfor bydelen %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i misbruktabellen)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(ein standardavstand som dekkjer ein folkesetnad på omtrent 200 000)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(lukka)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(løyst)" @@ -159,33 +159,38 @@ msgstr "(løyst)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(som tagging, søppel, hol i vegen, eller øydelagte gatelys)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(ikkje rapportert til administrasjonen)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(valfritt)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(sendt til begge)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Vel ein kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Vel ein eigedomstype --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -194,8 +199,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -211,11 +216,19 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -224,8 +237,8 @@ msgstr "<strong>Ja</strong>, eg har eit passord" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "" @@ -237,34 +250,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Legg til ny kategori" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Legg til ny kategori" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "La til %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Gjenta:" @@ -276,12 +309,12 @@ msgstr "Varsel %d oppretta for %s, type %s, parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Varsel %d kobla ut (oppretta %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Send meg varsel ved framtidige oppdateringar" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "" @@ -289,10 +322,16 @@ msgstr "" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Alle rapportar" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Alle rapportar" @@ -302,18 +341,7 @@ msgstr "Alle rapportar" msgid "All reports between %s and %s" msgstr "" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "All informasjonen du har lagt inn her vil sendast til" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "All informasjonen du har lagt inn her vil sendast til <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Ei oppdatering markerte dette problemet som løyst." @@ -322,48 +350,66 @@ msgstr "Ei oppdatering markerte dette problemet som løyst." msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +msgid "Another user" +msgstr "" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +msgid "Are you sure?" +msgstr "" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "" @@ -375,37 +421,63 @@ msgstr "På det meste vert %d førespurnader returnert i kvar spørring. Dei ret msgid "At the moment only searching for and looking at reports work." msgstr "For augneblunken går det berre an å søkja etter og å sjå på rapportar." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Alle rapportar" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Bannlys e-postadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "På dato" @@ -417,9 +489,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategori" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategori:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -429,44 +518,64 @@ msgstr "" msgid "Category" msgstr "Kategori" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "Ei oppdatering endra problemstatusen til %s" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Løysingsrate fordelt på kategori for problem > 4 veker gamle" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategori:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategori: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Bannlys e-postadresse" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Byt passord" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -477,23 +586,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "" @@ -513,8 +617,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -528,15 +632,20 @@ msgstr "" msgid "Closed" msgstr "Lukka" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "(ikkje rapportert til administrasjonen)" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Send rapport på nytt" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Lukka:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinatar:" @@ -544,26 +653,22 @@ msgstr "Koordinatar:" msgid "Cobrand" msgstr "Merkevaresamarbeid" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Data om merkevaresamarbeid:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Merkevaresamarbeid:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Stadfest" @@ -584,10 +689,9 @@ msgstr "" msgid "Confirmation" msgstr "Stadfesting" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Stadfesta" @@ -598,7 +702,7 @@ msgstr "" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Stadfesta:" @@ -617,17 +721,17 @@ msgstr "Kontakt oss" msgid "Contact the team" msgstr "Kontakt prosjektgruppa" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Kunne ikkje finna brukaren" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "" @@ -641,11 +745,11 @@ msgstr "Administrasjon" msgid "Council contacts for %s" msgstr "Administrasjonskontaktar for %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Administrasjon:" @@ -660,23 +764,38 @@ msgstr "Mengd" msgid "Create a report" msgstr "Lag ein rapport" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Lag kategori" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Lag ein rapport" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Ikkje rapportert til administrasjonen" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Oppretta" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Oppretta:" @@ -685,13 +804,13 @@ msgstr "Oppretta:" msgid "Current state" msgstr "Gjeldande tilstand" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -704,44 +823,49 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Sletta" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +msgid "Description:" +msgstr "" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detaljar:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -749,16 +873,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Arbeidshestar" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Veit ikkje" @@ -766,18 +894,18 @@ msgstr "Veit ikkje" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -785,20 +913,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Rediger" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Ver venleg og legg inn opplysningar om problemet" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Lag kategori" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Sjå rapport på nettstaden" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Alle rapportar" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -811,18 +971,18 @@ msgstr "Rediger problem %d" msgid "Editing update %d" msgstr "Redigerer oppdatering %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Redigerer brukar %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Oppdatert av" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -831,13 +991,16 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "E-post lagd til misbrukliste" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" -msgstr "" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" +msgstr "Bannlys e-postadresse" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -847,24 +1010,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "E-post allereie i misbruklista" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-post:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -872,19 +1035,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -906,8 +1069,8 @@ msgstr "Skriv inn postnummer i nærleiken, eller vegnamn og stad" msgid "Enter a nearby street name and area" msgstr "" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -926,11 +1089,12 @@ msgstr "Legg inn detaljar om problemet" msgid "Error" msgstr "Feil" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Postnummerdøme %s" @@ -939,26 +1103,48 @@ msgstr "Postnummerdøme %s" msgid "Examples:" msgstr "Døme:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Lag kategori" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" +#: templates/web/base/report/_inspect.html:107 +msgid "Extra details" +msgstr "" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -968,23 +1154,23 @@ msgstr "" msgid "Filter report list" msgstr "" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Første gong" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Løyst" @@ -998,11 +1184,17 @@ msgstr "Løyst – Administrasjon" msgid "Fixed - User" msgstr "Løyst – Brukar" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Send rapport på nytt" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Løyst:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1011,8 +1203,8 @@ msgstr "" msgid "Flag user" msgstr "Flagg brukar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flagga:" @@ -1020,7 +1212,7 @@ msgstr "Flagga:" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1028,8 +1220,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Flagga:" @@ -1037,20 +1229,25 @@ msgstr "Flagga:" msgid "Follow a ward link to view only reports within that ward." msgstr "Følg ei bydellenkje for å berre sjå rapportar innanfor den bydelen." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1060,12 +1257,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Ofte spurde spurnader" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS på Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "" @@ -1079,7 +1272,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Gje meg ein RSS-straum" @@ -1087,53 +1280,64 @@ msgstr "Gje meg ein RSS-straum" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Hald fram" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Skal spørjeskjemaet sendast?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Graf over problemoppretting fordelt på status over tid" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Linjer med grå bakgrunn er administrasjonar som ikkje lenger eksisterer." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Har dette problemet vorte løyst?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Har du rapportert eit problem til ein administrasjon før, eller er dette første gongen?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hjelp" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Her er dei ulike typane lokale problemvarsel for «%s»." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1141,19 +1345,19 @@ msgstr "" msgid "Hidden" msgstr "Skjult" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Skjul nåler" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historie" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "" @@ -1161,12 +1365,12 @@ msgstr "" msgid "How to report a problem" msgstr "Korleis rapportera eit problem" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1180,8 +1384,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Eg er redd vi ikkje klarte å finna problemet ditt i databasen.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1190,14 +1395,14 @@ msgstr "Eg er redd vi ikkje klarte å finna problemet ditt i databasen.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1207,38 +1412,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Viss du sender inn eit problem hit, så vil emnet og detaljar for problemet vera offentlege, men problemet vil <strong>ikkje</strong> rapporterast til administrasjonen." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1249,14 +1463,14 @@ msgstr "" msgid "Illegal ID" msgstr "Ugyldig ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Ugyldig val av straum" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Under arbeid" @@ -1268,8 +1482,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "I tillegg er følgjande attributt som ikkje er del av Open311 v2-spesifikasjonen returnert: agency_sent_datetime, title (òg returnert som del av description), interface_used, comment_count, requestor_name (berre tilstades viss innsendar tillét at namnet kunne visast på denne nettstaden)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1282,18 +1496,26 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Inkluder ikkje-stadfesta problem" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Feil has_photo-verdi «%s»" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "" @@ -1303,19 +1525,23 @@ msgstr "" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Ugyldig agency_responsible-verdi %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Ugyldig slutt-dato" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgjeve." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Ugyldig startdato" @@ -1323,8 +1549,8 @@ msgstr "Ugyldig startdato" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Undersøkjer" @@ -1332,33 +1558,33 @@ msgstr "Undersøkjer" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Hugs mi innlogging på denne datamaskina" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Sist redigert av" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Siste oppdatering:" @@ -1366,11 +1592,16 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Siste oppdatering:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Vis alle rapporterte problem" @@ -1392,7 +1623,7 @@ msgstr "Lokal RSS-straum og e-postvarsel" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Lokal RSS-straum og e-postvarsel for «%s»" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Lokale varsel" @@ -1400,47 +1631,71 @@ msgstr "Lokale varsel" msgid "Locate the problem on a map of the area" msgstr "Lokaliser problemet på kartet over området" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Manglar jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Lag ein rapport" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1449,35 +1704,47 @@ msgstr "" msgid "Month" msgstr "Månad" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Namn" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Namn:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS-straum med oppdateringar for dette problemet" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1487,12 +1754,12 @@ msgstr "Næraste namngjevne veg til nålen plassert på kartet (automatisk gener msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Næraste postnummer til nålen plassert på kartet (automatisk generert): %s (%sm unna)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Næraste veg til nålen plassert på karta (automatisk generert ved hjelp av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1502,20 +1769,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Bannlys e-postadresse" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1523,10 +1795,20 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nye lokale problem på FiksGataMi" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Passord:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nye problem for {{COUNCIL}} innanfor {{WARD}} bydel på FiksGataMi" @@ -1555,40 +1837,50 @@ msgstr "" msgid "New state" msgstr "Ny tilstand" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Nei" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "andre område:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Ingen administrasjon" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Ingen administrasjon er vald" @@ -1604,17 +1896,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1625,12 +1917,21 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Ingen" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1640,19 +1941,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1660,12 +1961,12 @@ msgstr "" msgid "Not reported before" msgstr "Ikkje rapportert tidlegare" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Ikkje rapportert til administrasjonen" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Merk" @@ -1674,9 +1975,8 @@ msgstr "Merk" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Merk at når vi tek med ustadfesta rapportar, så brukar vi datoen rapporten var oppretta. Det treng vera den same månaden som rapporten var stadfesta, så tala kan hoppa litt opp og ned." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Merk:" @@ -1688,23 +1988,21 @@ msgstr "Merk: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "" @@ -1712,44 +2010,53 @@ msgstr "" msgid "Old state" msgstr "Gammal tilstand" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Opne" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311-API for mySocietys FiksGataMi-tenar" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Open311-spesifikasjon" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Nettsida til Open311-initiativet" @@ -1758,23 +2065,23 @@ msgstr "Nettsida til Open311-initiativet" msgid "Open311 specification" msgstr "Open311-spesifikasjon" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Eller problem meldt til:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Eller du kan abonnera på varsel basert på bydel eller administrasjon du høyrer til under:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Anna" @@ -1787,7 +2094,7 @@ msgstr "Eigar" msgid "Page Not Found" msgstr "Fann ikkje sida" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" @@ -1797,75 +2104,87 @@ msgstr "" msgid "Partial" msgstr "Delvis" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Passord:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefon:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +msgid "Photos" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Bilete av nye problem i nærleiken" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1880,11 +2199,13 @@ msgstr "Planlagt" msgid "Please be polite, concise and to the point." msgstr "Ver høfleg, poengtert og kortfatta." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Ver venleg og sjekk passorda og prøv igjen" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1892,19 +2213,21 @@ msgstr "Ver venleg og sjekk passorda og prøv igjen" msgid "Please check your email address is correct" msgstr "Ver venleg og sjekk at du har skrive ei gyldig e-postadresse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Vel ein kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Vel ein type eigenskap" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1919,50 +2242,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Ver venleg og skriv ei melding" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Skriv inn eit passord" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Skriv inn eit passord" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Ver venleg og legg inn eit emne" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Ver venleg og legg til ein gyldig e-post" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Ver venleg og legg inn e-postadressa di" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Ver venleg og legg inn opplysningar om problemet" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1972,8 +2302,8 @@ msgstr "Ver venleg og legg inn opplysningar om problemet" msgid "Please enter your email" msgstr "Ver venleg og legg inn e-posten din" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "" @@ -1987,9 +2317,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Ver venleg og legg inn namnet ditt" @@ -2016,12 +2346,12 @@ msgstr "" msgid "Please fill in details of the problem below." msgstr "Ver venleg og fyll ut detaljar om problemet under." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" "Ver venleg og fyll inn skjemaet under med detaljane om problemet,\n" @@ -2039,12 +2369,12 @@ msgstr "" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Merk at rapporten din <strong>enno ikkje er send</strong. Vel ein kategori og legg til meir informasjon under før du sender inn." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2053,6 +2383,11 @@ msgstr "" msgid "Please note:" msgstr "Merk:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Ver venleg og bidra med ei forklaring på kvifor du gjenopnar denne problemrapporten" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Ver venleg og bidra med ei forklaring på kvifor du gjenopnar denne problemrapporten" @@ -2066,15 +2401,15 @@ msgstr "Ver venleg og bidra med litt tekst i tillegg til eit bilete" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Ver venleg og opplys om du har rapportert eit problem til administrasjonen din tidlegare" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Vel den kjelda du ynskjer" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Ver venleg og vel kva for ein type varsel du ynskjer" @@ -2082,24 +2417,23 @@ 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:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Ver venleg og berre last opp JPEG-bilete" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Skriv inn ei melding" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2121,11 +2455,19 @@ msgstr "Sendt inn av %s %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2135,15 +2477,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problem" @@ -2159,12 +2499,13 @@ msgstr "Problem %s stadfesta" msgid "Problem %s sent to council %s" msgstr "Problem %s sendt til administrasjon %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problem markert som ope." @@ -2172,15 +2513,16 @@ msgstr "Problem markert som ope." msgid "Problem state change based on survey results" msgstr "Endring av problemtilstand basert på spørjeundersøkingsresultat" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "" @@ -2188,12 +2530,12 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problem nyleg rapportert fiksa på FiksGataMi" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problem innanfor %.1fkm av denne posisjonen" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problem innanfor %s" @@ -2204,15 +2546,15 @@ msgstr "Problem innanfor %s bydel" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problem innanfor grensene av:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2220,28 +2562,38 @@ msgstr "" msgid "Provide an update" msgstr "Bidra med ei oppdatering" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Bidra med ei oppdatering" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Det er valfritt å oppgje eit passord, men om du gjer det vil det verta enklare for deg å rapportera problem, leggja inn oppdateringar og halda oversyn over rapportane dine" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "%s aktive oppdateringar" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Spørjeskjema" @@ -2258,11 +2610,11 @@ msgstr "Spørjeskjema %d sendt for problem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Spørjeskjema fylt inn av feilrapportøren" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS-straum" @@ -2274,10 +2626,10 @@ msgstr "RSS-straum for %s" msgid "RSS feed for %s ward, %s" msgstr "RSS-straum for %s bydel, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS-straum frå %s" @@ -2286,12 +2638,12 @@ msgstr "RSS-straum frå %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS-straum av %s, innanfor %s bydel" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS-straum med problem i nærleiken" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS-straum for problem innanfor %s" @@ -2306,22 +2658,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS-straum med nye lokale problem" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS-straum med oppdateringar for dette problemet" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Motta e-post når det er oppdateringar på dette problemet" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "" @@ -2329,6 +2685,11 @@ msgstr "" msgid "Recently reported problems" msgstr "Nyleg melde problem" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Nyleg melde problem" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Hugs at FiksGataMi primert er laga for å rapportera fysiske problem som kan fiksast. Viss problemet ditt ikkje er eigna for å senda inn via denne tenesta, hugs at du kan kontakta administrasjonen direkte via deira eiga nettside." @@ -2337,13 +2698,23 @@ msgstr "Hugs at FiksGataMi primert er laga for å rapportera fysiske problem som msgid "Remove flag" msgstr "Fjern flagg" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Fjern bilete (kan ikkje gjerast om!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2351,17 +2722,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Rapport på %s" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapporter eit problem" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Rapport på %s" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Rapport på %s" @@ -2376,23 +2757,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Rapportert tidlegare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2400,50 +2781,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Rapportert av %s i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Legger til eit problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2455,22 +2837,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Send rapport på nytt" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2484,46 +2911,56 @@ 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:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Lagra endringar" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Søk i rapportar" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Søk i brukarar" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "" @@ -2533,81 +2970,120 @@ msgstr "" msgid "Search:" msgstr "Søk:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Emne:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Sendt til %s %s seinare" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Sendt:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Teneste:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Sendt inn av %s %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Vis namnet mitt offentleg" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Vis nåler" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Logg inn" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 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/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logg ut" @@ -2616,8 +3092,8 @@ msgstr "Logg ut" msgid "Some categories may require additional information." msgstr "Somme kategoriar krev kanskje meir informasjon" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2628,8 +3104,7 @@ msgid "Some photos of recent reports" msgstr "Nokre bilete av nyleg melde problem" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Noko tekst å omsetja" @@ -2645,16 +3120,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Orsak, men det oppstod eit problem når vi freista å stadfesta problemrapporten din" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Orsak, vi kunne ikkje finna den staden." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2664,35 +3139,55 @@ 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:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Tilstand" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Tilstand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistikk" @@ -2706,12 +3201,12 @@ msgstr "" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2723,34 +3218,35 @@ msgstr "" msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Emne:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Send inn endringar" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Send inn spørjeskjema" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2761,38 +3257,53 @@ msgid "Submitted" msgstr "" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Eg ynskjer å abonnera på e-postvarsel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Legg inn detaljar om problemet" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Send inn endringar" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Oppsummering" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Oppsummeringsrapportar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Resultat frå spørjeundersøkinga" @@ -2800,27 +3311,29 @@ msgstr "Resultat frå spørjeundersøkinga" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Tekst" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Tekst-utgåve" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2836,6 +3349,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2848,62 +3364,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 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." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret vart ikkje gjenkjent, orsak." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Det problemet vil no sendast på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har vorte fjerna frå FiksGataMi." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2913,8 +3431,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "Open311 v2-attributten agency_responsible vert brukt for å lista opp administrasjonane som mottok problemrapporten, noko som ikkje heilt passar med korleis attributten er definert i Open311 v2-spesifikasjonen." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2931,7 +3449,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Feilen var: %s" @@ -2973,12 +3491,12 @@ msgstr "Dei siste problema innanfor grensa til {{NAME}} rapportert av brukarar" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Passorda er ikkje like" @@ -2986,22 +3504,16 @@ msgstr "Passorda er ikkje like" msgid "The requested URL '%s' was not found on this server" msgstr "Fann ikkje URL-en «%s» på denne tenaren" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Den enklaste meldinga er den geografiske:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 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" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3009,11 +3521,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 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." @@ -3022,18 +3534,18 @@ msgstr "Det oppstod problem med å visa «Alle rapportar»-sida. Ver venleg og msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 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/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." @@ -3041,12 +3553,12 @@ 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:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Det var problem med oppdateringa di. Ver venleg og sjå under." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3055,39 +3567,58 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Denne API-implementasjonen er under arbeid og ikkje enno stabil. Han vil endra seg utan åtvaring i framtida." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Denne e-posten er sendt til begge administrasjonane som dekkjer staden for problemet, sidan brukaren ikkje kategoriserte det. Ver venleg og ignorer e-posten viss de ikkje er korrekt administrasjon for å handtera denne saka, eller gjev oss melding om kva for ein kategori av problem dette er så vi kan leggja det til i systemet vårt." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Denne informasjonen er påkravd" @@ -3096,62 +3627,72 @@ msgstr "Denne informasjonen er påkravd" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Dette er ein utviklarnettstad. Ting kan knekka når som helst og databasen vil verta periodisk sletta." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Dette problemet er løyst" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Dette problemet har ikkje vorte løyst" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tida markert som lukka." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tida markert som fiksa." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Denne rapporten er for tida markert som open." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Denne nettsida inneheld òg eit bilete av problemet, sendt inn av brukaren." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Tittel" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3164,18 +3705,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "For å sjå eit kart med ei meir presis plassering for dette problemet" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Totalt" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Oppretta:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "" @@ -3186,20 +3744,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Ikkje stadfesta" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Send rapport på nytt" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "" @@ -3208,18 +3771,19 @@ msgstr "" msgid "Unknown alert type" msgstr "Ukjend varsel-type" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Ukjend problem-ID" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3235,12 +3799,12 @@ msgstr "Oppdateringa under vart lagt inn anonymt %s" msgid "Update below added by %s at %s" msgstr "Oppdateringa under vart lagt til av %s %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Tilstandsfordeling for oppdateringar" @@ -3248,20 +3812,20 @@ msgstr "Tilstandsfordeling for oppdateringar" msgid "Update by {{name}}" msgstr "Oppdatert av {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Ei oppdatering endra problemstatusen til %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Ei oppdatering markerte dette problemet som fiksa." -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Ei oppdatering gjenopna problemet" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Oppdater tilstanden" @@ -3271,13 +3835,13 @@ msgstr "Oppdater tilstanden" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Oppdatert!" @@ -3287,7 +3851,7 @@ msgstr "Oppdatert!" msgid "Updates" msgstr "Oppdateringar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3301,20 +3865,28 @@ msgstr "Oppdateringar av {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Brukarflagg fjerna" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Brukar flagga" @@ -3322,23 +3894,28 @@ msgstr "Brukar flagga" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Brukarar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Verdi oppdatert" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Sjå rapport på nettstaden" @@ -3348,7 +3925,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Ser på ein stad" @@ -3365,23 +3942,17 @@ msgstr "Bydelar innanfor denne administrasjonen" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Vi fann meir ein eitt treff for den staden. Vi viser opp til ti treff, så prøv eit anna søk viss staden din ikkje er her." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Vi innser at %s kan vera ansvarleg for dette problemet, men vi manglar for tida kontaktinformasjon for dei. Viss du veit om ei eigna kontaktadresse, ta kontakt med oss." @@ -3402,15 +3973,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Når redigert" @@ -3419,7 +3986,7 @@ msgstr "Når redigert" msgid "When sent" msgstr "Når sendt" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3427,8 +3994,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3442,7 +4009,7 @@ msgstr "Når du søkjer etter førespurnader, så er det òg mogleg å søkja et msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Kunne du tenkja deg å motta ein ny førespurnad om 4 veker, som minner deg om å sjekka status?" @@ -3458,22 +4025,22 @@ msgstr "" msgid "Year" msgstr "År" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ja" @@ -3499,7 +4066,7 @@ msgstr "Du rapporterer at følgjande oppdatering er støytande, inneheld personl msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3514,18 +4081,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Du kan hjelpa oss ved å finna ein kontakt-e-post for lokale problem i %s, og senda han via e-post til oss på <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -3533,13 +4100,13 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Du har allereie svart på dette spørjeskjemaet. Viss du har spurnader, ver venleg og <a href='%s'>ta kontakt</a>, eller <a href='%s'>sjå på problemet ditt</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3548,59 +4115,65 @@ msgstr "" msgid "You have been signed out" msgstr "Du er allereie logga ut" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "" +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Du har no logga inn. Ver venleg og sjekk og stadfest at detaljane dine er korrekte:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Ynskjer du verkeleg å senda på nytt?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Rapportane dine" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Stadfest konto" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3610,13 +4183,12 @@ msgstr "" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "" @@ -3627,46 +4199,53 @@ msgstr "" msgid "Your password" msgstr "" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Passordet ditt har vorte endra" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Oppdateringane dine" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Rapportane dine" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Oppdateringane dine" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +msgid "Yourself" +msgstr "" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "administrasjon" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "brukte ikkje kart" @@ -3675,15 +4254,11 @@ msgstr "brukte ikkje kart" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3694,7 +4269,7 @@ msgstr "frå %s ulike brukarar" msgid "last updated %s" msgstr "" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "mindre enn eitt minutt" @@ -3739,13 +4314,23 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "i/t" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(valfritt)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "eller" @@ -3753,22 +4338,22 @@ msgstr "eller" msgid "or locate me automatically" msgstr "" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "andre område:" @@ -3777,41 +4362,40 @@ msgstr "andre område:" msgid "reopened" msgstr "opna på nytt" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "den lokale administrasjonen" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "denne typen lokalt problem" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "i dag" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "brukte kart" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "brukaren er frå same administrasjon som problemet – %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "brukaren er eigaren av problemet" @@ -3827,7 +4411,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> rapport nyleg" msgstr[1] "<big>%s</big> rapportar nyleg" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3841,7 +4425,7 @@ msgid_plural "%d supporters" msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3855,14 +4439,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> rapportoppdatering" msgstr[1] "<big>%s</big> rapportoppdateringar" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Vi har enno ikkje detaljar for administrasjonen som dekkjer denne staden." msgstr[1] "Vi har enno ikkje detaljar for administrasjonane som dekkjer denne staden." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3883,52 +4467,28 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> løyst siste månad" msgstr[1] "<big>%s</big> løyst siste månad" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "" msgstr[1] "" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Vi har enno <strong>ikkje</strong> detaljane for den andre administrasjonen som dekkjer denne staden." msgstr[1] "Vi har enno <strong>ikkje</strong> detaljane for dei andre administrasjonane som dekkjer denne staden." -#~ msgid "About us" -#~ msgstr "Om oss" - -#~ msgid "Email me new local problems" -#~ msgstr "Send meg e-post om lokale problem" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "Tom leilegheit" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Tomt hus eller bungalow" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Tomt kontor eller forretningsbygg" - -#~ msgid "Empty pub or bar" -#~ msgstr "Tom pub eller bar" - -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Tom offentleg bygning – skule, sjukehus, osb." - -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Eg er redd du ikkje kan stadfesta ustadfesta rapportar." - -#~ msgid "Problems in this area" -#~ msgstr "Problem i dette området" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "All informasjonen du har lagt inn her vil sendast til" -#~ msgid "Property type:" -#~ msgstr "Type eigenskap:" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "All informasjonen du har lagt inn her vil sendast til <strong>%s</strong>." -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS-straum for problem i denne %s-en" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS på Google Maps" -#~ msgid "Whole block of empty flats" -#~ msgstr "Heil blokk med tomme leilegheiter" +#~ msgid "You really want to resend?" +#~ msgstr "Ynskjer du verkeleg å senda på nytt?" diff --git a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po index 690899603..1da3fac59 100644 --- a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -7,14 +7,15 @@ # daey <netrapida@live.com.pt>, 2016 # francisco oliveira martins <francisco.martins@recortes.cv>, 2013 # mySociety <transifex@mysociety.org>, 2013 +# daey <netrapida@live.com.pt>, 2016 # simaor <simaor@hotmail.com>, 2016 msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" -"Last-Translator: mySociety <transifex@mysociety.org>\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-08-11 13:58+0000\n" +"Last-Translator: daey <netrapida@live.com.pt>\n" "Language-Team: Portuguese (http://www.transifex.com/mysociety/fixmystreet/language/pt/)\n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -22,17 +23,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "e" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ou" @@ -40,17 +41,17 @@ msgstr "ou" msgid "%d edits by %s" msgstr "%d edições por %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d de %d de %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - relatórios resumidos" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -65,7 +66,7 @@ msgstr "%s alertas confirmados,%s não confirmados" #: templates/web/base/status/stats.html:27 #: templates/web/zurich/admin/index.html:6 msgid "%s council contacts – %s confirmed, %s unconfirmed" -msgstr "%s contatos da Zona; %s confirmada,%s não confirmados" +msgstr "%s contactos da Zona; %s confirmada,%s não confirmados" #. ("%s is the site name") #: templates/web/base/alert/index.html:7 @@ -91,12 +92,12 @@ msgstr "%s atualizações directas" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s questionários enviados - %s respondeu (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -118,75 +119,80 @@ msgstr "%s, %s dentro da ala" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-mail na tabela de abuso)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(Sem nome)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(Sem número de telefone)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(A distância padrão, que abrange cerca de 50 mil pessoas)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "(alternativamente, o feed RSS pode ser personalizado, dentro de %s)" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(fechado)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" -msgstr "(Fixo)" +msgstr "(Corrigido)" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" -msgstr "(Como ruas e pavimentos esburacados, grafits, arvores caidas, lajes partidas, entulhos, lixo, pardeiros, vandalismo, postes quebrados, vazamentos de agua e esgotos, ou iluminação pública)" +msgstr "(Como ruas e pavimentos esburacados, grafitis, árvores caídas, lajes partidas, entulhos, lixo, sinais transito, vandalismo, postes caídos, vazamentos de agua e esgotos, iluminação pública ou qualquer outro problema)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" -msgstr "(Não reportar ao conselho)" +msgstr "(Não reportar ao município)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(opcional)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(público)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(remeter para ambos)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Escolha um tipo de categoria --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -195,9 +201,9 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">Mostrar</label> %s <label for=\"filter_categories\">sobre</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -212,21 +218,29 @@ msgstr "<strong> Não </strong> Deixe-me confirmar o meu relatório por e-mail" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong> Não </strong> Deixe-me confirmar a minha atualização por e-mail" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong> Não </strong>, deixe-me entrar por e-mail" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 msgid "<strong>Yes</strong> I have a password" -msgstr "<strong> Sim </strong> Eu tenho password" +msgstr "<strong> Sim </strong> Eu tenho uma password" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Ação Programada" @@ -238,34 +252,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Adicionar" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Adicionar nova categoria" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Adicionar user" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Adicionar nova categoria" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Adicionado %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Novamente" @@ -277,12 +311,12 @@ msgstr "Alerta %d criado por %s, tipo %s, os parâmetros %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alerta %d desativada (criado %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Avise-me de atualizações futuras" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Todos os Relatórios" @@ -290,10 +324,16 @@ msgstr "Todos os Relatórios" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Todos os Relatórios" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Todos os relatórios" @@ -303,18 +343,7 @@ msgstr "Todos os relatórios" msgid "All reports between %s and %s" msgstr "Todos os relatórios entre %s e %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Todas as informações que você fornecer aqui serão enviados para fixmindelo@gmail.com" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Todas as informações que você fornecer aqui serão enviados para <strong>%s</strong>" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Uma atualização marcada, problema esta resolvido" @@ -323,48 +352,69 @@ msgstr "Uma atualização marcada, problema esta resolvido" msgid "Anonymous" msgstr "Anonimo" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonimo:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Adicionar user" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Você é um desenvolvedor?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Você é um desenvolvedor?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Área coberta" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Atribuir a categoria diferente:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Atribuir ao órgão externo:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Designado para %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Designado para %s" @@ -376,51 +426,95 @@ msgstr "No máximo %d pedidos são retornados em cada consulta. Os pedidos retor msgid "At the moment only searching for and looking at reports work." msgstr "Neste momento, apenas procurando e olhando para os relatórios de trabalho." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Resposta do público:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Aguardando moderação" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Voltar" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "todos os relatórios" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Ban endereço de e-mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Corpos" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Corpo" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Corpo:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Por data" #: templates/web/base/auth/token.html:21 templates/web/base/email_sent.html:18 msgid "Can’t find our email? Check your spam folder – that’s the solution 99% of the time." -msgstr "" +msgstr "Não recebeu o email de confirmação? Verifique o SPAM da sua caixa de correio." #: templates/web/base/around/_report_banner.html:5 msgid "Can't see the map? <em>Skip this step</em>" msgstr "Não pode ver a localizaçao no mapa <em> Salte esta etapa </em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Categoria" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Categoria:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -430,44 +524,64 @@ msgstr "Não pode ver a localizaçao no mapa <em> Salte esta etapa </em>" msgid "Category" msgstr "Categoria" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "por exemplo '%s' ou '%s'" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Categoria para cada correção taxa para problemas> 4 semanas, um mes" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Categoria:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Categoria: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Ban endereço de e-mail" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Mudar password" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -478,44 +592,39 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" -msgstr "Click no mapa para reportar um porblema " +msgstr "Clique no mapa para reportar um problema " #: templates/web/base/email_sent.html:13 msgid "Click the link in our confirmation email to activate your alert." -msgstr "" +msgstr "Clique no link no email de confirmação para activar o alerta" #: templates/web/base/email_sent.html:9 msgid "Click the link in our confirmation email to publish your problem." -msgstr "" +msgstr "Clique no link do email de confirmação para publicar o problema" #: templates/web/base/email_sent.html:11 msgid "Click the link in our confirmation email to publish your update." -msgstr "" +msgstr "Clique no link do email de confirmação para publicar a actualização do problema" #: templates/web/base/auth/token.html:18 msgid "Click the link in our confirmation email to sign in." -msgstr "" +msgstr "Clique no link do email de confirmação para entrar" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -529,15 +638,19 @@ msgstr "" msgid "Closed" msgstr "Fechado" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" -msgstr "Fechado pelo Conselho" +msgstr "Fechado pelo Município" + +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "relatórios fechados" #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Fechado" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Co-ordenadas:" @@ -545,26 +658,22 @@ msgstr "Co-ordenadas:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Configurar Endpoint" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Confirmar" @@ -585,10 +694,9 @@ msgstr "" msgid "Confirmation" msgstr "Confirmação" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Confirmado" @@ -599,7 +707,7 @@ msgstr "Relatos confirmados entre %s e %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Confirmado:" @@ -618,37 +726,37 @@ msgstr "Fale connosco" msgid "Contact the team" msgstr "Fale com a equipe" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Não foi possível encontrar usuário" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Não olhar para cima da localização" #: templates/web/base/admin/list_updates.html:9 msgid "Council" -msgstr "Conselho" +msgstr "Concelho" #: templates/web/base/admin/body.html:1 #: templates/web/base/admin/category_edit.html:1 #: templates/web/zurich/admin/body.html:1 msgid "Council contacts for %s" -msgstr "Contatos do Conselho para %s" +msgstr "Contactos do município para %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" -msgstr "Conselho:" +msgstr "Concelho:" #: templates/web/base/admin/stats.html:12 #: templates/web/base/admin/stats.html:32 @@ -661,23 +769,38 @@ msgstr "Conta" msgid "Create a report" msgstr "Criar um report" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Criar uma categoria" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Criar um report" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Nao reportado ao município" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Criado" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Criado:" @@ -686,13 +809,13 @@ msgstr "Criado:" msgid "Current state" msgstr "Estado actual" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -705,44 +828,50 @@ msgstr "Painel de instrumentos" msgid "Dealt with by subdivision within 5 working days" msgstr "Tratadas pelas subdivisões dentro de 5 dias úteis" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Excluidos" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" -msgstr "Descripçaoi" +msgstr "Descrição detalhada do problema" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Descrição detalhada do problema" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "DEtalhes" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detalhes:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Delegada" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -750,16 +879,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Diligency prêmio tabela classificativa" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" -msgstr "" +msgstr "Já tem uma password?" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Não sei" @@ -767,18 +900,18 @@ msgstr "Não sei" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Duplicar" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -786,20 +919,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Editar" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Editar os detalhes do corpo" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Editar os detalhes do corpo" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Criar uma categoria" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Filtrar relatorio" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "relatórios corrigidos" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -812,18 +977,18 @@ msgstr "Editando problema %d" msgid "Editing update %d" msgstr "Editando uma actualizaçao %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Edição de usuário %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Editar" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -832,13 +997,16 @@ msgstr "Editar" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Email adicionado a lista de abusos" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" -msgstr "" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" +msgstr "Ban endereço de e-mail" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -848,24 +1016,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "E-mail já está na lista abusos" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Email: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -873,19 +1041,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Endpoint" @@ -900,15 +1068,15 @@ msgstr "Inserir um código postal de Mindelo nas proximidades da area, zona, rua #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:20 #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:21 msgid "Enter a nearby postcode, or street name and area" -msgstr "Inserir um código postal perto, ou nome da rua, zona ou local" +msgstr "Inserir um código postal válido (xxxx-xxx), ou nome da rua, zona ou localidade" #: templates/web/base/around/postcode_form.html:5 #: templates/web/base/around/postcode_form.html:6 msgid "Enter a nearby street name and area" msgstr "Digite um nome de rua nas proximidades e área" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -916,7 +1084,7 @@ msgstr "Digite uma nova password" #: templates/web/base/index-steps.html:6 msgid "Enter details of the problem" -msgstr "Digite os detalhes do problema" +msgstr "Escreva de forma detalhada o problema, incluindo uma fotografia" #: templates/web/base/errors/generic.html:1 #: templates/web/base/errors/generic.html:4 @@ -927,11 +1095,12 @@ msgstr "Digite os detalhes do problema" msgid "Error" msgstr "Erro" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" -msgstr "" +msgstr "Todos" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Exemplo PostCode %s" @@ -940,26 +1109,50 @@ msgstr "Exemplo PostCode %s" msgid "Examples:" msgstr "Exemplos:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Criar uma categoria" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Atribuir ao órgão externo:" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Dados adicionais:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Dados adicionais:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -969,41 +1162,46 @@ msgstr "" msgid "Filter report list" msgstr "Filtrar relatorio" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Primeiro Nome" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" -msgstr "Corrigido" +msgstr "FIX" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:11 msgid "Fixed - Council" -msgstr "Corrigido - Conselho" +msgstr "Corrigido - Concelho" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:10 msgid "Fixed - User" msgstr "Corrigido - Usuario" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "relatórios corrigidos" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Corrigido:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1012,8 +1210,8 @@ msgstr "" msgid "Flag user" msgstr "Bandeira - Usuario" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Marcado" @@ -1021,7 +1219,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1029,8 +1227,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Marcado:" @@ -1038,20 +1236,25 @@ msgstr "Marcado:" msgid "Follow a ward link to view only reports within that ward." msgstr "Siga um link ala para ver apenas os relatórios dentro do ala." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" -msgstr "Esqueceu sua senha?" +msgstr "Não se lembra da sua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1061,14 +1264,10 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Perguntas mais frequentes" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS no Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" -msgstr "Receba as atualizações" +msgstr "Atualizações" #: templates/web/base/reports/_rss.html:3 #: templates/web/base/reports/_rss.html:9 @@ -1080,7 +1279,7 @@ msgstr "Receba as atualizações de problemas fix de %s" msgid "Get updates of problems in this %s" msgstr "Receba as atualizações de problemas neste %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Dê-me um feed RSS" @@ -1088,53 +1287,64 @@ msgstr "Dê-me um feed RSS" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr " Ir" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Vai enviar questionário?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Status da tabela grafica ao longo do tempo" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." -msgstr "Cor Cinzenta sao linhas dos conselhos que não existem mais" +msgstr "Cor Cinzenta sao linhas dos concelhos que já não existem" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Este problema já foi fixado, relatado?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" -msgstr "Alguma vez voce ja relatou algum problema ao Conselho, ou é a sua primeira vez?" +msgstr "Alguma vez voce ja relatou algum problema ao município, ou é a sua primeira vez?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ajuda" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Aqui estão os tipos de alertas de problemas locais para relatar fixed; %s';." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Oi %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1142,19 +1352,19 @@ msgstr "Oi %s" msgid "Hidden" msgstr "Esconder" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Ocultar" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Ocultar pins" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "History pins" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Home" @@ -1162,12 +1372,12 @@ msgstr "Home" msgid "How to report a problem" msgstr "Como reportar um problema" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Como enviar relatorios com sucesso" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1181,8 +1391,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Receio que não foi possível localizar o seu problema no banco de dados.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1191,14 +1402,14 @@ msgstr "Receio que não foi possível localizar o seu problema no banco de dados msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1208,41 +1419,50 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "" "Se você enviar um problema sobre qualquer assunto e detalhes, será\"\n" "\"Público, mas o problema nao <strong> vai </strong> ser comunicados ao\"\n" -"\"Conselho\"." +"\"município\"." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1253,14 +1473,14 @@ msgstr "" msgid "Illegal ID" msgstr "ID ilegal" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Seleção de feed ilegal" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Em andamento" @@ -1272,8 +1492,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "Além disso, os seguintes atributos que não fazem parte da especificação v2 Open311 são retornados: agency_sent_datetime, título (também retornou como parte da descrição), interface_used, comment_count, requestor_name (presente apenas se solicitante permitido o nome a ser mostrado neste site) ." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1286,18 +1506,26 @@ msgstr "Em andamento" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Incluir reports detalhes perssoais" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Incluir dados nao confirmados" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Foto_has valor incorreto \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "" @@ -1307,19 +1535,23 @@ msgstr "" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Agencia_responsavel valor %s inválido" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Invalido data final" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Formato inválido%s especificado." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Data de inicio invalida" @@ -1327,8 +1559,8 @@ msgstr "Data de inicio invalida" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Investigando" @@ -1336,33 +1568,33 @@ msgstr "Investigando" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" -msgstr "Manter-me logado neste computador" +msgstr "Manter-me ligado neste computador" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Última editor" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Última atualização:" @@ -1370,11 +1602,16 @@ msgstr "Última atualização:" msgid "Last update:" msgstr "Última atualização:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Última atualização:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Listar todos os problemas relatados" @@ -1396,55 +1633,80 @@ msgstr "RSS feeds e alertas de e-mail locais" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "RSS feeds e alertas de e-mail locais para '%s'" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Alertas locais" #: templates/web/base/index-steps.html:5 msgid "Locate the problem on a map of the area" -msgstr "Localize o problema em um mapa da área ou zona" +msgstr "Localize o problema no mapa da área ou localidade" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "Mapa" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Menssagem" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Falta informaçao jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Incluir reports detalhes perssoais" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Criar um report" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Moderado por divisão dentro de um dia de trabalho" @@ -1453,35 +1715,47 @@ msgstr "Moderado por divisão dentro de um dia de trabalho" msgid "Month" msgstr "Mês" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Nome" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Nome:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Nome: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS feed de atualizações para este problema" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1491,12 +1765,12 @@ msgstr "Nomeado rodoviário mais próximo ao pino colocado no mapa (gerado autom msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Código postal mais próximo do pino colocado no mapa (gerado automaticamente): %s (%sm distância)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Estrada mais próxima para o pino colocado no mapa (gerado automaticamente por Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1507,22 +1781,27 @@ msgstr "" #: templates/web/base/auth/token.html:17 templates/web/base/email_sent.html:5 msgid "Nearly done! Now check your email…" -msgstr "" +msgstr "Está quase! Agora basta verificar o seu email…" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Novos <br>problemas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Novo corpo adicionado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Novo contato de categoria adicionado" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Ban endereço de e-mail" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1530,13 +1809,24 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Novos problemas locais FixMyStreetMindelo" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Password:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Novos reports" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" -msgstr "Novos problemas para {{CONSELHO}} {{dentro WARD}} enfermaria em FixMyStreetMindelo" +msgstr "Novos problemas para {{CONCELHO}} {{dentro WARD}} enfermaria em Fix" #: db/alert_types.pl:26 db/alert_types.pl:30 msgid "New problems near {{POSTCODE}} on FixMyStreet" @@ -1548,7 +1838,7 @@ msgstr "Novos problemas no FixMyStreetMindelo" #: db/alert_types.pl:34 msgid "New problems to {{COUNCIL}} on FixMyStreet" -msgstr "Novos problemas para {{}} CONSELHO em FixMyStreetMindelo" +msgstr "Novos problemas para {{}} CONCELHO em Fix" #: db/alert_types.pl:42 msgid "New problems within {{NAME}}'s boundary on FixMyStreet" @@ -1562,42 +1852,52 @@ msgstr "Novos reports" msgid "New state" msgstr "Novo estado" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Proximo" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Nao" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "outras áreas:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Nenhum corpo" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" -msgstr "Sem conselho" +msgstr "Sem concelho" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" -msgstr "Nenhum Conselho selecionado" +msgstr "Nenhum Concelho selecionado" #: templates/web/base/admin/edit-league.html:17 msgid "No edits have yet been made." @@ -1611,17 +1911,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Sem mais atualizações" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Nenhum resultado retornado" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1632,12 +1932,21 @@ msgstr "" msgid "No supporters" msgstr "Não apoiantes" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Nenhum" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1647,19 +1956,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Nao responsavel" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Nao pertence ao meu sector" @@ -1667,12 +1976,12 @@ msgstr "Nao pertence ao meu sector" msgid "Not reported before" msgstr "Nao reportado antes" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" -msgstr "Nao reportado ao conselho" +msgstr "Nao reportado ao município" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Nota" @@ -1681,9 +1990,8 @@ msgstr "Nota" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Note que quando incluimos relatos não confirmados usamos a data em que o relatório foi criado, que pode não estar no mesmo mês em que o relatório foi confirmado de modo que os números podem estar alterados." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Nota" @@ -1695,23 +2003,21 @@ msgstr "Nota: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" -msgstr "Agora, para apresentar o seu relatório ..." +msgstr "Finalmente, para enviar o seu relatório ..." -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" -msgstr "Agora, para apresentar a sua atualização ..." +msgstr "Finalmente, para enviar a sua actualização ..." -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr " Velho / desconhecido <br>problems" @@ -1719,44 +2025,53 @@ msgstr " Velho / desconhecido <br>problems" msgid "Old state" msgstr "Estado antigo" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Mais antigo <br>fixado" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Mais antigo <br>problemas" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aberto" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API para o servidor FixMyStreet mySociety" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Especificação Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311 página web iniciativa" @@ -1765,23 +2080,23 @@ msgstr "Open311 página web iniciativa" msgid "Open311 specification" msgstr "Especificação Open311" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Ou os problemas relatados para:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" -msgstr "Ou você pode se inscrever em um alerta baseado no que ala, zona ou conselho você está inserido" - -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +msgstr "Ou você pode se inscrever em um alerta baseado no que ala, zona ou concelho você está inserido" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Outro" @@ -1794,7 +2109,7 @@ msgstr "Proprietário" msgid "Page Not Found" msgstr "Pagina nao encontrada" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Parente" @@ -1804,75 +2119,88 @@ msgstr "Parente" msgid "Partial" msgstr "Parcial" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Password (opcional)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Password:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefone (opcional)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefone:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Foto" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotos de relatórios recentes mais proximos" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Coloque a fix pin no mapa" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1887,11 +2215,13 @@ msgstr "Planejado" msgid "Please be polite, concise and to the point." msgstr "Por favor, seja educado, objectivo, conciso e direto ao ponto." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" -msgstr "Por favor verifique as senhas e tente novamente" +msgstr "Por favor verifique as passwords e tente novamente" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1899,19 +2229,21 @@ msgstr "Por favor verifique as senhas e tente novamente" msgid "Please check your email address is correct" msgstr "Favor verificar se seu email esta correcto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Escolher uma categoria" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Por favor, escolha um tipo de imóvel" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1929,50 +2261,57 @@ msgstr "" "a Equipe POR Trás FixMyStreet, Nao hum Conselho. Pará relatar hum Problema, ⏎\n" "<a href=\"/\"> ir par a Página Inicial </a> e como SIGA INSTRUÇÕES." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Por favor insira uma mensagem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Por favor insira uma password" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Por favor insira uma password" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Por favor insira um assunto" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Por favor insira um email valido" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Por favor insira um endereço de e-mail válido" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Por favor, insira alguns detalhes" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1980,10 +2319,10 @@ msgstr "Por favor, insira alguns detalhes" #: templates/web/zurich/auth/general.html:3 #: templates/web/zurich/auth/general.html:8 msgid "Please enter your email" -msgstr "Digite seu e-mail" +msgstr "Digite o seu e-mail" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Por favor, insira o seu endereço de email" @@ -1997,9 +2336,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Por favor, insira o seu nome completo, os conselhos precisam desta informação - se você não quiser que seu nome seja mostrado no site, desmarque a caixa abaixo" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Digite seu nome" @@ -2026,12 +2365,12 @@ msgstr "Por favor, sinta-se livre para <a href=\\\"%s\\\"> se inscrever de novo msgid "Please fill in details of the problem below." msgstr "Por favor, preencha os detalhes do problema abaixo." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Por favor, preencha os detalhes do problema." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Por favor, preencha o formulário abaixo com detalhes do problema e descrever a localização mais precisa possível na caixa de detalhes." @@ -2041,18 +2380,18 @@ msgstr "Por favor, indique se você gostaria de receber um outro questionário" #: templates/web/base/report/updates-sidebar-notes.html:2 msgid "Please note that updates are not sent to the council." -msgstr "Por favor, note que as atualizações não são enviadas para o conselho." +msgstr "Por favor, note que as actualizações não são enviadas para as autoridades competentes." #: templates/web/base/report/new/oauth_email_form.html:4 msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Por favor, note o relatório ainda não foi enviado <strong> </strong>. Escolha uma categoria e acrescentar mais informações abaixo, em seguida, enviar." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2061,6 +2400,11 @@ msgstr "" msgid "Please note:" msgstr "Favor notar:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Favor fornecer uma explicação de por que você está reabrindo este relatório" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Favor fornecer uma explicação de por que você está reabrindo este relatório" @@ -2074,15 +2418,15 @@ msgstr "Por favor, forneça algum texto, bem como uma foto" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Por favor, diga se você já relatou um problema para o seu conselho antes" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Por favor, selecione o feed que deseja" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Selecione o tipo de alerta que deseja" @@ -2090,24 +2434,23 @@ 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:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Faça upload somente de uma imagem em JPEG " +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Por favor, escreva uma mensagem" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Por favor, escreva a sua atualização aqui" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2129,11 +2472,19 @@ msgstr "Postado por %s aem %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Anterior" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2143,15 +2494,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privado" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problema" @@ -2167,12 +2516,13 @@ msgstr "Problema %s confirmado" msgid "Problem %s sent to council %s" msgstr "Problema %s enviado ao conselho %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Colapso problema por estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problema marcado como aberto." @@ -2180,15 +2530,16 @@ msgstr "Problema marcado como aberto." msgid "Problem state change based on survey results" msgstr "Mudança de estado do problema com base nos resultados da pesquisa" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" -msgstr "Problemas nas proximidades" +msgstr "Nas proximidades" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemas no mapa" @@ -2196,12 +2547,12 @@ msgstr "Problemas no mapa" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemas relatados recentemente fixados em FixMyStreetMindelo" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problemas dentro de %.1fkm deste local" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemas dentro de %s" @@ -2212,15 +2563,15 @@ msgstr "Problemas dentro de %s ala" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemas dentro do limite de:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Endereço do imóvel:" @@ -2228,28 +2579,38 @@ msgstr "Endereço do imóvel:" msgid "Provide an update" msgstr "Fornecer uma atualização" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Fornecer uma atualização" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." -msgstr "Fornecer uma senha é opcional, mas isso vai permitir que você mais facilmente relate seus problemas, deixe as atualizações e gerencie seus relatórios." +msgstr "Fornecer uma password é opcional, mas isso vai permitir reportar problemas de forma mais fácil, actualizar e gerir os seus relatórios." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Resposta do público:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Resposta do público:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Publicar foto" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Questionario" @@ -2266,11 +2627,11 @@ msgstr "Questionário %d enviou para o problema de %d" msgid "Questionnaire filled in by problem reporter" msgstr "Questionário preenchido por problema repórter" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS feed" @@ -2282,10 +2643,10 @@ msgstr "RSS feed para %s" msgid "RSS feed for %s ward, %s" msgstr "RSS feed for %s ala,%s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS feed de %s" @@ -2294,12 +2655,12 @@ msgstr "RSS feed de %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS feed de %s, %s problemas pendentes" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS feed dos problemas próximos" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS feed dos Problemas Nesta %s" @@ -2314,22 +2675,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS feed dos problemas locais recentes" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS feed de atualizações para este problema" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "RSS feed dos problemas locais recentes" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Recentement <br>fixed" @@ -2337,6 +2702,11 @@ msgstr "Recentement <br>fixed" msgid "Recently reported problems" msgstr "Problemas recentemente reportados" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Atualizações" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Lembre-se que FixMyStreetMIndelo é principalmente para relatar problemas físicos que podem ser corrigidos. Se o seu problema não é apropriado para a apresentação através deste site, lembre-se que você pode contactar o seu município diretamente usando seu próprio site." @@ -2345,13 +2715,23 @@ msgstr "Lembre-se que FixMyStreetMIndelo é principalmente para relatar problema msgid "Remove flag" msgstr "Remover bandeira" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Remover foto (não pode ser desfeita!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2359,17 +2739,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Relatórios" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" -msgstr "Comunicar um problema" +msgstr "Reportar um problema" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" -msgstr "Denunciar um abuso" +msgstr "Abusivo" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Relatórios" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Relatório sobre %s" @@ -2382,25 +2772,25 @@ msgstr "" #: templates/web/base/around/intro.html:1 #: templates/web/zurich/around/intro.html:1 msgid "Report, view, or discuss local problems" -msgstr "Relatório, vista, ou discutir os problemas locais" +msgstr "Reportar, ver ou discutir problemas locais" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Relatado anonimamente em %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Relatado antes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Relatado por %s em %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2408,50 +2798,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Relatado na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Relatado na categoria %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Relatado na categoria %s por %s em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Relatado por %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Relatado por %s por%s em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Relatado por %s na categoria %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Relatado por %s na categoria %s por %s em %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Relatando um problema" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Relatórios" @@ -2463,22 +2854,68 @@ msgstr "" msgid "Reports awaiting approval" msgstr "Relatórios aguardando aprovação" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Os relatórios publicados" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Relatórios aguardando aprovação" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Reenviar relatório" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Lugar certo?" @@ -2492,46 +2929,56 @@ 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:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Girar para a esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Girar para a direita" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Salvar alterações" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Busca Reports" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Procurar Usuários" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "elatórios de pesquisa" @@ -2541,81 +2988,120 @@ msgstr "elatórios de pesquisa" msgid "Search:" msgstr "Pesquisar:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Selecione um corpo" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Selecione uma área" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Assunto:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Enviado para %s %s mais tarde" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Enviar:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Srerviço:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Acçao" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Postado por %s aem %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Mostrar meu nome publicamente" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Mostrar antigo" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Mostrar pins" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Entrar" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" -msgstr "Entar e crear uma conta" +msgstr "Entrar e criar uma conta" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Sair " @@ -2624,8 +3110,8 @@ msgstr "Sair " msgid "Some categories may require additional information." msgstr "Algumas categorias podem solicitar informações adicionais." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2636,8 +3122,7 @@ msgid "Some photos of recent reports" msgstr "Fotos de reports recentes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Algum informaçao para localizar" @@ -2653,16 +3138,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Desculpe, houve um erro ao confirmar o seu problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Desculpe, não conseguimos encontrar esse local." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2672,35 +3157,55 @@ 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:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Estado" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Stats" @@ -2714,12 +3219,12 @@ msgstr "Status" msgid "Still open, via questionnaire, %s" msgstr "Ainda em aberto, via questionário, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Subcategoria: %s" @@ -2731,34 +3236,35 @@ msgstr "Zona / Bairro" msgid "Subject" msgstr "Assunto:" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Assunto:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Submeter" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Submeter alteraçoes" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Submeter questionario" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2769,38 +3275,53 @@ msgid "Submitted" msgstr "Submitido" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Subscrever" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Subcrever um alerta de e-mail" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Escreva de forma detalhada o problema, incluindo uma fotografia" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Submeter alteraçoes" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Resumo" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Resumo reports" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Teste" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Resultados teste" @@ -2808,27 +3329,29 @@ msgstr "Resultados teste" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Texto" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Somente versao texto" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texto:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2841,6 +3364,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2853,62 +3379,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Essa imagem não parece ter sido carregada corretamente (%s), por favor, tente novamente." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Esse local não parece ser coberto por um conselho, talvez seja no mar ou fora do país. Por favor, tente novamente." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Esse local não parece estar em Mindelo, por favor tente novamente." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Esse código postal não foi reconhecido, me desculpe.Tente novamente." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Esse problema agora será reenviado e reportado ao conselho." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Esse relatório não pode ser visualizado em %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Esse relatório foi removido FixMyStreetMIndelo" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2918,8 +3446,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "O Open311 v2 atributo agency_responsible é usada para listar as administrações que receberam o relatório de problemas, o que não é muito a forma como o atributo é definido na especificação v2 Open311." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2936,7 +3464,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "O erro foi: %s" @@ -2978,35 +3506,29 @@ msgstr "Os últimos problemas dentro de {{NAME}} 's fronteira relatados por usu msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" -msgstr "As senhas não são iguais" +msgstr "As passwords não são iguais" #: templates/web/base/errors/page_error_404_not_found.html:9 msgid "The requested URL '%s' was not found on this server" msgstr " A URL solicitada '%s' não foi encontrada neste servidor" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "O alerta mais simples é o nosso único ponto localizaçao geográfica:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 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" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3014,11 +3536,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." -msgstr "" +msgstr "Não existem relatórios a apresentar" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 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." @@ -3027,18 +3549,18 @@ msgstr "Houve um problema ao mostrar a página de todos os relatórios. Por favo msgid "There was a problem showing this page. Please try again later." msgstr "Houve um problema mostrada nesta página. Por favor, tente novamente mais tarde." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Houve um problema com o email / combinação de senha. Se você não lembra da sua senha, ou não tiver um, por favor preencha o \"sinal de colocar e-mail 'seção do formulário." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Houve um problema com o email / combinação de senha. Por favor, tente novamente." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." @@ -3046,12 +3568,12 @@ 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:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Houve problemas com a sua atualização. Por favor, veja abaixo." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3060,39 +3582,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Nós só usamos as suas informações pessoais de acordo com a nossa <a href=\"/privacy\"> política de privacidade.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Nós só usamos as suas informações pessoais de acordo com a nossa <a href=\"/privacy\"> política de privacidade.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Esta implementação API é um trabalho em andamento e ainda não estabilizou. Ela vai mudar sem avisos no futuro." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Este e-mail foi enviado para ambos os conselhos que cobrem o local do problema, como o usuário não categorizá-lo, por favor, ignorar se você não é o conselho correto para lidar com o problema, ou deixe-nos saber que categoria de problema é para que possamos adicioná-lo ao nosso sistema." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Esta informação é necessária" @@ -3101,62 +3644,72 @@ msgstr "Esta informação é necessária" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Este é um site do desenvolvedor, as coisas podem quebrar a qualquer momento, e o banco de dados serão apagados periodicamente." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Este problema foi resolvido" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Este problema não foi corrigido" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Este relatório está aguardando moderação." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Este relatório está marcado como fechado." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Este relatório está marcado como fixo." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Este relatório está marcado como aberto." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Este relatório foi enviado anonimamente" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Esta página também contém uma foto do problema, fornecido pelo usuário." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Timeline" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titulo" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3169,18 +3722,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Para descobrir quais os alertas locais que temos para si, deve inserir o seu código postal ou nome de rua e área ou zona" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Para ver no mapa a localização exata desse problema" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Total" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Criado:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Tente novamente" @@ -3191,20 +3761,24 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Incapaz de ser resolvido" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Não confirmado" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "por arranjar" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Desconhecido" @@ -3213,18 +3787,19 @@ msgstr "Desconhecido" msgid "Unknown alert type" msgstr "Tipo de alerta desconhecido" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Erro desconhecido" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Desconhecido problema com ID" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Actualizar" @@ -3240,12 +3815,12 @@ msgstr "Atualize abaixo colocado de forma anónima em %s" msgid "Update below added by %s at %s" msgstr "Actualizar abaixo adicionado por %s em %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Atualize corpo" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Atualize repartição por Estado" @@ -3253,20 +3828,20 @@ msgstr "Atualize repartição por Estado" msgid "Update by {{name}}" msgstr "Atualize por {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Alterado a actualizaçao do estado do problema para %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Atualizaçao do problema marcado como fixo" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Reaberto a actualizaçao do problema" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Atualizar status" @@ -3276,13 +3851,13 @@ msgstr "Atualizar status" msgid "Updated" msgstr "Atualizado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Actualizado!" @@ -3292,7 +3867,7 @@ msgstr "Actualizado!" msgid "Updates" msgstr "Actualizaçoes" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3306,20 +3881,28 @@ msgstr "Atualizações sobre {{título}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Bandeira usuário removida" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Usuário sinalizado" @@ -3327,23 +3910,28 @@ msgstr "Usuário sinalizado" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Usuários" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Valores atualizados" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Ver relatório no site" @@ -3353,7 +3941,7 @@ msgid "View reports by ward" msgstr "Exibir relatórios por Ward" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Visualizando um local" @@ -3363,36 +3951,30 @@ msgstr "Visualizando um problema" #: templates/web/base/reports/body.html:16 msgid "Wards of this council" -msgstr "Wards deste conselho" +msgstr "Wards deste concelho" #: templates/web/base/alert/choose.html:6 #: templates/web/base/around/_error_multiple.html:6 msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Encontramos mais de uma correspondência para essa localização. Mostramos até dez partidas, por favor tente uma pesquisa diferente se não estiver aqui." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Nós nunca divulgaremos o seu e-mail" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Nós nunca divulgaremos o seu endereço de e-mail ou número de telefone." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Percebemos este problema pode ser da responsabilidade do %s, no entanto, nós não possuímos nenhuma informação de contato deles. Se você souber de um endereço de contato apropriado, favor fornecer esse contacto. Obrigado." #: templates/web/base/index-steps.html:11 msgid "We send it to the council on your behalf" -msgstr "Nós enviá-lo para o conselho em seu nome" +msgstr "Nós enviá-lo para a autoridade competente em seu nome" #: templates/web/base/report/new/notes.html:4 #: templates/web/zurich/report/new/notes.html:4 @@ -3407,15 +3989,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Quando editar" @@ -3424,7 +4002,7 @@ msgstr "Quando editar" msgid "When sent" msgstr "Quando enviar" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3432,8 +4010,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3447,7 +4025,7 @@ msgstr "Com o pedido de pesquisa, também é possível pesquisar agency_responsa msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Gostaria de receber um questionário em 4 semanas, lembrando que você verifique o status?" @@ -3457,28 +4035,28 @@ msgstr "Escrever a mensagem inteiramente em letras maiúsculas torna difícil de #: templates/web/base/report/new/fill_in_details_form.html:4 msgid "Wrong location? Just click again on the map." -msgstr "" +msgstr "Localização errada? Basta clicar novamente no mapa." #: templates/web/base/admin/stats.html:10 msgid "Year" msgstr "Ano" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Sim" @@ -3504,7 +4082,7 @@ msgstr "Você está reportando a seguinte atualização por ser abusiva, contend msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Você pode <a href=\"%s%s\"> ver o problema neste site </a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3519,18 +4097,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Você pode nos ajudar a encontrar um endereço de e-mail de contato para os problemas locais para %s e e-mail para nós em <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Você recusou, por favor preencha o quadro de cima" @@ -3538,13 +4116,13 @@ msgstr "Você recusou, por favor preencha o quadro de cima" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Você já respondeu a este questionário. Se você tem uma pergunta, por favor <a href='%s'> entrar em contato </a>, ou <a href='%s'> ver o seu problema </a>. \n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3553,59 +4131,65 @@ msgstr "" msgid "You have been signed out" msgstr "Voce foi logado fora" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Você localizou o problema no ponto marcado com um pino verde no mapa. Se este não é o local correto, basta clicar no mapa novamente." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Você confirmou com sucesso o seu endereço de e-mail." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Você se inscreveu com sucesso nos, por favor, verificar e confirmar os seus dados estão correctos:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Você realmente deseja reenviar o email?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" -msgstr "Seus relatorios" +msgstr "Os meus relatórios" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Confirmar conta" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" -msgstr "Seu e-mail" +msgstr "O seu e-mail" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3615,13 +4199,12 @@ msgstr "O seu endereço de email" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Suas informações só serão utilizadas de acordo com nossa <a href=\"/privacy\"> política de privacidade </a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Nome" @@ -3632,46 +4215,54 @@ msgstr "Nome" msgid "Your password" msgstr "Password" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Sua password foi alterada" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Telefone " -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" -msgstr "Seus relatórios" +msgstr "Os meus relatórios" + +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Os meus relatórios" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Suas atualizações" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "O seu e-mail" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" -msgstr "conselho" +msgstr "concelho" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "não usar o mapa" @@ -3680,15 +4271,11 @@ msgstr "não usar o mapa" msgid "e.g. ‘%s’ or ‘%s’" msgstr "por exemplo '%s' ou '%s'" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3699,7 +4286,7 @@ msgstr "e %s usuários diferentes" msgid "last updated %s" msgstr "Última atualizada %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "menos de um minuto" @@ -3717,7 +4304,7 @@ msgstr "" #: templates/web/base/report/updates.html:49 msgid "marked as closed" -msgstr "" +msgstr "marcados como fechados" #: templates/web/base/report/updates.html:28 #: templates/web/base/report/updates.html:51 @@ -3744,13 +4331,23 @@ msgstr "" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n / a" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(opcional)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "ou" @@ -3758,22 +4355,22 @@ msgstr "ou" msgid "or locate me automatically" msgstr "ou localizár-me automaticamente" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "originalmente introduzido: \"%s\"" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "outras áreas:" @@ -3782,41 +4379,40 @@ msgstr "outras áreas:" msgid "reopened" msgstr "reaberto" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "sair" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" -msgstr "o conselho local" +msgstr "o município local" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "não há nenhum fix pin para o usuario usar no mapa" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "este tipo de problema local" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" -msgstr "hoje" +msgstr "de hoje" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "mapa usado" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" -msgstr "usuário é da mesmo conselho do problema - %d" +msgstr "usuário é da mesmo concelho do problema - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "usuário é proprietário problema" @@ -3832,7 +4428,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> Relatorio recentemente" msgstr[1] "<big>%s</big> Relatorios recentemente" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3846,7 +4442,7 @@ msgid_plural "%d supporters" msgstr[0] "%d suppoter" msgstr[1] "%d supporters" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3858,16 +4454,16 @@ msgstr[1] "%d minutos" msgid "<big>%s</big> update on reports" msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> atualização em relatório" -msgstr[1] "<big>%s</big> atualização los Relatorios" +msgstr[1] "<big>%s</big>Atualização dos relatórios" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Nós ainda não temos detalhes para o conselho, que abrange este local." -msgstr[1] "Nós ainda não temos detalhes sobre o concelho, que abrange este local." +msgstr[1] "Nós ainda não temos detalhes sobre o concelho, abrangido por este local." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3879,67 +4475,52 @@ msgstr[1] "%d semanas" msgid "<big>%s</big> report in past week" msgid_plural "<big>%s</big> reports in past week" msgstr[0] "<big>%s</big> Relatório de semana passada" -msgstr[1] "<big>%s</big> Relatórios de semana passado" +msgstr[1] "<big>%s</big> Relatórios da semana passada" #: templates/web/base/front/stats.html:19 #, perl-format msgid "<big>%s</big> fixed in past month" msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> fixado no mês passado" -msgstr[1] "<big>%s</big> fixado no mês passado" +msgstr[1] "<big>%s</big>Arranjado no mês passado" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dia" msgstr[1] "%d dias" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Fazemos <strong> não </strong> ainda tem detalhes para os outros conselhos que cobrem este local." msgstr[1] "Fazemos <strong> não </strong> ainda tem detalhes para os outros conselhos que cobrem este local." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, reportou em %s" - -#~ msgid "About us" -#~ msgstr "Acerca de nós" - -#~ msgid "Email me new local problems" -#~ msgstr "Enviar novos problemas locais" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "Apartamento vazio ou duplex" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Casa vazia ou bungalow" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Escritório vazio ou outro comercial" +#~ msgid "(public)" +#~ msgstr "(público)" -#~ msgid "Empty pub or bar" -#~ msgstr "Pub ou bar vazio" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Todas as informações que fornecer aqui serão enviados para " -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Edifício público vazio - escola, hospital, etc" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Todas as informações que você fornecer aqui serão enviados para <strong>%s</strong>" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreetMindelo" +#~ msgid "Configure Endpoint" +#~ msgstr "Configurar Endpoint" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Tenho receio de nao puder confirmar os seus relatorios" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS no Google Maps" -#~ msgid "Problems in this area" -#~ msgstr "Problemas nesta área" +#~ msgid "Survey" +#~ msgstr "Teste" -#~ msgid "Property type:" -#~ msgstr "Tipo de propriedade:" +#~ msgid "We never show your email" +#~ msgstr "Nós nunca divulgaremos o seu e-mail" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS feed dos problemas nesta %s" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Nós nunca divulgaremos o seu endereço de e-mail ou número de telefone." -#~ msgid "Whole block of empty flats" -#~ msgstr "Bloco inteiro de apartamentos vazios" +#~ msgid "You really want to resend?" +#~ msgstr "Você realmente deseja reenviar o email?" diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po index 7b6c75452..22576f220 100644 --- a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Romanian (Romania) (http://www.transifex.com/mysociety/fixmystreet/language/ro_RO/)\n" "Language: ro_RO\n" @@ -23,17 +23,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "şi" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "sau" @@ -41,17 +41,17 @@ msgstr "sau" msgid "%d edits by %s" msgstr "%d modificări de %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d - %d din %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - rapoarte de sinteză" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -92,12 +92,12 @@ msgstr "%s actualizări" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s chestionare trimise – %s completate (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -119,40 +119,40 @@ msgstr "" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(o distanță implicită ce acoperă în jur de 200 000 de locuitori)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(închis)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(rezolvat)" @@ -161,33 +161,38 @@ msgstr "(rezolvat)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(cum ar fi graffiti, gunoaie depozitate ilegal, pavaj spart sau iluminat stradal)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(netrimis)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(opțional)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(public)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Alege o categorie --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Alege un tip de proprietate --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -196,8 +201,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -213,11 +218,19 @@ msgstr "" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -226,8 +239,8 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "" @@ -239,34 +252,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Adaugă o categorie nouă" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Adaugă utilizator" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Adaugă o categorie nouă" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "" @@ -278,12 +311,12 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "" @@ -291,10 +324,16 @@ msgstr "" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Adaugă o categorie nouă" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "" @@ -304,18 +343,7 @@ msgstr "" msgid "All reports between %s and %s" msgstr "" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "" @@ -324,48 +352,67 @@ msgstr "" msgid "Anonymous" msgstr "" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Adaugă utilizator" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +msgid "Are you sure?" +msgstr "" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "" @@ -377,37 +424,62 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "" +#: templates/web/base/report/_main.html:6 +msgid "Back to all reports" +msgstr "" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "" @@ -419,9 +491,24 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +msgid "Categories" +msgstr "" + +#: templates/web/base/admin/category-checkboxes.html:2 +msgid "Categories:" +msgstr "" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -431,44 +518,62 @@ msgstr "" msgid "Category" msgstr "" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +msgid "Change email address" +msgstr "" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -479,23 +584,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "" @@ -515,8 +615,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -530,15 +630,20 @@ msgstr "" msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Rapoartele dvs." + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" @@ -546,26 +651,22 @@ msgstr "" msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "" @@ -586,10 +687,9 @@ msgstr "" msgid "Confirmation" msgstr "" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "" @@ -600,7 +700,7 @@ msgstr "" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "" @@ -619,17 +719,17 @@ msgstr "" msgid "Contact the team" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "" @@ -643,11 +743,11 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "" @@ -662,23 +762,36 @@ msgstr "" msgid "Create a report" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "" +#: templates/web/base/admin/responsepriorities/edit.html:36 +msgid "Create priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "" @@ -687,13 +800,13 @@ msgstr "" msgid "Current state" msgstr "" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -706,44 +819,49 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +msgid "Description:" +msgstr "" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -751,16 +869,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "" @@ -768,18 +890,18 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -787,20 +909,49 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +msgid "Edit other users' details" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Adaugă o categorie nouă" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +msgid "Edit reports" +msgstr "" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -813,18 +964,18 @@ msgstr "" msgid "Editing update %d" msgstr "" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -833,12 +984,14 @@ msgstr "" msgid "Email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +msgid "Email address" msgstr "" #: templates/web/base/tokens/confirm_alert.html:6 @@ -849,24 +1002,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -874,19 +1027,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -908,8 +1061,8 @@ msgstr "" msgid "Enter a nearby street name and area" msgstr "" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -928,11 +1081,12 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "" @@ -941,26 +1095,48 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Adaugă o categorie nouă" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "" +#: templates/web/base/report/_inspect.html:107 +msgid "Extra details" +msgstr "" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -970,23 +1146,23 @@ msgstr "" msgid "Filter report list" msgstr "" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "" @@ -1000,11 +1176,16 @@ msgstr "" msgid "Fixed - User" msgstr "" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1013,8 +1194,8 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1022,7 +1203,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1030,8 +1211,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1039,20 +1220,25 @@ msgstr "" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1062,12 +1248,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "" @@ -1081,7 +1263,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "" @@ -1089,53 +1271,64 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "" -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1143,19 +1336,19 @@ msgstr "" msgid "Hidden" msgstr "" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "" @@ -1163,12 +1356,12 @@ msgstr "" msgid "How to report a problem" msgstr "" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1182,8 +1375,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1192,14 +1386,14 @@ msgstr "" msgid "ID" msgstr "" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1209,38 +1403,46 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1251,14 +1453,14 @@ msgstr "" msgid "Illegal ID" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "" @@ -1270,8 +1472,8 @@ msgstr "" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1284,18 +1486,26 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "" @@ -1305,19 +1515,23 @@ msgstr "" msgid "Internal referral" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "" @@ -1325,8 +1539,8 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "" @@ -1334,33 +1548,33 @@ msgstr "" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "" @@ -1368,11 +1582,15 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +msgid "Least recently updated" +msgstr "" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "" @@ -1394,7 +1612,7 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "" @@ -1402,47 +1620,70 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "" + +#: templates/web/base/report/_main.html:126 +msgid "Moderate this report" +msgstr "" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1451,35 +1692,46 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "" +#: templates/web/base/report/_inspect.html:23 +msgid "Navigate to this problem" +msgstr "" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1489,12 +1741,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1504,20 +1756,24 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +msgid "New email address:" +msgstr "" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "" @@ -1525,10 +1781,19 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +msgid "New password:" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1557,40 +1822,49 @@ msgstr "" msgid "New state" msgstr "" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "" @@ -1606,17 +1880,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1627,12 +1901,21 @@ msgstr "" msgid "No supporters" msgstr "" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1642,19 +1925,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "" @@ -1662,12 +1945,12 @@ msgstr "" msgid "Not reported before" msgstr "" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "" @@ -1676,9 +1959,8 @@ msgstr "" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "" @@ -1690,23 +1972,21 @@ msgstr "" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "" @@ -1714,44 +1994,52 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1760,23 +2048,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "" @@ -1789,7 +2077,7 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "" @@ -1799,75 +2087,87 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +msgid "Photos" +msgstr "" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1882,11 +2182,13 @@ msgstr "" msgid "Please be polite, concise and to the point." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1894,19 +2196,21 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1921,50 +2225,56 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +msgid "Please enter a name for this body" +msgstr "" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1974,8 +2284,8 @@ msgstr "" msgid "Please enter your email" msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "" @@ -1989,9 +2299,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "" @@ -2018,12 +2328,12 @@ msgstr "" msgid "Please fill in details of the problem below." msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" @@ -2039,12 +2349,12 @@ msgstr "" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2053,6 +2363,10 @@ msgstr "" msgid "Please note:" msgstr "" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +msgid "Please provide a public update for this report." +msgstr "" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "" @@ -2066,15 +2380,15 @@ msgstr "" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "" @@ -2082,10 +2396,10 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" msgstr "" @@ -2093,12 +2407,12 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2120,11 +2434,19 @@ msgstr "" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2134,15 +2456,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "" @@ -2158,12 +2478,13 @@ msgstr "" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "" @@ -2171,15 +2492,16 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "" @@ -2187,12 +2509,12 @@ msgstr "" msgid "Problems recently reported fixed on FixMyStreet" msgstr "" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "" @@ -2203,15 +2525,15 @@ msgstr "" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "" @@ -2219,28 +2541,38 @@ msgstr "" msgid "Provide an update" msgstr "" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "%s actualizări" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "%s actualizări" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "" @@ -2257,11 +2589,11 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "" @@ -2273,10 +2605,10 @@ msgstr "" msgid "RSS feed for %s ward, %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "" @@ -2285,12 +2617,12 @@ msgstr "" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "" @@ -2305,22 +2637,26 @@ msgid "RSS feed of recent local problems" msgstr "" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "" @@ -2328,6 +2664,10 @@ msgstr "" msgid "Recently reported problems" msgstr "" +#: templates/web/base/reports/_list-filters.html:37 +msgid "Recently updated" +msgstr "" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -2336,13 +2676,23 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2350,17 +2700,26 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Rapoartele dvs." + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "" @@ -2375,23 +2734,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2399,50 +2758,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "" @@ -2454,22 +2814,67 @@ msgstr "" msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "" @@ -2483,46 +2888,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "" @@ -2532,81 +2947,118 @@ msgstr "" msgid "Search:" msgstr "" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +msgid "Select:" +msgstr "" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "" @@ -2615,8 +3067,8 @@ msgstr "" msgid "Some categories may require additional information." msgstr "" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2627,8 +3079,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2644,16 +3095,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2663,35 +3114,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "" @@ -2705,12 +3176,12 @@ msgstr "" msgid "Still open, via questionnaire, %s" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "" @@ -2722,34 +3193,35 @@ msgstr "" msgid "Subject" msgstr "" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2760,38 +3232,51 @@ msgid "Submitted" msgstr "" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +msgid "Summarise the problem" +msgstr "" + +#: templates/web/base/admin/contact-form.html:129 +msgid "Summarise your changes" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "" @@ -2799,27 +3284,29 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2832,6 +3319,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2844,62 +3334,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2909,8 +3401,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2927,7 +3419,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "" @@ -2969,12 +3461,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "" @@ -2982,22 +3474,16 @@ msgstr "" msgid "The requested URL '%s' was not found on this server" msgstr "" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3005,11 +3491,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3018,18 +3504,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3037,12 +3523,12 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3051,39 +3537,58 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "" @@ -3092,62 +3597,72 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3160,18 +3675,34 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +msgid "Trusted:" +msgstr "" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "" @@ -3182,20 +3713,24 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "" @@ -3204,18 +3739,19 @@ msgstr "" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "" @@ -3231,12 +3767,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3244,20 +3780,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3267,13 +3803,13 @@ msgstr "" msgid "Updated" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "" @@ -3283,7 +3819,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3297,20 +3833,28 @@ msgstr "" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3318,23 +3862,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -3344,7 +3893,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -3361,23 +3910,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3398,15 +3941,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "" @@ -3415,7 +3954,7 @@ msgstr "" msgid "When sent" msgstr "" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3423,8 +3962,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3438,7 +3977,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3454,22 +3993,22 @@ msgstr "" msgid "Year" msgstr "" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "" @@ -3495,7 +4034,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "" -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3510,18 +4049,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -3529,13 +4068,13 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3544,59 +4083,64 @@ msgstr "" msgid "You have been signed out" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "" +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "Trebuie să adăugaţi entităţi (cum ar fi consilii sau departamente) astfel încât să puteţi adăuga apoi categoriile de probleme de care acestea se pot ocupa (cum ar fi gropile sau iluminatul sau iluminatul stradal) şi persoanele de contact (cum ar fi o adresă de e-mail) la care se trimit rapoartele." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Chiar doriţi să retrimiteţi?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Rapoartele dvs." -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +msgid "Your account" +msgstr "" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3606,13 +4150,12 @@ msgstr "" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "" @@ -3623,38 +4166,45 @@ msgstr "" msgid "Your password" msgstr "" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Rapoartele dvs." + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +msgid "Yourself" msgstr "" -#: templates/web/base/admin/timeline.html:4 -msgid "by %s" +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" msgstr "" #: templates/web/base/reports/body.html:6 @@ -3662,7 +4212,7 @@ msgstr "" msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "" @@ -3671,15 +4221,11 @@ msgstr "" msgid "e.g. ‘%s’ or ‘%s’" msgstr "" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3690,7 +4236,7 @@ msgstr "" msgid "last updated %s" msgstr "" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "mai puţin de un minut" @@ -3735,13 +4281,23 @@ msgstr "marcat ca planificat" msgid "marked as unable to fix" msgstr "marcat ca imposibil de rezolvat" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "indisponibil" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(opțional)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "sau" @@ -3749,22 +4305,22 @@ msgstr "sau" msgid "or locate me automatically" msgstr "sau găseşte-mă în mod automat" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "" @@ -3773,41 +4329,40 @@ msgstr "" msgid "reopened" msgstr "" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "" @@ -3824,7 +4379,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3840,7 +4395,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3856,7 +4411,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." @@ -3864,7 +4419,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3888,7 +4443,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" @@ -3896,7 +4451,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." @@ -3904,8 +4459,8 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#~ msgid "%s, reported at %s" -#~ msgstr "%s, raportat la %s" +#~ msgid "(public)" +#~ msgstr "(public)" -#~ msgid "About us" -#~ msgstr "Despre noi" +#~ msgid "You really want to resend?" +#~ msgstr "Chiar doriţi să retrimiteţi?" diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po index c6c848247..c50777f09 100644 --- a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Russian (http://www.transifex.com/mysociety/fixmystreet/language/ru/)\n" "Language: ru\n" @@ -21,17 +21,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "и" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "или" @@ -39,17 +39,17 @@ msgstr "или" msgid "%d edits by %s" msgstr "%d правок от %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d по %d из %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Итоговые отчеты" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "Администратор сайта %s:" @@ -96,12 +96,12 @@ msgstr "%s обновлений" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "Отправлено опросов: %s – получено ответов: %s (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -129,40 +129,40 @@ msgstr "%s, в пределах района: %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© участники проекта <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "(Повреждение и местоположение повреждения)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(адрес эл. почты в таблице пользователей, которые писали оскорбительные комментарии)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(имя отсутствует)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(номер телефона отсутствует)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(Территория, заданная по умолчанию, на которой проживают примерно 200 000 человек)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "(RSS-фид можно настроить по параметру удаленности: %s)" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(закрыто)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(исправлено)" @@ -171,33 +171,39 @@ msgstr "(исправлено)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(например: граффити, мусор в неположенных местах, поврежденная тротуарная плитка, разбитые уличные фонари)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(не отправлено в органы самоуправления)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(необязательно)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(общедоступно)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(отправлено в обе инстанции)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Выберите категорию --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Выберите тип имущества --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +#, fuzzy +msgid "--Choose a template--" +msgstr "Выберите шаблон" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -209,9 +215,9 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "<label>Показать отчеты: %s</label> <label>в категории: %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">Показать отчеты:</label> %s <label for=\"filter_categories\">в категории:</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -226,11 +232,19 @@ msgstr "<strong>Нет</strong> Я хочу подтвердить свое об msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Нет</strong> Я хочу подтвердить обновление электронным письмом" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Нет</strong>, я хочу войти на сайт с помощью адреса эл. почты" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -239,8 +253,8 @@ msgstr "<strong>Да</strong> У меня есть пароль" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Действие запланировано" @@ -255,34 +269,55 @@ msgstr "" " в ведении которой находится решение подобных вопросов. В информацию о каждом учреждении можно добавить\n" " один или несколько контактов (в зависимости от вида неполадки)." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Добавить контакт с помощью формы." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Добавить учреждение" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Добавить категорию" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Добавить пользователя" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Добавить категорию" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#, fuzzy +msgid "Add/edit response templates" +msgstr "Шаблоны ответов для: %s" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Добавлено: %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "Дополнительная информация" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Снова:" @@ -294,12 +329,12 @@ msgstr "Создано уведомление «%d» для: %s. Тип: %s, п msgid "Alert %d disabled (created %s)" msgstr "Уведомление «%d» отключено (создано: %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Оповещать меня об обновлениях в будущем" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Все Отчеты" @@ -307,10 +342,16 @@ msgstr "Все Отчеты" msgid "All Reports as CSV" msgstr "Все обращения в виде CSV-файлов" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Все Отчеты" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Все отчеты" @@ -320,18 +361,7 @@ msgstr "Все отчеты" msgid "All reports between %s and %s" msgstr "Все отчеты с %s по %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Информация, которую вы предоставляете, будет отправлена сюда:" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Информация, которую вы предоставляете, будет отправлена сюда: <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "В обновлении эта неполадка помечена как исправленная." @@ -340,48 +370,69 @@ msgstr "В обновлении эта неполадка помечена ка msgid "Anonymous" msgstr "Анонимно" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Анонимно:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Добавить пользователя" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Вы разработчик?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Вы разработчик?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Зона покрытия" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Поскольку это отладочный сайт и в параметре %s значение False, все обращения, оставленные на сайте, будут отправлены их авторам, а не в учреждения, обозначенные в категориях." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "Направить в учреждение, которое специализируется на решении подобных вопросов:" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Назначить другую категорию:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Направить во внешнее учреждение:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Направить в подразделение:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Направлено сюда: %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Направлено сюда: %s" @@ -393,37 +444,64 @@ msgstr "Как правило, количество результатов, ко msgid "At the moment only searching for and looking at reports work." msgstr "Сейчас можно только искать и просматривать обращения" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Публичный ответ:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Ожидает модерации" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Назад" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "все обращения" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Добавить адрес эл. почты в черный список" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Учреждения" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Учреждение" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Учреждение:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "По дате" @@ -435,9 +513,26 @@ msgstr "Письмо не пришло? Оно могло попасть в па msgid "Can't see the map? <em>Skip this step</em>" msgstr "Карта не отображается? <em>Пропустите этот шаг</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Категория" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Категория:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -447,32 +542,48 @@ msgstr "Карта не отображается? <em>Пропустите эт msgid "Category" msgstr "Категория" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "напр.: ‘%s’ или ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Процент устранения неполадок в этой категории, которым больше 4 недель" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Категория:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Категория: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Добавить адрес эл. почты в черный список" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Сменить пароль" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -480,7 +591,7 @@ msgstr "" "Чтобы подтвердить достоверность контактных данных, поставьте галочку в поле <strong>подтверждено</strong>.\n" " Если у вас есть сомнения в достоверности сведений о контакте, оставьте поле пустым." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -488,7 +599,11 @@ msgstr "" "Чтобы удалить эту категорию, поставьте галочку в поле<strong>удалено</strong> . \n" " Категория больше не будет отображаться как доступная в раскрывающемся меню на странице подачи обращений." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -506,7 +621,7 @@ msgstr "" " имеют публичной ценности. Например: просьба обеспечить жителей определенного дома \n" " дополнительным мусорным баком." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." @@ -514,17 +629,12 @@ msgstr "" "Выберите название <strong>категории</strong> которое будет понятно не только другим пользователям (например, «Выбоина» или «Уличное освещение»), но и \n" " сотрудникам учреждения. Варианты названий отобразятся в раскрывающемся меню на странице подачи обращений." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "Выберите шаблон" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Нажмите здесь или введите дату в формате дд/мм/гггг" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Нажмите на карту, чтобы сообщить о проблеме" @@ -544,8 +654,8 @@ msgstr "Чтобы опубликовать ваше обновление, пр msgid "Click the link in our confirmation email to sign in." msgstr "Чтобы войти, пройдите по ссылке, указанной в письме." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -559,15 +669,19 @@ msgstr "Чтобы войти, пройдите по ссылке, указан msgid "Closed" msgstr "Закрыто" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Закрыто органом самоуправления" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "закрытые обращения" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Закрыто:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Координаторы:" @@ -575,26 +689,22 @@ msgstr "Координаторы:" msgid "Cobrand" msgstr "Кобренд" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Данные о кобренде:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Кобренд:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Настроить конечную точку" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Подтвердить" @@ -615,10 +725,9 @@ msgstr "" msgid "Confirmation" msgstr "Подтверждение" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Подтверждено" @@ -629,7 +738,7 @@ msgstr "Подтвержденные обращения с %s по %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Подтверждено:" @@ -648,17 +757,17 @@ msgstr "Свяжитесь с нами" msgid "Contact the team" msgstr "Свяжитесь с командой" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "Координаты:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Не удалось найти пользователя" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Не удалось найти местоположение" @@ -672,11 +781,11 @@ msgstr "Орган самоуправления" msgid "Council contacts for %s" msgstr "Контакты органа самоуправления для %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "Ссылка на орган самоуправления: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Орган самоуправления:" @@ -691,23 +800,38 @@ msgstr "Подсчет" msgid "Create a report" msgstr "Создать обращение" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Создать категорию" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Создать обращение" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Первое обращение в органы самоуправления" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "Создать шаблон" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Создано" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Создано:" @@ -716,13 +840,13 @@ msgstr "Создано:" msgid "Current state" msgstr "Статус" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "В данный момент на сайте не зарегистрировано ни одного учреждения." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Невозможно связаться с покупателем" @@ -735,44 +859,50 @@ msgstr "Панель управления" msgid "Dealt with by subdivision within 5 working days" msgstr "Вопрос решен подразделением в течение 5 рабочих дней" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Удалить шаблон" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Удалено" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Описание" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Описание" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Дополнительная информация" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Дополнительная информация:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Передано" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "Карта не использовалась" @@ -780,16 +910,20 @@ msgstr "Карта не использовалась" msgid "Diligency prize league table" msgstr "Таблица самых активных пользователей" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "У вас есть пароль на сайте %s?" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Не знаю" @@ -797,18 +931,18 @@ msgstr "Не знаю" msgid "Don't like forms?" msgstr "Не любите заполнять формы?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Создать копию" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -820,20 +954,52 @@ msgstr "" " Следовательно, вы можете добавлять много категорий для одного контакта учреждения.\n" " " +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Редактировать" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Редактировать информацию об учреждении" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Редактировать информацию об учреждении" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Создать категорию" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Сортировать список обращений" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "решенные проблемы" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -846,18 +1012,18 @@ msgstr "Редактирование данных о неполадке: %d" msgid "Editing update %d" msgstr "Редактирование обновления: %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Редактирование данных о пользователе: %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Редактор" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -866,12 +1032,15 @@ msgstr "Редактор" msgid "Email" msgstr "Адрес эл. почты" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Адрес эл. почты добавлен в черный список" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Адрес эл. почты:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -882,24 +1051,24 @@ msgstr "Создано уведомление по эл. почте" msgid "Email alert deleted" msgstr "Уведомление по эл. почте удалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Этот адрес эл. почты уже находится в черном списке" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Адрес эл. почты:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Адрес эл. почты: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -911,8 +1080,8 @@ msgstr "" " Подробнее читайте в \n" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>этой статье</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -922,11 +1091,11 @@ msgstr "" " разные конечные точки (и метод отправки), отличающиеся от тех, которые соответствуют учреждению. Например: для некоторых категорий проблем обращения должны\n" " отправляться по эл. почте, а для других – с помощью сервиса Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Дата окончания:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Конечная точка" @@ -948,8 +1117,8 @@ msgstr "Введите индекс ближайшего отделения св msgid "Enter a nearby street name and area" msgstr "Введите название ближайшей улицы и регион" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -968,11 +1137,12 @@ msgstr "Подробно опишите проблему" msgid "Error" msgstr "Ошибка" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "Всё" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Пример почтового индекса: %s" @@ -981,26 +1151,52 @@ msgstr "Пример почтового индекса: %s" msgid "Examples:" msgstr "Примеры:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Опишите, что пошло не так, где это произошло и как давно..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Создать категорию" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "Внешн." -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "Внешний URL" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "Внешний URL" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Внешний URL" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Внешний URL" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Дополнительная информация:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Дополнительная информация:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Не удалось отправить сообщение" @@ -1010,23 +1206,23 @@ msgstr "Не удалось отправить сообщение" msgid "Filter report list" msgstr "Сортировать список обращений" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Впервые" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Исправьте это, выбрав <strong>зону покрытия</strong> в форме <em>Редактирование информации об учреждении</em>, расположенной ниже." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Исправлено" @@ -1040,11 +1236,16 @@ msgstr "Исправлено (орган самоуправления)" msgid "Fixed - User" msgstr "Исправлено (пользователь)" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "решенные проблемы" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Исправлено:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Пометить как удаленное" @@ -1053,8 +1254,8 @@ msgstr "Пометить как удаленное" msgid "Flag user" msgstr "Пометить пользователя" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Помечено" @@ -1062,7 +1263,7 @@ msgstr "Помечено" msgid "Flagged reports and users" msgstr "Помеченные обращения и профили пользователей" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Список помеченных профилей пользователей находится на странице <a href='%s'>Помеченное</a>." @@ -1070,8 +1271,8 @@ msgstr "Список помеченных профилей пользовате msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "На помеченные аккаунты пользователей не накладываются ограничения. Это просто аккаунты, к которым проявляется повышенное внимание." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Помечено:" @@ -1079,20 +1280,25 @@ msgstr "Помечено:" msgid "Follow a ward link to view only reports within that ward." msgstr "Чтобы посмотреть только обращения, относящиеся к определенному району, перейдите по ссылке на этот район." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Подробнее читайте в разделе <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>Как в FixMyStreet используется инструмент Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Забыли пароль?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "Перенаправлено во внешнее учреждение" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "Пожелание перенаправлено во внешнее учреждение" @@ -1102,12 +1308,8 @@ msgstr "Пожелание перенаправлено во внешнее уч msgid "Frequently Asked Questions" msgstr "Часто задаваемые вопросы" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS в Google Картах" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Получать обновления" @@ -1121,7 +1323,7 @@ msgstr "Получать новости о ходе работы над непо msgid "Get updates of problems in this %s" msgstr "Получать новости о неполадках в:" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Подпишите меня на RSS-фид" @@ -1129,53 +1331,64 @@ msgstr "Подпишите меня на RSS-фид" msgid "Glad to hear it’s been fixed!" msgstr "Здорово, что проблема решена!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Поехали!" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Собираетесь отправить опрос?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "График устранения неполадки: статус/время" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Графы, выделенные серым цветом, обозначают органы самоуправления, которые больше не функционируют." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Эта проблема решена?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Вы впервые отправляете обращение в орган самоуправления?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Помощь" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Здесь представлены типы уведомлений о неполадках поблизости. Они указаны для: ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Привет, %s!" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1183,19 +1396,19 @@ msgstr "Привет, %s!" msgid "Hidden" msgstr "Скрыто" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Скрыть старые" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Скрыть метки" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "История" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "На главную страницу" @@ -1203,12 +1416,12 @@ msgstr "На главную страницу" msgid "How to report a problem" msgstr "Как сообщить о проблеме" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Как успешно создавать и отправлять обращения" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "Я сообщаю о проблеме на @fixmystreet" @@ -1222,8 +1435,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Нам не удалось найти ваше обращение в базе данных.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1232,8 +1446,8 @@ msgstr "Нам не удалось найти ваше обращение в б msgid "ID" msgstr "Идентификатор" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." @@ -1241,7 +1455,7 @@ msgstr "" "Введите название <strong>ответственной организации</strong> если это учреждение работает под началом другой организации.\n" " В случае с базовыми установками вам не нужно объединять учреждения." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1253,12 +1467,21 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Если вы узнаете больше о статусе вашего обращения, обновите данные на нашем сайте." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Если вы сообщите о проблеме сюда, то тема вашего обращения, а также информация в нем будут находиться в общем доступе. Однако о проблеме <strong>не будет</strong> проинформирован орган самоуправления." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -1266,12 +1489,12 @@ msgstr "" "Если вы хотите внести новую публичную информацию о неполадке,\n" "введите ее здесь (важно: новые данные не будут отправлены в орган самоуправления)." -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Если вы <strong>не пользуетесь электронной почтой</strong>, а предпочитаете другой способ связи, введите сервисный идентификатор (Open311) или его эквивалент." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1281,8 +1504,8 @@ msgstr "" " Если вы хотите, чтобы распознавались и другие варианты, включите функцию <strong>расширенные статусы Open311</strong>.\n" " Перед этим рекомендуем вам убедиться в том, что ваш кобренд поддерживает эту функцию." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." @@ -1290,8 +1513,8 @@ msgstr "" "Если вы включили функцию отправки обновлений через Open311, но <strong>не</strong> хотите, чтобы выбранный пользователь получал уведомления об обновлениях, \n" " включите также <strong>подавление уведомлений</strong>." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1305,14 +1528,14 @@ msgstr "" msgid "Illegal ID" msgstr "Неверный идентификатор" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Неверно выбран фид" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "В процессе" @@ -1324,8 +1547,8 @@ msgstr "Вы в черном списке?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "Кроме того, возвращаются следующие параметры, которые не являются частью сервиса Open311 версии 2: agency_sent_datetime, title (также возвращается как часть описания), interface_used, comment_count, requestor_name (присутствует только если инициатор запроса разрешил отображение имени на сайте)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1338,18 +1561,27 @@ msgstr "В процессе" msgid "Inbox zero, here we come!" msgstr "Ура, новых писем нет!" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Включить персональные данные заявителя" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Включить неподтвержденные обращения" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Нверно задано значение has_photo \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +#, fuzzy +msgid "Inspection required" +msgstr "Необходимо добавить фото" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Внутренние заметки" @@ -1359,19 +1591,23 @@ msgstr "Внутренние заметки" msgid "Internal referral" msgstr "Внутренний реферал" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Неверно задано значение agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Неверно указана дата окончания" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Неверно задан формат: %s." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Неверно указана дата начала" @@ -1379,8 +1615,8 @@ msgstr "Неверно указана дата начала" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Расследование" @@ -1388,33 +1624,33 @@ msgstr "Расследование" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Загляните в раздел <a href=\"%s\">Часто задаваемые вопросы</a>: возможно, вы найдете там нужную информацию." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "Отправлено в орган самоуправления." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "Юрисдикция неизвестна" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Юрисдикция неизвестна" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Запомнить мой логин и пароль на этом компьютере" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Последний редактор" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Последнее обновление:" @@ -1422,11 +1658,16 @@ msgstr "Последнее обновление:" msgid "Last update:" msgstr "Последнее обновление:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Последнее обновление:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Оставьте поле пустым, если все обращения в это учреждение должны быть отправлены единым способом (например: «%s»)." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Все сообщения о неполадках в виде списка" @@ -1448,7 +1689,7 @@ msgstr "Местные RSS-фиды и уведомления по эл. поч msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Местные RSS-фиды и уведомления по эл. почте (‘%s’)" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Местные уведомления" @@ -1456,47 +1697,72 @@ msgstr "Местные уведомления" msgid "Locate the problem on a map of the area" msgstr "Укажите на карте местоположение проблемы" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "КАРТА" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Карта" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Пометить как отправленное" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "<strong>Помечайте</strong> тех пользователей, за действиями которых вы хотите следить." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "Помечено как решенный/закрытый вопрос за последние восемь недель" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "Помечено как решенный/закрытый вопрос более восьми недель назад" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Сообщение" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "Сообщение компетентному учреждению:" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "Сообщение внешнему учреждению:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Не найден параметр jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Включить персональные данные заявителя" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Создать обращение" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Прошло модерацию в течение одного рабочего дня" @@ -1505,35 +1771,47 @@ msgstr "Прошло модерацию в течение одного рабо msgid "Month" msgstr "Месяц" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Имя" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Имя:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Имя: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "Новые данные для проблемы: %s" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1543,12 +1821,12 @@ msgstr "Ближайшая к метке дорога (генерируется msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Ближайший к метке почтовый индекс (генерируется автоматически): %s (%sm мил.)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Ближайшая к метке дорога (генерируется автоматически с использованием сервиса Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1560,20 +1838,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Почти готово! Проверьте почту…" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Новые <br>неполадки" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Добавлено новое учреждение" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Добавлен новый контакт в категории" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Адрес эл. почты:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Новая внутренняя заметка:" @@ -1581,10 +1864,21 @@ msgstr "Новая внутренняя заметка:" msgid "New local problems on FixMyStreet" msgstr "Новые неполадки в вашем районе на FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "Новая заметка для DM:" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Пароль:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Новые обращения" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Новые неполадки, адресованные в орган самоуправления: {{COUNCIL}}, находящегося в районе: {{WARD}} на сайте FixMyStreet" @@ -1613,40 +1907,50 @@ msgstr "Новые обращения" msgid "New state" msgstr "Новый статус" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "Новый шаблон" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Далее" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Нет" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "другие области" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Нет учреждения" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Нет органа самоуправления" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Орган самоуправления не выбран" @@ -1662,17 +1966,17 @@ msgstr "Не найдено помеченных неполадок." msgid "No flagged users found." msgstr "Не найдено помеченных пользователей." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Пока нет обновлений" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Результатов нет" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1685,12 +1989,26 @@ msgstr "" msgid "No supporters" msgstr "Нет группы поддержки" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Нет" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +#, fuzzy +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"Обычные (публичные) пользователи не должны быть связаны с <strong>учреждением</strong>.<br>\n" +" Пользователи, являющиеся авторизованными сотрудниками, могут быть связаны с учреждением, которое они представляют.<br>\n" +" В зависимости от должности, сотрудники могут иметь доступ к панели управления (там содержится краткая информация\n" +" о действиях их учреждения), а также возможность скрывать обращения или устанавливать специфические статусы обращений." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1704,19 +2022,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Ответственности не несет" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "Контакты не указаны" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Не для моего подразделения" @@ -1724,12 +2042,12 @@ msgstr "Не для моего подразделения" msgid "Not reported before" msgstr "Первое обращение по этой проблеме" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Первое обращение в органы самоуправления" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Примечание" @@ -1738,9 +2056,8 @@ msgstr "Примечание" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Учтите, что когда система включает неподтвержденные обращения, регистрируется дата создания обращения. Она может отличаться от даты подтверждения обращения, поэтому эти данные могут быть неточными." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Примечание:" @@ -1752,23 +2069,21 @@ msgstr "Примечание: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Заметки SDM для DM" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Теперь обращение можно отправить…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Теперь обновление можно отправить…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "ОК" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Давние/неизвестные <br>неполадки" @@ -1776,44 +2091,53 @@ msgstr "Давние/неизвестные <br>неполадки" msgid "Old state" msgstr "Давний статус" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Более давние <br>устраненные" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Давние <br>неполадки" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Краткое резюме" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Вопрос открыт" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Вопрос был открыт более четырех недель назад, обновление данных было выполнено в течение последних восьми недель" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Вопрос открыт, но за последние восемь недель обновлений не было" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API для сервера mySociety FixMyStreet" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Спецификация Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Веб-страница сервиса Open311" @@ -1822,23 +2146,23 @@ msgstr "Веб-страница сервиса Open311" msgid "Open311 specification" msgstr "Спецификация Open311" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Или данные о неполадках, отправленные сюда:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Вы также можете подписаться на уведомления, выбрав свой район или орган самоуправления:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Другое" @@ -1851,7 +2175,7 @@ msgstr "Владелец" msgid "Page Not Found" msgstr "Страница не найдена" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Родительская" @@ -1861,75 +2185,88 @@ msgstr "Родительская" msgid "Partial" msgstr "Частичная" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Пароль (необязательно)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Пароль:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Постоянная ссылка" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Номер телефона" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Номер телефона (необязательно)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Телефон:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Фото" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "Необходимо добавить фото." -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "Необходимо добавить фото" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Фото" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Фотографии происшествий поблизости, размещенные в недавних обращениях" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Поставить метку на карте" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1944,11 +2281,13 @@ msgstr "Запланировано" msgid "Please be polite, concise and to the point." msgstr "Будьте вежливы, выражайте свои мысли кратко и по существу." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Проверьте пароли и попробуйте еще раз" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1956,19 +2295,21 @@ msgstr "Проверьте пароли и попробуйте еще раз" msgid "Please check your email address is correct" msgstr "Проверьте правильность написания адреса эл. почты" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Выберите категорию" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Выберите тип имущества" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Исправьте ошибки ниже" @@ -1986,50 +2327,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Будьте вежливы! Грубые, некорректные обращения к представителям органов самоуправления дискредитируют всех пользователей сервиса. " -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Введите текст сообщения" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Введите пароль" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Введите пароль" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Введите тему" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Введите действующий адрес эл. почты" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Введите действующий адрес эл. почты" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Введите дополнительную информацию" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2039,8 +2387,8 @@ msgstr "Введите дополнительную информацию" msgid "Please enter your email" msgstr "Введите свой эл. адрес" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Введите адрес своей эл. почты" @@ -2054,9 +2402,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Введите свое полное имя. Эта информация необходима представителям органов самоуправления. Если вы не хотите, чтобы ваше полное имя отображалось на сайте, снимите галочку ниже." #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Введите свое имя" @@ -2083,12 +2431,12 @@ msgstr "Вы можете еще раз <a href=\"%s\">войти на сайт< msgid "Please fill in details of the problem below." msgstr "Подробно расскажите о неполадке в поле ниже." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Подробно опишите проблему." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Заполните форму ниже: расскажите о неполадке, уточните местоположение. Постарайтесь предоставить как можно более подробную информацию." @@ -2104,12 +2452,12 @@ msgstr "Важно: новые данные не отсылаются в орг msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Внимание! Ваше обращение <strong>не было отправлено</strong>. Чтобы завершить процесс отправки, выберите нужную категорию и добавьте информацию ниже." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2118,6 +2466,11 @@ msgstr "" msgid "Please note:" msgstr "Внимание:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Поясните, почему вы решили заново отправить это обращение" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Поясните, почему вы решили заново отправить это обращение" @@ -2131,15 +2484,15 @@ msgstr "Предоставьте не только фото, но и письм msgid "Please say whether you've ever reported a problem to your council before" msgstr "Вы впервые отправляете обращение в ваш орган самоуправления?" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "Выберите учреждение." -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Выберите рассылку" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Выберите тип уведомления" @@ -2147,24 +2500,23 @@ msgstr "Выберите тип уведомления" msgid "Please state whether or not the problem has been fixed" msgstr "Сообщите о статусе неполадки: проблема была решена?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Вы можете загружать только изображения в формате JPEG" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Напишите сообщение" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Введите новые данные здесь" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2186,11 +2538,19 @@ msgstr "Автор публикации: %s, время публикации: %s msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "На базе платформы <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet</a>" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Предыдущая" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Конфиденциальность" @@ -2200,15 +2560,13 @@ msgstr "Конфиденциальность" msgid "Privacy and cookies" msgstr "Конфиденциальность и файлы cookie" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Доступ ограничен" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Проблема" @@ -2224,12 +2582,13 @@ msgstr "Проблема подтверждена: %s" msgid "Problem %s sent to council %s" msgstr "Проблема (%s) отправлена в орган самоуправления: %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Сортировка проблем по статусу" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Проблема помечена как открытая." @@ -2237,15 +2596,16 @@ msgstr "Проблема помечена как открытая." msgid "Problem state change based on survey results" msgstr "Смена статуса проблемы на основании результатов опроса" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблемы" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Проблемы поблизости" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Проблемы на карте" @@ -2253,12 +2613,12 @@ msgstr "Проблемы на карте" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Недавно решенные проблемы на сайте FixMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Проблемы в пределах %.1fkm от этого места" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Проблемы в пределах этого места: %s" @@ -2269,15 +2629,15 @@ msgstr "Проблемы в пределах этого района: %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "Проблемы в пределах этого места: %s, %s" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Проблемы в пределах этого места:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Адрес имущества:" @@ -2285,28 +2645,38 @@ msgstr "Адрес имущества:" msgid "Provide an update" msgstr "Предоставить новые данные" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Предоставить новые данные" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Имя и пароль необязательны. Но когда вы предоставите эти данные, вы сможете быстрее сообщать о проблемах, вводить новые данные о них и редактировать свои обращения." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Пароль необязателен. Но когда вы предоставите эти данные, вы сможете быстрее сообщать о проблемах, вводить новые данные о них и редактировать свои обращения." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Публичный ответ:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Публичный ответ:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Опубликовать фото" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Опрос" @@ -2323,11 +2693,11 @@ msgstr "Опрос (%d) отправлен для проблемы «%d»" msgid "Questionnaire filled in by problem reporter" msgstr "Опрос заполнен автором обращения" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS-фид" @@ -2339,10 +2709,10 @@ msgstr "RSS-фид для: %s" msgid "RSS feed for %s ward, %s" msgstr "RSS-фид для района: %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "%s: RSS-фид" @@ -2351,12 +2721,12 @@ msgstr "%s: RSS-фид" msgid "RSS feed of %s, within %s ward" msgstr "%s: RSS-фид, в пределах района: %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS-фид о проблемах поблизости" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS-фид о проблемах в пределах: %s" @@ -2371,22 +2741,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS-фид о недавних проблемах поблизости" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS-фид об обновлениях по этой проблеме" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Получать эл. письма об обновлениях по этой проблеме." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "Недавние проблемы поблизости, %s" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Недавно <br>устранены" @@ -2394,6 +2768,11 @@ msgstr "Недавно <br>устранены" msgid "Recently reported problems" msgstr "Недавние обращения о проблемах" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Получать обновления" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Важно: сайт FixMyStreet предназначен для регистрации материальных проблем, которые возможно устранить, и работы с ними. Если проблема, о которой вы хотите сообщить, не соответствует тематике сайта, обратитесь в местный орган самоуправления через соответствующий сайт." @@ -2402,13 +2781,23 @@ msgstr "Важно: сайт FixMyStreet предназначен для рег msgid "Remove flag" msgstr "Удалить пометку" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Удалить фото (действие отменить невозможно)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "Ответить пользователю:" @@ -2416,17 +2805,27 @@ msgstr "Ответить пользователю:" msgid "Report" msgstr "Сообщить" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Сообщить" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Сообщить о проблеме" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Сообщить об оскорбительном поведении" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Обращения" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Сообщить о пользователе: %s" @@ -2441,23 +2840,23 @@ msgstr "Сообщить о своей проблеме" msgid "Report, view, or discuss local problems" msgstr "Городские проблемы. Сообщайте, просматривайте, обсуждайте." -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Сообщено анонимно в: %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Сообщено ранее" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Автор обращения: %s, время отправки: %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "Автор обращения:" @@ -2465,50 +2864,51 @@ msgstr "Автор обращения:" msgid "Reported in the %s category" msgstr "Обращение отнесено к категории: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Обращение (категория: %s) отправлено анонимно в: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Обращение (категория: %s), автор: %s, отправлено в: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Анонимно отправлено через: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Отправлено через: %s, автор: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Анонимно отправлено через: %s, категория: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Отправлено через: %s, категория: %s, автор обращения: %s, время отправки: %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Обращение отправлено не позднее четырех недель назад" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "Обращение отправлено:" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Сообщение о проблеме" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Обращения" @@ -2520,22 +2920,72 @@ msgstr "Количество символов в тексте обращения msgid "Reports awaiting approval" msgstr "Обращения, ожидающие проверки" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Опубликованные обращения" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Обращения, ожидающие проверки" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Отправить обращение еще раз" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +#, fuzzy +msgid "Response Priorities for %s" +msgstr "Шаблоны ответов для: %s" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +#, fuzzy +msgid "Response Priority for %s" +msgstr "Шаблоны ответов для: %s" + +#: templates/web/base/admin/template_edit.html:1 +#, fuzzy +msgid "Response Template for %s" +msgstr "Шаблоны ответов для: %s" + +#: templates/web/base/admin/templates_index.html:1 +#, fuzzy +msgid "Response Templates" +msgstr "Шаблоны ответов для: %s" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "Шаблоны ответов для: %s" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Место указано верно?" @@ -2549,46 +2999,56 @@ msgstr "Дорога находится в ведении: %s" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Дорога находится в ведении (информация из ресурса OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Повернуть влево" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Повернуть вправо" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Перед поворотом фото необходимо сохранить все необходимые изменения в обращении" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Спутник" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Сохранить изменения" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Искать обращения" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Искать пользователей" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Искать обращения" @@ -2598,81 +3058,120 @@ msgstr "Искать обращения" msgid "Search:" msgstr "Поиск:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Обращений не найдено." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Пользователи не найдены." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Выберите учреждение" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Выберите нужный орган самоуправления, чтобы просмотреть обращения, направленные его представителям" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Выберите местность" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "Выберите тип уведомления, а затем либо нажмите кнопку RSS-фида, либо введите свой адрес эл. почты, чтобы подписаться на рассылку уведомлений." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Тема:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "Обращение возвращено" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Отправлено позже: %s %s" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Отправлено:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Сервис:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Поделиться" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Автор публикации: %s, время публикации: %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Показывать мое имя на сайте" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Показать давние" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Показать метки" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Вход" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Войдите или создайте аккаунт" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Выход" @@ -2681,8 +3180,8 @@ msgstr "Выход" msgid "Some categories may require additional information." msgstr "Для некоторых категорий может потребоваться дополнительная информация." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2695,8 +3194,7 @@ msgid "Some photos of recent reports" msgstr "Некоторые фото недавних обращений" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Некоторое количество текста для локализации" @@ -2712,16 +3210,16 @@ msgstr "Указана неверная ссылка" msgid "Sorry, there has been an error confirming your problem." msgstr "При подтверждении вашего обращения произошла ошибка." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Не удалось найти это местоположение." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2731,35 +3229,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Не удалось проанализировать это местоположение. Повторите попытку." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "Не удалось сохранить фото. Повторите попытку." -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Дата начала:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Статус" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Статус:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Статистика" @@ -2773,12 +3291,12 @@ msgstr "Статус" msgid "Still open, via questionnaire, %s" msgstr "Открыто (через опрос): %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "Просмотр улиц" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Субкатегория: %s" @@ -2790,34 +3308,35 @@ msgstr "Подразделение/учреждение" msgid "Subject" msgstr "Тема" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Тема:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Отправить" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Отправить изменения" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Отправить опрос" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2828,38 +3347,53 @@ msgid "Submitted" msgstr "Отправлено" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Подписаться" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Присылать мне уведомления по эл. почте" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Подробно опишите проблему" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Отправить изменения" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Итог" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Отчеты об итогах" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Опрос" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Результаты опроса" @@ -2867,27 +3401,29 @@ msgstr "Результаты опроса" msgid "Template «%s»" msgstr "Шаблон «%s»" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Шаблоны" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Текст" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Только текстовая версия" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Текст:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "Спасибо за ваше обращение!" @@ -2900,6 +3436,10 @@ msgid "Thank you for updating this issue!" msgstr "Спасибо за обновление данных по проблеме!" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "Благодарим вас за отзыв" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Благодарим вас за отзыв" @@ -2912,41 +3452,41 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Кажется, возникли трудности с загрузкой фото (%s).Повторите попытку." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Кажется, это местоположение не находится в ведении органа самоуправления. Возможно, им заведует другое учреждение или же вы указали место в другой стране. Попробуйте еще раз." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Это местоположение находится за пределами Великобритании. Повторите попытку." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Не удалось распознать индекс." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Проблема помечена как отправленная." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Сейчас мы еще раз отправим это обращение." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Просмотр обращения невозможен на этом устройстве (%s)." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Это обращение было удалено с сайта FixMyStreet." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2954,8 +3494,8 @@ msgstr "" "На <strong>электронный адрес</strong> будут приходить обращения из этой категории. \n" " Сюда же могут приходить и обращения из других категорий, адресованные одному и тому же учреждению." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2963,8 +3503,8 @@ msgstr "" "<strong>Конечная точка</strong> – это URL сервиса, с которым будет связываться система FixMyStreet \n" " при отправке обращений в данное учреждение." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." @@ -2972,8 +3512,10 @@ msgstr "" "Данные о <strong>юрисдикции</strong> необходимы только, если конечная точка используется для нескольких\n" " учреждений. Если учреждение привязано к отдельной конечной точке, оставьте это поле пустым." -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2985,8 +3527,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "Параметр agency_responsible в Open311 версии 2 используется для составления списка администраций, которые получили обращение. Это не совсем стандартный способ использования этого атрибута в спецификации Open311 версии 2." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -3005,7 +3547,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "В таблице самых активных пользователей показана деятельность тех редакторов, которые отредактировали наибольшее количество записей." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Ошибка: %s" @@ -3047,12 +3589,12 @@ msgstr "Недавние обращения пользователей о про msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "Возможно, ссылка устарела или вы не полностью ее скопировали." -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Список доступных местоположений предоставлен сервисом MapIt на сайте: %s." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Пароли не совпадают" @@ -3060,22 +3602,16 @@ msgstr "Пароли не совпадают" msgid "The requested URL '%s' was not found on this server" msgstr "Запрошенный URL '%s' не был найден на этом сервере" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Самое простое уведомление – географическое:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Итоги и описание смогут видеть все пользователи (см. нашу <a href=\"/privacy\">политику конфиденциальности</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Пользователь не смог определить местоположение неполадки на карте. Вместо этого он ввел данные о местности поблизости от неполадки." -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3085,11 +3621,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "Нет обращений." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "При загрузке страницы «Все обращения» произошла ошибка. Повторите попытку позже." @@ -3098,18 +3634,18 @@ msgstr "При загрузке страницы «Все обращения» msgid "There was a problem showing this page. Please try again later." msgstr "При загрузке страницы произошла ошибка. Повторите попытку позже." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Имя пользователя или пароль указаны неверно. Если вы не помните свой пароль или у вас его нет, заполните форму «Вход с помощью адреса эл. почты»." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Имя пользователя или пароль указаны неверно. Повторите попытку." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Не удалось загрузить новые данные. Повторите попытку." @@ -3117,12 +3653,12 @@ msgstr "Не удалось загрузить новые данные. Повт msgid "There were problems with your report. Please see below." msgstr "Не удалось загрузить обращение. Прочтите информациию ниже." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Не удалось загрузить новые данные. Прочтите информациию ниже." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3136,11 +3672,32 @@ msgstr "" " <a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>этой статье</a>.\n" " " +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Мы обязуемся использовать предоставленные вами персональные данные в соответствии с нашей <a href=\"/privacy\">политикой конфиденциальности.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Мы обязуемся использовать предоставленные вами персональные данные в соответствии с нашей <a href=\"/privacy\">политикой конфиденциальности.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Реализация API пока работает в тестовом режиме, поэтому в процессе работы могут возникать неполадки. Они будут исправлены через некоторое время." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3150,12 +3707,12 @@ msgstr "" " Следовательно, ни одна из категорий не будет отображаться в раскрывающемся меню, когда пользователи будут подавать обращения.\n" " На данный момент пользователи <strong>не могут отправлять обращения в это учрждение</strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "В настоящее время <strong>невозможно отправить</strong> обращения в данное учреждение, поскольку для него не указано контактных данных. " -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3163,17 +3720,17 @@ msgstr "" "В это учреждение будут отправляться только те обращения, неполадки в которых находятся на <strong>подведомственной территории</strong>.\n" " Чтобы получать обращения, учреждению необходимо иметь в ведении минимум одну область." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Поскольку пользователь не обозначил категорию проблемы, обращение было отправлено в оба органа самоуправления. Если данная проблема находится вне вашей ответственности, игнорируйте это обращение. Вы также можете написать нам, к какой категории относится данная проблема, и мы добавим новую информацию в систему." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Эта информация является обязательной" @@ -3182,62 +3739,72 @@ msgstr "Эта информация является обязательной" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Это сайт разработчиков, поэтому в его функционировании иногда могут возникать сбои. База данных периодически удаляется." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Это краткая информация по всем обращениям на сайте." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Эта проблема была решена" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Эта проблема не была решена" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Это обращение ожидает модерации." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Это обращение на данный момент помечено как закрытое." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Это обращение на данный момент помечено как решенное." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Это обращение на данный момент помечено как открытое." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Это обращение было оставлено анонимно." -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Эта веб-страница также содержит фото неполадки, предоставленное пользователем." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "Времени потрачено (в минутах):" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Временной отрезок" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Название" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "Название:" @@ -3250,18 +3817,35 @@ msgstr "Введите индекс (%s) или название улицы и msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Введите индекс или название улицы и района, чтобы узнать, какие уведомления актуальны для вашего местоположения:" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Просмотр точного местоположения данной проблемы на карте" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Всего" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Создано:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Повторите попытку" @@ -3272,20 +3856,24 @@ msgstr "Напишите нам:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Невозможно устранить" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Не подтверждено" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "обращения с неустраненными неполадками" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Неизв." @@ -3294,18 +3882,19 @@ msgstr "Неизв." msgid "Unknown alert type" msgstr "Неизвестный тип уведомления" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Неизвестная ошибка" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Неизвестный идентификатор проблемы" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Обновление" @@ -3321,12 +3910,12 @@ msgstr "Ниже представлены анонимно добавленны msgid "Update below added by %s at %s" msgstr "Ниже представлены новые данные, добавленные пользователем: %s, в: %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Обновить данные об учреждении" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Сортировка обновлений по статусу" @@ -3334,20 +3923,20 @@ msgstr "Сортировка обновлений по статусу" msgid "Update by {{name}}" msgstr "Обновлено: {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "В результате добавления данных статус проблемы изменен на: %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "В результате добавления данных проблема помечена как решенная" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "В результате добавления данных проблема помечена как заново открытая" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Обновление статусов" @@ -3357,13 +3946,13 @@ msgstr "Обновление статусов" msgid "Updated" msgstr "Обновлено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Обновлено!" @@ -3373,7 +3962,7 @@ msgstr "Обновлено!" msgid "Updates" msgstr "Обновления" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Текст обновления ограничен %s симв. Напишите более короткое сообщение" @@ -3387,20 +3976,29 @@ msgstr "Новые данные для: {{title}}" msgid "Updates to this problem, %s" msgstr "Новые данные для проблемы: %s" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "Используйте <strong>заметки</strong>, чтобы предоставить дополнительную информацию для администратора. Заметки не видны другим пользователям и не отправляются в органы самоуправления." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "Использованная карта" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Пометка удалена" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Аккаунт пользователя помечен" @@ -3408,23 +4006,28 @@ msgstr "Аккаунт пользователя помечен" msgid "User search finds matches in users' names and email addresses." msgstr "При поиске пользователей на сайте система находит соответствия между именами пользователей и адресами эл. почты." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Пользователи" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Значения обновлены" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Посмотреть обращение на сайте" @@ -3434,7 +4037,7 @@ msgid "View reports by ward" msgstr "Посмотреть обращения по районам" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Просмотр местоположения" @@ -3451,23 +4054,17 @@ msgstr "Районы, которые находятся в ведении дан msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Мы нашли более одного соответствия этому местоположению. На странице отображается не более десяти результатов поиска. Если вы не нашли нужную информацию в результатах, попробуйте поиск по другим параметрам." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Мы никому не будем показывать ваш адрес эл. почты" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Мы никому не будем показывать ваш адрес эл. почты или номер телефона" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Скорее всего, эта проблема находится в ведении этой инстанции: %s;. Однако в нашей системе нет ее контактных данных. Если вам известен действующий адрес этой организации, напишите нам об этом." @@ -3488,15 +4085,11 @@ msgstr "Нам жаль, что проблему не удалось решит msgid "We’ll get back to you as soon as we can." msgstr "Мы свяжемся с вами при первой возможности." -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "Расскажите о вашем опыте решения проблемы на сайте." -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "В чем состояла неполадка и где она находилась?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Когда были отредактированы данные" @@ -3505,7 +4098,7 @@ msgstr "Когда были отредактированы данные" msgid "When sent" msgstr "Когда были отправлены данные" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3513,8 +4106,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "И это еще не всё! <a href=\"/alert\">Подпишитесь на другие уведомления</a> бесплатно." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3528,7 +4121,7 @@ msgstr "С помощью поиска по запросу можно искат msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Хотите помочь проекту FixMyStreet? Наш код находится в открытом доступе и <a href=\"http://fixmystreet.org\">доступен на сайте fixmystreet.org</a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Хотите получить еще один опрос через 4 недели? В нем мы напомним вам проверить статус обращения." @@ -3544,22 +4137,22 @@ msgstr "Неверно указано местоположение? Нажмит msgid "Year" msgstr "Год" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Да" @@ -3585,7 +4178,7 @@ msgstr "Вы собираетесь пожаловаться на это обн msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Вы можете <a href=\"%s%s\">ознакомиться с проблемой на этом сайте</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Вы можете добавить адрес эл. почты пользователя, который проявляет себя некорректно, в черный список. Все дальнейшие обращения этого пользователя не будут опубликованы и отправлены." @@ -3603,18 +4196,18 @@ msgstr "" " Так можно поступать в случаях, когда вы хотите отслеживать действия пользователя, который ранее публиковал \n" " неуместные материалы." -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Вы можете помочь нам: найдите контактные данные учреждения, в ведении которого находятся неполадки в районе (%s), и пришлите эти данные нам: <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Вы можете отметить учреждение как удаленное, если не хотите, чтобы его представители осуществляли деятельность на этом сайте." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Вы отказались; заполните форму выше" @@ -3622,13 +4215,13 @@ msgstr "Вы отказались; заполните форму выше" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Вы уже ответили на этот опрос. Если у вас есть вопросы, <a href='%s'>пишите нам</a> или <a href='%s'>ознакомьтесь с данными опубликованной вами проблемы</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Вы уже предоставили фото в этом обращении. Важно: можно прикрепить не более 3 фото (если выбрать больше изображений, они заменят прикрепленные ранее)." -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3637,29 +4230,35 @@ msgstr "" msgid "You have been signed out" msgstr "Был осуществлен выход из системы" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Вы определили местоположение проблемы на карте, используя зеленую метку. Если оно указано неверно, нажмите на карту еще раз." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Вы подтвердили свой адрес эл. почты." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Вы вошли в систему. Проверьте и подтвердите информацию в своем профиле:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Вы еще не создали ни одного обращения. <a href=\"%s\">Самое время начать!</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "Вы еще не создали ни одного обращения. <a href=\"%s\">Самое время начать!</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Перед отправкой обращений вам необходимо <a href=\"%s\">добавить несколько учреждений</a> (например, органы самоуправления или отделы)." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3669,30 +4268,31 @@ msgstr "" " категории проблем, которые им подведомствены (например, колдобины или уличное освещение),\n" " а также контактную информацию (например, адрес эл. почты) для отправки обращений." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Вы действительно хотите заново отправить обращение?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Ваши обращения" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Подтвердить аккаунт" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Ваш эл. адрес" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3702,13 +4302,12 @@ msgstr "Ваш адрес эл. почты" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Мы обязуемся использовать предоставленные вами персональные данные в соответствии с нашей <a href=\"/privacy\">политикой конфиденциальности</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Ваше имя" @@ -3719,46 +4318,54 @@ msgstr "Ваше имя" msgid "Your password" msgstr "Ваш пароль" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Ваш пароль был изменен" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Ваш номер телефона" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Ваши обращения" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Ваши обращения" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Ваши обновления" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "все обращения" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Ваш эл. адрес" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "автор: %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "закрытые обращения" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "орган самоуправления" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "карта не использовалась" @@ -3767,15 +4374,11 @@ msgstr "карта не использовалась" msgid "e.g. ‘%s’ or ‘%s’" msgstr "напр.: ‘%s’ или ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "редактировать информацию о пользователе" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "решенные проблемы" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3786,7 +4389,7 @@ msgstr "от разных пользователей (%s)" msgid "last updated %s" msgstr "последнее обновление: %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "менее минуты" @@ -3831,13 +4434,23 @@ msgstr "помечено как запланированное" msgid "marked as unable to fix" msgstr "помечено как проблема, которую невозможно устранить" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "недоступн." -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(необязательно)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "или" @@ -3845,22 +4458,22 @@ msgstr "или" msgid "or locate me automatically" msgstr "или определите мое местоположение автоматически" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "введено: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "другие области" @@ -3869,41 +4482,41 @@ msgstr "другие области" msgid "reopened" msgstr "заново открыто" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "required" +msgstr "Необходимо добавить фото" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "выйти" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "местный орган самоуправления" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "метка не отображается, так как карта не была использована" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "этот тип проблемы поблизости" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "сегодня" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "обращения с неустраненными неполадками" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "карта использована" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "пользователь проживает недалеко от обнаруженной неполадки на территории, подконтрольной органу самоуправления (%d)" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "неполадка находится в собственности пользователя" @@ -3921,7 +4534,7 @@ msgstr[1] "<big>%s</big> недавних обращения" msgstr[2] "<big>%s</big> недавних обращений" msgstr[3] "<big>%s</big> недавних обращений" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3939,7 +4552,7 @@ msgstr[1] "%d спонсора" msgstr[2] "%d спонсоров" msgstr[3] "%d спонсоров" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3957,7 +4570,7 @@ msgstr[1] "<big>%s</big> обновления обращений" msgstr[2] "<big>%s</big> обновлений обращений" msgstr[3] "<big>%s</big> обновлений обращений" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." @@ -3966,7 +4579,7 @@ msgstr[1] "У нас еще нет подробной информации об msgstr[2] "У нас еще нет подробной информации об органах самоуправления, в ведении которых находится это место." msgstr[3] "У нас еще нет подробной информации об органах самоуправления, в ведении которых находится это место." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3993,7 +4606,7 @@ msgstr[1] "<big>%s</big> проблемы решены за прошлый ме msgstr[2] "<big>%s</big> проблем решено за прошлый месяц" msgstr[3] "<big>%s</big> проблем решено за прошлый месяц" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" @@ -4002,7 +4615,7 @@ msgstr[1] "%d дня" msgstr[2] "%d дней" msgstr[3] "%d дней" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." @@ -4011,47 +4624,44 @@ msgstr[1] "У нас пока <strong>нет</strong> подробной инф msgstr[2] "У нас пока <strong>нет</strong> подробной информации об органах самоуправления, в ведении которых находится это место." msgstr[3] "У нас пока <strong>нет</strong> подробной информации об органах самоуправления, в ведении которых находится это место." -#~ msgid "%s, reported at %s" -#~ msgstr "%s, отправлен в %s" - -#~ msgid "About us" -#~ msgstr "О нас" +#~ msgid "(public)" +#~ msgstr "(общедоступно)" -#~ msgid "Email me new local problems" -#~ msgstr "Присылайте мне электронные письма с описанием неполадок поблизости" +#~ msgid "Additional Information" +#~ msgstr "Дополнительная информация" -#~ msgid "Empty flat or maisonette" -#~ msgstr "Пустая квартира или коттедж" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Информация, которую вы предоставляете, будет отправлена сюда:" -#~ msgid "Empty house or bungalow" -#~ msgstr "Пустой дом или бунгало" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Информация, которую вы предоставляете, будет отправлена сюда: <strong>%s</strong>." -#~ msgid "Empty office or other commercial" -#~ msgstr "Пустой офис или коммерческое помещение" +#~ msgid "Configure Endpoint" +#~ msgstr "Настроить конечную точку" -#~ msgid "Empty pub or bar" -#~ msgstr "Пустой паб или бар" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "Опишите, что пошло не так, где это произошло и как давно..." -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Пустое муниципальное здание: школа, больница и др." +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS в Google Картах" -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Введите название ближайшей улицы и регион, почтовый индекс или район в Дели" +#~ msgid "One-line summary" +#~ msgstr "Краткое резюме" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "Survey" +#~ msgstr "Опрос" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "К сожалению, вы не можете подтверждать неподтвержденные обращения." +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "Итоги и описание смогут видеть все пользователи (см. нашу <a href=\"/privacy\">политику конфиденциальности</a>)." -#~ msgid "Problems in this area" -#~ msgstr "Проблемы в этой местности" +#~ msgid "We never show your email" +#~ msgstr "Мы никому не будем показывать ваш адрес эл. почты" -#~ msgid "Property type:" -#~ msgstr "Тип имущества:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Мы никому не будем показывать ваш адрес эл. почты или номер телефона" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS-фид о проблемах здесь: %s" +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "В чем состояла неполадка и где она находилась?" -#~ msgid "Whole block of empty flats" -#~ msgstr "Целый квартал незаселенных квартир" +#~ msgid "You really want to resend?" +#~ msgstr "Вы действительно хотите заново отправить обращение?" diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po index 2924b6355..3b0a3e63c 100644 --- a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,14 +4,15 @@ # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # # Translators: +# Altin Ukshini <altin.ukshini@gmail.com>, 2016 # Egzon Mjeku <emjeku@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" -"Last-Translator: mySociety <transifex@mysociety.org>\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-06-21 14:12+0000\n" +"Last-Translator: Altin Ukshini <altin.ukshini@gmail.com>\n" "Language-Team: Albanian (http://www.transifex.com/mysociety/fixmystreet/language/sq/)\n" "Language: sq\n" "MIME-Version: 1.0\n" @@ -19,17 +20,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "dhe" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "ose" @@ -37,17 +38,17 @@ msgstr "ose" msgid "%d edits by %s" msgstr "%d perpunuar nga %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d në%d të%d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Raportet përmbledhëse" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -88,12 +89,12 @@ msgstr "%s përditësime ne kohë reale" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s pyetesoret jane derguar– %s pergjigjur (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -115,40 +116,40 @@ msgstr "%s, brenda lagjes %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Email-i në tabelen abuzimi)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" -msgstr "" +msgstr "(Pa emër)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" -msgstr "" +msgstr "(Pa numër të telefonit)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(nje distance e paracaktuar e cila mbulon pothuajse 200,000 persona)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(i mbyllur)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(i rregulluar)" @@ -157,33 +158,38 @@ msgstr "(i rregulluar)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(opsionale)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(dërguar te të dy)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Zgjedh në kategori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Zgjedh nje lloj te karakteristikes --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -195,8 +201,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -212,11 +218,19 @@ msgstr "<strong>Jo</strong> Më lejo të konfirmoj raportin tim me email" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Jo</strong> Me lejoni te konfirmoj perditesimin me email" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Jo</strong> më lejo të kyqem me email" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -225,8 +239,8 @@ msgstr "<strong>Po</strong> Unë kam një fjalëkalim" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Veprim i Planifikuar" @@ -238,34 +252,54 @@ msgid "" " categories of problem) to each body." msgstr "" -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Shto nje kontakt duke perdorur formularin e meposhtem." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Shto një kategori të re" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Shto përdorues" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Shto një kategori të re" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Shtoi %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Perseri:" @@ -277,12 +311,12 @@ msgstr "Paralajmerimi %d u krijua per %s, lloji %s, parametrat %s / %s" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Me paralajmero per perditesime ne te ardhmen" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Te gjitha Raportimet" @@ -290,10 +324,16 @@ msgstr "Te gjitha Raportimet" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Te gjitha Raportimet" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Te gjitha raportimet" @@ -303,18 +343,7 @@ msgstr "Te gjitha raportimet" msgid "All reports between %s and %s" msgstr "Te gjitha raportimet ne mes te %s dhe %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Te gjitha informacionet e ofruara nga ju do te dergohen te" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Te gjitha informacionet e ofruara ketu do te dergohen te <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Nje perditesim e ka perditesuar kete problem si te zgjidhur." @@ -323,48 +352,69 @@ msgstr "Nje perditesim e ka perditesuar kete problem si te zgjidhur." msgid "Anonymous" msgstr "Anonim" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonim:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Shto përdorues" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "A jeni nje zhvillues?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "A jeni nje zhvillues?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Hapesire e mbuluar" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Cakto per kategori te ndryshme:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Cakto per nenndarje:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Caktuar per %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Caktuar per %s" @@ -376,37 +426,64 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "Per momentin funksionon vetem kerkimi dhe shikimi i raportimeve." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Pergjigje publike:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" -msgstr "" +msgstr "Në pritje të vlerësimit" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Prapa" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Te gjitha raportimet" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "bllokoemail adresen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Nga Data" @@ -418,9 +495,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Nuk mund te shihni harten? <em>Kaloni kete hap</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategoria" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategoria:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -430,44 +524,64 @@ msgstr "Nuk mund te shihni harten? <em>Kaloni kete hap</em>" msgid "Category" msgstr "Kategoria" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "p.sh. ‘%s’ ose ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategoria:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategoria: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "bllokoemail adresen" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Nderro fjalekalimin" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." msgstr "" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -478,23 +592,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Kliko ketu ose shkruaj si dd/mm/yyyy" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Kliko ne harte per te raportuar nje problem" @@ -514,8 +623,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -529,15 +638,20 @@ msgstr "" msgid "Closed" msgstr "Mbyllur" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Ridergo raportin" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Mbyllur:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "" @@ -545,26 +659,22 @@ msgstr "" msgid "Cobrand" msgstr "" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Konfirmo" @@ -585,10 +695,9 @@ msgstr "" msgid "Confirmation" msgstr "Konfirmimi" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "E konfirmuar" @@ -599,7 +708,7 @@ msgstr "Raportet e konfirmuara ne mes te %s dhe %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "E konfirmuar:" @@ -618,17 +727,17 @@ msgstr "Na Kontaktoni" msgid "Contact the team" msgstr "Kontakto ekipin" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Nuk mund te gjeni perdoruesin" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "nuk mund ta shikoni vendndodhjen" @@ -642,11 +751,11 @@ msgstr "" msgid "Council contacts for %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "" @@ -661,23 +770,37 @@ msgstr "" msgid "Create a report" msgstr "Krijo nje raport" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Krijo kategorine" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Krijo nje raport" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "U krijua" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "U krijua:" @@ -686,13 +809,13 @@ msgstr "U krijua:" msgid "Current state" msgstr "Gjendja aktuale" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Aktualisht asnje grup nuk eshte krijuar." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -705,44 +828,50 @@ msgstr "" msgid "Dealt with by subdivision within 5 working days" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Pershkrim" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Pershkrim" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaje" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detaje:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Transferuar" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -750,16 +879,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Nuk e di" @@ -767,18 +900,18 @@ msgstr "Nuk e di" msgid "Don't like forms?" msgstr "Nuk i'u pelqen kjo forme?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Dyfisho" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -786,20 +919,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Perfshire te dhenat personale te raportuesit" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Krijo kategorine" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Filtro listen e raporteve" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Te gjitha raportimet" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -812,18 +977,18 @@ msgstr "" msgid "Editing update %d" msgstr "" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Editor" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -832,12 +997,15 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Emaili u shtua te lista e abuzimeve" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Email adresa:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -848,24 +1016,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Email:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Email: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -873,19 +1041,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Data e fundit:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "" @@ -907,8 +1075,8 @@ msgstr "" msgid "Enter a nearby street name and area" msgstr "" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -927,11 +1095,12 @@ msgstr "Pershkruaje problemin" msgid "Error" msgstr "Gabim" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Shembull i kodit postar %s" @@ -940,26 +1109,50 @@ msgstr "Shembull i kodit postar %s" msgid "Examples:" msgstr "Shembuj:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Krijo kategorine" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Shenim i brendshem" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Te dhena shtese:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Te dhena shtese:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -969,23 +1162,23 @@ msgstr "" msgid "Filter report list" msgstr "Filtro listen e raporteve" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Emri" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "E rregulluar" @@ -999,11 +1192,17 @@ msgstr "" msgid "Fixed - User" msgstr "E rregulluar - Perdoruesi" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Raportime te reja" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "E rregulluar:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "" @@ -1012,8 +1211,8 @@ msgstr "" msgid "Flag user" msgstr "Flamuri i perdoruesit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "" @@ -1021,7 +1220,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "" @@ -1029,8 +1228,8 @@ msgstr "" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "" @@ -1038,20 +1237,25 @@ msgstr "" msgid "Follow a ward link to view only reports within that ward." msgstr "" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Keni harruar fjalekalimin tuaj?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1061,12 +1265,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Pyetjet me te shpeshta" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS ne Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Merr perditesimet" @@ -1080,7 +1280,7 @@ msgstr "Merr perditesimet per %s problemet" msgid "Get updates of problems in this %s" msgstr "Merr perditesimet e problemeve ne kete %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Me jep mua nje RSS feed" @@ -1088,53 +1288,64 @@ msgstr "Me jep mua nje RSS feed" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Vazhdo" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "A ka qene i rregulluar ky problem?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ndihme" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Ketu jane llojet e raportimeve te problemeve lokale per ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Pershendetje %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1142,19 +1353,19 @@ msgstr "Pershendetje %s" msgid "Hidden" msgstr "E fshehur" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Fshih te vjetratt" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Fshih shenjen" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historia" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Kryefaqja" @@ -1162,12 +1373,12 @@ msgstr "Kryefaqja" msgid "How to report a problem" msgstr "Si te raportoj nje problem" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Si te dergoj nje raport ne menyre te sukseshme" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1181,8 +1392,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Une jam i frikesuar se ne nuk mund te lokalizojme problemin tuaj e databaze.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1191,14 +1403,14 @@ msgstr "Une jam i frikesuar se ne nuk mund te lokalizojme problemin tuaj e datab msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1208,38 +1420,46 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." msgstr "" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." +msgstr "" + +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1250,14 +1470,14 @@ msgstr "" msgid "Illegal ID" msgstr "ID ilegale" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "zgjedhje e gabuar e feed" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Ne Vazhdim" @@ -1269,8 +1489,8 @@ msgstr "Ne tabelen e abuzimeve?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1283,18 +1503,26 @@ msgstr "Ne vazhdim" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Perfshire te dhenat personale te raportuesit" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Perfshire raportimet e pakonfirmuara" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Shenim i brendshem" @@ -1304,19 +1532,23 @@ msgstr "Shenim i brendshem" msgid "Internal referral" msgstr "Rekomandim i brendshem" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Data e fundit jovalide" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Data e fillimit jovalide" @@ -1324,8 +1556,8 @@ msgstr "Data e fillimit jovalide" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Shqyrtuar" @@ -1333,33 +1565,33 @@ msgstr "Shqyrtuar" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Me mbaj te kyqur ne kete kompjuter" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Perditesimi i fundit:" @@ -1367,11 +1599,16 @@ msgstr "Perditesimi i fundit:" msgid "Last update:" msgstr "Perditesimi fundit:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Perditesimi i fundit:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "" -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Listo te gjitha problemet e raportuar" @@ -1393,7 +1630,7 @@ msgstr "" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "" @@ -1401,47 +1638,72 @@ msgstr "" msgid "Locate the problem on a map of the area" msgstr "Lokalizo problemin ne harte ne vendin e caktuar" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "HARTA" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Mesazh" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Perfshire te dhenat personale te raportuesit" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Krijo nje raport" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "" @@ -1450,35 +1712,47 @@ msgstr "" msgid "Month" msgstr "Muaji" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Emri" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Emri:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Emri: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS feed per te rejat rreth ketij problemi" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1488,12 +1762,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1503,20 +1777,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Email adresa:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Shenim i ri i brendshem:" @@ -1524,10 +1803,21 @@ msgstr "Shenim i ri i brendshem:" msgid "New local problems on FixMyStreet" msgstr "Problem i ri lokal ne FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Fjalekalimi:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Raportime te reja" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1556,40 +1846,50 @@ msgstr "Raportime te reja" msgid "New state" msgstr "Gjendje e re" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Tjetra" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Jo" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "zona tjera:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "" @@ -1605,17 +1905,17 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "nuk ka perditesime tjera" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Nuk u kthye asnje rezultat" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1626,12 +1926,21 @@ msgstr "" msgid "No supporters" msgstr "Asnje perkrahes" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Asnje" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1641,19 +1950,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Jo Pergjegjes" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Jo per nenndarjet e mia" @@ -1661,12 +1970,12 @@ msgstr "Jo per nenndarjet e mia" msgid "Not reported before" msgstr "Nuk eshte raportuar me pare" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Shenim" @@ -1675,9 +1984,8 @@ msgstr "Shenim" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Shenim:" @@ -1689,23 +1997,21 @@ msgstr "Shenim: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Tani ju mund te paraqitni perditesimin…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Ne rregull" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Te vjetra/probleme <br> te panjohura" @@ -1713,44 +2019,52 @@ msgstr "Te vjetra/probleme <br> te panjohura" msgid "Old state" msgstr "Gjendje e vjeter" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "E vjeter <br>e kryer" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Probleme <br> te vjetra" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Hapur" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1759,23 +2073,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Ose raportoni problemet n:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Tjera" @@ -1788,7 +2102,7 @@ msgstr "Pronar" msgid "Page Not Found" msgstr "Faqja nuk u gjet" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Burim" @@ -1798,75 +2112,88 @@ msgstr "Burim" msgid "Partial" msgstr "I pjesshem" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Fjalekalimi (opsionale)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Fjalekalimi:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Numri i telefonit" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Numri i telefonit (opsionale)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefoni:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Fotografia" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Fotografia" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Fotografite e raporteve te fundit" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Vendose shenjen ne harte" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1881,11 +2208,13 @@ msgstr "Planifikuar" msgid "Please be polite, concise and to the point." msgstr "Ju lutem te jeni te sjellshem, korrekt dhe te sakte. " -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Ju lutem kontrolloni fjalekalimin dhe provoni perseri" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1893,19 +2222,21 @@ msgstr "Ju lutem kontrolloni fjalekalimin dhe provoni perseri" msgid "Please check your email address is correct" msgstr "Ju lutem kontrolloni email adresen tuaj nese eshte e sakte" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Ju lutem zgjedhni kategorine" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1920,50 +2251,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Ju lutem shkruaj nje mesazh" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Ju lutem shkruaj fjalekalimin" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Ju lutem shkruaj fjalekalimin" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Ju lutem shkruaj subjektin" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Ju lutem shkruaj nje email valid" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Ju lutem shkruaj disa te dhena" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1973,8 +2311,8 @@ msgstr "Ju lutem shkruaj disa te dhena" msgid "Please enter your email" msgstr "Ju lutem shkruani email-in tuaj" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Ju lutem shkruani email adresen tuaj" @@ -1988,9 +2326,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Ju lutem shkruani emrin tuaj" @@ -2017,12 +2355,12 @@ msgstr "Ju lutem ndihuni te lire per tu <a href=\"%s\">kyqur perseri</a>, ose kt msgid "Please fill in details of the problem below." msgstr "Ju lutem pershkruani ne hollesi problemin me poshte." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "" @@ -2038,12 +2376,12 @@ msgstr "" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2052,6 +2390,11 @@ msgstr "" msgid "Please note:" msgstr "Ju lutem vini re:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Ju lutem shkruani perditesimin tuaj ketu" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "" @@ -2065,15 +2408,15 @@ msgstr "Ju lutem ofroni nje pershkrim si dhe nje fotografi" msgid "Please say whether you've ever reported a problem to your council before" msgstr "" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Ju lutem zgjedhni furnizuesin qe deshironi" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "" @@ -2081,24 +2424,23 @@ msgstr "" msgid "Please state whether or not the problem has been fixed" msgstr "" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Ju lutem ngarkoni vetem fotografi te formatit JPEG" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Ju lutem shkruani nje mesazh" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Ju lutem shkruani perditesimin tuaj ketu" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2120,11 +2462,19 @@ msgstr "Postuar nga %s ne %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Paraprak" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2134,15 +2484,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privat" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Problem" @@ -2158,12 +2506,13 @@ msgstr "Problemi %s u konfirmua" msgid "Problem %s sent to council %s" msgstr "" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problemi eshte shenuar si i hapur." @@ -2171,15 +2520,16 @@ msgstr "Problemi eshte shenuar si i hapur." msgid "Problem state change based on survey results" msgstr "Ndryshim i gjendjes se problemit bazuar ne rezultatet e anketes" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemet" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Problemet ne afersi" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problemet ne harte" @@ -2187,12 +2537,12 @@ msgstr "Problemet ne harte" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problemet e raportuara se fundi ne FixMyStreet" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problemet brenda %.1fkm te ketij lokacioni" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problemet brenda %s" @@ -2203,15 +2553,15 @@ msgstr "Problemet brenda lagjes %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problemet brenda kufijve te:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Adresa e prones:" @@ -2219,28 +2569,38 @@ msgstr "Adresa e prones:" msgid "Provide an update" msgstr "Ofro nje perditesim" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Ofro nje perditesim" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Pergjigje publike:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Pergjigje publike:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Publiko fotografine" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Pyetesor" @@ -2257,11 +2617,11 @@ msgstr "" msgid "Questionnaire filled in by problem reporter" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS feed" @@ -2273,10 +2633,10 @@ msgstr "RSS feed per %s" msgid "RSS feed for %s ward, %s" msgstr "RSS feed per lagjen %s , %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS feed i %s" @@ -2285,12 +2645,12 @@ msgstr "RSS feed i %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS feed i %s, brenda lagjes %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS feed i problemeve ne afersi" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS feed i problemeve brenda %s" @@ -2305,22 +2665,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS feed nga problemet e fundit lokale" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS feed per te rejat rreth ketij problemi" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Prano email kur ka perditesime te ketij problemi" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Rregullimet <br> e fundit" @@ -2328,6 +2692,11 @@ msgstr "Rregullimet <br> e fundit" msgid "Recently reported problems" msgstr "" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Merr perditesimet" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -2336,13 +2705,23 @@ msgstr "" msgid "Remove flag" msgstr "Largo flamurin" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Largo fotografine (nuk mund te kthehet!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2350,17 +2729,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Raportimet" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Raporto nje problem" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Raporto abuzimin" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Raportimet" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Raporto ne %s" @@ -2375,23 +2764,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Raportuar ne menyre anonime te %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Raportuar nga %s ne %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2399,50 +2788,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Raportuar ne kategorine %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Raportuar ne kategorine %s ne menyre anonime ne %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Raportuar ne kategorine %s nga %s ne %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Raportuar nepermjet %s ne menyre anonime ne %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Raportuar nepermjet %s nga %s ne %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Raportuar nepermjet %s ne kategorine %s ne menyre anonime ne %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Raportuar nepermjet %s ne kategorine %s ne %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Raportimi i nje problemi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Raportimet" @@ -2454,22 +2844,67 @@ msgstr "Raportimet jane te kufizuara ne gjatesine %s karaktere. Ju lutem shkurto msgid "Reports awaiting approval" msgstr "" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Raporti u publikua" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Ridergo raportin" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Vendi i duhur?" @@ -2483,46 +2918,56 @@ msgstr "" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Rrotullo Majtas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Rrotullo Djathtas" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Ruaj ndryshimet" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Kerko Raportet" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Kerko Perdoruesit" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Kerko raportet" @@ -2532,81 +2977,120 @@ msgstr "Kerko raportet" msgid "Search:" msgstr "Kerko:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Gjate kerkimit nuk eshte gjetur asnje raport." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Gjate kerkimit nuk eshte gjetur asnje perdorues." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Zgjedh nje zone" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Tema:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Dergo:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Sherbim:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Shperndaj" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Postuar nga %s ne %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Publiko emrin tim" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Shfaq te vjetrat" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Shfaq shenjat" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Kyqu" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Kyqu ose krijo nje llogari" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Shkyqu" @@ -2615,8 +3099,8 @@ msgstr "Shkyqu" msgid "Some categories may require additional information." msgstr "Disa kategori mund te kerkojne informacione shtese." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2627,8 +3111,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "" @@ -2644,16 +3127,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Na vjen keq, ne nuk mund te gjejme kete lokacion." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2663,35 +3146,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Na vjen keq, ne nuk mund te kuptojme kete lokacion. Ju lutem provoni perseri." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Data e Fillimit:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Gjendje" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Gjendje:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistikat" @@ -2705,12 +3208,12 @@ msgstr "Statusi" msgid "Still open, via questionnaire, %s" msgstr "Akoma hapur, nepermjet pyetesorit, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Nenkategoria: %s" @@ -2722,34 +3225,35 @@ msgstr "" msgid "Subject" msgstr "Tema" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Tema:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Paraqit" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Paraqit ndryshimet" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Paraqit pyetesorin" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2760,38 +3264,53 @@ msgid "Submitted" msgstr "Paraqitur" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Abonohu" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Pershkruaje problemin" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Paraqit ndryshimet" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Permbledhje" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Raportet përmbledhëse" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Studim" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Rezultatet e Studimit" @@ -2799,27 +3318,29 @@ msgstr "Rezultatet e Studimit" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Tekst" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Vetem versioni i me tekst" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Tekst:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2832,6 +3353,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2844,62 +3368,64 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Raporti nuk mund te shihet ne %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "" -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2909,8 +3435,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2927,7 +3453,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Gabimi ishte: %s" @@ -2969,12 +3495,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Fjalekalimet nuk perputhen" @@ -2982,22 +3508,16 @@ msgstr "Fjalekalimet nuk perputhen" msgid "The requested URL '%s' was not found on this server" msgstr "URL e kerkuar '%s' nuk u gjet ne kete server" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3005,11 +3525,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "" @@ -3018,18 +3538,18 @@ msgstr "" msgid "There was a problem showing this page. Please try again later." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3037,12 +3557,12 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3051,39 +3571,58 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "" @@ -3092,62 +3631,72 @@ msgstr "" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Ky problem ka qene i rregulluar" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Ky problem nuk ka qene i rregulluar" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Ky raport eshte shenuar si i mbyllur." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Ky raport eshte shenuar si i rregulluar." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Ky problem eshte i shenuar si i hapur." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Kohezgjatja" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titulli" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3160,18 +3709,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Total" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "U krijua:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Provo perseri" @@ -3182,20 +3748,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "E pakonfirmuar" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Raportime te reja" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "E panjohur" @@ -3204,18 +3775,19 @@ msgstr "E panjohur" msgid "Unknown alert type" msgstr "" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Gabim i panjohur" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Perditesim" @@ -3231,12 +3803,12 @@ msgstr "" msgid "Update below added by %s at %s" msgstr "" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "" @@ -3244,20 +3816,20 @@ msgstr "" msgid "Update by {{name}}" msgstr "Perditesuar nga {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Perditesimi ka ndrruar gjendjen e problemit ne %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Perditesimi shenon problemin si te rregulluar" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "" @@ -3267,13 +3839,13 @@ msgstr "" msgid "Updated" msgstr "Perditesuar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Perditesuar!" @@ -3283,7 +3855,7 @@ msgstr "Perditesuar!" msgid "Updates" msgstr "Perditesime" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -3297,20 +3869,28 @@ msgstr "Perditesimet ne {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "" @@ -3318,23 +3898,28 @@ msgstr "" msgid "User search finds matches in users' names and email addresses." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Perdoruesit" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Vlerat e perditesuara" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "" @@ -3344,7 +3929,7 @@ msgid "View reports by ward" msgstr "" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "" @@ -3361,23 +3946,17 @@ msgstr "" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "ne asnjëherë nuk do të shfaqim email-in tuaj" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Ne asnjëherë nuk do tëshfaqim email adresen ose numrin tuaj të telefonit." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "" @@ -3398,15 +3977,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Kur redaktohet" @@ -3415,7 +3990,7 @@ msgstr "Kur redaktohet" msgid "When sent" msgstr "" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3423,8 +3998,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3438,7 +4013,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -3454,22 +4029,22 @@ msgstr "" msgid "Year" msgstr "Viti" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Po" @@ -3495,7 +4070,7 @@ msgstr "" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Ju mund <a href=\"%s%s\">te shihni problemin ne kete faqe</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -3510,18 +4085,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "" @@ -3529,13 +4104,13 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3544,59 +4119,65 @@ msgstr "" msgid "You have been signed out" msgstr "Ju keni qene te shkyqur" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "" +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Ju vertete deshironi ta ridergoni?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Raportet tuaja" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Konfirmo llogarine" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Email-i juaj" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3606,13 +4187,12 @@ msgstr "Email adresa juaj" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Emri juaj" @@ -3623,46 +4203,54 @@ msgstr "Emri juaj" msgid "Your password" msgstr "Fjalekalimi juaj" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Fjalekalimi juaj eshte ndryshuar" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Numri juaj i telefonit" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Raportet tuaja" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Raportet tuaja" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Perditesimet tuaja" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Email-i juaj" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "nga %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "nuk e perdorni harten" @@ -3671,15 +4259,11 @@ msgstr "nuk e perdorni harten" msgid "e.g. ‘%s’ or ‘%s’" msgstr "p.sh. ‘%s’ ose ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3690,7 +4274,7 @@ msgstr "nga %s perdorues te ndry" msgid "last updated %s" msgstr "Perditesimi i fundit %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "më pak se një minutë" @@ -3735,13 +4319,23 @@ msgstr "shenuar si i planifikuar" msgid "marked as unable to fix" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(opsionale)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "ose" @@ -3749,22 +4343,22 @@ msgstr "ose" msgid "or locate me automatically" msgstr "ose me gjeje ne menyre automatike" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "zona tjera:" @@ -3773,41 +4367,40 @@ msgstr "zona tjera:" msgid "reopened" msgstr "rihapur" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "shkyqur" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "ky lloj i problemit lokal" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "sot" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "perdor harten" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "perdoruesi eshte shkaktar i problemit" @@ -3823,7 +4416,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> raporti i fundit" msgstr[1] "<big>%s</big> raportet e fundit" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3837,7 +4430,7 @@ msgid_plural "%d supporters" msgstr[0] "%d perkrahes" msgstr[1] "%d perkrahes" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3851,14 +4444,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> perditesim ne raporte" msgstr[1] "<big>%s</big> perditesime ne raporte" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "" msgstr[1] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3879,40 +4472,37 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> e rregulluar ne muajin e kaluar" msgstr[1] "<big>%s</big> e rregulluar ne muajin e kaluar" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d ditë" msgstr[1] "%d dit" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "" msgstr[1] "" -#~ msgid "%s, reported at %s" -#~ msgstr "%s, raportuar në %s" - -#~ msgid "About us" -#~ msgstr "Rreth nesh" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Te gjitha informacionet e ofruara nga ju do te dergohen te" -#~ msgid "Email me new local problems" -#~ msgstr "Me dergo email per problemet e reja lokale" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Te gjitha informacionet e ofruara ketu do te dergohen te <strong>%s</strong>." -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "GeoRSS ne Google Maps" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Une kam frike se ju nuk mund te konfirmoni raportet e pakonfirmuara" +#~ msgid "Survey" +#~ msgstr "Studim" -#~ msgid "Problems in this area" -#~ msgstr "Problemet ne kete zone" +#~ msgid "We never show your email" +#~ msgstr "ne asnjëherë nuk do të shfaqim email-in tuaj" -#~ msgid "Property type:" -#~ msgstr "Lloji i prones:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Ne asnjëherë nuk do tëshfaqim email adresen ose numrin tuaj të telefonit." -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "RSS feed i problemeve ne kete %s" +#~ msgid "You really want to resend?" +#~ msgstr "Ju vertete deshironi ta ridergoni?" diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index 2bae9864a..8282dffe9 100644 --- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -3,35 +3,32 @@ # This file is distributed under the same license as the main FixMyStreet code. # Matthew Somerville <matthew@mysociety.org>, 2011-06-03. # -# Translators: -# Joel Hansen <johaswe@gmail.com>, 2012 -# Jonas Öberg <jonas@morus.se>, 2012 -# Jon Kristensen <info@jonkri.com>, 2016 +#, fuzzy msgid "" msgstr "" -"Project-Id-Version: fixmystreet\n" +"Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-05-29 15:42+0000\n" -"Last-Translator: Jon Kristensen <info@jonkri.com>\n" -"Language-Team: Swedish (Sweden) (http://www.transifex.com/mysociety/fixmystreet/language/sv_SE/)\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Jon Kristensen <info@jonkri.com>, 2016\n" +"Language-Team: Swedish (Sweden) (https://www.transifex.com/mysociety/teams/12067/sv_SE/)\n" "Language: sv_SE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr " och " -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr " eller " @@ -39,17 +36,17 @@ msgstr " eller " msgid "%d edits by %s" msgstr "%d ändringar av %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d till %d av %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Sammanställningsrapporter" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "%s administratör:" @@ -90,12 +87,12 @@ msgstr "%s uppdateringar" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s frågeformulär skickade – %s besvarade (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -117,40 +114,40 @@ msgstr "%s inom det administrativa området %s" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "(Defekt & defektens plats)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(Epost i missbrukstabellen)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(Inget namn)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(Inget telefonnummer)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(ett avstånd som täcker ungefär 200,000 invånare)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "(alternativt kan RSS-flödet konfigureras inom %s)" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(stängd)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(fixad)" @@ -159,33 +156,38 @@ msgstr "(fixad)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(ex.v. graffiti, skräp, trasiga gatustenar eller belysning)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(ej skickat till kommunen)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(valfritt)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(offentlig)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(skickat till båda)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Välj en katagori --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Välj en fastighetstyp --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "--Välj en mall--" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "Hål i gatan på Storgatan, nära brevlådan" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -197,9 +199,9 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "<label>Visa %s</label> <label>om %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">Visa</label> %s <label for=\"filter_categories\">om</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -214,11 +216,19 @@ msgstr "<strong>Nej</strong> Låt mig bekräfta min rapport via epost" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Nej</strong> Låt mig bekräfta uppdateringen via epost" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Nej</strong> Låt mig logga in med min epostadress" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "<strong>Notera:</strong> Den här rapporten har vidarebefordrats. Ändringar i rapporten kommer inte att vidarebefordras." + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "<strong>Notera:</strong> Den här rapporten har vidarebefordrats. Ändringar i rapporten kommer inte att vidarebefordras." + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -227,8 +237,8 @@ msgstr "<strong>Ja</strong>, jag har ett lösenord" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Åtgärd är schemalagd" @@ -240,34 +250,53 @@ msgid "" " categories of problem) to each body." msgstr "Lägg till en <strong>förvaltning</strong> för varje administrativ förvaltning (som kommuner) till vilka problemrapporter kan skickas. Du kan lägga till en eller flera kontakter (för olika kategorier av problem) för varje förvaltning." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Lägg till en kontakt medelst formuläret nedan." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Lägg till förvaltning" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Ny kategori" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "Lägg till i slutlista" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Lägg till användare" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +msgid "Add/edit problem categories" +msgstr "Lägg till eller ta bort problemkategorier" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "Lägg till eller ta bort svarsprioriteringar" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "Lägg till eller ta bort svarsmallar" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Lades till %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "Ytterligare Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "Att lägga till den här rapporten i din kortlista tar bort den från kortlistan för %s." -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Igen:" @@ -279,12 +308,12 @@ msgstr "Bevakning %d skapad för %s av typen %s med parametrarna %s/%s" msgid "Alert %d disabled (created %s)" msgstr "Bevakning %d avaktiverad (skapad %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Varsko mig om framtida uppdateringar" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Alla rapporter" @@ -292,9 +321,15 @@ msgstr "Alla rapporter" msgid "All Reports as CSV" msgstr "Alla rapporter som CSV" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +msgid "All categories" +msgstr "Samtliga kategorier" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 -#: templates/web/zurich/admin/stats.html:13 templates/web/zurich/footer.html:20 +#: templates/web/zurich/admin/stats.html:13 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Alla rapporter" @@ -304,18 +339,7 @@ msgstr "Alla rapporter" msgid "All reports between %s and %s" msgstr "Alla rapporter mellan %s och %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "All information du anger här kommer att skickas till" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "All information du anger här kommer att skickas till ansvariga i <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "En uppdatering markerade det här problemet som löst." @@ -324,48 +348,66 @@ msgstr "En uppdatering markerade det här problemet som löst." msgid "Anonymous" msgstr "Anonym" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonym:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +msgid "Another user" +msgstr "Annan användare" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Är du en utvecklare?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "Är du säker på att du vill avbryta den här uppladdningen?" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +msgid "Are you sure?" +msgstr "Är du säker?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Område som täcks" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "Område:" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Eftersom detta är en testsajt och %s är falskt kommer rapporter gjorda här att rapporteras till problemrapportören istället för kontakten angiven i problemkategorin" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "Tilldela behörig förvaltning:" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Lägg i en annan kategori:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Tilldela extern förvaltning:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Tilldela underavdelning:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +msgid "Assign users to areas" +msgstr "Tilldela användare till områden" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Tilldelad %s" @@ -377,37 +419,62 @@ msgstr "Som mest returneras %d svar i varje förfrågan. De returnerade svaren msgid "At the moment only searching for and looking at reports work." msgstr "För tillfället fungerar det endast att söka för eller leta efter rapporter." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "Bemyndigade kommunanvändare kan vara associerade med de kategorier som de arbetar med." + +#: templates/web/base/admin/template_edit.html:22 +msgid "Auto-response:" +msgstr "Autosvar:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "Tillgängliga kategorier" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "Undvik personlig information och nummerplåtar" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Väntar på att granskas" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Tillbaka" +#: templates/web/base/report/_main.html:6 +msgid "Back to all reports" +msgstr "Tillbaka till samtliga rapporter" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Förbjud epostadress" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Förvaltningar" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Förvaltning" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Förvaltning:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Efter datum" @@ -419,8 +486,24 @@ msgstr "Kan du inte hitta vårt e-brev? Kolla din skräppostmapp – det är msgid "Can't see the map? <em>Skip this step</em>" msgstr "Kan du inte se kartan? <em>Hoppa över det här steget</em>" -#: templates/web/base/admin/body.html:68 templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "Avbryt" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +msgid "Categories" +msgstr "Kategorier" + +#: templates/web/base/admin/category-checkboxes.html:2 +msgid "Categories:" +msgstr "Kategorier:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -430,32 +513,46 @@ msgstr "Kan du inte se kartan? <em>Hoppa över det här steget</em>" msgid "Category" msgstr "Kategori" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "Kategori ändrat från ‘%s’ till ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Kategorins lösningsnivå för problem över 4 veckor gamla" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategori:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategori: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "Ändra e-postadress" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +msgid "Change email address" +msgstr "Ändra e-postadress" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Ändra lösenord" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -463,13 +560,17 @@ msgstr "" "Markera <strong>bekräftad</strong> för att visa att denna kontakt har verifierats.\n" "Om du inte är säker på ursprung eller giltighet för denna kontakt, lämna detta omarkerat." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "Markera <strong>raderad</strong> för att ta bort denna kategori från att användas. Den kommer inte dyka upp som en valbar kategori i rullgardinslistan på sidan där användare rapporterar ett problem." -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "Bocka för <strong>inspektion krävs</strong> om rapporter i den här kategorin <strong>måste inspekteras</strong> innan de skickas." + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -480,23 +581,18 @@ msgid "" " at a specific address." msgstr "Kryssa i <strong>privat</strong> om rapporter i den här kategorin <strong>aldrig skall visas på sajten</strong>.<br>Kategorier är vanligtvis inte privata.<br>Detta är lämpligt för rapporter som du vill tillåta att användare rapporterar till förvaltningen, men där det inte finns något allmänt intresse av att visa rapporten. Det kan exempelvis vara en kategori som används för att sätta ut en extra papperskorg på en specifik adress." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Välj ett <strong>kategorinamn</strong> som å ena sidan är förståeligt för allmänheten (som t. ex. \"Väggrop\" eller \"Gatubelysning\") men som också är hjälpsamt för förvaltningen. Dessa kommer att visas i en rullgardinsmeny på problemrapporteringssidan." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "Välj en mall" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Klicka här eller ange som dd/mm/yyyy" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Klicka på kartan för att rapportera ett problem" @@ -516,8 +612,8 @@ msgstr "Klicka på länken i vårt bekräftelsemail för att publicera din uppda msgid "Click the link in our confirmation email to sign in." msgstr "Klicka på länken i vårt bekräftelsemail för att logga in." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -531,15 +627,19 @@ msgstr "Klicka på länken i vårt bekräftelsemail för att logga in." msgid "Closed" msgstr "Stängd" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Stängd av kommunen" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "stängda rapporter" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Stängd:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinater:" @@ -547,26 +647,22 @@ msgstr "Koordinater:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Konfigurera slutpunkt" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Bekfräfta" @@ -587,9 +683,9 @@ msgstr "Bekräfta via epost nedan genom att ange ett nytt lösenord. När du bek msgid "Confirmation" msgstr "Bekräftelse" -#: templates/web/base/admin/body.html:164 templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Bekräftat" @@ -600,7 +696,7 @@ msgstr "Bekräftade rapporter mellan %s och %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Bekräftat:" @@ -619,17 +715,17 @@ msgstr "Kontakta oss" msgid "Contact the team" msgstr "Kontakta teamet" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "Koordinater:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Kan inte hitta användaren" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Kunde inte slå upp platsen" @@ -643,11 +739,11 @@ msgstr "Kommun" msgid "Council contacts for %s" msgstr "Kommunkontakter för %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "kommunens referens: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Kommun:" @@ -662,23 +758,36 @@ msgstr "Antal" msgid "Create a report" msgstr "Skapa en rapport" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Skapa en kategori" +#: templates/web/base/admin/responsepriorities/edit.html:36 +msgid "Create priority" +msgstr "Skapa prioritet" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +msgid "Create reports/updates as the council" +msgstr "Skapa rapporter/uppdateringar som kommunen" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "Skapa rapporter/uppdateringar på en användares vägnar" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "Välj mall" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Skapad" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Skapad:" @@ -687,13 +796,13 @@ msgstr "Skapad:" msgid "Current state" msgstr "Nuvarande status" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Inga förvaltningar har skapats ännu." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "Kund ej kontaktbar" @@ -706,43 +815,49 @@ msgstr "Skrivbord" msgid "Dealt with by subdivision within 5 working days" msgstr "Hanterat av underavdelning inom 5 arbetsdagar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "Ta bort mall" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Borttagen" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Beskrivning" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +msgid "Description:" +msgstr "Beskrivning:" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaljer" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detaljer:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Delegerat" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "Använde inte kartan" @@ -750,16 +865,20 @@ msgstr "Använde inte kartan" msgid "Diligency prize league table" msgstr "Flitighetstopplistan" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "Skicka inte e-postnotifikationer kring hämtade kommentarer till problemrapportens skapare" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "Har du ett lösenord för %s?" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Vet ej" @@ -767,18 +886,18 @@ msgstr "Vet ej" msgid "Don't like forms?" msgstr "Gillar du inte formulär?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "Släpp foton här eller <u>klicka för att ladda upp</u>" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Finns redan" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -786,20 +905,48 @@ msgid "" " " msgstr "Varje förvaltningskontakt har en kategori, och denna visas för allmänheten. Olika kategorier <strong>kan ha samma kontakt</strong> (e-postadress). Detta betyder att du kan lägga till flera kategorier även om du bara har en förvaltningskontakt." +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "Easting/Northing:" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Ändra" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Ändra förvaltningsdetaljer" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +msgid "Edit other users' details" +msgstr "Redigera andra användares uppgifter" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "Redigera andra användares rättigheter" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +msgid "Edit report category" +msgstr "Redigera rapportkategori" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +msgid "Edit report priority" +msgstr "Redigera rapportprioritet" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +msgid "Edit reports" +msgstr "Redigera rapporter" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -812,18 +959,18 @@ msgstr "Ändrar problem %d" msgid "Editing update %d" msgstr "Ändrar uppdatering %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Ändrar användare %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Redaktör" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -832,13 +979,15 @@ msgstr "Redaktör" msgid "Email" msgstr "Epost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Epostadressen tillagd till missbrukslistan" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" -msgstr "E-postadress:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +msgid "Email address" +msgstr "E-postadress" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -848,24 +997,24 @@ msgstr "E-postnotifikation skapad" msgid "Email alert deleted" msgstr "E-postnotifikation borttagen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Epostadressen finns redan i missbrukslistan" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Epost:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "E-post: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -876,19 +1025,19 @@ msgstr "" "uppdateringar av befintliga rapporter. Om du är osäker (den kan förmodligen inte göra detta) så lämna detta tomt.\n" "För mer information, se <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>denna artikel</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "Aktivera <strong>Kan överlåtas</strong>-inställningen om en eller flera kontakter har en annorlunda ändpunkt (och utskicksmetod) än förvaltningen. Vissa kategorier kan exempelvis skickas över e-post, medan andra över Open311." -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Slutdatum:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Ändpunkt" @@ -910,8 +1059,8 @@ msgstr "Ange ett postnummer eller gatunamn och ort" msgid "Enter a nearby street name and area" msgstr "Ange ett närligande gatunamn och ort" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -930,11 +1079,12 @@ msgstr "Skriv in information om problemet" msgid "Error" msgstr "Fel" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "Allt" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Exempelpostnummer %s" @@ -943,26 +1093,47 @@ msgstr "Exempelpostnummer %s" msgid "Examples:" msgstr "Exempel:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Beskriv vad problemet är, exakt var det är, och hur länge det har varit där..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +msgid "Existing category" +msgstr "Befintlig kategori" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "Förklara felet" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "Extern" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "Externt ID" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "Extern URL" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +msgid "External body" +msgstr "Extern förvaltning" + +#: templates/web/base/admin/report_edit.html:101 +msgid "External team" +msgstr "Externt arbetslag" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Extra data:" +#: templates/web/base/report/_inspect.html:107 +msgid "Extra details" +msgstr "Extra uppgifter" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Misslyckades med att skicka meddelande" @@ -972,23 +1143,23 @@ msgstr "Misslyckades med att skicka meddelande" msgid "Filter report list" msgstr "Filtrera rapportlista" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Första gången" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Lös detta genom att välja ett <strong>lämpligt område</strong> i <em>Ändra förvaltningsdetaljer</em> i formuläret nedan." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Löst" @@ -1002,11 +1173,16 @@ msgstr "Löst - Kommun" msgid "Fixed - User" msgstr "Löst - Användare" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "lösta rapporter" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Löst:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Flagga som borttagen" @@ -1015,8 +1191,8 @@ msgstr "Flagga som borttagen" msgid "Flag user" msgstr "Flagga användare" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Flaggat" @@ -1024,7 +1200,7 @@ msgstr "Flaggat" msgid "Flagged reports and users" msgstr "Flaggade rapporter och användare" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Flaggade användare är listade på <a href='%s'>flaggningssidan</a>." @@ -1032,8 +1208,8 @@ msgstr "Flaggade användare är listade på <a href='%s'>flaggningssidan</a>." msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Flaggade användare är inte begränsade på något sätt. Detta är bara en lista på användare som har markerats för uppmärksamhet." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Flaggat:" @@ -1041,20 +1217,25 @@ msgstr "Flaggat:" msgid "Follow a ward link to view only reports within that ward." msgstr "Följ en länk till ett område för att se rapporter endast inom det området." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "Inkludera en närbild och en vidbild för bästa resultat" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "För mer information, se <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Glömt ditt lösenord?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "Vidarebefordrad till extern förvaltning" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "Vidarebefordrade önskan till extern förvaltning" @@ -1064,12 +1245,8 @@ msgstr "Vidarebefordrade önskan till extern förvaltning" msgid "Frequently Asked Questions" msgstr "Vanliga frågor" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "GeoRSS på Google Maps" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Få uppdateringar" @@ -1083,7 +1260,7 @@ msgstr "Få uppdateringar av %s problem" msgid "Get updates of problems in this %s" msgstr "Få uppdateringar om problem i denna %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Ge mig ett RSS-flöde" @@ -1091,53 +1268,64 @@ msgstr "Ge mig ett RSS-flöde" msgid "Glad to hear it’s been fixed!" msgstr "Vi är glada att höra att det har blivit löst!" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Gå" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Skicka enkät?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "Bevilja tillgång till administratörskontrollpanelen" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Visualisering av rapporter över tid" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Utgråade linjer är kommuner som inte längre existerar." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Har det här problemet blivit löst?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Har du någonsin rapporterat ett problem till en kommun tidigare eller är det här första gången?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Hjälp" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "Hjälp <strong>%s</strong> lösa ditt problem snabbare genom att tillhandahålla lite extra uppgifter. Den här informationen kommer inte att visas offentligt på sajten." + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "Här är de olika typerna för lokala problem för ‘%s’" -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Hej %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1145,19 +1333,19 @@ msgstr "Hej %s" msgid "Hidden" msgstr "Gömd" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Göm äldre" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Göm pinnar" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Historik" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Hem" @@ -1165,12 +1353,12 @@ msgstr "Hem" msgid "How to report a problem" msgstr "Hur man rapporterar ett problem" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Hur bra rapporter skickas" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "Jag rapporterade precis ett problem på @fixamingata" @@ -1184,8 +1372,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Tyvärr kunde vi inte hitta ditt problem i databasen.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1194,14 +1383,14 @@ msgstr "Tyvärr kunde vi inte hitta ditt problem i databasen.\n" msgid "ID" msgstr "ID" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "Identifiera en <strong>förälder</strong> om den här förvaltningen är en del av en annan förvaltning. Den här typen av kopplingar behövs inte göras i enklare installationer." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1211,38 +1400,46 @@ msgstr "Om två eller fler förvaltningar delar på ett geografiskt område, kom msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Om du får mer information om problemets status får du gärna komma tillbaka hit och lämna en uppdatering." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." -msgstr "Om du anmäler ett problem i FixaMinGata kommer ärendet och detaljerna att visas här, men rapporten kommer <strong>inte</strong> att skickas till kommunen." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "Om du bara vill att den här prioriteringen skall vara valbar för specifika kategorier, välj då dessa här. Som standard visas den för samtliga kategorier." + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "Om du bara vill att den här mallen skall vara valbar för specifika kategorier, välj då dessa här. Som standard visas den för samtliga kategorier." + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." +msgstr "Om du skapar en problemrapport här så kommer rapporten <strong>inte</strong> att skickas till kommunen." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "Om du vill lämna ytterligare information om problemet, ange det här. Till exempel, hur upplevde du kommunikationen med kommunen? Om du skickar en rapport här kommer den att visas offentligt på FixaMinGata." -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "Om du använder <strong>en utskicksmetod som inte är e-post</strong>, ange ditt service-ID (Open311) eller liknande här." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "Om du har aktiverat Open311-uppdateringsutskick ovan: Open311 accepterar oftast bara OPEN- och CLOSED-statusvärden i sina uppdateringar. Aktivera <strong>Utökade Open311-statusvärden</strong> om du vill tillåta att ytterligare tillstånd godkänns. Kontrollera att FixaMinGata stödjer den här funktionaliteten innan du aktiverar den." -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "Om du har aktiverat Open311-uppdateringsutskick ovan: Aktivera <strong>Inaktivera alarm</strong> om du <strong>inte</strong> vill att användare skall bli notifierade när dessa uppdateringar skapas." -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1253,14 +1450,14 @@ msgstr "Om du har aktiverat Open311-uppdateringsutskick ovan: Du måste identifi msgid "Illegal ID" msgstr "Ogiltigt ID" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Ogiltigt RSS-flöde" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Pågående" @@ -1272,8 +1469,8 @@ msgstr "I missbrukstabellen?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "I tillägg, följande attribut som inte är del av Open311 v2-specifikationen returneras: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1286,18 +1483,26 @@ msgstr "Pågående" msgid "Inbox zero, here we come!" msgstr "Inbox zero, här kommer vi!" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Inkludera rapportörens personuppgifter" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Inkludera obekräftade rapporter" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Inkorrekt värde för has_photo, \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "Inspektion krävs" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "Instruera entreprenörer att lösa problem" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Interna anteckningar" @@ -1307,19 +1512,23 @@ msgstr "Interna anteckningar" msgid "Internal referral" msgstr "Interna refereringar" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Inkorrekt värde för agency_responsible, \"%s\"" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Inkorrekt slutdatum" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Inkorrekt format %s angivet." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "Oglitlig plats. Samma kommun måste ansvara för den nya platsen." + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Inkorrekt startdatum" @@ -1327,8 +1536,8 @@ msgstr "Inkorrekt startdatum" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Utredes" @@ -1336,33 +1545,33 @@ msgstr "Utredes" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "Det går oftast snabbast att <a href=\"%s\">kolla vår FAQ</a> och se om svaret finns där." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "Det är nu på väg till kommunen." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "Jurisdiktion Okänd" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "Jurisdiktion okänd" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Behåll mig inloggad på den här datorn" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Senaste redaktör" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Senaste uppdatering:" @@ -1370,11 +1579,15 @@ msgstr "Senaste uppdatering:" msgid "Last update:" msgstr "Senaste uppdatering:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +msgid "Least recently updated" +msgstr "Tidigast uppdaterad" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Lämna den här blank om samtliga rapporter till den här förvaltningen skall skickas med samma utskicksmetod (exv. \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Lista alla rapporterade problem" @@ -1383,9 +1596,10 @@ msgid "Loading..." msgstr "Laddar..." #: templates/web/base/alert/choose.html:1 -#: templates/web/base/alert/choose.html:3 templates/web/base/alert/index.html:1 -#: templates/web/base/alert/index.html:3 templates/web/base/alert/list.html:1 -#: templates/web/base/alert/list.html:5 templates/web/base/alert/updates.html:1 +#: templates/web/base/alert/choose.html:3 +#: templates/web/base/alert/index.html:1 templates/web/base/alert/index.html:3 +#: templates/web/base/alert/list.html:1 templates/web/base/alert/list.html:5 +#: templates/web/base/alert/updates.html:1 #: templates/web/base/tokens/confirm_alert.html:1 msgid "Local RSS feeds and email alerts" msgstr "Lokala RSS-flöden och epostbevakningar" @@ -1395,7 +1609,7 @@ msgstr "Lokala RSS-flöden och epostbevakningar" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Lokala RSS-flöden och epostbevakningar för '%s'" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Lokala rapporter" @@ -1403,47 +1617,70 @@ msgstr "Lokala rapporter" msgid "Locate the problem on a map of the area" msgstr "Lokalisera problemet på en karta över området" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "KARTA" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "Hantera slutlista" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Karta" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Markera som skickad" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Markera användare som du vill hålla ett öga på som <strong>flaggade</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "Markerad som löst/stängd under de senaste åtta veckorna" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "Markerad som löst/stängd för mer än åtta veckor sedan" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "Lägg till problemdetaljer" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Meddelande" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "Meddelande till behörig förvaltning:" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "Meddelande till extern förvaltning:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "Saknade förvaltningar:" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Saknat jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "Moderera" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +msgid "Moderate report details" +msgstr "Moderera rapportdetaljer" + +#: templates/web/base/report/_main.html:126 +msgid "Moderate this report" +msgstr "Moderera den här rapporten" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Granskat av underavdelningen inom en arbetsdag" @@ -1452,35 +1689,46 @@ msgstr "Granskat av underavdelningen inom en arbetsdag" msgid "Month" msgstr "Månad" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "Mest kommenterad" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Namn" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Namn:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Namn: %s" +#: templates/web/base/report/_inspect.html:23 +msgid "Navigate to this problem" +msgstr "Navigera till det här problemet" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1490,12 +1738,12 @@ msgstr "Närmaste namngivna gata till placeringen på kartan (genereras automati msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Närmaste postnummer till placeringen på kartan (genereras automatiskt): %s (%s meter bort)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Närmaste gata till placeringen på kartan (genereras automatiskt av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1507,20 +1755,24 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "Nästan klart! Kolla nu din epost." -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Nya <br>problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Ny förvaltning tillagd" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Nya kategorikontakter tillagda" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +msgid "New email address:" +msgstr "Ny e-postadress:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Ny intern anteckning:" @@ -1528,10 +1780,19 @@ msgstr "Ny intern anteckning:" msgid "New local problems on FixMyStreet" msgstr "Nya lokala problem på FixaMinGata" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "Ny anteckning till DM:" +#: templates/web/base/auth/change_password.html:35 +msgid "New password:" +msgstr "Nytt lösenord:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +msgid "New priority" +msgstr "Ny prioritet" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Nya problem för {{COUNCIL}} inom {{WARD}} området på FixaMinGata" @@ -1560,40 +1821,49 @@ msgstr "Nya rapporter" msgid "New state" msgstr "Ny status" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "Ny mall" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "Senaste" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Nästa" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Nej" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +msgid "No area" +msgstr "Inget område" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Ingen förvaltning" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Ingen kommun" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Ingen kommun vald" @@ -1609,17 +1879,17 @@ msgstr "Inga flaggade problem kunde hittas." msgid "No flagged users found." msgstr "Inga flaggade användare kunde hittas." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Inga fler uppdateringar" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Inget resultat returnerades" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1630,12 +1900,23 @@ msgstr "Inga områden är tillgängliga eftersom <code>MAPIT_URL</code> i konfig msgid "No supporters" msgstr "Inga supporters" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Inget" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"Vanliga (offentliga) användare skall inte vara associerade med något <strong>område</strong>.<br>\n" +" Godkända personalanvändare kan associeras med området inom vilket de är verksamma." + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1645,19 +1926,19 @@ msgstr "Normala (publika) användare skall inte associeras med någon <strong>f #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Ej ansvarig" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "Ej kontaktbar" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Inte för min underavdelning" @@ -1665,12 +1946,12 @@ msgstr "Inte för min underavdelning" msgid "Not reported before" msgstr "Ej rapporterat tidigare" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Ej rapporterat till kommunen" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Observera" @@ -1679,9 +1960,8 @@ msgstr "Observera" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Observera att när vi listar obegräftade rapporter använder vi datumet när rapporten skapades, vilket inte nödvändigtvis är samma månad som när rapporten bekräftades, så vissa avvikelser kan uppstå." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Observera:" @@ -1693,23 +1973,21 @@ msgstr "Observera: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "Anteckningar från SDM till DM" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "För att skicka din rapport…" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "För att skicka din uppdatering…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "OK" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Äldre/okända <br>problem" @@ -1717,44 +1995,52 @@ msgstr "Äldre/okända <br>problem" msgid "Old state" msgstr "Äldre status" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Äldre <br>fixat" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Äldre <br>problem" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Kort sammanfattning" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "Äldst" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Öppen" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Öppna i mer än fyra veckor, med en uppdatering under de senaste åtta veckorna" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Öppen, men utan uppdateringar under de senaste åtta veckorna" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "API-nyckel för Open311" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API för FixaMinGata" +#: templates/web/base/admin/open311-form-fields.html:34 +msgid "Open311 Jurisdiction" +msgstr "Jurisdiktion för Open311" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311" @@ -1763,23 +2049,23 @@ msgstr "Open311" msgid "Open311 specification" msgstr "Open311 Specifikation" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Eller problem rapporterade til:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Du kan också prenumerera på bevakningar baserat på vilken kommun du bor i:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Övrig" @@ -1792,7 +2078,7 @@ msgstr "Ägare" msgid "Page Not Found" msgstr "Sidan hittas ej" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Förälder" @@ -1802,75 +2088,87 @@ msgstr "Förälder" msgid "Partial" msgstr "Partiell" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Lösenord (valfritt)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Lösenord:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Permanent länk" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "Rättigheter:" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefonnummer (valfritt)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefonnummer:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "Foto är ett krav." -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "Foto krävs" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +msgid "Photos" +msgstr "Foton" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Foton från närliggande rapporter" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Placera nålen på kartan" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1885,11 +2183,13 @@ msgstr "Planerat" msgid "Please be polite, concise and to the point." msgstr "Var vänlig, kortfattad och rakt på sak." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Vänligen kontrollera lösenordet och prova igen" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1897,19 +2197,21 @@ msgstr "Vänligen kontrollera lösenordet och prova igen" msgid "Please check your email address is correct" msgstr "Vänligen kontrollera att din epostadress är korrekt" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Välj en kategori" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Välj en fastighetstyp" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Vänligen korrigera felen nedan" @@ -1924,50 +2226,56 @@ msgstr "Var snäll och rapportera <strong>inga</strong> problem genom det här f msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Var snäll och missbruka inte tjänsten, det förstör för alla." -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Skriv in ett meddelande" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "Skriv in ett namn" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +msgid "Please enter a name for this body" +msgstr "Skriv in namnet på den här förvaltningen" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Skriv in ett lösenord" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Skriv in ett ärende" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Skriv in en giltig epostadress" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Skriv in en giltig epostadress" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Skriv några detaljer" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1977,8 +2285,8 @@ msgstr "Skriv några detaljer" msgid "Please enter your email" msgstr "Skriv in din epostadress" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Skriv in din epostadress" @@ -1992,9 +2300,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Skriv in ditt namn och efternamn om kommunen behöver den informationen. Om du inte vill att dit namn visas kan du välja det nedanför" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Skriv in ditt namn och efternamn" @@ -2021,12 +2329,12 @@ msgstr "Välkommen att <a href=\"%s\">logga in igen</a>, eller gå tillbaka till msgid "Please fill in details of the problem below." msgstr "Fyll i information om problemet nedan." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Fyll i information om problemet nedan." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Fyll i information om problemet nedan och beskriv den exakta platsen för problemet så noga du kan." @@ -2042,12 +2350,12 @@ msgstr "Observera att uppdateringar inte skickas till kommunen." msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "Observera att din rapport <strong>inte har skickats än</strong>." -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Observera att din rapport <strong>inte har skickats än</strong>. Välj en kategori och ytterligare information nedan. Tryck sedan på skicka." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "Observera att din uppdatering <strong>inte har publicerats än</strong>." @@ -2056,6 +2364,10 @@ msgstr "Observera att din uppdatering <strong>inte har publicerats än</strong>. msgid "Please note:" msgstr "Observera:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +msgid "Please provide a public update for this report." +msgstr "Tillhandahåll en offentlig uppdatering för den här rapporten." + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Skriv en förklaring till varför du öppna de här rapporten igen" @@ -2069,15 +2381,15 @@ msgstr "Skriv lite förklarande text tillsammans med ett foto" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Ange om du har anmält ett problem till kommunen tidigare eller ej" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "Välj en förvaltning." -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Välj det RSS-flöde du vill ha" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Välj den kategori av rapporter du vill ha" @@ -2085,10 +2397,10 @@ msgstr "Välj den kategori av rapporter du vill ha" msgid "Please state whether or not the problem has been fixed" msgstr "Ange om problemet har lösts eller ej" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" msgstr "Ladda upp endast en bild" @@ -2096,12 +2408,12 @@ msgstr "Ladda upp endast en bild" msgid "Please write a message" msgstr "Skriv ett meddelande" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Skriv din uppdatering här" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2123,11 +2435,19 @@ msgstr "Postat av %s %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Byggd på <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet-plattformen</a>" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Föregående" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "Prioriteringar" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "Prioritet" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Personlig integritet" @@ -2137,14 +2457,13 @@ msgstr "Personlig integritet" msgid "Privacy and cookies" msgstr "Integritetsskydd och kakor" -#: templates/web/base/admin/body.html:200 templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Privat" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Rapport" @@ -2160,12 +2479,13 @@ msgstr "Rapport %s bekräftad" msgid "Problem %s sent to council %s" msgstr "Rapport %s skickad till %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Rapporter per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problemet markerat som öppet." @@ -2173,15 +2493,16 @@ msgstr "Problemet markerat som öppet." msgid "Problem state change based on survey results" msgstr "Problemets status ändrats baserat på utredningsresultat" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Närliggande problem" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Problem på kartan" @@ -2189,12 +2510,12 @@ msgstr "Problem på kartan" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Problem nyligen rapporterade som lösta på FixaMinGata" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Problem inom %.1f km från denna position" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Problem inom %s" @@ -2205,15 +2526,15 @@ msgstr "Problem inom området %s" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "Problem inom %s, %s" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Problem inom gränsen för:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Fastighetsadress:" @@ -2221,28 +2542,36 @@ msgstr "Fastighetsadress:" msgid "Provide an update" msgstr "Ge en uppdatering" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +msgid "Provide update as" +msgstr "Tillhandahåll uppdatering som" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Du måste inte ange namn och ett lösenord men om du gör det är det lättare att rapportera problem, lämna uppdateringar och hantera dina rapporter." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Att ange ett lösenord är valfritt, men om du gör det kommer du lättare att kunna rapportera problem, lämna uppdateringar och hantera dina anmälningar." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Offentligt svar:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +msgid "Public update:" +msgstr "Offentlig uppdatering:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Publicera foto" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Frågeformulär" @@ -2259,11 +2588,11 @@ msgstr "Frågeformulär %d skickat för problem %d" msgid "Questionnaire filled in by problem reporter" msgstr "Frågeformulär ifyllt av rapportören" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS-flöde" @@ -2275,10 +2604,10 @@ msgstr "RSS-flöde för %s" msgid "RSS feed for %s ward, %s" msgstr "RSS-flöde för område %s, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS-flöde för %s" @@ -2287,12 +2616,12 @@ msgstr "RSS-flöde för %s" msgid "RSS feed of %s, within %s ward" msgstr "RSS-flöde för %s, inom område %s" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "RSS-flöde av närliggande problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "RSS-flöde för problem inom %s" @@ -2307,22 +2636,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS-flöde för senaste lokala problemen" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS-flöde för uppdateringar till denna rapport" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Erhåll epost när uppdateringar ges till denna rapport" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "Mottagen av %s kort därefter" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "Senaste lokala rapporterna, %s" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Nyligen <br>åtgärdat" @@ -2330,6 +2663,10 @@ msgstr "Nyligen <br>åtgärdat" msgid "Recently reported problems" msgstr "Senaste rapporterade problemen" +#: templates/web/base/reports/_list-filters.html:37 +msgid "Recently updated" +msgstr "Senast uppdaterad" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Kom ihåg att FixaMinGata primärt är avsett för att rapportera fysiska problem som kan åtgärdas. Om ditt problem inte lämpar sig för att rapportera via den här webbsidan kan du kontakta din kommun direkt via deras webbsida." @@ -2338,13 +2675,23 @@ msgstr "Kom ihåg att FixaMinGata primärt är avsett för att rapportera fysisk msgid "Remove flag" msgstr "Ta bort flagga" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "Ta bort från slutlista" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "Ta bort från sajten" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Ta bort foto (kan inte ångras!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "Besvara användare:" @@ -2352,17 +2699,25 @@ msgstr "Besvara användare:" msgid "Report" msgstr "Rapportera" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +msgid "Report ID:" +msgstr "Rapport-ID:" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Rapportera ett problem" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Rapportera missbruk" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +msgid "Report as" +msgstr "Rapportera som" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Rappoort på %s" @@ -2377,23 +2732,23 @@ msgstr "Rapportera ditt problem" msgid "Report, view, or discuss local problems" msgstr "Rapportera, visa, eller diskutera lokala problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Rapporterat anonymt %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Rapporterat tidigare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Rapporterat av %s den %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "Rapporterad av:" @@ -2401,50 +2756,51 @@ msgstr "Rapporterad av:" msgid "Reported in the %s category" msgstr "Rapporterat i kategori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Anonym rapport i kategori %s, %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Rapporterat i kategori %s av %s den %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Rapporterat av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Rapporterat av %s av %s den %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Rapporterat av %s i kategorin %s, anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporterat av %s i kategorin %s av %s den %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Rapporterade under de senaste fyra veckorna" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "Rapporterad:" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Rapportera ett problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Rapporter" @@ -2456,22 +2812,67 @@ msgstr "Rapporter kan bara innehålla %s tecken. Var vänlig korta ned din rappo msgid "Reports awaiting approval" msgstr "Rapporter som väntar på att godkännas" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "Rapporter från användare med högt nog anseende kommer att skickas omedelbart, utan att kräva inspektion. Kategoriers gränser kan hanteras i administratörskontrollpanelen. Användare ökar i anseende när en av deras rapporter markeras som inspekterade av inspektörer." + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "Rapporter som skapas av anförtrodda användare kommer att skickas till kommunen utan att inspekteras först." + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Publicerade rapporter" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +msgid "Reports waiting to be sent" +msgstr "Rapporter som väntar på att skickas" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "Rapporter kommer automatiskt att skickas utan att en inspektion krävs om användarens <strong>anseende</strong> är detta värde eller högre. Sätt till <strong>0</strong> om samtliga rapporter måste inspekteras, ovasett användares anseende." + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "Anseendesgräns" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "Anseende:" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Skicka om rapporten" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "Svarsprioriteringar" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "Svarsprioriteringar för %s" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "Svarsprioritering för %s" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "Svarsmall för %s" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "Svarsmallar" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "Svarsmallar för %s" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Rätt plats?" @@ -2485,46 +2886,56 @@ msgstr "Vägoperatör för den här namngivna vägen (hämtat från vägens numm msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vägoperatör för den här namngivna vägen (från OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Rotera åt vänster" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Rotera åt höger" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Rotation av detta foto kommer att radera osparade rapportändringar." -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Satellit" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Spara ändringar" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "Spara med en offentlig uppdatering" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Sök rapporter" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Sök användare" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Sök bland rapporter" @@ -2534,81 +2945,118 @@ msgstr "Sök bland rapporter" msgid "Search:" msgstr "Sök:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Inga rapporter hittades." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Inga användare hittades." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "Se vår integritetsskyddspolicy" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Välj en förvaltning" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Du kan välja en enskild kommun för att se rapporterna skickade dit." -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Välj ett område" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "Välj vilken kategori av rapporter du vill få och klicka knappen för ett RSS-flöde eller ange din epostadress för att prenumerera via epost." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +msgid "Select:" +msgstr "Välj:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "Skicka utökade Open311-statusar med Service Request-uppdateringar" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "Skicka tillbaka rapport" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Skickades till %s, %s senare" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Skickades:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Tjänst:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "Sätt till min nuvarande position" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Dela" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "Slutlista" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "Satt på slutlistan" + +#: templates/web/base/report/_main.html:140 +msgid "Shortlisted by %s" +msgstr "Satt på slutlistan av %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Visa mitt namn publikt" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Visa äldre" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Visa pinnar" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Logga in" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "Sätt ett nytt lösenord och logga in med din e-postadress istället. När du klickar på länken i vårt e-postmeddelande så kommer ditt lösenord att uppdateras." + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Logga in eller skapa nytt konto" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Logga ut" @@ -2617,8 +3065,8 @@ msgstr "Logga ut" msgid "Some categories may require additional information." msgstr "Vissa kategorier kan kräva ytterligare information." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2631,8 +3079,7 @@ msgid "Some photos of recent reports" msgstr "Foton från de senaste rapporterna" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Lite text att lokalisera" @@ -2648,16 +3095,16 @@ msgstr "Länken är tyvärr ogiltig" msgid "Sorry, there has been an error confirming your problem." msgstr "Tyvärr har det uppstått ett fel med att bekräfta ditt problem." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Tyvärr kan vi inte hitta den adressen." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Inloggningen misslyckades. Fyll i formuläret nedan." @@ -2667,35 +3114,55 @@ msgstr "Inloggningen misslyckades. Fyll i formuläret nedan." msgid "Sorry, we could not parse that location. Please try again." msgstr "Tyvärr kan vi inte förstå den adressen. Försök gärna igen." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "Tyvärr kan vi inte spara bilden eller bilderna. Försök gärna igen." -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "Du har inte rättigheterna som krävs för att göra det." + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "Sortera efter" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "Personalanvändare får logga in på administratörskontrollpanelen." + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "Personal:" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Startdatum:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Status" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Status:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Statistik" @@ -2709,12 +3176,12 @@ msgstr "Status" msgid "Still open, via questionnaire, %s" msgstr "Fortfarande öppen, via frågeformulär, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "Street View" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Underkategori: %s" @@ -2726,34 +3193,35 @@ msgstr "Underavdelning/Förvaltning" msgid "Subject" msgstr "Ärende" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Ärende:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Skicka" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Skicka förändringar" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Skicka frågeformulär" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2764,37 +3232,51 @@ msgid "Submitted" msgstr "Skickad" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Prenumerera" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Prenumerera med epost" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 -#: templates/web/base/admin/index.html:1 templates/web/base/status/index.html:1 +#: templates/web/base/report/new/form_report.html:19 +msgid "Summarise the problem" +msgstr "Sammanfatta problemet" + +#: templates/web/base/admin/contact-form.html:129 +msgid "Summarise your changes" +msgstr "Sammanfatta dina ändringar" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Sammanfattning" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Sammanställningsrapporter" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Enkät" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "Superanvändare:" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "Superanvändare har rättigheter att utföra <strong>samtliga åtgärder</strong> i administratörskontrollpanelen." #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Frågeresultat" @@ -2802,27 +3284,29 @@ msgstr "Frågeresultat" msgid "Template «%s»" msgstr "Mall «%s»" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "Mallar" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Text" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Version med endast text" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Text:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "Tack för att du rapporterade detta ärende!" @@ -2835,6 +3319,9 @@ msgid "Thank you for updating this issue!" msgstr "Tack för att du uppdaterade detta ärende!" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "Tack för din förfrågan" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Tack för dina synpunkter" @@ -2847,62 +3334,64 @@ msgstr "Tack för att du bifogade ett foto. Vi måste nu lokalisera ditt problem msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Tack, vi är glada över att det har blivit åtgärdat. Har du rapporterat ett problem till en kommun tidigare?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Bilden verkar inte ha laddats upp korrekt (%s), var vänlig försök igen." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Den positionen verkar inte täckas av någon kommun och ligger eventuellt utanför kartan eller utanför landet. Försök gärna med en ny position." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Den positionen verkar inte vara i Sverige: försök gärna igen." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Det postnummret finns tyvärr inte." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Problemet har markerats som skickat." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Rapportern kommer nu att skickas om." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Rapporten kan inte visas på %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Rapporten har tagits bort från FixaMinGata." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "<strong>E-postadressen</strong> är destinationen till vilken rapporter i den här kategorin kommer att skickas. Andra förvaltningskategorier kan ha samma e-postadress." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "<strong>Ändpunkten</strong> är den webbadress till den tjänst som FixaMinGata kommer att ansluta till när rapporter skickas till den här förvaltningen." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "<strong>Jurisdiktion</strong> behövs bara om samma ändpunkt används av flera enheter. Om förvaltningen kör sin egen ändpunkt kan du lämna detta fält blankt." -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2912,8 +3401,8 @@ msgstr "Utskicksmetoden avgör hur problemrapporter kommer att skickas till för msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "Open311 v2-attributet agency_responsible används för att lista de administrationer som tagit emot problemrapporten, vilket inte exakt är hur attributet definieras i Open311 v2-specifikationen." -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2930,7 +3419,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Flitighetstabellen visar redigerares aktiviteter (vem som har ändrat flest handlingar)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Felet var: %s" @@ -2972,12 +3461,12 @@ msgstr "De senaste problemen inom {{NAME}}'s gräns rapporterade av användare" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "Länken kan ha gått ut, eller så kanske du inte kopierade och klistrade in den på rätt sätt." -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Listan av tillgängliga områden förses av MapIt-tjänsten på %s." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Lösenorden stämmer inte överens" @@ -2985,22 +3474,16 @@ msgstr "Lösenorden stämmer inte överens" msgid "The requested URL '%s' was not found on this server" msgstr "Den sökta adressen '%s' hittades inte på denna server" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Vår enklaste bevakning är för rapporter inom ett geografiskt område:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Sammanfattningen och beskrivningen kommer också att visas offentligt (se vår <a href=\"/privacy\">integritetsskyddspolicy</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Användaren kunde inte lokalisera problemet på kartan men angav en area inom vilket problemet finns" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3008,11 +3491,11 @@ msgstr "Användarens <strong>namn</strong> visas offentligt i rapporter som inte #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "Det finns inga rapporter att visa." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Det uppstod ett problem med att visa sidan med alla rapporter. Försök gärna igen senare." @@ -3021,18 +3504,18 @@ msgstr "Det uppstod ett problem med att visa sidan med alla rapporter. Försök msgid "There was a problem showing this page. Please try again later." msgstr "Det uppstod ett problem med att visa denna sida. Försök gärna igen senare." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "Felaktigt lösenord eller epostadress. Om du har glömt bort ditt lösenord, eller om du inte har ett lösenord, kan du fylla i ‘logga in via epost’." -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Felaktigt lösenord eller epostadress. Försök igen." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Det uppstod ett problem med din uppdatering. Försök igen." @@ -3040,12 +3523,12 @@ msgstr "Det uppstod ett problem med din uppdatering. Försök igen." msgid "There were problems with your report. Please see below." msgstr "Det uppstod ett problem med din rapport. Se nedan." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Det uppstod ett problem med din uppdatering. Se nedan." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3054,39 +3537,58 @@ msgid "" " " msgstr "Dessa inställningar är för förvaltningar som använder Open311 (eller någon annan back-end-integrering) för att ta emot problemrapporter.<br><strong>Du behöver inte sätta dem om utskicksmetoden är e-post.</strong>. För mer information om Open311, se <a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>den här artikeln</a>." +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Dessa kommer att publiceras offentligt på sajten enligt vår <a href=\"%s\">integritetsskyddspolicy</a>." + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Dessa kommer att skickas till <strong>%s</strong> och publiceras offentligt på sajten, enligt vår <a href=\"%s\">integritetsskyddspolicy</a>." + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "Dessa kommer att skickas till kommunen, men kommer inte att visas på sajten." + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "Dessa kommer inte att visas på sajten." + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Den här API-implementationen är ett pågående arbete och har inte stabiliserats än. Den kommer att förändras." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "Den här förvaltningen är inte associerad med något geografiskt område. Det betyder att den inte kan ha någon jurisdiktion över problem som rapporteras. Följaktligen kommer ingen av dess kategorier att visas i rullgardinsmenyn som visas på problemrapporteringssidan. För närvarende kan problem <strong>inte rapporteras till denna förvaltning</strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Den här förvaltningen har inga kontakter. Det betyder att problem rapporterade till den här förvaltningen <strong>inte kommer att skickas</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "Den här förvaltningen kommer endast att skickas rapporter för problem inom dess <strong>geografiska område</strong>. En förvaltning kommer inte att få några rapporter om den inte täcker åtminstone ett område." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Det här brevet har skickats till flera adresser eftersom rapportören inte angav någon kategori, eller den kategori som angavs hör till flera olika enheter. Du kan ignorera det här brevet om du inte är rätt person att hantera det, men det vore också mycket hjälpsamt om du kan ta reda på vem som är rätt person och anmäla detta till oss så att vi kan ändra databasen för framtida brev." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Det här brevet har skickats till flera adresser eftersom rapportören inte angav någon kategori, eller den kategori som angavs hör till flera olika enheter. Du kan ignorera det här brevet om du inte är rätt person att hantera det, men det vore också mycket hjälpsamt om du kan ta reda på vem som är rätt person och anmäla detta till oss så att vi kan ändra databasen för framtida brev." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Den här informationen krävs" @@ -3095,62 +3597,72 @@ msgstr "Den här informationen krävs" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Det här är en utvecklingsplats: olika saker kan komma att gå sönder vid olika tidpunkter och databasen kommer att rutinmässigt raderas." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Det här är en sammanställning av alla rapporter." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "Detta hål i gatan har varit här i två månader och..." + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Det här problemet har lösts" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Det här problemet har inte lösts" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Den här rapporten väntar på att granskas." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Den här rapporten är markerad som stängd" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Det här problemet är markerat som löst" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Den här rapportern är öppen" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Den här rapporten skickades anonymt." -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Länken ovan innehåller också ett foto av problemet." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "Nedlagd tid (i minuter):" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Tidslinje" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "Tips för perfekta foton" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Titel" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "Titel:" @@ -3163,18 +3675,34 @@ msgstr "Skriv in postnummer eller gatunamn och ort för %s för att se rapporter msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Skriv in postnummer eller gatunamn och ort för att se rapporter kring den platsen." -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "För att visa en karta med den exakta positionen för problemet" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Totalt" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "Krävs trafikövervakning?" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "Anförtrodd av kommunen:" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "Anförtrodd att skapa rapporter som inte behöver bli inspekterade" + +#: templates/web/base/admin/user-form.html:119 +msgid "Trusted:" +msgstr "Anförtrodd:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Försök igen" @@ -3185,20 +3713,24 @@ msgstr "Prova att skicka ett e-brev till oss direkt:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Kunde inte åtgärda" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Obekräftat" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "ej lösta rapporter" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Okänt" @@ -3207,18 +3739,19 @@ msgstr "Okänt" msgid "Unknown alert type" msgstr "Okänd feltyp" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Okänt fel" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Okänt problemnummer" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Uppdatering" @@ -3234,12 +3767,12 @@ msgstr "Uppdateringen nedan tillagd anonymt %s" msgid "Update below added by %s at %s" msgstr "Uppdateringen nedan tillagd av %s den %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Uppdatera förvaltning" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Uppdatering per status" @@ -3247,20 +3780,20 @@ msgstr "Uppdatering per status" msgid "Update by {{name}}" msgstr "Uppdatering av {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Uppdateringen ändrade statusen till %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Uppdateringen markerade problemet som löst" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Uppdateringen öppnade rapporten på nytt" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Uppdaterad status" @@ -3270,13 +3803,13 @@ msgstr "Uppdaterad status" msgid "Updated" msgstr "Uppdaterad" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Uppdaterad!" @@ -3286,7 +3819,7 @@ msgstr "Uppdaterad!" msgid "Updates" msgstr "Uppdateringar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Uppdateringar kan inte innehålla mer än %s tecken. Var vänlig korta ned din uppdatering." @@ -3300,20 +3833,28 @@ msgstr "Uppdateringar för {{title}}" msgid "Updates to this problem, %s" msgstr "Uppdateringar för det här problemet, %s" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." -msgstr "Använd <strong>anteckningen</strong> för att dokumentera information som bara visas för administratörer. Anteckningar visas inte offentligt och skickas inte till förvaltningen." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "Använd Open311-update-sending-utökningen" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." +msgstr "Använd detta fält för att skriva in uppgifter som endast visas i administratörskontrollpanelen. Informationen visas inte offentligt och kommer inte att skickas till kommunen." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "Använde kartan" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "Användar-ID att attribuera hämtade kommentarer till" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Användarflaggan borttagen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Användaren flaggad" @@ -3321,22 +3862,28 @@ msgstr "Användaren flaggad" msgid "User search finds matches in users' names and email addresses." msgstr "Användarsökningen matchar mot användares namn och e-postadresser." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 -#: templates/web/base/admin/flagged.html:29 templates/web/zurich/header.html:69 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 +#: templates/web/base/admin/flagged.html:29 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Användare" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "Användare kan utföra följande åtgärder i deras tilldelade kommun eller område." + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Värden uppdaterade" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Visa rapporter på sidan" @@ -3346,7 +3893,7 @@ msgid "View reports by ward" msgstr "Visa rapporter per område" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Visa en position" @@ -3363,23 +3910,17 @@ msgstr "Delområden i denna kommun" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Vi hittade fler än en träff. Vi visar upp till tio träffar nedan. Om ingen av dem överenstämmer med vald adress kan du söka igen. Om du söker efter en gata, lägg till stad efteråt: \"Vasagatan, Göteborg\" för att förfina sökningen." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "Vi hittade mer än en träff för den problemreferensen:" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "Skriv in din e-postadress nedan." -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Vi visar aldrig din epostadress publikt" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Vi visar aldrig din epostadress eller telefonnummer publikt." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Det här problemet kan höra till %s. Dessvärre har vi ingen kontaktinformation till dem. Om du vet om en lämplig kontaktadress hör vi gärna från dig." @@ -3400,15 +3941,11 @@ msgstr "Tråkigt att problemet inte åtgärdats. Du kan prova att skriva direkt msgid "We’ll get back to you as soon as we can." msgstr "Vi återkommer så snart vi kan!" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "Hur var din upplevelse kring att få problemet löst?" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "Vad och var är problemet?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Vid förändringar" @@ -3417,7 +3954,7 @@ msgstr "Vid förändringar" msgid "When sent" msgstr "Vid avsändning" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "Du kan som mest ladda upp tre foton." @@ -3425,8 +3962,8 @@ msgstr "Du kan som mest ladda upp tre foton." msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "Varför sluta där? <a href=\"/alert\">Sätt upp fler notifikationer</a> gratis." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3440,7 +3977,7 @@ msgstr "Vid sökningar är det också möjligt att söka efter agency_responsibl msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "Vill du bidra till FixaMinGata? Vår kod är öppen programvara och <a href=\"http://fixmystreet.org\">tillgänglig på fixmystreet.org</a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Vill du bli påmind om att kolla statusen med ett annat frågeformulär om fyra veckor?" @@ -3456,22 +3993,22 @@ msgstr "Fel plats? Klicka i så fall på kartan igen." msgid "Year" msgstr "År" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Ja" @@ -3497,7 +4034,7 @@ msgstr "Du vill anmäla missbruk, personlig inforation, eller motsvarande i föl msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Du kan <a href=\"%s%s\">se problemet på den här webbplatsen</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Du kan lägga till en elakartade användares e-postadresser i missbrukarlistan, vilket automatiskt döljer (och aldrig skickar) rapporter som användarna skapar." @@ -3512,18 +4049,18 @@ msgid "" " reports in the past." msgstr "Du kan flagga rapporter eller användare under dess inställningar, och de kommer då att visas på den här sidan. Detta kan exempelvis vara användbart om du vill hålla ett öga på en användare som tidigare har rapporterat olämpliga rapporter." -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Du kan hjälpa oss med att hitta kontaktadressen för %s och eposta till oss på <a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Du kan markera en förvaltning som borttagen om du inte vill att den skall vara aktiv på sajten." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Du nekade; vänligan fyll i rutan ovan" @@ -3531,13 +4068,13 @@ msgstr "Du nekade; vänligan fyll i rutan ovan" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Du har redan svarat på det här frågeformuläret. Om du har en fråga, <a href=\"%s\">kontakta oss</a> eller <a href=\"%s\">visa problemet</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "Du har redan bifogat bilder till den här rapporten. Notera att du kan bifoga som mest tre bilder (om du försöker ladda upp fler tas de tidigaste bort)." -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "Du har redan bifogat foton till din uppdatering. Notera att du kan bifoga som mest tre bilder (om du försöker ladda upp fler tas de tidigaste bort)." @@ -3546,59 +4083,64 @@ msgstr "Du har redan bifogat foton till din uppdatering. Notera att du kan bifog msgid "You have been signed out" msgstr "Du har blivit utloggad" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Du har markerat problemet med den gröna nålmarkören på kartan. Om det inte är rätt position, klicka på rätt plats på kartan igen." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Du har bekräftat din e-postadress." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Du har loggats in. Verifiera att dina uppgifter stämmer:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Du har inte skapat några rapporter än. <a href=\"%s\">Rapportera ett problem nu.</a>" +#: templates/web/base/my/planned.html:21 +msgid "You haven’t shortlisted any reports yet." +msgstr "Du har inte satt några rapporter på slutlistan än." + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Du behöver <a href=\"%s\">lägga till förvaltningar</a> (som kommuner) innan rapporter kan skickas." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "Du behöver lägga till förvaltningar (som kommuner) så att du sedan kan lägga till problemkategorier som de kan hantera (som Väggrop eller Gatubelysning) och kontakter (som e-postadresser) till vilka rapporter skickas." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Vill du verkligen skicka om?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Dina rapporter" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +msgid "Your account" +msgstr "Ditt konto" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Din epostadress" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3608,13 +4150,12 @@ msgstr "Din epostadress" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Din information kommer endast att användas i enlighet med vår <a href=\"/privacy\">sekretesspolicy</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Ditt namn och efternamn" @@ -3625,46 +4166,52 @@ msgstr "Ditt namn och efternamn" msgid "Your password" msgstr "Ditt lösenord" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Ditt lösenord har ändrats" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Ditt telefonnummer" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "Din rapport" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Dina rapporter" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +msgid "Your shortlist" +msgstr "Din slutlista" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Dina uppdateringar" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "alla rapporter" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +msgid "Yourself" +msgstr "Dig själv" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "samtliga" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "stängda rapporter" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "kommun" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "använde inte kartan" @@ -3673,15 +4220,11 @@ msgstr "använde inte kartan" msgid "e.g. ‘%s’ or ‘%s’" msgstr "ex.v. '%s' eller '%s'" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "ändra användare" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "lösta rapporter" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3692,7 +4235,7 @@ msgstr "från %s olika användare" msgid "last updated %s" msgstr "senast uppdaterad %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "mindre än en minut" @@ -3737,13 +4280,22 @@ msgstr "markerad som planerad" msgid "marked as unable to fix" msgstr "markerad som kunde inte åtgärda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "Ej tillgängligt" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "inga" + +#: templates/web/base/admin/category_edit.html:35 +msgid "optional" +msgstr "valfria" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "eller" @@ -3751,22 +4303,22 @@ msgstr "eller" msgid "or locate me automatically" msgstr "eller <strong>hitta min position automatiskt</strong>." -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "ursprungligen inmatat: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "andra områden:" @@ -3775,41 +4327,40 @@ msgstr "andra områden:" msgid "reopened" msgstr "öppnat på nytt" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "obligatoriska" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "logga ut" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "kommunen" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "det finns ingen kartmarkering eftersom användaren inte använde kartan" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "den här typen av problem" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "idag" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "ej lösta rapporter" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "använde kartan" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "användaren är från samma kommun som problemet - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "användaren är inte problemägare" @@ -3825,7 +4376,7 @@ msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> rapport nyligen" msgstr[1] "<big>%s</big> rapporter nyligen" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3839,7 +4390,7 @@ msgid_plural "%d supporters" msgstr[0] "%d supporter" msgstr[1] "%d supportrar" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3853,14 +4404,14 @@ msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> uppdatering av rapporter" msgstr[1] "<big>%s</big> uppdateringar av rapporter" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "Vi har ännu ingen information om kommunen på den platsen" msgstr[1] "Kommunen på platsen har valt att inte ta emot rapporter från FixaMinGata." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3881,14 +4432,14 @@ msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> löst problem senaste månaden" msgstr[1] "<big>%s</big> lösta problem senaste månaden" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d dag" msgstr[1] "%d dagar" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po index dab9a154e..71816b114 100644 --- a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -5,14 +5,15 @@ # # Translators: # Eda Karaman <edakaraman_92@hotmail.de>, 2015 +# Egemen Metin Turan <emturan@gmail.com>, 2016 # Muradiye <Muradiye.ates@gmail.com>, 2015 msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:44+0000\n" -"Last-Translator: mySociety <transifex@mysociety.org>\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-07-12 09:19+0000\n" +"Last-Translator: Egemen Metin Turan <emturan@gmail.com>\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/mysociety/fixmystreet/language/tr_TR/)\n" "Language: tr_TR\n" "MIME-Version: 1.0\n" @@ -20,17 +21,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "ve" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "veya" @@ -38,23 +39,23 @@ msgstr "veya" msgid "%d edits by %s" msgstr " %s tarafından %d yayına hazırlanır" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d'in %d'den %d'ye" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - Özet raporlar" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" -msgstr "%s Yönetici:" +msgstr "%s yönetici:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" -msgstr "" +msgstr "%s bölümler" #: templates/web/base/status/stats.html:24 msgid "%s confirmed alerts, %s unconfirmed" @@ -89,12 +90,12 @@ msgstr "%s güncellemeler" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s bildirim – %s cevaplandı (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s ref: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -116,40 +117,40 @@ msgstr "%s, içinde %s bölüm" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>katkıda bulunanlar" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(E-posta kara listede)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(İsim Yok)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(Telefon Numarası Yok)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(yaklaşık 200,000 kişiyi kapsayan bir mesafe)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(kapalı)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(onarıldı)" @@ -158,33 +159,39 @@ msgstr "(onarıldı)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(duvar yazısı (grafiti), moloz atma, kırık kaldırım döşeme, ya da sokak aydınlatma gibi)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(kurula gönderilmemiş)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(isteğe bağlı)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(kamu)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(her ikisine de gönderildi)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Kategori seçiniz--" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Bir özellik seçiniz --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +#, fuzzy +msgid "--Choose a template--" +msgstr "Bir Taslak Seç" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -196,8 +203,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -213,11 +220,19 @@ msgstr "<strong>Hayır</strong> E mail yoluyla raporumu onaylamama izin ver" msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Hayır</strong> Güncellemelerimi e-posta yoluyla onaylamama izin ver" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Hayır</strong> e-posta yoluyla giriş yapmama izin ver" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -226,8 +241,8 @@ msgstr "<strong>Evet</strong> şifrem var" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Planlı Eylem" @@ -243,34 +258,54 @@ msgstr "" "gönderilebilir hangi sorun bildirimleri. Her bir birim için bir ya da birden fazla iletişim bilgisi ekleyebilirsiniz (farklı sorun \n" "kategorileri için) " -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Aşağıdaki formu kullanarak iletişim bilgisi ekleyin" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Bölüm ekle" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Yeni kategori ekle" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Kullanıcı ekle" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Yeni kategori ekle" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Eklenmiş %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "Ek Bilgi" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Tekrar:" @@ -282,12 +317,12 @@ msgstr "Uyarı %d için oluşturulmuş %s, tür %s, değişkenler %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Uyarı %d engellendi (oluşturuldu %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Güncellemeleri bildir" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Tüm Bildirimler" @@ -295,10 +330,16 @@ msgstr "Tüm Bildirimler" msgid "All Reports as CSV" msgstr "Tüm raporlar CSV olarak" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Tüm Bildirimler" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Tüm bildirimler" @@ -308,18 +349,7 @@ msgstr "Tüm bildirimler" msgid "All reports between %s and %s" msgstr "%s ve %s arasındaki tüm bildirimler" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Buraya bildirdiğiniz tüm bilgiler gönderilecektir" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Buraya bildirdiğiniz tüm bilgiler gönderilecektir" - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Bir güncelleştirme sorun giderildi olarak işaretlenmiş. " @@ -328,48 +358,69 @@ msgstr "Bir güncelleştirme sorun giderildi olarak işaretlenmiş. " msgid "Anonymous" msgstr "Anonim" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Anonim:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Kullanıcı ekle" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Geliştirici misiniz?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Geliştirici misiniz?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Kapsadığı alan" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "Burası geçiş sayfası ve %s yanlış olduğu için, bu sayfada yapılan bildirimler, ilgili birimdeki sorumlu kişi yerine problemi bildiren kişiye gönderilecektir." -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Farklı bir kategori atamak:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Dışarıdan bir organ atamak:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Alt bölüm atamak:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "%s atamak" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "%s atamak" @@ -381,37 +432,64 @@ msgstr "En çok geri dönen %d talepler sorgulama neticesinde geri dönmüştür msgid "At the moment only searching for and looking at reports work." msgstr "Şu an sadece arama ve raporlara göz atma kısımları çalışıyor." -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Toplumsal geri bildirim:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Denetleme bekliyor" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Geri" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Tüm bildirimler" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Email adresini engelle" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Bölümler" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Bölüm" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Bölüm:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "Tarihe Göre" @@ -423,9 +501,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Haritayı göremiyor musunuz? <em>Bu adımı atlayın</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Kategori" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Kategori:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -435,32 +530,48 @@ msgstr "Haritayı göremiyor musunuz? <em>Bu adımı atlayın</em>" msgid "Category" msgstr "Kategori" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "ör. ‘%s’ veya ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "Bu kategori için problemlerin onarılma süresi > 4 hafta" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Kategori:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Kategori: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Email adresini engelle" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Şifreyi değiştir" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -468,7 +579,7 @@ msgstr "" "Bu kişinin doğru olarak teyit edildiğini belirtmek için<strong>doğrulandı</strong> kontrol edin.\n" "Eğer kişinin kaynağından veya doğruluğundan emin değilseniz, onu kontrol edilmemiş olarak bırakın." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -476,7 +587,11 @@ msgstr "" " Kullanım kategorisinden kaldırmak için <strong>silindi</strong> kontrol edin.\n" "Problem bildirim sayfasındaki açılır menüden mevcut bir kategori olarak görünmez. " -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -493,7 +608,7 @@ msgstr "" "Bu kullanıcının ilgili birime bildirimde bulunmasına izin vermek istediğiniz konular için uygundur, gizli olanlar hariç. İngiltere'de, ekstra çöp kutusu talebi gibi hizmetlerde bunu daha önce kullanmıştık\n" "belirli bir adres için." -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." @@ -501,17 +616,12 @@ msgstr "" "Herkes tarafından kolay anlaşılabilecek bir <strong>kategori</strong> ismi seçin (ör: \"çukur\", \"sokak lambası\") aynı zamanda birime de\n" "yardımcı olacak. Bunlar problem-bildir sayfasındaki açılan menüde görüntülenecektir." -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "Bir Taslak Seç" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "dd/mm/yyyy olarak girin ya da buraya tıklayın" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Haritayı tıklayarak problemi bildirin" @@ -531,8 +641,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -546,15 +656,20 @@ msgstr "" msgid "Closed" msgstr "Kapalı" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Kurul tarafından kapatıldı" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Bildiriyi tekrar gönder" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Kapalı:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Koordinatlar:" @@ -562,26 +677,22 @@ msgstr "Koordinatlar:" msgid "Cobrand" msgstr "Cobrand " -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Yapılandırma" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Yapılandırma Son Nokta" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Onayla" @@ -602,10 +713,9 @@ msgstr "" msgid "Confirmation" msgstr "Onay" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Onaylandı" @@ -616,7 +726,7 @@ msgstr "%s ve %s arası onaylanmış raporlar" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Onaylanmış:" @@ -635,17 +745,17 @@ msgstr "Bize Ulaşın" msgid "Contact the team" msgstr "Grupla bağlantı kur" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Kullanıcı bulunamadı" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Konuma bakılamadı" @@ -659,11 +769,11 @@ msgstr "Kurul" msgid "Council contacts for %s" msgstr "Kurula ulaşmak için %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "Kurul ref: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Kurul:" @@ -678,23 +788,38 @@ msgstr "Sayma" msgid "Create a report" msgstr "Bildiri oluştur" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Kategori oluştur" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Bildiri oluştur" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Kurula bildirilmemiş" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Oluşturuldu" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Oluşturuldu:" @@ -703,13 +828,13 @@ msgstr "Oluşturuldu:" msgid "Current state" msgstr "Güncel durum" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Şu anda hiçbir organları oluşturulmamıştır." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -722,44 +847,50 @@ msgstr "Kontrol Paneli " msgid "Dealt with by subdivision within 5 working days" msgstr "Alt komisyon tarafından 5 iş günü içinde üstesinden gelinilecek" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Silindi" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Tanım" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Tanım" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detaylar" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Detaylar:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Devredildi" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -767,16 +898,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Özenle hazırlanmış işbirliği tablosu" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Don’t know" @@ -784,18 +919,18 @@ msgstr "Don’t know" msgid "Don't like forms?" msgstr "Şekilleri beğenmediniz mi?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Çoğaltmak" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -803,20 +938,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Ekle" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Bölümün detaylarını düzenle" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Bölümün detaylarını düzenle" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Kategori oluştur" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Bildiri listesini filtrele" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Tüm bildirimler" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -829,18 +996,18 @@ msgstr "Sorunu düzenleme %d" msgid "Editing update %d" msgstr "Güncellemeleri düzenleme %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Eklenen kullanıcı %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Editör" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -849,12 +1016,15 @@ msgstr "Editör" msgid "Email" msgstr "E-posta" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "E-posta kara listeye eklendi" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "E-posta adresi:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -865,24 +1035,24 @@ msgstr "E-posta uyarısı oluşturuldu" msgid "Email alert deleted" msgstr "E-posta uyarısı silindi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "E-posta kara listede" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "E-posta:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "E-posta: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -894,19 +1064,19 @@ msgstr "" "Daha fazla bilgi için bakınız\n" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Bitiş Tarihi:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Varılan nokta" @@ -928,8 +1098,8 @@ msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" msgid "Enter a nearby street name and area" msgstr "Yakınlardaki bir cadde ve bölge ismi giriniz" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -948,11 +1118,12 @@ msgstr "Problem hakkında detaylı bilgi giriniz" msgid "Error" msgstr "Hata" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Örnek postakodu " @@ -961,26 +1132,52 @@ msgstr "Örnek postakodu " msgid "Examples:" msgstr "Örnekler:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "Sorunun ne olduğunu, nerede ve nezamandan beri orada olduğunu açıklayın..." +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Kategori oluştur" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "Harici URL " + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "Harici URL " -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Harici URL " + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Harici URL " + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "İlave veriler:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "İlave veriler:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "Mesajınız iletilemedi" @@ -990,23 +1187,23 @@ msgstr "Mesajınız iletilemedi" msgid "Filter report list" msgstr "Bildiri listesini filtrele" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "İlk kez" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Sorun çözüldü" @@ -1020,11 +1217,17 @@ msgstr "Sorun çözüldü- Kurul" msgid "Fixed - User" msgstr "Sorun çözüldü- Kullanıcı" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Yeni bildiriler" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Sorun çözüldü:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Silindi olarak seçildi" @@ -1033,8 +1236,8 @@ msgstr "Silindi olarak seçildi" msgid "Flag user" msgstr "Kullanıcıyı seç" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Seçildi" @@ -1042,7 +1245,7 @@ msgstr "Seçildi" msgid "Flagged reports and users" msgstr "Seçilen bildirimler ve kullanıcılar" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Seçilen kullanıcılar <a href='%s'>etiketliler</a>sayfasında listelendi." @@ -1050,8 +1253,8 @@ msgstr "Seçilen kullanıcılar <a href='%s'>etiketliler</a>sayfasında listelen msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Seçilen kullanıcılar hiç bir şekilde kısıtlanmamıştır. Bu sadece dikkate alınmak üzere işaretlenen kullanıcıların listesidir." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Seçilenler:" @@ -1059,20 +1262,25 @@ msgstr "Seçilenler:" msgid "Follow a ward link to view only reports within that ward." msgstr "Sadece o bölge içinde yer alan raporları görüntülemek için bölge linkini takip ediniz." -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "Daha fazla bilgi için, bakınız <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'> FixMyStreet'in Mapit'i nasıl kullandığını</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Şifrenizi mi unuttunuz?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1082,12 +1290,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Sıkça Sorulan Sorular" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr " Google Haritadaki GeoRSS " - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Güncellemeleri yap" @@ -1101,7 +1305,7 @@ msgstr "%s Problemlerin güncellemelerini yap" msgid "Get updates of problems in this %s" msgstr " Bu %s'te problemlerin güncellemelerini yap" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Bana RSS hakkında geri dönüş yapın" @@ -1109,53 +1313,64 @@ msgstr "Bana RSS hakkında geri dönüş yapın" msgid "Glad to hear it’s been fixed!" msgstr "Problemin çözüldüğünü duymak güzel" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Git" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Anket gönderecek misiniz?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Zamanla oluşan problemlerin duruma göre grafikleri" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Gri çizgiler artık var olmayan kurulları göstermektedir." -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Bu sorun giderildi mi? " -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Daha önce bir problemi bir kurula bildirdiniz mi, yoksa bu ilk defa mı?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Yardım" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "‘%s’ için yerel sorun uyarı çeşitleri buradadır." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Merhaba %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1163,19 +1378,19 @@ msgstr "Merhaba %s" msgid "Hidden" msgstr "Gizli" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Eskileri gizle" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "İğneler gizle" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Tarihçe" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Anasayfa" @@ -1183,12 +1398,12 @@ msgstr "Anasayfa" msgid "How to report a problem" msgstr "Bir problem nasıl bildirilir" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Başarılı bildirim nasıl gönderilir" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "@fixmystreet'e bir problemi henüz bildirdim." @@ -1202,8 +1417,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Maalesef veri tabanında sorunun yerini bulamadık.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1212,14 +1428,14 @@ msgstr "Maalesef veri tabanında sorunun yerini bulamadık.\n" msgid "ID" msgstr "Kimlik" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." msgstr "" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1229,38 +1445,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "Sorununuzun durumu ile ilgili daha fazla bilgi almak istiyorsanız, lütfen ana sayfaya geri dönün ve bir güncelleme bırakın." -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Buraya bildireceğiniz problemin konusu ve detayları tüm herkese açık olacaktır, fakat bahse konu problem ilgili kuruma strong>bildirilmeyecektir.</strong> " -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1271,14 +1496,14 @@ msgstr "" msgid "Illegal ID" msgstr "Kanunsuz kimlik " -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Yasadışı bildirim seçimi" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "Devam Etmekte" @@ -1290,8 +1515,8 @@ msgstr "Gereksiz bölümüne atılsın mı?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1304,18 +1529,26 @@ msgstr "Devam etmekte" msgid "Inbox zero, here we come!" msgstr "Gelen kutusu boş " -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Bildiren kişinin kişisel bilgilerini dahil et" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Onaylanmamış bildirimleri dahil et" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Hatalı sahip_fotoğraf değer \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "İç notlar" @@ -1325,19 +1558,23 @@ msgstr "İç notlar" msgid "Internal referral" msgstr "İç yönlendirme" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Geçersiz ajans_sorumlu değer %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Geçersiz bitiş tarihi" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Geçersiz format %s belirlenmiş." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Geçersiz başlangıç tarihi" @@ -1345,8 +1582,8 @@ msgstr "Geçersiz başlangıç tarihi" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "İncelenmekte" @@ -1354,33 +1591,33 @@ msgstr "İncelenmekte" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr " FAQs'ı kontrol et</a> bu çözüme ulaşmak için <a href=\"%s\">en hızlı yoldur." -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "Kurula iletilmek üzere." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Bu bilgisayarda oturumu açık tut" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Son düzenleyen" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Son güncelleme:" @@ -1388,11 +1625,16 @@ msgstr "Son güncelleme:" msgid "Last update:" msgstr "Son güncelleme:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Son güncelleme:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Eğerbu birime bürün bildirimler aynı gönderme yöntemi ile yapılacak ise burayı boş bırakın (ör., \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Bildirilmiş problemleri güncelle" @@ -1414,7 +1656,7 @@ msgstr "Yerel RSS bildirimi ve e-posta uyarısı" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Yerel RSS bildirimi ve‘%s’ için e-posta uyarısı" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Yerel uyarılar" @@ -1422,47 +1664,73 @@ msgstr "Yerel uyarılar" msgid "Locate the problem on a map of the area" msgstr "Problemin bulunduğu alandaki haritayı bul ve işaretle" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "HARİTA" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "Harita" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "Gönderildi olarak işaretle" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "8 hafta önce halledilmiş/kapatılmış olarak işaretlendi" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "8 haftadan daha uzun bir süre önce halledilmiş/kapatılmış olarak işaretlendi" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "İleti" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +#, fuzzy +msgid "Missing bodies:" +msgstr "%s bölümler" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Eksik yetki_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Bildiren kişinin kişisel bilgilerini dahil et" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Bildiri oluştur" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Bir iş gününe bölünmüş bir şekilde yönetilmiştir" @@ -1471,35 +1739,47 @@ msgstr "Bir iş gününe bölünmüş bir şekilde yönetilmiştir" msgid "Month" msgstr "Ay" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "İsim" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "İsim:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "İsim: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "Bu problemin güncellemelerini RSS olarak besle" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1509,12 +1789,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1524,20 +1804,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Yeni <br>sorunlar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Yeni bölüm eklendi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Yeni kategori bilgisi eklendi" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "E-posta adresi:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Yeni iç bilgi notu: " @@ -1545,10 +1830,21 @@ msgstr "Yeni iç bilgi notu: " msgid "New local problems on FixMyStreet" msgstr "FixMyStreet'taki yeni yerel problemler" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Şifre:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Yeni bildiriler" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "" @@ -1577,40 +1873,50 @@ msgstr "Yeni bildiriler" msgid "New state" msgstr "Yeni durum" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Sonraki" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Hayır" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "diğer bölgeler:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Birim yok" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Kurul yok" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Seçilmiş kurul yok" @@ -1626,17 +1932,17 @@ msgstr "İşaretlenen problemler bulunamadı." msgid "No flagged users found." msgstr "İşaretlenen kullanıcılar bulunamadı." -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Güncelleme yok" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Herhangi bir geri dönüş olmamıştır" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1647,12 +1953,21 @@ msgstr "" msgid "No supporters" msgstr "Destek sağlayıcı yok" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Hiçbiri" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1662,19 +1977,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Sorumlu değildir" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Benim bölümüm için değil" @@ -1682,12 +1997,12 @@ msgstr "Benim bölümüm için değil" msgid "Not reported before" msgstr "Daha önce bildirilmedi" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Kurula bildirilmemiş" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Not" @@ -1696,9 +2011,8 @@ msgstr "Not" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Not:" @@ -1710,23 +2024,21 @@ msgstr "Not:<strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Şimdi bildirimini&hellip kaydet;" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Tamam" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Eski/ bilinmeyen <br>problemler" @@ -1734,44 +2046,53 @@ msgstr "Eski/ bilinmeyen <br>problemler" msgid "Old state" msgstr "Eski durum" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Geçmişte <br>onarılmış" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Eski <br>sorunlar" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "Tek-satırlık özet" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Aç" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "Geçmişte 8 haftanın güncellemesi dahil olmak üzere ek olarak 4 hafta daha ulaşılabilir" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "Açık, fakat son 8 hafta içinde herhangi bir güncelleme yapılmamıştır" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "mySociety FixMyStreet sunucusu için Open311 API " +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Open311 özellikleri" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311 giriş sayfası" @@ -1780,23 +2101,23 @@ msgstr "Open311 giriş sayfası" msgid "Open311 specification" msgstr "Open311 özellikleri" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Veya 'e bildirilen sorunlar:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Diğer" @@ -1809,7 +2130,7 @@ msgstr "Sahibi" msgid "Page Not Found" msgstr "Sayfa bulunamadı" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Ebeveyn" @@ -1819,75 +2140,88 @@ msgstr "Ebeveyn" msgid "Partial" msgstr "Kısmi" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Şifre (isteğe bağlı)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Şifre:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Permalink" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefon numarası" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Telefon numarası (isteğe bağlı)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Telefon:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Fotoğraf" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Fotoğraf" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Son zamanlarda bildirilen çevredeki fotoğraflar " +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Harita üzerine işaretleyin" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1902,11 +2236,13 @@ msgstr "Planlanmış" msgid "Please be polite, concise and to the point." msgstr "Kibar, açık ve hedef odaklı olun." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Şifreyi kontrol ediniz ve tekrar deneyiniz" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1914,19 +2250,21 @@ msgstr "Şifreyi kontrol ediniz ve tekrar deneyiniz" msgid "Please check your email address is correct" msgstr "E-posta adresinizin doğruluğunu kontrol ediniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Kategori seçiniz" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Bir özellik seçin" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "Lütfen aşağıdaki hataları düzeltiniz" @@ -1941,50 +2279,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Mesaj giriniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Şifre giriniz" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Şifre giriniz" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Konu giriniz" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Geçerli e-posta giriniz" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Geçerli e-posta adresi giriniz" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Lütfen bir kaç ayrıntı giriniz" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1994,8 +2339,8 @@ msgstr "Lütfen bir kaç ayrıntı giriniz" msgid "Please enter your email" msgstr "E-posta giriniz" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Lütfen mail adresinizi giriniz" @@ -2009,9 +2354,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Lütfen adınızı ve soyadınızı giriniz, kurullar için gereklidir – eğer isminizin sitede kullanılmasını istemiyorsanız, aşağıda bulunan kutucuktan tiki kaldırınız." #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Lütfen isminizi giriniz" @@ -2038,12 +2383,12 @@ msgstr "Lütfen rahat bir şekilde <a href=\"%s\"> tekrar giriş yapın</a>, vey msgid "Please fill in details of the problem below." msgstr "Lütfen aşağıdaki probleme ait ayrıntıları giriniz." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Lütfen probleme ait ayrıntıları giriniz." #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Lütfen aşağıda verilen formu problemin detayları ile ilgili doldurunuz ve konumu detay kutucuğu içerisine mümkün oldukça yakın bir şekilde tarif ediniz." @@ -2059,12 +2404,12 @@ msgstr "Güncellemeler kurula gönderilmemiştir." msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Bildiriminiz henüz <strong>gönderilmemiştir. Bir kategori seçiniz ve ayrıntılı bilgi ekleyiniz, sonra kaydediniz." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2073,6 +2418,11 @@ msgstr "" msgid "Please note:" msgstr "Lütfen dikkat:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Bu bildirimi neden paylaşatığınza dair lütfen bir kaç açıklama yapın" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Bu bildirimi neden paylaşatığınza dair lütfen bir kaç açıklama yapın" @@ -2086,15 +2436,15 @@ msgstr "Hem metin hem de fotoğraf ekleyiniz" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Bir kurula daha önce sorun bildirip bildirmediğinizi belirtin" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Bilgilendirme seçiniz" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "İstediğiniz bir bildiri şekli secin" @@ -2102,24 +2452,23 @@ msgstr "İstediğiniz bir bildiri şekli secin" msgid "Please state whether or not the problem has been fixed" msgstr "Problemin giderilmiş veya giderilmemiş olması durumunu bildiriniz lütfen" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Sadece JPEG formatı yükleyin" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Mesaj gönderin" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Güncellemeleri buraya yazınız" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2141,11 +2490,19 @@ msgstr "Tarafından paylaşıldı %s saat %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Önceki" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "Gizlilik" @@ -2155,15 +2512,13 @@ msgstr "Gizlilik" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Özel" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Sorun" @@ -2179,12 +2534,13 @@ msgstr "Problem %s onaylandı" msgid "Problem %s sent to council %s" msgstr "Problem %s kurula gönderildi %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Sorun devlet tarafından meydana gelmiştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Problem çözülmemiş olarak işaretlenmiştir." @@ -2192,15 +2548,16 @@ msgstr "Problem çözülmemiş olarak işaretlenmiştir." msgid "Problem state change based on survey results" msgstr "Araştırma sonucu göz önünde bulundurularak problemin durumundaki değişim" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Sorunlar" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Çevredeki problemler" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Haritadaki problemler" @@ -2208,12 +2565,12 @@ msgstr "Haritadaki problemler" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet'te kısa bir süre önce onarıldı olarak bildirilen problemler" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Konumun %.1fkm içerisinde yer alan sorunlar" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "%s deki problemler" @@ -2224,15 +2581,15 @@ msgstr "%s semtindeki sorunlar" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "İlgilenilen kısım içinde yer alan sorunlar:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Emlak adresi:" @@ -2240,28 +2597,38 @@ msgstr "Emlak adresi:" msgid "Provide an update" msgstr "Güncellemeye izin ver" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Güncellemeye izin ver" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "İsim ve şifre edinmek isteğe bağlıdır, fakat şifre almış olmanız durumunda sorunları bildirmek, güncellemeleri yapmak ve bildirimleri yönetmek daha kolay olacaktır." -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Şifre sağlamak isteğe bağlıdır, fakat şifre almış olmanız durumunda sorunları bildirmek, güncellemeleri yapmak ve bildirimleri yönetmek daha kolay olacaktır." -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Toplumsal geri bildirim:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Toplumsal geri bildirim:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Fotoğraf yayınla" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Anket" @@ -2278,11 +2645,11 @@ msgstr "%d sorunu için gönderilen %d anket" msgid "Questionnaire filled in by problem reporter" msgstr "Anket sorun bildirici tarafından dolduruldu" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS besleme" @@ -2294,10 +2661,10 @@ msgstr "%s için RSS Besleme" msgid "RSS feed for %s ward, %s" msgstr "%s için %s gözetiminde RSS besleme" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "%s için RSS besleme" @@ -2306,12 +2673,12 @@ msgstr "%s için RSS besleme" msgid "RSS feed of %s, within %s ward" msgstr "%s içinde %s gözetimiyle RSS besleme" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "Civardaki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "%s içerisindeki problemlerle alakalı RSS besleme" @@ -2326,22 +2693,26 @@ msgid "RSS feed of recent local problems" msgstr "Son günlerdeki yerel problemlerle alakalı RSS besleme" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "Bu problemin güncellemelerini RSS olarak besle" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Bu sorunda herhangi bir güncelleme olduğunda e-posta ile bildir." +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Yakın zamanda <br>onarılmış" @@ -2349,6 +2720,11 @@ msgstr "Yakın zamanda <br>onarılmış" msgid "Recently reported problems" msgstr "Yakın zamanda bildirilen problemler" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Güncellemeleri yap" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "Şehir Dedektifi uygulamasının temel amacının, kamusal alanlardaki alt ve üst yapıları ile alakalı problemlerin ilgili kurumlara iletilmesini sağlamak olduğunu hatırlatır, bahse konu alanlar dışındaki problem veya şikayetlerin ilgili kuruma direk olarak iletilmesini tavsiye ederiz." @@ -2357,13 +2733,23 @@ msgstr "Şehir Dedektifi uygulamasının temel amacının, kamusal alanlardaki a msgid "Remove flag" msgstr "İşareti kaldır" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Fotoğrafı kaldır (mümkün olmayabilir)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2371,17 +2757,27 @@ msgstr "" msgid "Report" msgstr "Bildirim" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Bildirim" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Bir problem bildir" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Kötüye kullanım bildir" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Bildirimler" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "%s 'e bildir" @@ -2396,23 +2792,23 @@ msgstr "Probleminizi bildirin" msgid "Report, view, or discuss local problems" msgstr "Yerel problemleri bildir, göster ve tartış" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "%s 'e ananim olarak bildirilmiş" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Önceden bildirilmiş" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "%s tarafından %s de bildirilmiştir" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2420,50 +2816,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "%s kategorisine bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "%s kategorisine anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr " %s tarafından %s kategorisinde %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "%s aracılığıyla anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "%s yoluyla %s tarafından %s da bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "%s aracılığıyla %s kategorisine anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr " %s tarafından %s kategorisinde %s aracılığıyla %s 'e bildirilen raporlar" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "Son dört haftada bildirilenler" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Bir problemin bildirilmesi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Bildirimler" @@ -2475,22 +2872,69 @@ msgstr "Bildirimler %s karakter olarak sınırlıdır. Bildiriminizi kısaltın msgid "Reports awaiting approval" msgstr "Onay bekleyen bildirimler" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Yayınlanmış bildirimler" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Onay bekleyen bildirimler" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Bildiriyi tekrar gönder" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +#, fuzzy +msgid "Response Templates" +msgstr "Bir Taslak Seç" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Doğru yer mi?" @@ -2504,46 +2948,56 @@ msgstr "Bu isimli yol için yol operatörü (yol referans numarası ve türünde msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Bu isimli yol için yol operatörü (OpenStreetMap'ten): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Sola Yerleştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Sağa Yerleştir" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "Uydu" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Değişiklikleri kaydet" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Bildirimleri ara" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Kullanıcı Ara" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Bildirimleri ara" @@ -2553,81 +3007,120 @@ msgstr "Bildirimleri ara" msgid "Search:" msgstr "Ara:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Aranan sonuç bulunamadı." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Arama sonucu kullanıcı bulunamadı" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Bir bölüm seç" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "Oraya gönderilmiş bildirimleri görmek için, belirli bir kurul seç " -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Bölge seç" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Konu:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "%s %s sonra gönder" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "gönderildi:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Hizmet:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Paylaş" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Tarafından paylaşıldı %s saat %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "İsmimi açıkça göster " -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Eskileri göster" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "İşaretlemeleri göster" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Giriş yap" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Giriş yapın ve bir hesap oluşturun " -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Çıkış" @@ -2636,8 +3129,8 @@ msgstr "Çıkış" msgid "Some categories may require additional information." msgstr "Bazı kategoriler ek bilgiler gerektirebilir." -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2648,8 +3141,7 @@ msgid "Some photos of recent reports" msgstr "Son bildirimlerden bazı fotograflar" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Konumun belirlenebilmesi için tarif" @@ -2665,16 +3157,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Üzgünüz, sorununuzu onaylarken bir hata oluştu." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Üzgünüz, konum bulunamadı." #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2684,35 +3176,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Üzgünüz, konum ayrıştırılamadı. Daha sonra tekrar deneyin." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Başlangıç Tarihi:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Devlet" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Devlet:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "İstatistik" @@ -2726,12 +3238,12 @@ msgstr "Durum" msgid "Still open, via questionnaire, %s" msgstr "Henüz çözülmemiş, anket aracılığıyla, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Alt kategori: %s" @@ -2743,34 +3255,35 @@ msgstr "Alt bölüm/Bölüm" msgid "Subject" msgstr "Konu" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Konu:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Kaydet" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Değişiklikleri kaydet" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Anketi kaydet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2781,38 +3294,53 @@ msgid "Submitted" msgstr "Kaydedildi" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Kaydet" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "E-posta uyarısını benim için onayla" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Problem hakkında detaylı bilgi giriniz" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Değişiklikleri kaydet" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Özet" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Özet bildirimler" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Anket" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Anket Sonuçları" @@ -2820,27 +3348,29 @@ msgstr "Anket Sonuçları" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Metin" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Salt metin sürümü " +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Metin:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "Bu konuyu bildirdiğiniz için teşekkür ederiz!" @@ -2853,6 +3383,10 @@ msgid "Thank you for updating this issue!" msgstr "Bu konuyu güncellediğiniz için teşekkür ederiz!" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "Geri bildiriminiz için teşekkür ederiz" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "Geri bildiriminiz için teşekkür ederiz" @@ -2865,62 +3399,64 @@ msgstr "Resim yüklediğiniz için teşekkür ederiz. Şİmsi sorunu konumlandı msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?" msgstr "Teşekkürler, sorunun hallolduğuna sevindim. Bu sorunu daha önce herhangi bir birime bildirmiş miydiniz?" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Bu şekilde resim doğru yüklemiş gibi görünmüyor (%s), lütfen tekrar deneyin." -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Bu konuma bir kurul tarafından ele alınacak gibi görünmüyor; belki de deniz ya da ülke dışındadır. Lütfen tekrar deneyin." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "Konum İngiltere'de görünmüyor; lütfen tekrar deneyin." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Üzgünüz, bu posta kodu bulunamadı." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "Problem gönderildi olarak işaretlenmiştir." -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Bu problem yeniden gönderilecektir." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Bu bildirim %s 'te görüntülenemiyor" -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." msgstr "<strong>e-posta adresi</strong> bu kategoriye hangi bildirimlerin gönderileceğinin adresidir. Bu bölüm için diğer kategoriler aynı e-posta adresine sahiptir." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." msgstr "<strong>son aşama</strong> FixMyStreet'in, o birime gönderilen bildirimlerin bulunduğu sayfanın link'idir." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2930,8 +3466,8 @@ msgstr "<strong>gönderme yöntemi</strong> sorunun bildiriminin birime nasıl g msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2948,7 +3484,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "Başarı ödül tablosu editörün faaliyetlerini göstermektedir (kimin en fazla kayıt düzenlediği)." #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Hata buydu: %s" @@ -2990,12 +3526,12 @@ msgstr "Kullanıcı tarafından bildirilen {{NAME}} sınırları içindeki en so msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "Ulaşılabilir bölgelerin listesi %s'teki Mapit hizmeti tarafından sağlanmaktadır." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Şifreler eşleşmiyor" @@ -3003,22 +3539,16 @@ msgstr "Şifreler eşleşmiyor" msgid "The requested URL '%s' was not found on this server" msgstr "Talep edilen URL '%s' bu sunucuda bulunamadı " -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "en basit uyarı bizim coğrafi olandır:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "Özet ve tanımlamalar kamuoyuna açıklanacak (bakınız <a href=\"/privacy\">privacy policy</a>) " - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Kullanıcı sorunu harşta üzerinde konumlandıramadı ama onların girdiği bölgenin etrafındaki konumları görmek için." -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3026,11 +3556,11 @@ msgstr "Kullanıcının <strong>ismi</strong işaretlenmemiş <em> anonim</em> o #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "Gösterilecek hiçbir rapor yok." -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Tüm Bildirimlerin görüntülendiği sayfada bir sorun var. Lütfen daha sonra tekrar deneyin." @@ -3039,18 +3569,18 @@ msgstr "Tüm Bildirimlerin görüntülendiği sayfada bir sorun var. Lütfen dah msgid "There was a problem showing this page. Please try again later." msgstr "Bu sayfa görüntülenirken bir sorun oluştu. Lütfen daha sonra tekrar deneyin." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "E-posta ve şifre uyumu sorunu vardı. eğer şifrenizi hatırlamıyorsanız veya şifreniz yoksa lütfen formun email&rsquo tarafından ‘sign bölümünü doldurunuz. " -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "E-posta / şifrenizde bir sorun oluştu. Lütfen tekrar deneyiniz." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." @@ -3058,12 +3588,12 @@ msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." msgid "There were problems with your report. Please see below." msgstr "Bildiriminiz esnasında hata oluştu. Lütfen aşağıya bakınız." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "Güncellemede bir hata oluştu. Lütfen aşağıya bakınız." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3072,39 +3602,60 @@ msgid "" " " msgstr "Bu ayarlar Open311 (veya diğer back-end integration) problemini kapsayan ve <br>bildirimlerin ulaşacağı birimlerin kullanılması içindir. Open311 hakkında daha fazla bilgi için<a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>bu makale</a> bakınız." +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Kişisel bilgileriniz sadece bizim <a href=\"/privacy\">gizlilik politikası</a> uyumluluğu çerçevesinde kullanılacaktır" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Kişisel bilgileriniz sadece bizim <a href=\"/privacy\">gizlilik politikası</a> uyumluluğu çerçevesinde kullanılacaktır" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "Bu API uygulaması çalıştırılma aşamadındadır ve henüz stabilize edilmemiştir." -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "Bu birim hiçbir bölgeyi kapsamamaktadır. Bu bildirilen <em>raporlar üzerinde hiçbir konum için</em> yetkisi olmadığı anlamı taşımaktadır. Kısaca bu kategorilerden hiçbiri kullanıcı problem bildirildiğinde drop-down kategorisinde görüntülenmeyecektir." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "Bu bölüm herhangi bir iletişim bilgisine sahip değil. Yani bu bölüme bildirilen problemler <strong>gönderilmeyecek</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "Bu birime sadece <strong>alanda yer alan ve</strong> konuyu kapsayan bildirimler gönderilebilecektir. Bu birime bu iki maddeden herhangi birini kapsamayan bildirimler ulaşmayacaktır." -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "Kullanıcının problemi sınıflandırmama durumunda, bu e-posta problemin konumunu kapsayacak iki kurula da gönderilir. Eğer problemle ilgilenecek olan doğru kurul değil iseniz, bu bildirimi dikkate almayınız veya problemin hangi kategoriyle olduğunu bize bildirin ki biz de sistemimizde doğru kurula yönlendirelim." -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 msgid "This email has been sent to several councils covering the location of the problem, as the category selected is provided for all of them; please ignore it if you're not the correct council to deal with the issue." msgstr "Bu e-posta problemin konumunu kapsayan çeşitli kurullara gönderilmiştir. Seçilmiş kategori kurulun yetki alanı dışındaysa, bu sorunu dikkate almayın." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Bu bilgi gereklidir" @@ -3113,62 +3664,72 @@ msgstr "Bu bilgi gereklidir" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "Burası gelişen bir sitedir, her an çökebilir ve veritabanı belli aralıklarla silinmektedir." -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "Bu, bu sitedeki bütün raporların özetidir." -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Bu problem çözüldü" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Bu problem giderilemedi" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Bu rapor işlenmeyi bekliyor." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Bu rapor şu an kapalı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Bu rapor şu an onarıldı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Bu rapor şu an açık olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Bu bildirim anonim olarak " -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Bu internet sitesine problemin fotoğrafı da kullanıcı tarafından eklenmiştir. " -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Zaman çizelgesi" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Başlık" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3181,18 +3742,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "senin için hazırladığımız yerel uyarıları bulmak için lütfen posta kodu veya cadde adı ve bölgeyi giriniz" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "Bu konudaki kesin lokasyonu haritasını göstermek için" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Toplam" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Oluşturuldu:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Tekrar dene" @@ -3203,20 +3781,25 @@ msgstr "Direkt olarak e-posta gönderin:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Onarımı mümkün değil" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Onaylanmamış" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Yeni bildiriler" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Bilinmeyen" @@ -3225,18 +3808,19 @@ msgstr "Bilinmeyen" msgid "Unknown alert type" msgstr "Bilinmeyen uyarı tipi" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Bilinmeyen hata" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Bilinmeyen ID problemi" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Güncelleme" @@ -3252,12 +3836,12 @@ msgstr "Aşağıdaki anonim olarak %s 'e ekleneni güncelle" msgid "Update below added by %s at %s" msgstr "Aşağıda %s tarafıdan %s 'e ekleneni güncelle" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Bölümü güncelle" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Arızayı birim tarafından güncelle" @@ -3265,20 +3849,20 @@ msgstr "Arızayı birim tarafından güncelle" msgid "Update by {{name}}" msgstr "{{name}} göre güncelleme" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Değiştirilen problemin durumunu %s olarak güncelle" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "İşaretlenmiş problemi onarıldı olarak güncelle" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Tekrardan değerlendirilen problemi güncelle" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Güncelleme durumu" @@ -3288,13 +3872,13 @@ msgstr "Güncelleme durumu" msgid "Updated" msgstr "Güncellendi" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Güncellendi!" @@ -3304,7 +3888,7 @@ msgstr "Güncellendi!" msgid "Updates" msgstr "Güncellemeler" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Güncellemeler %s uzunluğunda karakter ile sınırlıdır. Lütfen güncellemenizi kısaltın." @@ -3318,20 +3902,29 @@ msgstr "{{title}} daki güncellemeler" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "Detayları kaydetmek için sadece adminin ekranında görünen <strong>notu</strong> kullanın. Bilgiler kuruma gönderilmeyecek ve kimse tarafından görünmeyecektir." -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Kullanıcı etiketi kaldırıldı" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Kullanıcı etiketlendi" @@ -3339,23 +3932,28 @@ msgstr "Kullanıcı etiketlendi" msgid "User search finds matches in users' names and email addresses." msgstr "Arama sonuçları kullanıcı adı ve e-posta adresi ile uyumludur." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Kullanıcılar" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Değerler güncellendi" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Raporun sitede görüntülemek" @@ -3365,7 +3963,7 @@ msgid "View reports by ward" msgstr "Semte göre bildirimleri görüntüle" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Bir konum görüntülemek" @@ -3382,23 +3980,17 @@ msgstr "Bu kurulun ilgilendiği bölge" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "O bölgede birden fazla işaretlenmiş yer mevcut. On tane işaretlenmiş yer gösterilebilmektedir. Eğer sizinki bunlar arasında değilse, farklı şekilde arayın." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "E-posta adresiniz gizli tutulacaktır" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Telefon numaranızı ve e-posta adresinizi gizli tutulacaktır" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Bu problemin %s sorumluluğunda olduğunun farkındayız; ancak, şu anda irtibat bilgilerine sahip değiliz. Eğer uygun irtibat adresini biliyorsanız, bizimle iletişime geçin." @@ -3419,15 +4011,11 @@ msgstr "We’re problemin çözülemediği için üzgünüz. Yerel temsilcil msgid "We’ll get back to you as soon as we can." msgstr "Mümkün olan en kısa sürede size dönüş yapacağız." -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "Konu ne ve nerede?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Yayınlandığında" @@ -3436,7 +4024,7 @@ msgstr "Yayınlandığında" msgid "When sent" msgstr "Gönderildiğinde" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3444,8 +4032,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "Neden devam etmiyorsun? <a href=\"/alert\">Ücretsiz olarak</a> daha fazla uyarı ekle." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3459,7 +4047,7 @@ msgstr "kurum_sorumluluğunun birime gelen talepleri sınırlandırması mümkü msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "FixMyStreet'e katkıda bulunmak ister misin? Şifremiz herkese açıktır ve <a href=\"http://fixmystreet.org\"> burdan ulaşılabilir fixmystreet.org</a>." -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Durumunu kontrol etmek için 4 hafta sonra bir anket yolu ile hatırlatma ister misiniz?" @@ -3475,22 +4063,22 @@ msgstr "Yanlış konum mu? Harita üzerine tekrardan tıklayın." msgid "Year" msgstr "Yıl" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Evet" @@ -3516,7 +4104,7 @@ msgstr "Aşağıdaki kişisel bilgi veya benzeri kötü niyetli raporları içer msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Problemi <a href=\"%s%s\">bu site üzerinde görüntüleyebilir siniz</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Kötü niyetli bir kullanıcının e-postasını otomatik olarak gizlenen (ve asla gönderilmeyen) raporların bulunduğu kara listeye ekleyebilirsiniz." @@ -3533,18 +4121,18 @@ msgstr "" "Herhangi bir rapor veya kullanıcıyı düzenleyerek etiketleyebilirsin, ve onlar bu sayfada listelenmiştir. \n" "Örneğin, uygunsuz postaları gönderen kullanıcıya göz atmak istersen bu yararlı olabilir." -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "Lokal problemler için bize iletişim kurabileceğimiz e-posta adresi bularak bize yardımcı olabilirsiniz %s için ve bize <a href='mailto:%s'>%s</a>postalayarak." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Eğer bir bölümü sitede aktif olarak bulunsun istemiyorsanız, silindi olarak işaretleyebilir siniz." -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Kabul etmediniz; lütfen yukardaki kutuyu doldurun" @@ -3552,13 +4140,13 @@ msgstr "Kabul etmediniz; lütfen yukardaki kutuyu doldurun" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "Bu anketi doldurdunuz. Eğer bir sorunuz var ise, lütfen <a href='%s'>iletişime geçin</a>, veya <a href='%s'>problemini sun</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3567,59 +4155,66 @@ msgstr "" msgid "You have been signed out" msgstr "Çıkış yaptınız" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Sorunun olduğu yeri harita üzerinde yeşil bir imge ile işaretlediniz. Eğer doğru yer değilse tekrar haritanın üzerine tıklayın." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "E-posta adresiniz başarıyla onaylandı." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Başarılı bir şekilde giriş yaptınız; lütfen bilgilerinizi kontrol edin ve onaylayın" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Henüz herhangi bir bildirim oluşturmadınız. <a href=\"%s\">Şimdi sorun olarak bir bildiri .</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "Henüz herhangi bir bildirim oluşturmadınız. <a href=\"%s\">Şimdi sorun olarak bir bildiri .</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Rapor gönderilmeden önce<a href=\"%s\">bazı bölümler</a> (örneğin kurullar veya bölge müdürlüğü) eklenmeli. " -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." msgstr "" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Tekrardan göndermek istiyor musun?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Bildirimlerin" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Hesabı onayla" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "E-posta adresiniz" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3629,13 +4224,12 @@ msgstr "E-posta adresin" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Bilgileriniz sadece bizim <a href=\"/privacy\">gizlilik politikası</a> uyumluluğu çerçevesinde kullanılacaktır" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Adınız" @@ -3646,46 +4240,54 @@ msgstr "Adınız" msgid "Your password" msgstr "Şifreniz" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Şifren değiştirildi" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Telefon numaran" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Bildirimlerin" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Bildirimlerin" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Güncellemelerin" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "E-posta adresiniz" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "%s tarafından" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "Kurul" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "harita kullanılmamış" @@ -3694,15 +4296,11 @@ msgstr "harita kullanılmamış" msgid "e.g. ‘%s’ or ‘%s’" msgstr "ör. ‘%s’ veya ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "kullanıcı düzenle" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3713,7 +4311,7 @@ msgstr " %s farklı kullanıcılardan" msgid "last updated %s" msgstr "son güncelleme %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "bir dakikadan az" @@ -3758,13 +4356,23 @@ msgstr "Planlandı olarak işaretle" msgid "marked as unable to fix" msgstr "onarılamaz olarak işaretle" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "n/a" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(isteğe bağlı)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "veya" @@ -3772,22 +4380,22 @@ msgstr "veya" msgid "or locate me automatically" msgstr "veya beni otomatik olarak bul" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "özgün giriş: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "diğer bölgeler:" @@ -3796,41 +4404,40 @@ msgstr "diğer bölgeler:" msgid "reopened" msgstr "yeniden açıldı" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "çıkış yap" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "ilgili yerel kurul " -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "Kullanıcı haritayı kullanmadığından herhangi bir işaret görünmüyor" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "bu tip lokal problem" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "bugün" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "kullanılan harita" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "kullanıcının problemi - %d kuruldaki problemle aynı" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "kullanıcı problemin sahibi" @@ -3845,7 +4452,7 @@ msgid "<big>%s</big> report recently" msgid_plural "<big>%s</big> reports recently" msgstr[0] "<big>%s</big> son bildirimler" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3857,7 +4464,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d destekçiler" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3869,13 +4476,13 @@ msgid "<big>%s</big> update on reports" msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> bildirimlerin güncellemeleri" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] " Bahsettiğiniz alanı kapsayan ilgili kurul hakkında detaylı bilgimiz yok." -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3893,59 +4500,56 @@ msgid "<big>%s</big> fixed in past month" msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "<big>%s</big> geçen ay onarıldı" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d gün" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "Bahsettiğiniz alanı kapsayan ilgili diğer kurullar hakkında henüz detaylı bilgimiz <strong>yok</strong>" -#~ msgid "%s, reported at %s" -#~ msgstr "%s, rapor edilmiş %s" - -#~ msgid "About us" -#~ msgstr "Hakkımızda" +#~ msgid "(public)" +#~ msgstr "(kamu)" -#~ msgid "Email me new local problems" -#~ msgstr "Yeni yerel problemleri e posta olarak gönder" +#~ msgid "Additional Information" +#~ msgstr "Ek Bilgi" -#~ msgid "Empty flat or maisonette" -#~ msgstr "Boş daire veye müstakil ev" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Buraya bildirdiğiniz tüm bilgiler gönderilecektir" -#~ msgid "Empty house or bungalow" -#~ msgstr "Boş ev veya bungalov" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Buraya bildirdiğiniz tüm bilgiler gönderilecektir" -#~ msgid "Empty office or other commercial" -#~ msgstr "Boş büro veya diğer ticari yerler" +#~ msgid "Configure Endpoint" +#~ msgstr "Yapılandırma Son Nokta" -#~ msgid "Empty pub or bar" -#~ msgstr "Boş pub veya bar" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "Sorunun ne olduğunu, nerede ve nezamandan beri orada olduğunu açıklayın..." -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Boş kamu binası- okul, hastane, vb." +#~ msgid "GeoRSS on Google Maps" +#~ msgstr " Google Haritadaki GeoRSS " -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "Yakın çevrede bulunan cadde ismi, bölge ismi, posta kodu veya Delhi de bulunan semti girin" +#~ msgid "One-line summary" +#~ msgstr "Tek-satırlık özet" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "Survey" +#~ msgstr "Anket" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Maalesef onaylanmamış bildirimleri onaylayamıyorsunuz." +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "Özet ve tanımlamalar kamuoyuna açıklanacak (bakınız <a href=\"/privacy\">privacy policy</a>) " -#~ msgid "Problems in this area" -#~ msgstr "Bu bölgedeki problemler" +#~ msgid "We never show your email" +#~ msgstr "E-posta adresiniz gizli tutulacaktır" -#~ msgid "Property type:" -#~ msgstr "Emlak türü:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Telefon numaranızı ve e-posta adresinizi gizli tutulacaktır" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "%s ile ilgili problemeleri RSS besleme" +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "Konu ne ve nerede?" -#~ msgid "Whole block of empty flats" -#~ msgstr "Bütün boş daireler" +#~ msgid "You really want to resend?" +#~ msgstr "Tekrardan göndermek istiyor musun?" diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po index 8699a75b8..4d4146b71 100644 --- a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/mysociety/fixmystreet/language/uk_UA/)\n" "Language: uk_UA\n" @@ -20,17 +20,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "і" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "або" @@ -38,17 +38,17 @@ msgstr "або" msgid "%d edits by %s" msgstr "%d редагувань від %s" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d до %d з %d" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s - підсумкових звітів" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "" @@ -89,12 +89,12 @@ msgstr "%s оперативних сповіщень" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s опитувань надіслано – на %s відповіли (%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s посилання: %s" #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -116,40 +116,40 @@ msgstr "%s, в межах %s району" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "(поштова скринька в чорному списку)" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "(відстань по-замовчуванню, що покриває близько 200.000 людей)" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(закрито)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(полагоджено)" @@ -158,33 +158,38 @@ msgstr "(полагоджено)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(графіті, сміття, крива бруківка, проблеми з вуличним освітленням тощо)" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "(не відправлено муніципалітету)" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(вибірково)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "(відправлено обидвом)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "-- Оберіть категорію --" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "-- Оберіть тип майна --" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +msgid "--Choose a template--" +msgstr "" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -196,8 +201,8 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" msgstr "" #: templates/web/base/status/stats.html:18 @@ -213,11 +218,19 @@ msgstr "<strong>Ні</strong> Я підтверджу сповіщення е-п msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>Ні</strong> Я підтверджу поновлення е-поштою" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>Ні</strong> я залогінюсь через е-пошту" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -226,8 +239,8 @@ msgstr "<strong>Так</strong> В мене є пароль" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "Запланована дія" @@ -239,34 +252,54 @@ msgid "" " categories of problem) to each body." msgstr "Додайте <strong>запис</strong> для кожної адміністративної одиниці, ради чи департаменту, яким можна надсилати сповіщення. Ви можете додати один або більше контактів (для різних категорій проблем) для кожного запису." -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "Додати контакт через форму нижче." -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "Додати запис" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "Додати нову категорію" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "Додати користувача" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "Додати нову категорію" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +msgid "Add/edit response templates" +msgstr "" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "Додано %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "Ще раз:" @@ -278,12 +311,12 @@ msgstr "Сповіщення %d створено для %s, type %s, парам msgid "Alert %d disabled (created %s)" msgstr "Сповіщення %d відключено (створено %s)" -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "Повідомляти мене про оновлення" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "Всі звіти" @@ -291,10 +324,16 @@ msgstr "Всі звіти" msgid "All Reports as CSV" msgstr "" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "Всі звіти" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Всі звіти" @@ -304,18 +343,7 @@ msgstr "Всі звіти" msgid "All reports between %s and %s" msgstr "Всі звіти в проміжку з %s по %s" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "Всю надану інформацію буде надіслано до" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "Всю надану інформацію буде надіслано до <strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "Оновлення відмітило цю проблему як вирішену." @@ -324,48 +352,69 @@ msgstr "Оновлення відмітило цю проблему як вир msgid "Anonymous" msgstr "Анонім" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "Анонім:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "Додати користувача" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "Ви розробник?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "Ви розробник?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "Зона покрита" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "" -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "Назначити іншу категорію:" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "Назначити зовнішньому відділу:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "Назначити підрозділу:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "Назначити %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "Назначити %s" @@ -377,37 +426,64 @@ msgstr "At most %d requests are returned in each query. The returned requests a msgid "At the moment only searching for and looking at reports work." msgstr "Наразі лише роздивляюсь як працюють звіти" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "Публічна відповідь:" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "Очікує перевірки модератором" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "Назад" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "Всі звіти" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "Забанити адресу" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "Органи" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "Орган" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "Орган:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "По даті" @@ -419,9 +495,26 @@ msgstr "" msgid "Can't see the map? <em>Skip this step</em>" msgstr "Не бачите мапу? <em>Пропустіть цей крок</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "Категорія" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "Категорія:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -431,32 +524,48 @@ msgstr "Не бачите мапу? <em>Пропустіть цей крок</em msgid "Category" msgstr "Категорія" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "наприклад ‘%s’ чи ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "В цій категорії проблеми не вирішуються > 4 тижнів" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "Категорія:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "Категорія: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "Забанити адресу" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "Змінити пароль" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -464,13 +573,17 @@ msgstr "" "Позначте <strong>підтверджений</strong>, щоб вказати, що цей контакт був підтверджений як вірний.\n" "Якщо ви не впевнені у походженні та достовірність контакта, залиште не позначеним." -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -481,23 +594,18 @@ msgid "" " at a specific address." msgstr "" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "Натисніть тут або введіть в форматі дд/мм/рррр" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "Натисніть на точку на мапі щоб прозвітувати проблему" @@ -517,8 +625,8 @@ msgstr "" msgid "Click the link in our confirmation email to sign in." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -532,15 +640,20 @@ msgstr "" msgid "Closed" msgstr "Закрито" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "Закрито муніципалітетом" +#: templates/web/base/reports/_list-filters.html:4 +#, fuzzy +msgid "Closed reports" +msgstr "Перевідіслати сповіщення" + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "Закрито:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "Погоджувачы:" @@ -548,26 +661,22 @@ msgstr "Погоджувачы:" msgid "Cobrand" msgstr "Cobrand" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "Cobrand data:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "Cobrand:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфігурація" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "Налаштувати ендпойнт" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "Підтвердити" @@ -588,10 +697,9 @@ msgstr "" msgid "Confirmation" msgstr "Підтвердження" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "Підтверджено" @@ -602,7 +710,7 @@ msgstr "Підтверджені звіти з %s по %s" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "Підтверджені:" @@ -621,17 +729,17 @@ msgstr "Зворотній звязок" msgid "Contact the team" msgstr "Звернутись до команди" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "Не вдалось знайти користувача" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "Не вдалось встановити локацію" @@ -645,11 +753,11 @@ msgstr "Рада" msgid "Council contacts for %s" msgstr "Контакти ради для %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "рада ref: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "Рада:" @@ -664,23 +772,38 @@ msgstr "Число" msgid "Create a report" msgstr "Створити сповіщення" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "Створити категорію" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "Створити сповіщення" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "Не прозвітовано департаменту" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "Створено" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Створено:" @@ -689,13 +812,13 @@ msgstr "Створено:" msgid "Current state" msgstr "Поточний стан" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Наразі жодних органів не було створено" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "" @@ -708,44 +831,50 @@ msgstr "Дашборд" msgid "Dealt with by subdivision within 5 working days" msgstr "Dealt with by subdivision within 5 working days" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "Видалено" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "Опис" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "Опис" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Подробиці" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "Подробиці:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "Передано" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "" @@ -753,16 +882,20 @@ msgstr "" msgid "Diligency prize league table" msgstr "Таблиця найстаранніших призерів" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "" -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "Не знаю" @@ -770,18 +903,18 @@ msgstr "Не знаю" msgid "Don't like forms?" msgstr "Не любите форми?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "Дубль" -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -789,20 +922,52 @@ msgid "" " " msgstr "" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "Редагувати" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "Редагувати дані про орган" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "Редагувати дані про орган" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "Створити категорію" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "Фільтрувати список звітів" + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "Всі звіти" + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -815,18 +980,18 @@ msgstr "Редагуємо проблему %d" msgid "Editing update %d" msgstr "Редагуємо оновлення %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "Редагуємо користувача %d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "Редактор" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -835,12 +1000,15 @@ msgstr "Редактор" msgid "Email" msgstr "Е-пошта" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "Пошта занесена в чорний список" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "Адреса е-пошти:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -851,24 +1019,24 @@ msgstr "" msgid "Email alert deleted" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "Адреса вже в чорному списку" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "Е-пошта:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "Е-пошта: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -876,19 +1044,19 @@ msgid "" " <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." msgstr "" -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" " problem must be emailed, while others can be sent over Open311." msgstr "" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "Кінцева дата:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "Кінцева точка" @@ -910,8 +1078,8 @@ msgstr "Введіть найближчу поштову адресу, або н msgid "Enter a nearby street name and area" msgstr "Введіть назву вулиці чи району поблизу" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -930,11 +1098,12 @@ msgstr "Введіть подробиці проблеми" msgid "Error" msgstr "Помилка" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "Зразок поштового коду %s" @@ -943,26 +1112,51 @@ msgstr "Зразок поштового коду %s" msgid "Examples:" msgstr "Приклади:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "Створити категорію" + +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "Назначити зовнішньому відділу:" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "Внутрішні нотатки" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "Додаткові дані:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "Додаткові дані:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "" @@ -972,23 +1166,23 @@ msgstr "" msgid "Filter report list" msgstr "Фільтрувати список звітів" -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "Ім’я" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "Полагодіть це вибравши <strong>зону покриття</strong> в <em>формі редагування органу </em> нижче." -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "Вирішено" @@ -1002,11 +1196,17 @@ msgstr "Вирішено - Рада" msgid "Fixed - User" msgstr "Вирішено - Користувач" +#: templates/web/base/reports/_list-filters.html:5 +#, fuzzy +msgid "Fixed reports" +msgstr "Нові сповіщення" + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "Вирішено:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "Відмітьте як видалене" @@ -1015,8 +1215,8 @@ msgstr "Відмітьте як видалене" msgid "Flag user" msgstr "Відмітьте користувача" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "Відмічено" @@ -1024,7 +1224,7 @@ msgstr "Відмічено" msgid "Flagged reports and users" msgstr "Відмічені звіти та користувачі" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "Відмічені користувачі виписані на <a href='%s'>відміченій</a> сторінці." @@ -1032,8 +1232,8 @@ msgstr "Відмічені користувачі виписані на <a href= msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "Відмічені користувачі не заборонені. Це просто список користувачів, які потребують уваги." -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "Відмічено:" @@ -1041,20 +1241,25 @@ msgstr "Відмічено:" msgid "Follow a ward link to view only reports within that ward." msgstr "Прослійте за посиланням на район щоб бачити звіти лише по цьому району" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "Забули пароль?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "" @@ -1064,12 +1269,8 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Часто задавані питання" -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "Отримувати оновлення" @@ -1083,7 +1284,7 @@ msgstr "Отримувати оновлення по %s проблем" msgid "Get updates of problems in this %s" msgstr "Отримувати оновлення про проблеми в %s" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "Дайте RSS фід" @@ -1091,53 +1292,64 @@ msgstr "Дайте RSS фід" msgid "Glad to hear it’s been fixed!" msgstr "" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "Вперед" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "Збираєтесь відправити опитувальник?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "Графік створення проблем з часом" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "Сірі лінії - органи, що більше не існують" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "Проблему було вирішено?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Ви вже сповіщали про проблеми раніше, чи це вперше?" -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Допомога" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "От типи локальних сповіщень про проблеми для ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "Вітаємо, %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1145,19 +1357,19 @@ msgstr "Вітаємо, %s" msgid "Hidden" msgstr "Прихований" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "Приховати застарілі" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "Приховати привязки" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "Історія" -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "Домашня" @@ -1165,12 +1377,12 @@ msgstr "Домашня" msgid "How to report a problem" msgstr "Як сповістити про проблему" -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "Як надіслати якісне сповіщення" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "" @@ -1184,8 +1396,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Нажаль ми не можем знайти вашу проблему в базі даних.\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1194,8 +1407,8 @@ msgstr "Нажаль ми не можем знайти вашу проблему msgid "ID" msgstr "Ідентифікатор" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." @@ -1203,7 +1416,7 @@ msgstr "" "Визначіть <strong>предка</strong> якщо цей орган є частиною іншого органу.\n" " Для базових налаштувань вам не потрібно поєднувати органи таким чином." -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1215,38 +1428,47 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "Якщо ви відправите проблему тут, то тема і подробиці проблеми будуть публічними, але проблема <strong>не буде</strong> відправлена департаментам." -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." msgstr "" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" " Check that your cobrand supports this feature before switching it on." msgstr "" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." msgstr "" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1257,14 +1479,14 @@ msgstr "" msgid "Illegal ID" msgstr "Невірний ідентифікатор" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "Невірний вибір завантаження" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "В процесі" @@ -1276,8 +1498,8 @@ msgstr "В чорний список?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1290,18 +1512,26 @@ msgstr "В процесі" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "Додати особисті дані автора сповіщення" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "Включити непідтверджені сповіщення" -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "Невірне значення has_photo \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +msgid "Inspection required" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Внутрішні нотатки" @@ -1311,19 +1541,23 @@ msgstr "Внутрішні нотатки" msgid "Internal referral" msgstr "Внутрішнє посилання" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "Невірне значення agency_responsible %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "Невірна кінцева дата" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "Невірний формат %s ." -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "Невірна початкова дата" @@ -1331,8 +1565,8 @@ msgstr "Невірна початкова дата" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "Дослідження" @@ -1340,33 +1574,33 @@ msgstr "Дослідження" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "Запам'ятати мене на цьому комп'ютері" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "Остання правка" -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "Останнє поновлення:" @@ -1374,11 +1608,16 @@ msgstr "Останнє поновлення:" msgid "Last update:" msgstr "Останнє поновлення:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "Останнє поновлення:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "Залишіть це поле порожнім якщо всі сповіщення цьому органу будуть відсилатись одним і тим самим чином (наприклад, \"%s\")." -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "Показати всі прозвітовані проблеми" @@ -1400,7 +1639,7 @@ msgstr "Локальний RSS потік та поштові сповіщенн msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "Локальний RSS потік та поштові сповіщення для ‘%s’" -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "Локальні сповіщення" @@ -1408,47 +1647,72 @@ msgstr "Локальні сповіщення" msgid "Locate the problem on a map of the area" msgstr "Позначте проблему на карті району" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "Мапа" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "Позначте користувачів, чию поведінку ви хочете відстежувати <strong>прапорцем</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "Повідомлення" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "Бракує jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "Додати особисті дані автора сповіщення" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "Створити сповіщення" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "Модерується підрозділом на протязі робочого дня" @@ -1457,35 +1721,47 @@ msgstr "Модерується підрозділом на протязі роб msgid "Month" msgstr "Місяць" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "Ім'я" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "Ім'я:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "Ім'я: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "RSS стрічка з оновленнями по цій проблемі" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1495,12 +1771,12 @@ msgstr "Найближча дорога до шпильки на карті (а msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Найближчий поштовий індекс до шпильки на карті (автоматично згенеровано): %s (відстань: %sм)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Найближча дорога до шпильки на карті (автоматично згенеровано через Bing карти): %s%s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1512,20 +1788,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "Нові <br>проблеми" -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "Новий орган додано" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "Новий контакт категорії додано" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "Адреса е-пошти:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "Новий внутрішній нотаток:" @@ -1533,10 +1814,21 @@ msgstr "Новий внутрішній нотаток:" msgid "New local problems on FixMyStreet" msgstr "Нові місцеві проблеми" -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "Пароль:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "Нові сповіщення" + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "Нові проблеми для {{COUNCIL}} по {{WARD}} округу" @@ -1565,40 +1857,50 @@ msgstr "Нові сповіщення" msgid "New state" msgstr "Новий стан" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "Далі" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "Ні" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "інші зони:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "Без органу" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "Без департаменту" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "Не вибраний департамент" @@ -1614,17 +1916,17 @@ msgstr "Не знайдено маркованих проблем" msgid "No flagged users found." msgstr "Не знайдено маркованих користувачів" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "Подальші оновлення відсутні" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "Ніякого результату не повернено" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1635,12 +1937,21 @@ msgstr "" msgid "No supporters" msgstr "Ніхто не підтримав" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "Нічого" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1650,19 +1961,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "Не відповідальний" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "Не мій підрозділ" @@ -1670,12 +1981,12 @@ msgstr "Не мій підрозділ" msgid "Not reported before" msgstr "Не прозвітовано раніше" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "Не прозвітовано департаменту" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "Нотатка" @@ -1684,9 +1995,8 @@ msgstr "Нотатка" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "Зауважте, коли включаєм непідтвердженне сповіщення ми використовуєм дату створення сповіщення. Вона може відрізнятись від дати підтвердження сповіщення, тому цифри в датах можуть трошки стрибати." -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "Нотатка:" @@ -1698,23 +2008,21 @@ msgstr "Нотатка: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "Тепер відправити ваше сповіщення …" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "Тепер щоб відправити ваше поновлення…" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "Гаразд" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "Застарілі / невизначені <br>проблеми" @@ -1722,44 +2030,53 @@ msgstr "Застарілі / невизначені <br>проблеми" msgid "Old state" msgstr "Застарілий стан" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "Раніше <br>виправлено" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "Старіші <br>проблеми" -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Відкрити" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Бракує jurisdiction_id" + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "" @@ -1768,23 +2085,23 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "Або проблеми прозвітовані до:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "Або ви можете підписатись на алярми відносно вашого району чи департаменту:" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "Інше" @@ -1797,7 +2114,7 @@ msgstr "Власник" msgid "Page Not Found" msgstr "Сторінку не знайдено" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "Предок" @@ -1807,75 +2124,88 @@ msgstr "Предок" msgid "Partial" msgstr "Частково" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "Пароль (опціонально)" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "Пароль:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "Постійне посилання" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Номер телефону" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "Номер телефону (опціонально)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "Телефон:" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Фото" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "Фото" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "Фотографії найближчих сповіщень" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "Розмістіть шпильку на карті" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1890,11 +2220,13 @@ msgstr "Заплановано" msgid "Please be polite, concise and to the point." msgstr "Будь ласка будьте ввічливим, виразним і висловлюйтесь по справі." -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "Будь ласка перевірте пароль і спробуйте ще раз" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1902,19 +2234,21 @@ msgstr "Будь ласка перевірте пароль і спробуйт msgid "Please check your email address is correct" msgstr "Будь ласка перевірте чи ваша адреса е-пошти вірна" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "Будь ласка оберіть категорію" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "Будь ласка оберіть тип майна" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "" @@ -1929,50 +2263,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "Будь ласка не використовуйте образи — ображаючи департамент ві підриваєте цінність сервісу для всіх користувачів" -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "Будь ласка введіть повідомлення" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "Будь ласка введіть пароль" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "Будь ласка введіть пароль" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "Будь ласка вкажіть тему" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "Будь ласка введіть правильну адресу е-пошти" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "Будь ласка введіть правильну адресу е-пошти" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "Будь ласка додайте трохи подробиць" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -1982,8 +2323,8 @@ msgstr "Будь ласка додайте трохи подробиць" msgid "Please enter your email" msgstr "Будь ласка вкажіть е-пошту" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "Будь ласка вкажіть адресу е-пошти" @@ -1997,9 +2338,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "Будь ласка введіть ім'я та прізвище - департаментам потрібні ці дані. Якщо не хочете їх показувати - не ставте галочку внизу." #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "Будь ласка введіть ім'я" @@ -2026,12 +2367,12 @@ msgstr "Ви можете <a href=\"%s\">увійти знов</a>, або по msgid "Please fill in details of the problem below." msgstr "Будь ласка додайте подробиці про проблему нижче." -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "Будь ласка опишіть проблему детально" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "Будь ласка заповніть форму нижче подробицями проблеми, і опишіть місцезнаходження якомога точніше в полі подробиць." @@ -2047,12 +2388,12 @@ msgstr "Будь ласка зауважте що оновлення не над msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "Будь ласка заауважте, що сповіщення <strong>ще не було надіслано</strong>. Оберіть категорію та іншу інформацію нижче, і надішліть." -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2061,6 +2402,11 @@ msgstr "" msgid "Please note:" msgstr "Будь ласка зауважте:" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "Будь ласка додайте трохи пояснень стосовно перевідкриття сповіщення" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Будь ласка додайте трохи пояснень стосовно перевідкриття сповіщення" @@ -2074,15 +2420,15 @@ msgstr "Будь ласка додайте текст і фото" msgid "Please say whether you've ever reported a problem to your council before" msgstr "Будь ласка розкажіть чи ви відправляли сповіщення департаменту раніше" -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "Оберіть бажаний потік інформації" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "Будь ласка оберіть тип бажаних алярмів" @@ -2090,24 +2436,23 @@ msgstr "Будь ласка оберіть тип бажаних алярмів" msgid "Please state whether or not the problem has been fixed" msgstr "Будь ласка вкажіть чи була вирішена проблема" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "Будь ласка завантажуйте тільки JPEG зображення" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "Будь ласка напишіть повідомлення" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "Будь ласка напишіть поновлення" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2129,11 +2474,19 @@ msgstr "Опубліковано %s в %s" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "Попередній" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "" @@ -2143,15 +2496,13 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "Приватний" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "Проблема" @@ -2167,12 +2518,13 @@ msgstr "Проблема %s підтверджена" msgid "Problem %s sent to council %s" msgstr "Проблему %s надіслано департаменту %s" -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "Розбивка проблем по стану" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "Проблема маркована відкритою." @@ -2180,15 +2532,16 @@ msgstr "Проблема маркована відкритою." msgid "Problem state change based on survey results" msgstr "Стан проблеми змінено базуючись на результатах опитувань" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблеми" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "Проблеми поблизу" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "Проблеми на мапі" @@ -2196,12 +2549,12 @@ msgstr "Проблеми на мапі" msgid "Problems recently reported fixed on FixMyStreet" msgstr "Нещодавно вирішені проблеми" -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "Проблеми в радіусі %.1fkm від цієї точки" -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "Проблеми в межах %s" @@ -2212,15 +2565,15 @@ msgstr "Проблеми в межах %s району" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "" -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "Проблеми в межах:" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "Адреса майна:" @@ -2228,28 +2581,38 @@ msgstr "Адреса майна:" msgid "Provide an update" msgstr "Надішліть оновлення" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "Надішліть оновлення" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Вказання імені і паролю не обов'язкове, проте це дозволить вам більш легко сповіщати про проблеми, залишати поновлення та керувати вашими сповіщеннями" -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Вказання паролю не обов'язкове, проте це дозволить вам більш легко сповіщати про проблеми, залишати поновлення та керувати вашими сповіщеннями" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "Публічна відповідь:" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "Публічна відповідь:" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "Публічне фото" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "Опитування" @@ -2266,11 +2629,11 @@ msgstr "Анкета %d відправлена по проблемі %d" msgid "Questionnaire filled in by problem reporter" msgstr "Анкета заповнена автором сповіщення" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS потік" @@ -2282,10 +2645,10 @@ msgstr "RSS потік для %s" msgid "RSS feed for %s ward, %s" msgstr "RSS потік для %s району, %s" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "RSS потік з %s" @@ -2294,12 +2657,12 @@ msgstr "RSS потік з %s" msgid "RSS feed of %s, within %s ward" msgstr "" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "" @@ -2314,22 +2677,26 @@ msgid "RSS feed of recent local problems" msgstr "RSS стрічка недавніх локальних проблем" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "RSS стрічка з оновленнями по цій проблемі" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "Отримувати листа коли інформація по проблемі буде оновлена" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "" -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "Нещодавно <br>вирішені" @@ -2337,6 +2704,11 @@ msgstr "Нещодавно <br>вирішені" msgid "Recently reported problems" msgstr "Нещодавно перевідкриті проблеми" +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "Отримувати оновлення" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "" @@ -2345,13 +2717,23 @@ msgstr "" msgid "Remove flag" msgstr "Зняти прапорець" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Видалити фото (це незворотня операція!)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "" @@ -2359,17 +2741,27 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "Сповіщення" + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Сповістити про проблему" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "Поскаржитись" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "Сповіщення" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "Звіт по %s" @@ -2384,23 +2776,23 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Сповіщайте, переглядайте, або обговорюйте місцеві проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "Сповіщено анонімно по %s" #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "Сповіщено раніше" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "Перевідкрито %s о %s" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "" @@ -2408,50 +2800,51 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сповіщено в категорії %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "Сповіщено в категорії %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "Сповіщено в категорію %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "Сповіщено %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "Сповіщено через %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сповіщено через %s в категорію %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сповіщено через %s в категорію %s %s о %s" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Сповістити про проблему" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "Сповіщення" @@ -2463,22 +2856,68 @@ msgstr "Сповіщення обмежені %s символами. Буль л msgid "Reports awaiting approval" msgstr "Сповіщення очікують підтвердження" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "Сповіщення опубліковано" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "Сповіщення очікують підтвердження" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "Перевідіслати сповіщення" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +msgid "Response Priorities for %s" +msgstr "" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +msgid "Response Priority for %s" +msgstr "" + +#: templates/web/base/admin/template_edit.html:1 +msgid "Response Template for %s" +msgstr "" + +#: templates/web/base/admin/templates_index.html:1 +msgid "Response Templates" +msgstr "" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "Те місце?" @@ -2492,46 +2931,56 @@ msgstr "Обслуговувач цієї дороги (отримано з до msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Обслуговувач цієї дороги (з OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "Повернули вліво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "Повернути вправо" -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "Зберети зміни" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "Пошук сповіщень" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "Пошук користувачів" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "Пошук сповіщень" @@ -2541,81 +2990,120 @@ msgstr "Пошук сповіщень" msgid "Search:" msgstr "Пошук:" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "Пошук не знайшов сповіщень." -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "Пошук не знайшов користувачів." -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "Оберіть орган" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "Оберіть район" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "Тема:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "Відправити %s %s пізніше" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "Надіслано:" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "Сервіс:" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "Поширити" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "Опубліковано %s в %s" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "Показувати моє ім'я публічно" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "Показувати старі" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "Показувати шпильки" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "Увійти" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Увійти або створити обліковий запис" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Вийти" @@ -2624,8 +3112,8 @@ msgstr "Вийти" msgid "Some categories may require additional information." msgstr "Деякі категорії потребуватимуть додаткової інформації" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2636,8 +3124,7 @@ msgid "Some photos of recent reports" msgstr "Деякі фото нещодавніх проблем" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "Певний текст для локалізації" @@ -2653,16 +3140,16 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Вибачте, сталася помилка" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "Вибачте, ми не знайшли це місце" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2672,35 +3159,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "Вибачте, ми не можем розпізнати це місце. Спробуйте пізніше." -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "Початкова дата:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "Стан" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "Стан:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "Статистика" @@ -2714,12 +3221,12 @@ msgstr "Статус" msgid "Still open, via questionnaire, %s" msgstr "Все ще відкрито, через анкету, %s" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "Підкатегорія: %s" @@ -2731,34 +3238,35 @@ msgstr "Підрозділ/Орган" msgid "Subject" msgstr "Тема" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "Тема:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "Підтвердити" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "Підтвердити зміни" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "Підтвердити анкету" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2769,38 +3277,53 @@ msgid "Submitted" msgstr "Підтверджено" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "Підписатись" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "Підпишіть мене на поштові алярми" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "Введіть подробиці проблеми" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "Підтвердити зміни" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "Резюме" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "Сумарні сповіщення" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "Опитування" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "Результати опитування" @@ -2808,27 +3331,29 @@ msgstr "Результати опитування" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "Текст" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "Лише текстова версія" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Текст:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "" @@ -2841,6 +3366,9 @@ msgid "Thank you for updating this issue!" msgstr "" #: templates/web/base/contact/submit.html:6 +msgid "Thank you for your enquiry" +msgstr "" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "" @@ -2853,41 +3381,41 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "Під час завантаження фото трапилась помилка(%s), будь ласка повторіть" -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Це місце не підпорядковане Чернівцям; можливо воно знаходиться за його межами? Спробуйте ще раз." -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "Поштовий код не розпізнано, вибачте." -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "Цю проблему зараз перезвітують." -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "Цей сповіщення неможливо показати на %s." -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "Це сповіщення було видалено." -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2895,8 +3423,8 @@ msgstr "" "<strong>На цю адресу е-пошти</strong> будуть надіслані сповіщення по даній категорії. \n" " Інші категорії по цьому органу можуть мати аналогічну адресу." -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2904,15 +3432,17 @@ msgstr "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." msgstr "" -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2922,8 +3452,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr "" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -2940,7 +3470,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "Трапилась помилка: %s" @@ -2982,12 +3512,12 @@ msgstr "" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "Паролі не співпадають" @@ -2995,22 +3525,16 @@ msgstr "Паролі не співпадають" msgid "The requested URL '%s' was not found on this server" msgstr "Адреса '%s' не знайдена на сервері" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "Найпростіший алярм - географічний:" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "" - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "Користувач не зміг позначити проблему на карті, тільки введену зону" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3020,11 +3544,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Сталась проблема з відображенням сторінки всіх сповіщень. Спробуйте пізніше." @@ -3033,18 +3557,18 @@ msgstr "Сталась проблема з відображенням сторі msgid "There was a problem showing this page. Please try again later." msgstr "Сталась помилка при спробі показати сторінку. Будь ласка спробуйте пізніше." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "З комбінацією поштової адреси і паролю щось не так. Якщо ви не в змозі пригадати пароль або у вас його немає, заповніть секцію ‘увійти поштою’" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "Сталась проблема з вашою комбінацією адреси пошти і паролю. Будь ласка спробуйте пізніше." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "Сталась проблема з поновленням. Будь ласка спробуйте ще раз." @@ -3052,12 +3576,12 @@ msgstr "Сталась проблема з поновленням. Будь ла msgid "There were problems with your report. Please see below." msgstr "Зі сповіщенням є негаразди. Гляньте нижче." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "З поновленням щось негаразд. Гляньте нижче." -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3066,39 +3590,60 @@ msgid "" " " msgstr "" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Ми будем використовувати ваші персональні дані лише у відповідності до <a href=\"/faq#privacy\">політики конфіденційності.</a>" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "Ми будем використовувати ваші персональні дані лише у відповідності до <a href=\"/faq#privacy\">політики конфіденційності.</a>" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" " Currently, users <strong>cannot report problems to this body</strong>." msgstr "" -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "" -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "Ця інформація обов'язкова" @@ -3107,62 +3652,72 @@ msgstr "Ця інформація обов'язкова" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "Цю проблему вирішено" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "Цю проблему не вирішено" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "Це сповіщення очікує модерації." -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "Це сповіщення наразі відмічено закритим." -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "Це сповіщення наразі відмічено вирішеним." -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "Це сповіщення відмічено відкритим." -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "Це сповіщення надіслано анонімно" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Ця веб-сторінка також містить фото проблеми, які надав користувач." -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "Хронологія" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "Заголовок" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "" @@ -3175,18 +3730,35 @@ msgstr "" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "Щоб дізнатись які локальні алярми ми маєм для вас, введіть ваш поштовий код, назву вулиці та район" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "До перегляду точного місцезнаходження проблеми на карті" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "Загалом" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "Створено:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "Спробуйте ще раз" @@ -3197,20 +3769,25 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "Неможливо виправити" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "Не підтверджено" +#: templates/web/base/reports/_list-filters.html:3 +#, fuzzy +msgid "Unfixed reports" +msgstr "Нові сповіщення" + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "Невідомо" @@ -3219,18 +3796,19 @@ msgstr "Невідомо" msgid "Unknown alert type" msgstr "Невідомий тип алярму" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "Невідома помилка" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "Невідомий ідентифікатор проблеми" -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "Поновлення" @@ -3246,12 +3824,12 @@ msgstr "Поновлення додано анонімно о %s" msgid "Update below added by %s at %s" msgstr "Поновлення нижче додано %s о %s" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "Поновити орган" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "Оновити розбивку за станом" @@ -3259,20 +3837,20 @@ msgstr "Оновити розбивку за станом" msgid "Update by {{name}}" msgstr "Поновлення від {{name}}" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Поновлення змінило стан проблеми в %s" -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "Поновлення відмітило проблему як вирішену" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "Поновлення перевідкрило проблему" -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "Поновити статуси" @@ -3282,13 +3860,13 @@ msgstr "Поновити статуси" msgid "Updated" msgstr "Поновлено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "Поновлено!" @@ -3298,7 +3876,7 @@ msgstr "Поновлено!" msgid "Updates" msgstr "Поновлення" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Поновлення обмежені кількістю в %s символів. Будь ласка скоротіть текст." @@ -3312,20 +3890,28 @@ msgstr "Поновлення стосовно {{title}}" msgid "Updates to this problem, %s" msgstr "" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "Користувацький прапорець видалено" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "Користувач відмічений" @@ -3333,23 +3919,28 @@ msgstr "Користувач відмічений" msgid "User search finds matches in users' names and email addresses." msgstr "Пошук користувачів знайшов співпадіння в іменах та поштових адресах" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "Користувачі" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "Значення оновлено" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "Переглянути сповіщення на сайті" @@ -3359,7 +3950,7 @@ msgid "View reports by ward" msgstr "Переглянути сповіщення по району" #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "Переглядаєм локацію" @@ -3376,23 +3967,17 @@ msgstr "Райони рад" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "Ми знайшли більше одного співпадіння для цієї локації. Ми показуєм до десяти співпадінь, будь ласка спробуйте задати пошук інакше, якщо вашого місця тут немає." +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "Ми ніколи не публікуєм вашу поштову адресу" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "Ми ніколи не публікуємо вашу поштову адресу чи номер телефону." - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "Ми розумієм, що проблема може лежати у відповідальності %s; нажаль, наразі у нас немає їх контактних даних. Якщо ви знаєте точну адресу, будь ласка залишайтесь на зв'язку." @@ -3413,15 +3998,11 @@ msgstr "" msgid "We’ll get back to you as soon as we can." msgstr "" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "" -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "Коли відредаговано" @@ -3430,7 +4011,7 @@ msgstr "Коли відредаговано" msgid "When sent" msgstr "Коли відправлено" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3438,8 +4019,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3453,7 +4034,7 @@ msgstr "" msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "" -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Хочете отримати ще іншу анкету за 4 тижні, нагадуючу вам про перевірку статусу?" @@ -3469,22 +4050,22 @@ msgstr "" msgid "Year" msgstr "Рік" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "Так" @@ -3510,7 +4091,7 @@ msgstr "You are reporting the following update for being abusive, containing per msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "Ви можете <a href=\"%s%s\">переглянути проблему на цьому сайті</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." @@ -3525,18 +4106,18 @@ msgid "" " reports in the past." msgstr "" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "" -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "Ви відхилили. Будь ласка заповніть форму вище" @@ -3544,13 +4125,13 @@ msgstr "Ви відхилили. Будь ласка заповніть форм msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3559,29 +4140,35 @@ msgstr "" msgid "You have been signed out" msgstr "Ви успішно вийшли." -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "Ви позначили проблему зеленою шпилькою на мапі. Якщо ця локація не вірна - просто клацніть на мапу ще раз." +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "Ви успішно підтвердили поштову адресу." -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "Ви успішно увійшли; будь ласка перевірте чи деталі вірні:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "Ви не сповістили про жодну проблему. <a href=\"%s\">Сповістіть про проблему</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "Ви не сповістили про жодну проблему. <a href=\"%s\">Сповістіть про проблему</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "Вам потрібно <a href=\"%s\">додати певні органи</a> (ради чи департаменти) перед тим як відправляти сповіщення." -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3591,30 +4178,31 @@ msgstr "" " the categories of problems they can handle (such as potholes or streetlights) and the\n" " contacts (such as an email address) to which reports are sent." -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "Дійсно бажаєте перевідправити?" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "Ваші сповіщення" -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "Підтвердити запис" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Ваша пошта" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3624,13 +4212,12 @@ msgstr "Ваша адреса е-пошти" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "Ваша інформація буде використана згідно <a href=\"/privacy\">політики конфіденційності</a>" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "Ваше ім'я" @@ -3641,46 +4228,54 @@ msgstr "Ваше ім'я" msgid "Your password" msgstr "Ваш пароль" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "Ваш пароль було змінено" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "Ваш телефон" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "Ваші сповіщення" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "Ваші сповіщення" + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "Ваші поновлення" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "Ваша пошта" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "від %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "" - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "рада" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "не використовував карту" @@ -3689,15 +4284,11 @@ msgstr "не використовував карту" msgid "e.g. ‘%s’ or ‘%s’" msgstr "наприклад ‘%s’ чи ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "редагувати користувача" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "" - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3708,7 +4299,7 @@ msgstr "від %s різних користувачів" msgid "last updated %s" msgstr "останнє поновлення %s" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "менше хвилини" @@ -3753,13 +4344,23 @@ msgstr "позначено запланованим" msgid "marked as unable to fix" msgstr "позначено як неможливо полагодити" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "недоступно" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(вибірково)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "або" @@ -3767,22 +4368,22 @@ msgstr "або" msgid "or locate me automatically" msgstr "або знайти мене автоматично" -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "в оригіналі вказано: “%s”" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "інші зони:" @@ -3791,41 +4392,40 @@ msgstr "інші зони:" msgid "reopened" msgstr "перевідкрито" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +msgid "required" +msgstr "" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "вийти" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "місцевий орган" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "шпильки немає так як користувач не використав мапу" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "цей тип локальної проблеми" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "сьогодні" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "" - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "викроистана мапа" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "користувач з тієї ж ради що й проблема - %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "користувач є власником проблеми" @@ -3842,7 +4442,7 @@ msgstr[0] "<big>%s</big> звіт недавно" msgstr[1] "<big>%s</big> звітів недавно" msgstr[2] "<big>%s</big> звітів недавно" -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3858,7 +4458,7 @@ msgstr[0] "%d прибічник" msgstr[1] "%d прибічників" msgstr[2] "%d прибічників" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3874,7 +4474,7 @@ msgstr[0] "<big>%s</big> оновлення на звіті" msgstr[1] "<big>%s</big> оновлень на звіті" msgstr[2] "<big>%s</big> оновлень на звіті" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." @@ -3882,7 +4482,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3906,7 +4506,7 @@ msgstr[0] "<big>%s</big> полагоджено минувшого місяця" msgstr[1] "<big>%s</big> полагоджено минувшого місяця" msgstr[2] "<big>%s</big> полагоджено минувшого місяця" -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" @@ -3914,7 +4514,7 @@ msgstr[0] "%d день" msgstr[1] "%d днів" msgstr[2] "%d днів" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." @@ -3922,41 +4522,23 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#~ msgid "%s, reported at %s" -#~ msgstr "%s, сповіщено о %s" - -#~ msgid "About us" -#~ msgstr "Про нас" - -#~ msgid "Email me new local problems" -#~ msgstr "Повідомляйте мене про локальні проблеми листом" - -#~ msgid "Empty flat or maisonette" -#~ msgstr "Порожня квартира або дворівнева" - -#~ msgid "Empty house or bungalow" -#~ msgstr "Порожній будинок або бунгало" - -#~ msgid "Empty office or other commercial" -#~ msgstr "Порожній офіс або інше комерційне приміщення" - -#~ msgid "Empty pub or bar" -#~ msgstr "Порожній паб або бар" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "Всю надану інформацію буде надіслано до" -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "Порожня громадська будівля - школа, лікарня та ін." +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "Всю надану інформацію буде надіслано до <strong>%s</strong>." -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "Configure Endpoint" +#~ msgstr "Налаштувати ендпойнт" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "Нажаль ви не можете підтвердити непідтверджені сповіщення" +#~ msgid "Survey" +#~ msgstr "Опитування" -#~ msgid "Problems in this area" -#~ msgstr "Проблеми в цьому районі" +#~ msgid "We never show your email" +#~ msgstr "Ми ніколи не публікуєм вашу поштову адресу" -#~ msgid "Property type:" -#~ msgstr "Тип майна:" +#~ msgid "We never show your email address or phone number." +#~ msgstr "Ми ніколи не публікуємо вашу поштову адресу чи номер телефону." -#~ msgid "Whole block of empty flats" -#~ msgstr "Whole block of empty flats" +#~ msgid "You really want to resend?" +#~ msgstr "Дійсно бажаєте перевідправити?" diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po index 05fdc9c6f..d44a0a311 100644 --- a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: fixmystreet\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2016-05-03 10:41+0100\n" -"PO-Revision-Date: 2016-03-23 12:43+0000\n" +"POT-Creation-Date: 2016-11-08 11:39+0000\n" +"PO-Revision-Date: 2016-05-03 09:48+0000\n" "Last-Translator: mySociety <transifex@mysociety.org>\n" "Language-Team: Chinese (http://www.transifex.com/mysociety/fixmystreet/language/zh/)\n" "Language: zh\n" @@ -18,17 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:618 -#: perllib/FixMyStreet/Script/Reports.pm:189 +#: perllib/FixMyStreet/DB/Result/Problem.pm:639 +#: perllib/FixMyStreet/Script/Reports.pm:199 msgid " and " msgstr "與" -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:15 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:22 -#: templates/web/base/report/new/councils_text_some.html:5 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:15 +#: templates/web/base/report/new/top_message_some.html:12 +#: templates/web/base/report/new/top_message_some.html:9 msgid " or " msgstr "或" @@ -36,17 +36,17 @@ msgstr "或" msgid "%d edits by %s" msgstr " 由 %d 編輯 %d" -#: templates/web/base/pagination.html:10 +#: templates/web/base/pagination.html:7 msgid "%d to %d of %d" msgstr "%d 到 %d 的 %d " #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:24 msgid "%s - Summary reports" msgstr "%s -申報總結" #. ("%s here is the site name") -#: templates/web/base/admin/header.html:10 +#: templates/web/base/admin/navigation.html:3 msgid "%s admin:" msgstr "%s 管理:" @@ -93,12 +93,12 @@ msgstr "%s 現場更新" msgid "%s questionnaires sent – %s answered (%s%%)" msgstr "%s 問卷送出 – % 回覆(%s%%)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:685 +#: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" msgstr "%s 流水號: %s " #. ("%s is the site name") -#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:74 msgid "" "%s sends different categories of problem\n" "to the appropriate council, so problems within the boundary of a particular council\n" @@ -125,40 +125,40 @@ msgstr "%s, 在%s 里/區" msgid "© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" msgstr "版本; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap開放街道地圖</a> 貢獻者" -#: templates/web/zurich/report/new/fill_in_details_form.html:46 +#: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" msgstr "(缺陷 & 缺陷地點)" #: templates/web/base/admin/report_blocks.html:41 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/users.html:32 msgid "(Email in abuse table)" msgstr "電郵為濫發信件" -#: templates/web/zurich/admin/report_edit-sdm.html:60 -#: templates/web/zurich/admin/report_edit.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:62 +#: templates/web/zurich/admin/report_edit.html:90 msgid "(No name)" msgstr "(沒有姓名)" -#: templates/web/zurich/admin/report_edit-sdm.html:67 -#: templates/web/zurich/admin/report_edit.html:95 +#: templates/web/zurich/admin/report_edit-sdm.html:69 +#: templates/web/zurich/admin/report_edit.html:97 msgid "(No phone number)" msgstr "(沒有電話號碼)" -#: templates/web/base/alert/_list.html:24 +#: templates/web/base/alert/_list.html:25 msgid "(a default distance which covers roughly 200,000 people)" msgstr "預設距離約涵蓋20萬人口" #. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") -#: templates/web/base/alert/_list.html:29 +#: templates/web/base/alert/_list.html:30 msgid "(alternatively the RSS feed can be customised, within %s)" msgstr "或可在 %s另外修改自定RSS訂閱" -#: templates/web/base/report/_item.html:25 +#: templates/web/base/report/_item.html:27 #: templates/web/zurich/report/_item.html:19 msgid "(closed)" msgstr "(結束)" -#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_item.html:25 #: templates/web/zurich/report/_item.html:17 msgid "(fixed)" msgstr "(己處理)" @@ -167,33 +167,39 @@ msgstr "(己處理)" msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" msgstr "(例如塗鴉, 文宣張貼, 人行道鋪板或街燈損壤, )" -#: templates/web/base/report/_item.html:19 +#: templates/web/base/report/_item.html:21 msgid "(not sent to council)" msgstr "不要向地方政府送出" -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(任選)" -#: templates/web/base/report/public_label.html:1 -msgid "(public)" -msgstr "(公開)" - -#: templates/web/base/report/_item.html:18 +#: templates/web/base/report/_item.html:20 msgid "(sent to both)" msgstr "兩個都送出" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/DB/Result/Problem.pm:410 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/DB/Result/Problem.pm:438 msgid "-- Pick a category --" msgstr "選擇分類" -#: perllib/FixMyStreet/DB/Result/Problem.pm:416 +#: perllib/FixMyStreet/DB/Result/Problem.pm:444 msgid "-- Pick a property type --" msgstr "選擇公物種類" -#: templates/web/base/admin/body-form.html:42 -#: templates/web/base/admin/body-form.html:43 +#: templates/web/base/admin/response_templates_select.html:4 +#, fuzzy +msgid "--Choose a template--" +msgstr "選擇模版" + +#: templates/web/base/report/new/form_report.html:23 +msgid "10 inch pothole on Example St, near post box" +msgstr "" + +#: templates/web/base/admin/body-form.html:48 +#: templates/web/base/admin/body-form.html:49 msgid "" "<code>MAPIT_URL</code> is set (<code>%s</code>) but no <code>MAPIT_TYPES</code>.<br>\n" " This is probably why \"area covered\" is empty (below).<br>\n" @@ -207,9 +213,9 @@ msgstr "" #. ('The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories') #. ("The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories") -#: templates/web/base/reports/_list-filters.html:27 -msgid "<label>Show %s</label> <label>about %s</label>" -msgstr "<label>颢示 %s</label> <label>關於 %s</label>" +#: templates/web/base/reports/_list-filters.html:28 +msgid "<label for=\"statuses\">Show</label> %s <label for=\"filter_categories\">about</label> %s" +msgstr "<label for=\"statuses\">颢示</label> %s <label for=\"filter_categories\">關於</label> %s" #: templates/web/base/status/stats.html:18 #: templates/web/zurich/admin/index.html:4 @@ -224,11 +230,19 @@ msgstr "<strong>不</strong> 我要利用電子郵件確認我的申報 " msgid "<strong>No</strong> Let me confirm my update by email" msgstr "<strong>不</strong> 我要用電子郵件收到更新通知" -#: templates/web/base/auth/general.html:97 +#: templates/web/base/auth/general.html:104 #: templates/web/zurich/auth/general.html:51 msgid "<strong>No</strong> let me sign in by email" msgstr "<strong>不</strong> 我要用電子郵件登入" +#: templates/web/base/report/_inspect.html:133 +msgid "<strong>Note:</strong> This report has been sent onwards for action. Any changes made won't be passed on." +msgstr "" + +#: templates/web/base/report/_inspect.html:135 +msgid "<strong>Note:</strong> This report hasn't yet been sent onwards for action. Any changes made may not be passed on." +msgstr "" + #: templates/web/base/auth/general.html:80 #: templates/web/base/report/new/form_user_loggedout_password.html:3 #: templates/web/base/report/update/form_user_loggedout_password.html:2 @@ -237,8 +251,8 @@ msgstr "<strong>是</strong> 我有密碼" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:8 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Action Scheduled" msgstr "行動排程 " @@ -254,34 +268,55 @@ msgstr "" "每份內容中 ,你可以加入一個或更多聯絡對象(因不同\n" "類型的問題) " -#: templates/web/base/admin/body.html:56 +#: templates/web/base/admin/body.html:60 msgid "Add a contact using the form below." msgstr "增加聯絡人請使用下方表單" -#: templates/web/base/admin/bodies.html:74 -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/bodies.html:78 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Add body" msgstr "新增有關單位" -#: templates/web/base/admin/body.html:116 +#: templates/web/base/admin/body.html:126 #: templates/web/zurich/admin/body.html:31 msgid "Add new category" msgstr "新增種類" -#: templates/web/base/admin/users.html:47 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:19 +#: templates/web/base/report/_main.html:27 +msgid "Add to shortlist" +msgstr "" + +#: templates/web/base/admin/user_edit.html:4 +#: templates/web/base/admin/users.html:48 msgid "Add user" msgstr "新增使用者" -#: templates/web/base/my/my.html:54 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#, fuzzy +msgid "Add/edit problem categories" +msgstr "新增種類" + +#: perllib/FixMyStreet/Cobrand/Default.pm:732 +msgid "Add/edit response priorities" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:731 +#, fuzzy +msgid "Add/edit response templates" +msgstr "%s的回應模版" + +#: templates/web/base/my/my.html:67 msgid "Added %s" msgstr "新增 %s" -#: templates/web/base/report/new/category_extras.html:9 -msgid "Additional Information" -msgstr "其餘資訊" +#: templates/web/base/report/_main.html:141 +msgid "Adding this report to your shortlist will remove it from %s’s shortlist." +msgstr "" -#: templates/web/base/auth/change_password.html:29 +#: templates/web/base/auth/change_password.html:39 msgid "Again:" msgstr "再一次" @@ -293,12 +328,12 @@ msgstr "%s創建之 %d通知, 種類 %s, 參數 %s / %s" msgid "Alert %d disabled (created %s)" msgstr "%d 關閉通知 " -#: templates/web/base/report/update/form_name.html:21 +#: templates/web/base/report/update/form_name.html:38 msgid "Alert me to future updates" msgstr "通知我此事後續" -#: templates/web/base/reports/index.html:3 -#: templates/web/zurich/reports/index.html:12 +#: templates/web/base/reports/index.html:6 +#: templates/web/zurich/reports/index.html:13 msgid "All Reports" msgstr "所有事件申報" @@ -306,10 +341,16 @@ msgstr "所有事件申報" msgid "All Reports as CSV" msgstr "所有事件申報存成CSV格式" -#: templates/web/base/footer.html:32 +#: templates/web/base/admin/responsepriorities/list.html:19 +#, fuzzy +msgid "All categories" +msgstr "所有事件申報" + +#: templates/web/base/footer.html:29 +#: templates/web/base/reports/_list-filters.html:2 #: templates/web/zurich/admin/index-dm.html:12 #: templates/web/zurich/admin/stats.html:13 -#: templates/web/zurich/footer.html:20 +#: templates/web/zurich/footer.html:21 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "所有事件申報" @@ -319,18 +360,7 @@ msgstr "所有事件申報" msgid "All reports between %s and %s" msgstr "%s 與 %s 之間申報" -#: templates/web/base/report/new/councils_text_some.html:2 -msgid "All the information you provide here will be sent to" -msgstr "你所提供的資訊即將送出" - -#: templates/web/base/report/new/councils_text_all.html:2 -#: templates/web/base/report/new/councils_text_all.html:4 -#: templates/web/base/report/new/fill_in_details_form.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:9 -msgid "All the information you provide here will be sent to <strong>%s</strong>." -msgstr "所有您提供的资訊將送出給<strong>%s</strong>." - -#: templates/web/base/questionnaire/index.html:45 +#: templates/web/base/questionnaire/index.html:47 msgid "An update marked this problem as fixed." msgstr "本問題已解決之更新標註" @@ -339,48 +369,69 @@ msgstr "本問題已解決之更新標註" msgid "Anonymous" msgstr "匿名" -#: templates/web/base/admin/report_edit.html:57 +#: templates/web/base/admin/report_edit.html:140 #: templates/web/base/admin/update_edit.html:23 msgid "Anonymous:" msgstr "匿名:" +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_name.html:13 +#, fuzzy +msgid "Another user" +msgstr "新增使用者" + #: templates/web/base/front/footer-marketing.html:16 msgid "Are you a developer?" msgstr "你是程式開發者嗎?" -#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/js/translation_strings.html:53 msgid "Are you sure you want to cancel this upload?" msgstr "" -#: templates/web/base/admin/body-form.html:69 -#: templates/web/base/admin/body.html:16 +#: templates/web/base/admin/report_edit.html:84 +#: templates/web/base/report/display_tools.html:6 +#, fuzzy +msgid "Are you sure?" +msgstr "你是程式開發者嗎?" + +#: templates/web/base/admin/body-form.html:75 +#: templates/web/base/admin/body.html:20 #: templates/web/zurich/admin/body-form.html:24 msgid "Area covered" msgstr "涵蓋區域" -#: templates/web/base/admin/bodies.html:15 -#: templates/web/base/admin/body.html:60 +#: templates/web/base/admin/user-form.html:64 +msgid "Area:" +msgstr "" + +#: templates/web/base/admin/bodies.html:19 +#: templates/web/base/admin/body.html:64 msgid "As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category." msgstr "作為一個支援平台 %s出錯,本站所作的申報將送達給申報者,而不是申報類別下提供的承辦人員。 " -#: templates/web/zurich/admin/report_edit.html:213 +#: templates/web/zurich/admin/report_edit.html:209 msgid "Assign to competent body:" msgstr "分派給適任的機關 " -#: templates/web/zurich/admin/report_edit.html:173 +#: templates/web/zurich/admin/report_edit.html:169 #: templates/web/zurich/admin/stats.html:36 msgid "Assign to different category:" msgstr "歸至其它種類" -#: templates/web/zurich/admin/report_edit.html:211 +#: templates/web/zurich/admin/report_edit.html:207 msgid "Assign to external body:" msgstr "分派給外部機:" -#: templates/web/zurich/admin/report_edit.html:190 +#: templates/web/zurich/admin/report_edit.html:186 msgid "Assign to subdivision:" msgstr "交派給下級單位:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:221 +#: perllib/FixMyStreet/Cobrand/Default.pm:727 +#, fuzzy +msgid "Assign users to areas" +msgstr "派給 %s" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:214 msgid "Assigned to %s" msgstr "派給 %s" @@ -392,37 +443,64 @@ msgstr "每一則詢問的申報幾乎達 %d地回覆了。所有的要求,依 msgid "At the moment only searching for and looking at reports work." msgstr "目前僅提供部份查詢與查閱" -#: perllib/FixMyStreet/DB/Result/Problem.pm:373 +#: templates/web/base/admin/user-form.html:78 +#: templates/web/base/admin/user-form.html:79 +msgid "Authorised staff users can be associated with the categories in which they operate." +msgstr "" + +#: templates/web/base/admin/template_edit.html:22 +#, fuzzy +msgid "Auto-response:" +msgstr "公眾反應" + +#: templates/web/base/admin/report_edit.html:133 +#: templates/web/base/report/_inspect.html:42 +msgid "Available categories" +msgstr "" + +#: templates/web/base/report/new/after_photo.html:6 +msgid "Avoid personal information and vehicle number plates" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:401 #: templates/web/zurich/report/_item.html:9 msgid "Awaiting moderation" msgstr "待核可" -#: templates/web/base/js/translation_strings.html:32 +#: templates/web/base/js/translation_strings.html:31 msgid "Back" msgstr "回上層" +#: templates/web/base/report/_main.html:6 +#, fuzzy +msgid "Back to all reports" +msgstr "所有事件申報" + #: templates/web/base/admin/report_blocks.html:41 msgid "Ban email address" msgstr "禁止之電子郵件" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1273 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:392 -#: templates/web/base/admin/bodies.html:1 templates/web/zurich/header.html:64 +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:391 +#: templates/web/base/admin/bodies.html:1 +#: templates/web/base/admin/report_edit.html:55 +#: templates/web/zurich/header.html:56 msgid "Bodies" msgstr "有關單位" #: templates/web/base/admin/flagged.html:17 -#: templates/web/base/admin/reports.html:14 -#: templates/web/base/admin/users.html:17 +#: templates/web/base/admin/index.html:57 +#: templates/web/base/admin/reports.html:15 +#: templates/web/base/admin/users.html:18 msgid "Body" msgstr "有關單位" -#: templates/web/base/admin/report_edit.html:34 -#: templates/web/base/admin/user-form.html:32 +#: templates/web/base/admin/user-form.html:36 msgid "Body:" msgstr "有關單位:" -#: templates/web/base/admin/stats.html:80 +#: templates/web/base/admin/stats.html:87 msgid "By Date" msgstr "日期" @@ -434,9 +512,26 @@ msgstr "你的信箱中找不到我們的來信嗎?先檢查看看垃圾回收 msgid "Can't see the map? <em>Skip this step</em>" msgstr "無法顯示地圖? <em>略過本步驟</em>" -#: templates/web/base/admin/body.html:68 -#: templates/web/base/admin/index.html:54 -#: templates/web/base/report/new/category.html:7 +#: templates/web/base/report/_inspect.html:141 +msgid "Cancel" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:650 +#: templates/web/base/admin/responsepriorities/list.html:8 +#, fuzzy +msgid "Categories" +msgstr "類別" + +#: templates/web/base/admin/category-checkboxes.html:2 +#, fuzzy +msgid "Categories:" +msgstr "類別:" + +#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/contact-form.html:19 +#: templates/web/base/admin/stats_fix_rate.html:4 +#: templates/web/base/report/_inspect.html:33 +#: templates/web/base/report/new/category.html:6 #: templates/web/base/report/new/category_wrapper.html:3 #: templates/web/zurich/admin/body.html:14 #: templates/web/zurich/admin/index-dm.html:23 @@ -446,32 +541,48 @@ msgstr "無法顯示地圖? <em>略過本步驟</em>" msgid "Category" msgstr "類別" -#: templates/web/base/admin/index.html:52 -#: templates/web/base/admin/index.html:60 +#: perllib/FixMyStreet/App/Controller/Admin.pm:854 +#, fuzzy +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "例如 ‘%s’ 或 ‘%s’" + +#: templates/web/base/admin/stats.html:58 +#: templates/web/base/admin/stats_fix_rate.html:1 msgid "Category fix rate for problems > 4 weeks old" msgstr "4週前己修復問題之類別" -#: templates/web/base/admin/body.html:137 -#: templates/web/base/admin/category_edit.html:23 -#: templates/web/base/admin/report_edit.html:56 +#: templates/web/base/admin/report_edit.html:125 #: templates/web/zurich/admin/body.html:43 -#: templates/web/zurich/admin/report_edit-sdm.html:70 -#: templates/web/zurich/admin/report_edit.html:98 +#: templates/web/zurich/admin/contact-form.html:2 +#: templates/web/zurich/admin/report_edit-sdm.html:72 +#: templates/web/zurich/admin/report_edit.html:100 msgid "Category:" msgstr "類別:" -#: perllib/FixMyStreet/Script/Reports.pm:180 +#: perllib/FixMyStreet/Script/Reports.pm:190 msgid "Category: %s" msgstr "類別: %s" +#: templates/web/base/my/my.html:24 +msgid "Change email" +msgstr "" + +#: templates/web/base/auth/change_email.html:1 +#: templates/web/base/auth/change_email.html:3 +#: templates/web/base/auth/change_email.html:30 +#, fuzzy +msgid "Change email address" +msgstr "禁止之電子郵件" + #: templates/web/base/auth/change_password.html:1 -#: templates/web/base/auth/change_password.html:3 -#: templates/web/base/auth/change_password.html:33 -#: templates/web/base/my/my.html:17 +#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/auth/change_password.html:43 +#: templates/web/base/my/my.html:23 msgid "Change password" msgstr "更換密碼" -#: templates/web/base/admin/body.html:158 +#: templates/web/base/admin/contact-form.html:41 msgid "" "Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct.\n" " If you are not sure of the origin or validity of the contact, leave this unchecked." @@ -479,7 +590,7 @@ msgstr "" "看看<strong>已確認申報</strong> 此顯示承辦人員已確認申訴無誤。\n" "如果你無法確定承辯人員來源與有效與否, 請保留空白。" -#: templates/web/base/admin/body.html:169 +#: templates/web/base/admin/contact-form.html:52 msgid "" "Check <strong>deleted</strong> to remove the category from use. \n" " It will not appear as an available category in the drop-down menu on the report-a-problem page." @@ -487,7 +598,11 @@ msgstr "" "看看<strong>已刪除</strong> 以移除該類別。\n" "此遭刪除類別將不會顯示在申報問題頁的下拉式選項上。" -#: templates/web/base/admin/body.html:189 +#: templates/web/base/admin/contact-form.html:79 +msgid "Check <strong>inspection required</strong> if reports in this category <strong>must be inspected</strong> before being sent." +msgstr "" + +#: templates/web/base/admin/contact-form.html:63 msgid "" "Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>.\n" " <br>\n" @@ -504,23 +619,18 @@ msgstr "" "這類問題適合於用戶申報給有關機關,但公開申報資料並無公益性\n" "例如在英國想在某特定地點要求多安置垃圾筒" -#: templates/web/base/admin/body.html:129 +#: templates/web/base/admin/contact-form.html:11 msgid "" "Choose a <strong>category</strong> name that makes sense to the public (e.g., \"Pothole\", \"Street lighting\") but is helpful\n" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "選擇民眾可理解的<strong>類別</strong> (例如., \"路面坑洞\", \"街燈故障\") 也助於讓有關單位掌握. 此類別將會顯示在申報問題頁的下拉式選項上。" -#: templates/web/zurich/admin/response_templates_select.html:6 -msgid "Choose a template" -msgstr "選擇模版" - -#: templates/web/base/admin/stats.html:65 -#: templates/web/base/admin/stats.html:71 +#: templates/web/base/admin/stats.html:72 +#: templates/web/base/admin/stats.html:78 msgid "Click here or enter as dd/mm/yyyy" msgstr "點選此處或輸入日期/月份/年份" #: templates/web/base/around/_report_banner.html:2 -#: templates/web/base/js/translation_strings.html:55 msgid "Click map to report a problem" msgstr "點擊地圖以申報問題 " @@ -540,8 +650,8 @@ msgstr "選擇確認電子郵件上的連結以發佈你的更新" msgid "Click the link in our confirmation email to sign in." msgstr "選擇確認電子郵件上的連結以作登入" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:196 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:969 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:189 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:960 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:15 #: templates/web/base/admin/report_blocks.html:25 @@ -555,15 +665,19 @@ msgstr "選擇確認電子郵件上的連結以作登入" msgid "Closed" msgstr "關閉" -#: perllib/FixMyStreet/DB/Result/Problem.pm:781 +#: perllib/FixMyStreet/DB/Result/Problem.pm:809 msgid "Closed by council" msgstr "由地方政府關閉" +#: templates/web/base/reports/_list-filters.html:4 +msgid "Closed reports" +msgstr "完結之申報 " + #: templates/web/base/admin/problem_row.html:38 msgid "Closed:" msgstr "關閉:" -#: templates/web/base/admin/report_edit.html:23 +#: templates/web/base/admin/report_edit.html:37 msgid "Co-ordinates:" msgstr "協同單位:" @@ -571,26 +685,22 @@ msgstr "協同單位:" msgid "Cobrand" msgstr "聯合品牌" -#: templates/web/base/admin/report_edit.html:73 -#: templates/web/base/admin/update_edit.html:50 +#: templates/web/base/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:52 msgid "Cobrand data:" msgstr "聯合品牌資料:" -#: templates/web/base/admin/report_edit.html:72 -#: templates/web/base/admin/update_edit.html:49 +#: templates/web/base/admin/report_edit.html:91 +#: templates/web/base/admin/update_edit.html:51 msgid "Cobrand:" msgstr "聯合品牌:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1280 +#: perllib/FixMyStreet/Cobrand/Default.pm:646 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "設定" -#: templates/web/base/admin/category_edit.html:55 -msgid "Configure Endpoint" -msgstr "組態端 點" - -#: templates/web/base/admin/body.html:72 +#: templates/web/base/admin/body.html:77 msgid "Confirm" msgstr "確認" @@ -611,10 +721,9 @@ msgstr "" msgid "Confirmation" msgstr "確認" -#: templates/web/base/admin/body.html:164 -#: templates/web/base/admin/body.html:79 -#: templates/web/base/admin/category_edit.html:37 -#: templates/web/base/admin/category_edit.html:92 +#: templates/web/base/admin/body.html:85 +#: templates/web/base/admin/category_edit.html:54 +#: templates/web/base/admin/contact-form.html:47 #: templates/web/zurich/admin/stats.html:40 msgid "Confirmed" msgstr "已確認" @@ -625,7 +734,7 @@ msgstr "%s 與 %s 之間已確認的申報" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/problem_row.html:36 -#: templates/web/base/admin/report_edit.html:65 +#: templates/web/base/admin/report_edit.html:78 msgid "Confirmed:" msgstr "已確認:" @@ -644,17 +753,17 @@ msgstr "連絡我們" msgid "Contact the team" msgstr "連結本團隊" -#: templates/web/zurich/admin/report_edit-sdm.html:40 -#: templates/web/zurich/admin/report_edit.html:59 +#: templates/web/zurich/admin/report_edit-sdm.html:42 +#: templates/web/zurich/admin/report_edit.html:61 msgid "Coordinates:" msgstr "協同單位:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1417 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1445 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1649 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1677 msgid "Could not find user" msgstr "找不到該戶用" -#: templates/web/base/js/translation_strings.html:37 +#: templates/web/base/js/translation_strings.html:36 msgid "Could not look up location" msgstr "找不到此地點" @@ -668,11 +777,11 @@ msgstr "地方政府" msgid "Council contacts for %s" msgstr "聯繋地方政府 %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:683 +#: templates/web/base/report/_council_sent_info.html:6 msgid "Council ref: %s" msgstr "地方政府流水號 ref: %s" -#: templates/web/base/admin/stats.html:84 +#: templates/web/base/admin/stats.html:92 msgid "Council:" msgstr "地方政府" @@ -687,23 +796,38 @@ msgstr "數量" msgid "Create a report" msgstr "創建申報" -#: templates/web/base/admin/body.html:206 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/zurich/admin/body.html:62 msgid "Create category" msgstr "創建類別" +#: templates/web/base/admin/responsepriorities/edit.html:36 +#, fuzzy +msgid "Create priority" +msgstr "創建申報" + +#: perllib/FixMyStreet/Cobrand/Default.pm:715 +#, fuzzy +msgid "Create reports/updates as the council" +msgstr "未呈報給地方政府" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/template_edit.html:36 #: templates/web/zurich/admin/template_edit.html:29 msgid "Create template" msgstr "創建模版" #: templates/web/base/admin/problem_row.html:34 -#: templates/web/zurich/admin/templates.html:10 +#: templates/web/base/admin/templates.html:12 msgid "Created" msgstr "建立" #: templates/web/base/admin/list_updates.html:38 -#: templates/web/base/admin/report_edit.html:64 -#: templates/web/base/admin/update_edit.html:51 +#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/update_edit.html:53 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "建立:" @@ -712,13 +836,13 @@ msgstr "建立:" msgid "Current state" msgstr "目前狀況" -#: templates/web/base/admin/bodies.html:5 +#: templates/web/base/admin/bodies.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "目前未創建內文" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:834 -#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:825 +#: templates/web/zurich/admin/report_edit-sdm.html:105 msgid "Customer not contactable" msgstr "無法聨絡上的客戶" @@ -731,44 +855,50 @@ msgstr "控制台" msgid "Dealt with by subdivision within 5 working days" msgstr "下屬單位5個工作天內處理。" -#: perllib/FixMyStreet/App/Controller/Admin.pm:865 +#: perllib/FixMyStreet/App/Controller/Admin.pm:975 +#: templates/web/base/admin/template_edit.html:40 #: templates/web/zurich/admin/template_edit.html:33 msgid "Delete template" msgstr "刪除模版" -#: templates/web/base/admin/bodies.html:27 -#: templates/web/base/admin/body.html:175 -#: templates/web/base/admin/body.html:81 -#: templates/web/base/admin/category_edit.html:42 -#: templates/web/base/admin/category_edit.html:93 +#: templates/web/base/admin/bodies.html:31 +#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/category_edit.html:55 +#: templates/web/base/admin/contact-form.html:58 +#: templates/web/zurich/admin/contact-form.html:12 msgid "Deleted" msgstr "刪除" -#: templates/web/base/report/new/form_report.html:47 +#: templates/web/base/admin/responsepriorities/list.html:7 #: templates/web/zurich/admin/index-dm.html:22 #: templates/web/zurich/admin/index-sdm.html:20 #: templates/web/zurich/admin/reports.html:12 msgid "Description" msgstr "描述" -#: templates/web/base/js/translation_strings.html:34 -#: templates/web/zurich/report/new/fill_in_details_form.html:70 +#: templates/web/base/admin/responsepriorities/edit.html:17 +#, fuzzy +msgid "Description:" +msgstr "描述" + +#: templates/web/base/js/translation_strings.html:33 +#: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "細節" -#: templates/web/base/admin/report_edit.html:20 -#: templates/web/zurich/admin/report_edit-sdm.html:27 -#: templates/web/zurich/admin/report_edit.html:29 -#: templates/web/zurich/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:112 +#: templates/web/zurich/admin/report_edit-sdm.html:29 +#: templates/web/zurich/admin/report_edit.html:31 +#: templates/web/zurich/admin/report_edit.html:45 msgid "Details:" msgstr "細節:" -#: templates/web/base/admin/body.html:87 +#: templates/web/base/admin/body.html:93 msgid "Devolved" msgstr "下放" -#: templates/web/zurich/admin/report_edit-sdm.html:50 -#: templates/web/zurich/admin/report_edit.html:69 +#: templates/web/zurich/admin/report_edit-sdm.html:52 +#: templates/web/zurich/admin/report_edit.html:71 msgid "Didn't use map" msgstr "不使用地圖" @@ -776,16 +906,20 @@ msgstr "不使用地圖" msgid "Diligency prize league table" msgstr "勤奮表現名單" +#: templates/web/base/admin/open311-form-fields.html:95 +msgid "Do not send email alerts on fetched comments to problem creator" +msgstr "" + #. ("%s is the site name") #: templates/web/base/auth/general.html:58 -#: templates/web/base/report/new/form_user_loggedout.html:28 +#: templates/web/base/report/new/form_user_loggedout.html:25 #: templates/web/base/report/new/oauth_email_form.html:18 -#: templates/web/base/report/update-form.html:29 +#: templates/web/base/report/update-form.html:30 #: templates/web/base/report/update/form_user_loggedout.html:27 msgid "Do you have a %s password?" msgstr "您是否有 %s密碼? " -#: templates/web/base/questionnaire/index.html:55 +#: templates/web/base/questionnaire/index.html:57 msgid "Don’t know" msgstr "不知道" @@ -793,18 +927,18 @@ msgstr "不知道" msgid "Don't like forms?" msgstr "不喜歡此表單?" -#: templates/web/base/js/translation_strings.html:51 +#: templates/web/base/js/translation_strings.html:52 msgid "Drag and drop photos here or <u>click to upload</u>" msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:14 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "Duplicate" msgstr "複製 " -#: templates/web/base/admin/body.html:106 +#: templates/web/base/admin/body.html:116 msgid "" "Each contact for the body has a category, which is displayed to the public. \n" " Different categories <strong>can have the same contact</strong> (email address).\n" @@ -815,20 +949,52 @@ msgstr "" "不同類別 <strong>能夠同一位承辦人</strong> (電子郵件)\n" "這表示你可以多加一些類別,即使你只聯絡一位承辦人員。" +#: templates/web/base/report/_inspect.html:16 +msgid "Easting/Northing:" +msgstr "" + #: templates/web/base/admin/list_updates.html:42 #: templates/web/base/admin/problem_row.html:41 -#: templates/web/base/admin/users.html:33 +#: templates/web/base/admin/responsepriorities/list.html:26 +#: templates/web/base/admin/templates.html:22 +#: templates/web/base/admin/users.html:34 #: templates/web/zurich/admin/problem_row.html:48 -#: templates/web/zurich/admin/templates.html:20 msgid "Edit" msgstr "編輯" -#: templates/web/base/admin/body.html:218 -#: templates/web/zurich/admin/body.html:71 +#: templates/web/base/admin/body.html:140 +#: templates/web/base/admin/index.html:35 +#: templates/web/zurich/admin/body.html:69 msgid "Edit body details" msgstr "編輯有關單位細節" -#: templates/web/base/admin/report_edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 +#, fuzzy +msgid "Edit other users' details" +msgstr "編輯有關單位細節" + +#: perllib/FixMyStreet/Cobrand/Default.pm:725 +msgid "Edit other users' permissions" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#, fuzzy +msgid "Edit report category" +msgstr "創建類別" + +#: perllib/FixMyStreet/Cobrand/Default.pm:710 +#, fuzzy +msgid "Edit report priority" +msgstr "過濾初次申報 " + +#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#, fuzzy +msgid "Edit reports" +msgstr "已處理之申報 " + +#: templates/web/base/admin/report_edit.html:0 +#: templates/web/base/admin/report_edit.html:14 +#: templates/web/base/admin/report_edit.html:4 #: templates/web/zurich/admin/report_edit-sdm.html:1 #: templates/web/zurich/admin/report_edit-sdm.html:5 #: templates/web/zurich/admin/report_edit.html:1 @@ -841,18 +1007,18 @@ msgstr "編輯問題 %d" msgid "Editing update %d" msgstr "編輯更新 %d" -#: templates/web/base/admin/user_edit.html:1 +#: templates/web/base/admin/user_edit.html:2 msgid "Editing user %d" msgstr "編輯用戶帳號 $d" -#: templates/web/base/admin/category_edit.html:94 +#: templates/web/base/admin/category_edit.html:56 msgid "Editor" msgstr "編輯器" -#: templates/web/base/admin/bodies.html:23 -#: templates/web/base/admin/category_edit.html:91 +#: templates/web/base/admin/bodies.html:27 +#: templates/web/base/admin/category_edit.html:53 #: templates/web/base/admin/flagged.html:38 -#: templates/web/base/admin/users.html:16 +#: templates/web/base/admin/users.html:17 #: templates/web/base/auth/general.html:49 #: templates/web/zurich/admin/body-form.html:9 #: templates/web/zurich/admin/body.html:15 @@ -861,12 +1027,15 @@ msgstr "編輯器" msgid "Email" msgstr "電子郵件" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1393 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1625 msgid "Email added to abuse list" msgstr "電子郵件列入濫發名單" -#: templates/web/base/admin/body.html:153 -msgid "Email address:" +#: templates/web/base/admin/contact-form.html:36 +#: templates/web/base/report/new/form_user_loggedin.html:28 +#: templates/web/base/report/update/form_name.html:19 +#, fuzzy +msgid "Email address" msgstr "電子郵件:" #: templates/web/base/tokens/confirm_alert.html:6 @@ -877,24 +1046,24 @@ msgstr "建立電郵通知" msgid "Email alert deleted" msgstr "取消電郵通知" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1390 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1622 msgid "Email already in abuse list" msgstr "電子郵件己在濫發名單" -#: templates/web/base/admin/category_edit.html:31 -#: templates/web/base/admin/report_edit.html:62 -#: templates/web/base/admin/update_edit.html:33 -#: templates/web/base/admin/user-form.html:20 -#: templates/web/zurich/admin/body.html:47 +#: templates/web/base/admin/report_edit.html:147 +#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/user-form.html:19 +#: templates/web/zurich/admin/body.html:48 +#: templates/web/zurich/admin/contact-form.html:6 msgid "Email:" msgstr "電子郵件:" -#: perllib/FixMyStreet/Script/Reports.pm:108 +#: perllib/FixMyStreet/Script/Reports.pm:112 msgid "Email: %s" msgstr "電子郵件: %s" -#: templates/web/base/admin/body-form.html:162 -#: templates/web/base/admin/body-form.html:163 +#: templates/web/base/admin/open311-form-fields.html:55 +#: templates/web/base/admin/open311-form-fields.html:56 msgid "" "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive\n" " updates to existing reports. If you're not sure, it probably does not, so leave this unchecked.\n" @@ -905,8 +1074,8 @@ msgstr "" "如果您不確定是否要開啟,請保留空白\n" "更多資訊說明<a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>請見本文(英文)</a>." -#: templates/web/base/admin/body-form.html:222 -#: templates/web/base/admin/body-form.html:223 +#: templates/web/base/admin/body-form.html:120 +#: templates/web/base/admin/body-form.html:121 msgid "" "Enable this <strong>can be devolved</strong> setting if one or more contacts have a \n" " different endpoint (and send method) from the body's. For example, if reports for some categories of\n" @@ -915,11 +1084,11 @@ msgstr "" "開啟<strong>此設定將造成權限混亂</strong>因相關單位可能有多位承辦人員使用不同\n" "端點(與送出方式)。例如,如果某些類別的問題申報必須由電子郵件送出,而其它類別則透過Open311送出。" -#: templates/web/base/admin/stats.html:70 +#: templates/web/base/admin/stats.html:77 msgid "End Date:" msgstr "結束日期:" -#: templates/web/base/admin/body-form.html:130 +#: templates/web/base/admin/open311-form-fields.html:21 msgid "Endpoint" msgstr "結束點" @@ -941,8 +1110,8 @@ msgstr "輸入本區的郵編,街名或區域。" msgid "Enter a nearby street name and area" msgstr "輸入最近的街名或地區" -#: templates/web/base/auth/general.html:109 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:38 +#: templates/web/base/auth/general.html:116 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:35 #: templates/web/base/report/update/form_user_loggedout_by_email.html:13 #: templates/web/zurich/auth/general.html:65 msgid "Enter a password" @@ -961,11 +1130,12 @@ msgstr "請在此填寫問題的細節" msgid "Error" msgstr "錯誤" -#: templates/web/base/reports/_list-filters.html:12 +#: templates/web/base/reports/_list-filters.html:11 +#: templates/web/base/reports/_list-filters.html:19 msgid "Everything" msgstr "一切" -#: templates/web/base/admin/body.html:14 +#: templates/web/base/admin/body.html:18 #: templates/web/base/admin/category_edit.html:18 msgid "Example postcode %s" msgstr "郵遞區號範例 %s" @@ -974,26 +1144,52 @@ msgstr "郵遞區號範例 %s" msgid "Examples:" msgstr "範例:" -#: templates/web/base/report/new/form_report.html:51 -msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" -msgstr "說明什麼壞掉故障了,確切的地點以及它置於此處有多久了" +#: templates/web/base/admin/report_edit.html:128 +#: templates/web/base/report/_inspect.html:37 +#, fuzzy +msgid "Existing category" +msgstr "創建類別" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:922 +#: templates/web/base/report/new/form_report.html:52 +msgid "Explain what’s wrong" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:174 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:913 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:12 msgid "Extern" msgstr "外圍" -#: templates/web/base/admin/body-form.html:81 +#: templates/web/base/admin/report_edit.html:97 +#, fuzzy +msgid "External ID" +msgstr "外部網址" + +#: templates/web/base/admin/body-form.html:87 msgid "External URL" msgstr "外部網址" -#: templates/web/base/admin/category_edit.html:27 -#: templates/web/base/admin/report_edit.html:74 +#: templates/web/base/admin/report_edit.html:99 +#, fuzzy +msgid "External body" +msgstr "外部網址" + +#: templates/web/base/admin/report_edit.html:101 +#, fuzzy +msgid "External team" +msgstr "外部網址" + +#: templates/web/base/admin/category_edit.html:25 +#: templates/web/base/admin/report_edit.html:94 msgid "Extra data:" msgstr "其它資料:" +#: templates/web/base/report/_inspect.html:107 +#, fuzzy +msgid "Extra details" +msgstr "其它資料:" + #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" msgstr "無法送出留言" @@ -1003,23 +1199,23 @@ msgstr "無法送出留言" msgid "Filter report list" msgstr "過濾初次申報 " -#: templates/web/base/questionnaire/index.html:64 +#: templates/web/base/questionnaire/index.html:66 msgid "First time" msgstr "首次" -#: templates/web/base/admin/body.html:48 +#: templates/web/base/admin/body.html:52 msgid "Fix this by choosing an <strong>area covered</strong> in the <em>Edit body details</em> form below." msgstr "選擇<strong>涵蓋的區域</strong> <em>編輯有關單位</em> 表單。" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:24 #: templates/web/base/admin/report_blocks.html:9 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 #: templates/web/base/report/banner.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:40 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:45 msgid "Fixed" msgstr "已處理" @@ -1033,11 +1229,16 @@ msgstr "已處理-地方政府" msgid "Fixed - User" msgstr "已處理-用戶" +#: templates/web/base/reports/_list-filters.html:5 +msgid "Fixed reports" +msgstr "已處理之申報 " + #: templates/web/base/admin/problem_row.html:37 msgid "Fixed:" msgstr "已處理:" -#: templates/web/base/admin/body-form.html:89 +#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/responsepriorities/edit.html:31 #: templates/web/zurich/admin/body-form.html:36 msgid "Flag as deleted" msgstr "標記警告為刪除 " @@ -1046,8 +1247,8 @@ msgstr "標記警告為刪除 " msgid "Flag user" msgstr "標記警告用戶" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1278 -#: templates/web/base/admin/users.html:19 +#: perllib/FixMyStreet/Cobrand/Default.pm:645 +#: templates/web/base/admin/users.html:20 msgid "Flagged" msgstr "標記警告" @@ -1055,7 +1256,7 @@ msgstr "標記警告" msgid "Flagged reports and users" msgstr "標記警告申報與用戶" -#: templates/web/base/admin/user-form.html:46 +#: templates/web/base/admin/user-form.html:94 msgid "Flagged users are listed on the <a href='%s'>flagged</a> page." msgstr "標記警告用戶其已被列入 <a href='%s'>警告頁</a>" @@ -1063,8 +1264,8 @@ msgstr "標記警告用戶其已被列入 <a href='%s'>警告頁</a>" msgid "Flagged users are not restricted in any way. This is just a list of users that have been marked for attention." msgstr "被標記警告的用戶其權限不受影響,只是列入特別關注名單" -#: templates/web/base/admin/report_edit.html:76 -#: templates/web/base/admin/user-form.html:52 +#: templates/web/base/admin/report_edit.html:153 +#: templates/web/base/admin/user-form.html:100 msgid "Flagged:" msgstr "警告:" @@ -1072,20 +1273,25 @@ msgstr "警告:" msgid "Follow a ward link to view only reports within that ward." msgstr "追踪里/區連結,以檢視該區內之申報" -#: templates/web/base/admin/body-form.html:65 +#: templates/web/base/report/new/after_photo.html:3 +msgid "For best results include a close-up and a wide shot" +msgstr "" + +#: templates/web/base/admin/body-form.html:71 msgid "For more information, see <a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>." msgstr "更多資訊,請詳見<a href='http://fixmystreet.org/customising/fms_and_mapit' class='admin-offsite-link'>如何使用 FixMyStreet 地圖標記</a>(英文)" +#: templates/web/base/auth/general.html:95 #: templates/web/base/report/new/form_user_loggedout_password.html:20 #: templates/web/base/report/update/form_user_loggedout_password.html:19 msgid "Forgotten your password?" msgstr "忘記您的密碼?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:752 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:743 msgid "Forwarded to external body" msgstr "轉寄給外部機構" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:753 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:744 msgid "Forwarded wish to external body" msgstr "轉寄願望給外部機構" @@ -1095,12 +1301,8 @@ msgstr "轉寄願望給外部機構" msgid "Frequently Asked Questions" msgstr "常見問題回覆 " -#: templates/web/base/open311/index.html:128 -msgid "GeoRSS on Google Maps" -msgstr "google 地圖上的地理RSS" - #: templates/web/base/around/_updates.html:3 -#: templates/web/base/report/display_tools.html:11 +#: templates/web/base/report/display_tools.html:12 msgid "Get updates" msgstr "取得更新" @@ -1114,7 +1316,7 @@ msgstr "取得 %s問題之更新" msgid "Get updates of problems in this %s" msgstr "取得 %s區域內的問題更新" -#: templates/web/base/alert/_list.html:82 +#: templates/web/base/alert/_list.html:83 msgid "Give me an RSS feed" msgstr "我要訂閱RSS" @@ -1122,53 +1324,64 @@ msgstr "我要訂閱RSS" msgid "Glad to hear it’s been fixed!" msgstr "很高興聽到問題已處理了。" +#: templates/web/base/admin/index.html:45 #: templates/web/base/alert/index.html:34 #: templates/web/base/around/postcode_form.html:13 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:29 +#: templates/web/base/reports/_list-filters.html:41 #: templates/web/zurich/admin/stats.html:26 msgid "Go" msgstr "走" -#: templates/web/base/admin/report_edit.html:75 +#: templates/web/base/admin/report_edit.html:95 msgid "Going to send questionnaire?" msgstr "即將送出問卷?" -#: templates/web/base/admin/index.html:35 +#: perllib/FixMyStreet/Cobrand/Default.pm:726 +msgid "Grant access to the admin" +msgstr "" + +#: templates/web/base/admin/index.html:70 msgid "Graph of problem creation by status over time" msgstr "隨時間産生的問題圖片" -#: templates/web/base/reports/index.html:12 +#: templates/web/base/reports/index.html:15 msgid "Greyed-out lines are councils that no longer exist." msgstr "灰色的地方政府機關表示為已不再存在" -#: templates/web/base/questionnaire/index.html:46 +#: templates/web/base/questionnaire/index.html:48 msgid "Has this problem been fixed?" msgstr "問題已處理了嗎?" -#: templates/web/base/questionnaire/index.html:59 +#: templates/web/base/questionnaire/index.html:61 msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "您之前是否曾向地方政府申報過問題?或者此為您的首次申報? " -#: templates/web/base/footer.html:38 +#: templates/web/base/footer.html:35 #: templates/web/zurich/about/faq-de-ch.html:1 -#: templates/web/zurich/footer.html:22 +#: templates/web/zurich/footer.html:23 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "協助" -#: templates/web/base/alert/_list.html:8 +#: templates/web/base/report/new/category_extras.html:13 +#: templates/web/base/report/new/category_extras.html:14 +msgid "Help <strong>%s</strong> resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "" + +#: templates/web/base/alert/_list.html:9 msgid "Here are the types of local problem alerts for ‘%s’." msgstr "此為在地問題的種類 ‘%s’." -#: templates/web/base/header.html:63 templates/web/zurich/footer.html:12 +#: templates/web/zurich/footer.html:12 msgid "Hi %s" msgstr "您好 %s" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:915 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:906 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:17 #: templates/web/base/admin/report_blocks.html:26 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:11 #: templates/web/zurich/admin/stats.html:32 @@ -1176,19 +1389,19 @@ msgstr "您好 %s" msgid "Hidden" msgstr "隱藏" -#: templates/web/base/around/display_location.html:64 +#: templates/web/base/around/display_location.html:67 msgid "Hide old" msgstr "隱藏舊文" -#: templates/web/base/around/display_location.html:59 +#: templates/web/base/around/display_location.html:62 msgid "Hide pins" msgstr "隱藏地圖標示" -#: templates/web/base/admin/category_edit.html:87 +#: templates/web/base/admin/category_edit.html:49 msgid "History" msgstr "歷程 " -#: templates/web/base/js/translation_strings.html:31 +#: templates/web/base/around/display_location.html:75 msgid "Home" msgstr "首頁" @@ -1196,12 +1409,12 @@ msgstr "首頁" msgid "How to report a problem" msgstr "如何申報問題 " -#: templates/web/base/js/translation_strings.html:33 +#: templates/web/base/js/translation_strings.html:32 msgid "How to send successful reports" msgstr "如何成功地送出申報" -#: templates/web/base/tokens/confirm_problem.html:23 -#: templates/web/base/tokens/confirm_problem.html:27 +#: templates/web/base/tokens/confirm_problem.html:36 +#: templates/web/base/tokens/confirm_problem.html:40 msgid "I just reported a problem on @fixmystreet" msgstr "我剛才申報了一個問題 " @@ -1215,8 +1428,9 @@ msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr " 我們無法在資料庫中找到您的問題。\n" #: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/list_updates.html:6 -#: templates/web/base/admin/reports.html:11 +#: templates/web/base/admin/reports.html:12 #: templates/web/zurich/admin/index-dm.html:21 #: templates/web/zurich/admin/index-sdm.html:19 #: templates/web/zurich/admin/list_updates.html:24 @@ -1225,8 +1439,8 @@ msgstr " 我們無法在資料庫中找到您的問題。\n" msgid "ID" msgstr "帳戶" -#: templates/web/base/admin/body-form.html:24 -#: templates/web/base/admin/body-form.html:25 +#: templates/web/base/admin/body-form.html:30 +#: templates/web/base/admin/body-form.html:31 msgid "" "Identify a <strong>parent</strong> if this body is itself part of another body.\n" " For basic installations, you don't need to join bodies in this way." @@ -1234,7 +1448,7 @@ msgstr "" "辨別<strong>上級主責</strong> 如果該有關單位為其它單位的下屬\n" "基本安裝中,您不必加入有關單位" -#: templates/web/base/admin/body.html:132 +#: templates/web/base/admin/contact-form.html:14 msgid "" "If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in\n" " the menu. Make sure you use the same category name in the bodies if you want this to happen." @@ -1247,12 +1461,21 @@ msgstr "" msgid "If you get some more information about the status of your problem, please come back to the site and leave an update." msgstr "如果你對申報之問題有進一步狀況,歡迎回到本站留言更新" -#: templates/web/base/report/new/councils_text_none.html:10 -#: templates/web/base/report/new/councils_text_none.html:9 -msgid "If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council." +#: templates/web/base/admin/responsepriorities/edit.html:23 +msgid "If you only want this priority to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/admin/template_edit.html:29 +msgid "If you only want this template to be an option for specific categories, pick them here. By default they will show for all categories." +msgstr "" + +#: templates/web/base/report/new/top_message_none.html:10 +#: templates/web/base/report/new/top_message_none.html:9 +#, fuzzy +msgid "If you submit a problem here the problem will <strong>not</strong> be reported to the council." msgstr "您在此交付投訴問題的主旨與細節都將在此公開, 但此問題 <strong>n並不會</strong> 被呈遞給地方政府。" -#: templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/index.html:70 msgid "" "If you wish to leave a public update on the problem, please enter it here\n" "(please note it will not be sent to the council)." @@ -1260,12 +1483,12 @@ msgstr "" "如果您希望公開留言該問題之更新,請在此輸入\n" "(請注意它不會自動送到地方政府)" -#: templates/web/base/admin/body.html:147 +#: templates/web/base/admin/contact-form.html:30 msgid "If you're using <strong>a send method that is not email</strong>, enter the service ID (Open311) or equivalent identifier here." msgstr "如果您使用 <strong>非電子郵件送出申訴方式</strong>, 請在此輸入此服務代號 (Open311) 或同等的代號。" -#: templates/web/base/admin/body-form.html:207 -#: templates/web/base/admin/body-form.html:208 +#: templates/web/base/admin/open311-form-fields.html:100 +#: templates/web/base/admin/open311-form-fields.html:101 msgid "" "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in \n" " its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed.\n" @@ -1277,8 +1500,8 @@ msgstr "" "\n" "確認您的共同品牌支援此功能,再啟動它。" -#: templates/web/base/admin/body-form.html:194 -#: templates/web/base/admin/body-form.html:195 +#: templates/web/base/admin/open311-form-fields.html:87 +#: templates/web/base/admin/open311-form-fields.html:88 msgid "" "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> \n" " if you do <strong>not</strong> want that user to be notified whenever these updates are created." @@ -1287,8 +1510,8 @@ msgstr "" "\n" "如您<strong>不想</strong> 一直收到問題更新通知,勿啟動它。" -#: templates/web/base/admin/body-form.html:177 -#: templates/web/base/admin/body-form.html:178 +#: templates/web/base/admin/open311-form-fields.html:70 +#: templates/web/base/admin/open311-form-fields.html:71 msgid "" "If you've enabled Open311 update-sending above, you must identify which \n" " FixMyStreet <strong>user</strong> will be attributed as the creator of those updates\n" @@ -1302,14 +1525,14 @@ msgstr "" msgid "Illegal ID" msgstr "無效帳戶" -#: perllib/FixMyStreet/App/Controller/Alert.pm:100 +#: perllib/FixMyStreet/App/Controller/Alert.pm:103 msgid "Illegal feed selection" msgstr "無效的訂閱選項" #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:142 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:38 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:43 msgid "In Progress" msgstr "處理中" @@ -1321,8 +1544,8 @@ msgstr "濫用表格?" msgid "In addition, the following attributes that are not part of the Open311 v2 specification are returned: agency_sent_datetime, title (also returned as part of description), interface_used, comment_count, requestor_name (only present if requestor allowed the name to be shown on this site)." msgstr "此外,下列理由並非為Open311 v2更新特定部份回覆傳送: agency_sent_datetime, 主旨(部份回覆之敍述), interface_used, comment_count, requestor_name (只有在同意姓名公開下才會呈現)." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:199 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:963 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:954 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:7 #: templates/web/base/report/banner.html:19 @@ -1335,18 +1558,27 @@ msgstr "處理中" msgid "Inbox zero, here we come!" msgstr "信箱已閱畢!" -#: templates/web/zurich/admin/report_edit.html:227 +#: templates/web/zurich/admin/report_edit.html:223 msgid "Include reporter personal details" msgstr "包括申報人的個人細節" -#: templates/web/base/admin/stats.html:76 +#: templates/web/base/admin/stats.html:83 msgid "Include unconfirmed reports" msgstr "包括未確認的申報 " -#: perllib/FixMyStreet/App/Controller/Open311.pm:359 +#: perllib/FixMyStreet/App/Controller/Open311.pm:360 msgid "Incorrect has_photo value \"%s\"" msgstr "不正確的照片值數 \"%s\"" +#: templates/web/base/admin/contact-form.html:84 +#, fuzzy +msgid "Inspection required" +msgstr "要求提供照片" + +#: perllib/FixMyStreet/Cobrand/Default.pm:712 +msgid "Instruct contractors to fix problems" +msgstr "" + #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "內部筆記" @@ -1356,19 +1588,23 @@ msgstr "內部筆記" msgid "Internal referral" msgstr "內部推薦" -#: perllib/FixMyStreet/App/Controller/Open311.pm:344 +#: perllib/FixMyStreet/App/Controller/Open311.pm:345 msgid "Invalid agency_responsible value %s" msgstr "無效的權責單位數值 %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1198 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1483 msgid "Invalid end date" msgstr "無效的結束日期" -#: perllib/FixMyStreet/App/Controller/Open311.pm:437 +#: perllib/FixMyStreet/App/Controller/Open311.pm:438 msgid "Invalid format %s specified." msgstr "無效的%s 特定格式" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1194 +#: perllib/FixMyStreet/App/Controller/Report.pm:361 +msgid "Invalid location. New location must be covered by the same council." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1479 msgid "Invalid start date" msgstr "無效的開始日期" @@ -1376,8 +1612,8 @@ msgstr "無效的開始日期" #: templates/web/base/admin/report_blocks.html:5 #: templates/web/base/dashboard/index.html:140 #: templates/web/base/dashboard/index.html:141 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:37 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:42 msgid "Investigating" msgstr "調查中" @@ -1385,33 +1621,33 @@ msgstr "調查中" msgid "It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there." msgstr "最快方式是 <a href=\"%s\">先查看問答集</a> ,看看答案是否在此" -#: templates/web/base/tokens/confirm_problem.html:14 +#: templates/web/base/tokens/confirm_problem.html:27 msgid "It’s on its way to the council right now." msgstr "正呈送給地方政府中" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:184 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:177 msgid "Jurisdiction Unknown" msgstr "未知的管轄機關" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:927 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:918 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:15 msgid "Jurisdiction unknown" msgstr "未知的管轄機關" -#: templates/web/base/auth/general.html:90 +#: templates/web/base/auth/general.html:91 #: templates/web/base/report/new/form_user_loggedout_password.html:16 #: templates/web/base/report/update/form_user_loggedout_password.html:15 #: templates/web/zurich/auth/general.html:40 msgid "Keep me signed in on this computer" msgstr "新增類別承辦人" -#: templates/web/base/admin/body.html:70 +#: templates/web/base/admin/body.html:74 #: templates/web/zurich/admin/body.html:16 msgid "Last editor" msgstr "最後編輯 " -#: templates/web/base/admin/report_edit.html:70 +#: templates/web/base/admin/report_edit.html:89 msgid "Last update:" msgstr "上回更新:" @@ -1419,11 +1655,16 @@ msgstr "上回更新:" msgid "Last update:" msgstr "上一次更新:" -#: templates/web/base/admin/body-form.html:229 +#: templates/web/base/reports/_list-filters.html:38 +#, fuzzy +msgid "Least recently updated" +msgstr "上回更新:" + +#: templates/web/base/admin/body-form.html:127 msgid "Leave this blank if all reports to this body should be sent using the same send method (e.g., \"%s\")." msgstr "如所有申報皆是用同樣方式送出(例如: \"%s\"),此處請保留空白 " -#: templates/web/base/admin/body.html:27 +#: templates/web/base/admin/body.html:31 msgid "List all reported problems" msgstr "列出所有申報的問題 " @@ -1445,7 +1686,7 @@ msgstr "當地問題訂閱與電郵通知" msgid "Local RSS feeds and email alerts for ‘%s’" msgstr "當地問題訂閱與電郵通知 %s " -#: templates/web/base/footer.html:35 +#: templates/web/base/footer.html:32 msgid "Local alerts" msgstr "當地問題 " @@ -1453,47 +1694,72 @@ msgstr "當地問題 " msgid "Locate the problem on a map of the area" msgstr "在地圖上標記問題之區域" -#: templates/web/base/js/translation_strings.html:43 +#: templates/web/base/js/translation_strings.html:44 msgid "MAP" msgstr "地圖" -#: templates/web/base/js/translation_strings.html:45 -#: templates/web/base/maps/google-ol.html:13 +#: perllib/FixMyStreet/Cobrand/Default.pm:713 +msgid "Manage shortlist" +msgstr "" + +#: templates/web/base/js/translation_strings.html:46 msgid "Map" msgstr "地圖" -#: templates/web/base/admin/report_edit.html:68 +#: templates/web/base/admin/report_edit.html:86 msgid "Mark as sent" msgstr "標註為關閉" -#: templates/web/base/admin/user-form.html:44 +#: templates/web/base/admin/user-form.html:92 msgid "Mark users whose behaviour you want to keep a check on as <strong>flagged</strong>." msgstr "標註用戶哪些行為您將要給予<strong>警告標記</strong>." -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Marked fixed/closed in the past eight weeks" msgstr "過去八週內標記為已修復/結案情況" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Marked fixed/closed more than eight weeks ago" msgstr "八週前曾經標記為已修復/結案" +#: perllib/FixMyStreet/Cobrand/Default.pm:711 +msgid "Markup problem details" +msgstr "" + #: templates/web/base/contact/index.html:98 msgid "Message" msgstr "留言" -#: templates/web/zurich/admin/report_edit.html:284 +#: templates/web/zurich/admin/report_edit.html:280 msgid "Message to competent body:" msgstr "給適任單位的訊息" -#: templates/web/zurich/admin/report_edit.html:282 +#: templates/web/zurich/admin/report_edit.html:278 msgid "Message to external body:" msgstr "給外部機構的訊息" -#: perllib/FixMyStreet/App/Controller/Open311.pm:445 +#: templates/web/base/admin/report_edit.html:71 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:446 msgid "Missing jurisdiction_id" msgstr "遺失 jurisdiction_id" +#: templates/web/base/report/_main.html:126 +msgid "Moderate" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:707 +#, fuzzy +msgid "Moderate report details" +msgstr "包括申報人的個人細節" + +#: templates/web/base/report/_main.html:126 +#, fuzzy +msgid "Moderate this report" +msgstr "創建申報" + #: templates/web/zurich/admin/stats.html:34 msgid "Moderated by division within one working day" msgstr "一個工作天內協調出部門" @@ -1502,35 +1768,47 @@ msgstr "一個工作天內協調出部門" msgid "Month" msgstr "月份" -#: templates/web/base/admin/bodies.html:21 -#: templates/web/base/admin/body-form.html:18 +#: templates/web/base/reports/_list-filters.html:39 +msgid "Most commented" +msgstr "" + +#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/admin/body-form.html:24 #: templates/web/base/admin/flagged.html:16 #: templates/web/base/admin/flagged.html:37 +#: templates/web/base/admin/index.html:56 #: templates/web/base/admin/list_updates.html:7 -#: templates/web/base/admin/reports.html:13 -#: templates/web/base/admin/users.html:15 -#: templates/web/base/auth/general.html:99 -#: templates/web/base/report/new/form_user_loggedin.html:9 +#: templates/web/base/admin/reports.html:14 +#: templates/web/base/admin/responsepriorities/list.html:6 +#: templates/web/base/admin/users.html:16 +#: templates/web/base/auth/general.html:106 +#: templates/web/base/report/new/form_user_loggedin.html:40 #: templates/web/base/report/new/form_user_loggedout_by_email.html:7 -#: templates/web/base/report/update/form_name.html:5 -#: templates/web/base/reports/index.html:20 +#: templates/web/base/report/update/form_name.html:23 +#: templates/web/base/reports/index.html:23 #: templates/web/zurich/admin/body-form.html:4 #: templates/web/zurich/auth/general.html:60 -#: templates/web/zurich/report/new/fill_in_details_form.html:84 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "Name" msgstr "名字" -#: templates/web/base/admin/report_edit.html:61 -#: templates/web/base/admin/update_edit.html:32 -#: templates/web/base/admin/user-form.html:18 +#: templates/web/base/admin/report_edit.html:145 +#: templates/web/base/admin/responsepriorities/edit.html:13 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/user-form.html:16 #: templates/web/zurich/admin/stats.html:41 msgid "Name:" msgstr "名字:" -#: perllib/FixMyStreet/Script/Reports.pm:107 +#: perllib/FixMyStreet/Script/Reports.pm:111 msgid "Name: %s" msgstr "名字: %s" +#: templates/web/base/report/_inspect.html:23 +#, fuzzy +msgid "Navigate to this problem" +msgstr "更新問題, %s" + #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:160 #: perllib/FixMyStreet/Geocode/OSM.pm:145 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" @@ -1540,12 +1818,12 @@ msgstr "找出地圖標記上最近的街道名稱(利用 OpenStreetMap自動産 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "找出地圖標記上最近的郵遞區號(自動産生): %s(%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:454 -#: perllib/FixMyStreet/Cobrand/Default.pm:494 +#: perllib/FixMyStreet/Cobrand/Default.pm:527 +#: perllib/FixMyStreet/Cobrand/Default.pm:567 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "找出地圖標記上最近的街道(利用 Bing Maps自動産生): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:290 +#: perllib/FixMyStreet/Script/Alerts.pm:323 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1557,20 +1835,25 @@ msgstr "" msgid "Nearly done! Now check your email…" msgstr "差不多快完成了,現在檢查您的電子信箱" -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "New <br>problems" msgstr "新 <br>問題 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:261 +#: perllib/FixMyStreet/App/Controller/Admin.pm:259 msgid "New body added" msgstr "新增內文" -#: perllib/FixMyStreet/App/Controller/Admin.pm:385 +#: perllib/FixMyStreet/App/Controller/Admin.pm:405 msgid "New category contact added" msgstr "新增類別承辦 人" -#: templates/web/zurich/admin/report_edit-sdm.html:113 -#: templates/web/zurich/admin/report_edit.html:141 +#: templates/web/base/auth/change_email.html:26 +#, fuzzy +msgid "New email address:" +msgstr "電子郵件:" + +#: templates/web/zurich/admin/report_edit-sdm.html:109 +#: templates/web/zurich/admin/report_edit.html:137 msgid "New internal note:" msgstr "新內部筆記" @@ -1578,10 +1861,21 @@ msgstr "新內部筆記" msgid "New local problems on FixMyStreet" msgstr "FixMyStreet之新近當地問題 " -#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/report_edit-sdm.html:113 msgid "New note to DM:" msgstr "" +#: templates/web/base/auth/change_password.html:35 +#, fuzzy +msgid "New password:" +msgstr "密碼:" + +#: templates/web/base/admin/responsepriorities/edit.html:4 +#: templates/web/base/admin/responsepriorities/list.html:32 +#, fuzzy +msgid "New priority" +msgstr "新的申報 " + #: db/alert_types.pl:38 msgid "New problems for {{COUNCIL}} within {{WARD}} ward on FixMyStreet" msgstr "FixMyStreet上{{里/區}}{{地方政府}} 之新近問題" @@ -1610,40 +1904,50 @@ msgstr "新的申報 " msgid "New state" msgstr "新陳述" +#: templates/web/base/admin/template_edit.html:4 +#: templates/web/base/admin/templates.html:28 #: templates/web/zurich/admin/template_edit.html:9 -#: templates/web/zurich/admin/templates.html:26 msgid "New template" msgstr "新模版" -#: templates/web/base/pagination.html:13 +#: templates/web/base/reports/_list-filters.html:35 +msgid "Newest" +msgstr "" + +#: templates/web/base/pagination.html:10 msgid "Next" msgstr "下一步" -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:4 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:59 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/report_edit.html:143 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:26 #: templates/web/base/questionnaire/creator_fixed.html:16 -#: templates/web/base/questionnaire/index.html:102 -#: templates/web/base/questionnaire/index.html:53 +#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:55 msgid "No" msgstr "無" -#: templates/web/base/admin/user-form.html:33 +#: templates/web/base/admin/user-form.html:66 +#, fuzzy +msgid "No area" +msgstr "其它地區:" + +#: templates/web/base/admin/user-form.html:37 msgid "No body" msgstr "無有關單位" -#: templates/web/base/admin/stats.html:85 +#: templates/web/base/admin/stats.html:93 msgid "No council" msgstr "無地方政府" -#: perllib/FixMyStreet/DB/Result/Problem.pm:401 +#: perllib/FixMyStreet/DB/Result/Problem.pm:429 msgid "No council selected" msgstr "未選擇地方政府" @@ -1659,17 +1963,17 @@ msgstr "未發現標記警告問題 " msgid "No flagged users found." msgstr "未發現標記警告用戶" -#: templates/web/zurich/admin/report_edit-sdm.html:138 -#: templates/web/zurich/admin/report_edit.html:263 +#: templates/web/zurich/admin/report_edit-sdm.html:125 +#: templates/web/zurich/admin/report_edit.html:259 msgid "No further updates" msgstr "尚無更新" -#: templates/web/base/js/translation_strings.html:38 +#: templates/web/base/js/translation_strings.html:37 msgid "No result returned" msgstr "查無結果" -#: templates/web/base/admin/body-form.html:60 -#: templates/web/base/admin/body-form.html:61 +#: templates/web/base/admin/body-form.html:66 +#: templates/web/base/admin/body-form.html:67 msgid "" "No specific areas are currently available, because the <code>MAPIT_URL</code> in\n" " your config file is not pointing to a live MapIt service." @@ -1682,12 +1986,26 @@ msgstr "" msgid "No supporters" msgstr "無支援" -#: templates/web/base/admin/report_edit.html:41 +#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:90 +#: templates/web/base/admin/report_edit.html:92 msgid "None" msgstr "沒有" -#: templates/web/base/admin/user-form.html:24 -#: templates/web/base/admin/user-form.html:25 +#: templates/web/base/admin/user-form.html:58 +#: templates/web/base/admin/user-form.html:59 +#, fuzzy +msgid "" +"Normal (public) users should not be associated with any <strong>area</strong>.<br>\n" +" Authorised staff users can be associated with the area in which they operate." +msgstr "" +"一般(公眾)用戶不會與 <strong>政府相關單位</strong>有所聯繫<br>\n" +"有權限的工作人員用戶可能和其代表政府機關相關聯<br>\n" +"這要看具體落實執行狀況,工作人員可能有權使用控制台(其關構下的\n" +"所有活動總覧)。也有能力隱暪某些申報或更改某些申報的狀況。" + +#: templates/web/base/admin/user-form.html:28 +#: templates/web/base/admin/user-form.html:29 msgid "" "Normal (public) users should not be associated with any <strong>body</strong>.<br>\n" " Authorised staff users can be associated with the body they represent.<br>\n" @@ -1701,19 +2019,19 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:13 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Not Responsible" msgstr "無責任歸屬" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:188 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:937 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:181 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:928 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:13 msgid "Not contactable" msgstr "無法聨絡" -#: templates/web/zurich/admin/report_edit-sdm.html:108 +#: templates/web/zurich/admin/report_edit-sdm.html:104 msgid "Not for my subdivision" msgstr "非下屬單位" @@ -1721,12 +2039,12 @@ msgstr "非下屬單位" msgid "Not reported before" msgstr "之前未申報過" -#: templates/web/base/report/_main.html:62 +#: templates/web/base/report/_main_sent_info.html:4 msgid "Not reported to council" msgstr "未呈報給地方政府" -#: templates/web/base/admin/body.html:71 -#: templates/web/base/admin/category_edit.html:95 +#: templates/web/base/admin/body.html:75 +#: templates/web/base/admin/category_edit.html:57 #: templates/web/zurich/admin/body.html:17 msgid "Note" msgstr "註記" @@ -1735,9 +2053,8 @@ msgstr "註記" msgid "Note that when including unconfirmed reports we use the date the report was created which may not be in the same month the report was confirmed so the numbers may jump about a little" msgstr "請注意這裏包括了本月份總結撰寫前,尚未確認的申報,所以數目可能稍有降低。" -#: templates/web/base/admin/body.html:184 -#: templates/web/base/admin/category_edit.html:52 -#: templates/web/zurich/admin/body.html:53 +#: templates/web/zurich/admin/body.html:55 +#: templates/web/zurich/admin/contact-form.html:17 msgid "Note:" msgstr "註記:" @@ -1749,23 +2066,21 @@ msgstr "筆記: <strong>%s</strong>" msgid "Notes from SDM to DM" msgstr "" -#: templates/web/base/report/new/form_user_loggedout.html:2 -#: templates/web/base/report/new/form_user_loggedout.html:24 #: templates/web/base/report/new/oauth_email_form.html:17 msgid "Now to submit your report…" msgstr "現在送出您的申報 …" -#: templates/web/base/report/update-form.html:28 +#: templates/web/base/report/update-form.html:29 #: templates/web/base/report/update/form_user_loggedout.html:2 #: templates/web/base/report/update/form_user_loggedout.html:23 msgid "Now to submit your update…" msgstr "現在送出您更新的申報 … 您是否有本站帳密?" -#: templates/web/base/js/translation_strings.html:42 +#: templates/web/base/js/translation_strings.html:43 msgid "OK" msgstr "好了" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Old / unknown <br>problems" msgstr "老/ 未知 <br>問題 " @@ -1773,44 +2088,53 @@ msgstr "老/ 未知 <br>問題 " msgid "Old state" msgstr "舊陳述" -#: templates/web/base/reports/index.html:25 +#: templates/web/base/reports/index.html:28 msgid "Older <br>fixed" msgstr "己解決之舊問題 " -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Older <br>problems" msgstr "舊問題 " -#: templates/web/base/report/new/form_report.html:15 -msgid "One-line summary" -msgstr "一句總結" +#: templates/web/base/reports/_list-filters.html:36 +msgid "Oldest" +msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:176 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:909 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:900 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:23 #: templates/web/base/admin/report_blocks.html:4 -#: templates/web/base/admin/update_edit.html:28 +#: templates/web/base/admin/update_edit.html:30 #: templates/web/base/dashboard/index.html:140 -#: templates/web/base/report/update/form_update.html:36 +#: templates/web/base/report/update/form_update.html:41 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:7 #: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "開放" -#: templates/web/base/reports/index.html:22 +#: templates/web/base/reports/index.html:25 msgid "Open for more than four weeks, with an update within the past eight weeks" msgstr "開放已超過四週,最近八週內有更新過。" -#: templates/web/base/reports/index.html:23 +#: templates/web/base/reports/index.html:26 msgid "Open, but not had any update in eight weeks" msgstr "開放,但過去八週內未有任何更新" +#: templates/web/base/admin/open311-form-fields.html:47 +msgid "Open311 API Key" +msgstr "" + #: templates/web/base/open311/index.html:62 msgid "Open311 API for the mySociety FixMyStreet server" msgstr "Open311 API for the mySociety FixMyStreet server" +#: templates/web/base/admin/open311-form-fields.html:34 +#, fuzzy +msgid "Open311 Jurisdiction" +msgstr "Open311 規範 " + #: templates/web/base/open311/index.html:72 msgid "Open311 initiative web page" msgstr "Open311 啟動網頁" @@ -1819,23 +2143,23 @@ msgstr "Open311 啟動網頁" msgid "Open311 specification" msgstr "Open311 規範 " -#: templates/web/base/alert/_list.html:60 +#: templates/web/base/alert/_list.html:61 msgid "Or problems reported to:" msgstr "或將此問題 申報給:" -#: templates/web/base/alert/_list.html:36 +#: templates/web/base/alert/_list.html:37 msgid "Or you can subscribe to an alert based upon what ward or council you’re in:" msgstr "您可以訂閱 里/區內的更新通知" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1044 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:658 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:659 -#: perllib/FixMyStreet/DB/Result/Problem.pm:562 -#: perllib/FixMyStreet/DB/Result/Problem.pm:572 -#: perllib/FixMyStreet/DB/Result/Problem.pm:582 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1056 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:650 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:651 #: perllib/FixMyStreet/DB/Result/Problem.pm:594 -#: perllib/FixMyStreet/Script/Reports.pm:175 -#: perllib/FixMyStreet/Script/Reports.pm:190 +#: perllib/FixMyStreet/DB/Result/Problem.pm:601 +#: perllib/FixMyStreet/DB/Result/Problem.pm:608 +#: perllib/FixMyStreet/DB/Result/Problem.pm:617 +#: perllib/FixMyStreet/Script/Reports.pm:185 +#: perllib/FixMyStreet/Script/Reports.pm:200 msgid "Other" msgstr "其它" @@ -1848,7 +2172,7 @@ msgstr "物主" msgid "Page Not Found" msgstr "找無此頁" -#: templates/web/base/admin/body-form.html:31 +#: templates/web/base/admin/body-form.html:37 #: templates/web/zurich/admin/body-form.html:14 msgid "Parent" msgstr "上級 " @@ -1858,75 +2182,88 @@ msgstr "上級 " msgid "Partial" msgstr "部份" -#: templates/web/base/auth/general.html:102 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 +#: templates/web/base/auth/general.html:109 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 #: templates/web/base/report/update/form_user_loggedout_by_email.html:6 #: templates/web/zurich/auth/general.html:32 #: templates/web/zurich/auth/general.html:63 msgid "Password (optional)" msgstr "密碼(任選):" -#: templates/web/base/auth/change_password.html:25 #: templates/web/base/auth/general.html:82 msgid "Password:" msgstr "密碼:" -#: templates/web/base/js/translation_strings.html:48 +#: templates/web/base/js/translation_strings.html:49 msgid "Permalink" msgstr "永久連結" -#: templates/web/zurich/report/new/fill_in_details_form.html:90 +#: templates/web/base/admin/user-form.html:152 +msgid "Permissions:" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "電話號碼" -#: templates/web/base/report/new/form_user_loggedin.html:26 +#: templates/web/base/report/new/form_user_loggedin.html:57 #: templates/web/base/report/new/form_user_loggedout_by_email.html:25 msgid "Phone number (optional)" msgstr "電話號碼(非必填)" -#: perllib/FixMyStreet/Script/Reports.pm:83 -#: templates/web/base/admin/report_edit.html:63 +#: perllib/FixMyStreet/Script/Reports.pm:87 +#: templates/web/base/admin/report_edit.html:152 +#: templates/web/base/admin/user-form.html:21 #: templates/web/zurich/admin/stats.html:39 msgid "Phone:" msgstr "電話" -#: templates/web/base/questionnaire/index.html:75 -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/questionnaire/index.html:91 -#: templates/web/base/report/new/form_report.html:23 -#: templates/web/base/report/new/form_report.html:38 -#: templates/web/base/report/new/form_report.html:40 -#: templates/web/base/report/update/form_update.html:20 +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/questionnaire/index.html:93 +#: templates/web/base/questionnaire/index.html:95 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/new/form_report.html:43 +#: templates/web/base/report/new/form_report.html:45 #: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:6 +#: templates/web/base/report/update/form_update.html:24 +#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/admin/index-dm.html:29 #: templates/web/zurich/admin/index-sdm.html:24 #: templates/web/zurich/admin/reports.html:16 #: templates/web/zurich/admin/stats.html:37 -#: templates/web/zurich/report/new/fill_in_details_form.html:45 -#: templates/web/zurich/report/new/fill_in_details_form.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:63 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "照片" -#: perllib/FixMyStreet/App/Controller/Photo.pm:187 +#: perllib/FixMyStreet/App/Controller/Photo.pm:186 msgid "Photo is required." msgstr "要求提供照片" -#: templates/web/base/admin/category_edit.html:48 +#: templates/web/zurich/admin/contact-form.html:14 msgid "Photo required" msgstr "要求提供照片" +#: templates/web/base/questionnaire/index.html:78 +#: templates/web/base/report/new/form_report.html:28 +#: templates/web/base/report/update/form_update.html:7 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#, fuzzy +msgid "Photos" +msgstr "照片" + #: templates/web/base/alert/list.html:23 msgid "Photos of recent nearby reports" msgstr "最近申報之照片" +#: templates/web/base/around/display_location.html:76 #: templates/web/base/js/translation_strings.html:30 msgid "Place pin on map" msgstr "在地圖上作標記" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:949 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:955 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:940 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:946 #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:6 #: templates/web/base/dashboard/index.html:140 @@ -1941,11 +2278,13 @@ msgstr "已規劃" msgid "Please be polite, concise and to the point." msgstr "用語請遵守禮節,明確解釋問題 " -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:17 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:27 msgid "Please check the passwords and try again" msgstr "請再次確認您的密碼" +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:18 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:43 #: templates/web/zurich/auth/general.html:3 @@ -1953,19 +2292,21 @@ msgstr "請再次確認您的密碼" msgid "Please check your email address is correct" msgstr "請確認您電郵地址無誤" -#: perllib/FixMyStreet/App/Controller/Admin.pm:343 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:856 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:921 -#: perllib/FixMyStreet/DB/Result/Problem.pm:412 +#: perllib/FixMyStreet/App/Controller/Admin.pm:350 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:837 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:860 +#: perllib/FixMyStreet/DB/Result/Problem.pm:440 #: templates/web/base/js/translation_strings.html:9 msgid "Please choose a category" msgstr "請選擇類別" -#: perllib/FixMyStreet/DB/Result/Problem.pm:418 +#: perllib/FixMyStreet/DB/Result/Problem.pm:446 msgid "Please choose a property type" msgstr "選擇公物種類" -#: perllib/FixMyStreet/App/Controller/Admin.pm:376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:396 +#: templates/web/base/admin/bodies.html:4 +#: templates/web/base/admin/body.html:11 msgid "Please correct the errors below" msgstr "請更正下方之錯誤" @@ -1983,50 +2324,57 @@ msgstr "" msgid "Please do not be abusive — abusing your council devalues the service for all users." msgstr "請勿濫用本服務,濫用將造成您的政府輕視其它使用者之意見 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:346 -#: perllib/FixMyStreet/DB/Result/Comment.pm:125 +#: perllib/FixMyStreet/App/Controller/Admin.pm:351 +#: perllib/FixMyStreet/DB/Result/Comment.pm:126 #: templates/web/base/js/translation_strings.html:2 msgid "Please enter a message" msgstr "請寫下您的留言" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1079 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1134 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1204 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1359 msgid "Please enter a name" msgstr "" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:15 +#: perllib/FixMyStreet/App/Controller/Admin.pm:478 +#, fuzzy +msgid "Please enter a name for this body" +msgstr "請輸入密碼" + +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:25 #: templates/web/base/js/translation_strings.html:19 msgid "Please enter a password" msgstr "請輸入密碼" #: perllib/FixMyStreet/App/Controller/Contact.pm:114 -#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +#: perllib/FixMyStreet/DB/Result/Problem.pm:423 #: templates/web/base/js/translation_strings.html:3 msgid "Please enter a subject" msgstr "請填下主旨" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1075 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1130 -#: perllib/FixMyStreet/App/Controller/Admin.pm:345 -#: perllib/FixMyStreet/DB/Result/User.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1201 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1356 +#: perllib/FixMyStreet/App/Controller/Admin.pm:363 +#: perllib/FixMyStreet/DB/Result/User.pm:164 #: templates/web/base/js/translation_strings.html:12 #: templates/web/base/js/translation_strings.html:16 msgid "Please enter a valid email" msgstr "請輸入有效電子郵件" -#: perllib/FixMyStreet/App/Controller/Alert.pm:346 +#: perllib/FixMyStreet/App/Controller/Alert.pm:350 #: perllib/FixMyStreet/App/Controller/Contact.pm:124 msgid "Please enter a valid email address" msgstr "請輸入有效的電子郵件" -#: perllib/FixMyStreet/DB/Result/Problem.pm:398 +#: perllib/FixMyStreet/DB/Result/Problem.pm:426 #: templates/web/base/js/translation_strings.html:4 msgid "Please enter some details" msgstr "請填寫進一步細節" #: perllib/FixMyStreet/App/Controller/Contact.pm:113 -#: perllib/FixMyStreet/DB/Result/User.pm:140 +#: perllib/FixMyStreet/DB/Result/User.pm:161 +#: templates/web/base/auth/change_email.html:15 +#: templates/web/base/auth/change_email.html:17 #: templates/web/base/auth/general.html:37 #: templates/web/base/auth/general.html:42 #: templates/web/base/js/translation_strings.html:11 @@ -2036,8 +2384,8 @@ msgstr "請填寫進一步細節" msgid "Please enter your email" msgstr "請輸入您的電子郵件" -#: templates/web/base/report/new/form_user_loggedout_email.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:82 +#: templates/web/base/report/new/form_user_loggedout_email.html:5 +#: templates/web/zurich/report/new/fill_in_details_form.html:57 msgid "Please enter your email address" msgstr "請輸入您的電子郵件" @@ -2051,9 +2399,9 @@ msgid "Please enter your full name, councils need this information – if you do msgstr "請輸入您的全名,地方政府需要此資料 – 如果您不希望名字公開在網站上,請在下面方格中劃掉勾選。" #: perllib/FixMyStreet/App/Controller/Contact.pm:112 -#: perllib/FixMyStreet/DB/Result/Comment.pm:122 -#: perllib/FixMyStreet/DB/Result/Problem.pm:406 -#: perllib/FixMyStreet/DB/Result/User.pm:136 +#: perllib/FixMyStreet/DB/Result/Comment.pm:123 +#: perllib/FixMyStreet/DB/Result/Problem.pm:434 +#: perllib/FixMyStreet/DB/Result/User.pm:157 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter your name" msgstr "請輸入您的姓氐" @@ -2080,12 +2428,12 @@ msgstr "歡迎<a href=\"%s\">再次登入</a>, 或是再次光臨 <a href=\"/\"> msgid "Please fill in details of the problem below." msgstr "請在下方輸入問題的細節" -#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:49 msgid "Please fill in details of the problem." msgstr "請在此填寫問題的細節" #: templates/web/base/report/new/sidebar.html:7 -#: templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/sidebar.html:14 msgid "Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box." msgstr "請利用下方表單填寫問題細節,在細節項請儘量述明準確的位置。 " @@ -2101,12 +2449,12 @@ msgstr "請注意這個更新不會送到地方政府" msgid "Please note your report has <strong>not yet been sent</strong>." msgstr "" -#: templates/web/base/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:11 +#: templates/web/base/report/new/fill_in_details_form.html:12 +#: templates/web/zurich/report/new/sidebar.html:5 msgid "Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit." msgstr "請注意您的申報還<strong>未送出</strong>. 選擇合適類別及進一步資訊,再予送出。" -#: templates/web/base/report/display.html:26 +#: templates/web/base/report/display.html:34 msgid "Please note your update has <strong>not yet been posted</strong>." msgstr "" @@ -2115,6 +2463,11 @@ msgstr "" msgid "Please note:" msgstr "請加註記" +#: perllib/FixMyStreet/App/Controller/Report.pm:335 +#, fuzzy +msgid "Please provide a public update for this report." +msgstr "如果您是再次申報,請說明原因" + #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:243 msgid "Please provide some explanation as to why you're reopening this report" msgstr "如果您是再次申報,請說明原因" @@ -2128,15 +2481,15 @@ msgstr "請提供一些文字敍述與照片" msgid "Please say whether you've ever reported a problem to your council before" msgstr "請敍明您是否曾向地方政府申報過問題? " -#: templates/web/zurich/admin/report_edit.html:208 +#: templates/web/zurich/admin/report_edit.html:204 msgid "Please select a body." msgstr "請選擇單位" -#: perllib/FixMyStreet/App/Controller/Alert.pm:80 +#: perllib/FixMyStreet/App/Controller/Alert.pm:83 msgid "Please select the feed you want" msgstr "請選擇訂閱方式" -#: perllib/FixMyStreet/App/Controller/Alert.pm:118 +#: perllib/FixMyStreet/App/Controller/Alert.pm:131 msgid "Please select the type of alert you want" msgstr "請選擇更新通知方式" @@ -2144,24 +2497,23 @@ msgstr "請選擇更新通知方式" msgid "Please state whether or not the problem has been fixed" msgstr "請敍明該問題是否已解決" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:121 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:150 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:152 -#: templates/web/base/js/translation_strings.html:53 -#, fuzzy +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:129 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:163 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:165 +#: templates/web/base/js/translation_strings.html:54 msgid "Please upload an image only" -msgstr "請上傳JPEG格式照片" +msgstr "" #: perllib/FixMyStreet/App/Controller/Contact.pm:115 msgid "Please write a message" msgstr "諘寫下您的留言" -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:36 msgid "Please write your update here" msgstr "請寫下您的更新" #: templates/web/base/contact/index.html:105 -#: templates/web/base/report/update-form.html:24 +#: templates/web/base/report/update-form.html:25 #: templates/web/base/report/update/form_user_loggedout_by_email.html:14 #: templates/web/base/report/update/form_user_loggedout_password.html:10 msgid "Post" @@ -2183,11 +2535,19 @@ msgstr "由 %s 在 %s 張貼" msgid "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" msgstr "Powered by <a class=\"platform-logo\" href=\"http://fixmystreet.org/\">FixMyStreet Platform</a>" -#: templates/web/base/pagination.html:7 +#: templates/web/base/pagination.html:4 msgid "Previous" msgstr "之前" -#: templates/web/base/footer.html:41 +#: perllib/FixMyStreet/Cobrand/Default.pm:665 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_inspect.html:87 +msgid "Priority" +msgstr "" + +#: templates/web/base/footer.html:38 msgid "Privacy" msgstr "隱私" @@ -2197,15 +2557,13 @@ msgstr "隱私" msgid "Privacy and cookies" msgstr "隱私與cookies" -#: templates/web/base/admin/body.html:200 -#: templates/web/base/admin/body.html:85 -#: templates/web/base/admin/category_edit.html:45 -#: templates/web/base/admin/report_edit.html:77 +#: templates/web/base/admin/body.html:91 +#: templates/web/base/admin/contact-form.html:74 +#: templates/web/base/admin/report_edit.html:155 msgid "Private" msgstr "私人" -#: templates/web/base/maps/noscript_map.html:59 -#: templates/web/zurich/maps/noscript_map.html:57 +#: templates/web/base/maps/pin.html:13 msgid "Problem" msgstr "問題" @@ -2221,12 +2579,13 @@ msgstr "%s 問題已被確認 " msgid "Problem %s sent to council %s" msgstr "%s 問題已送達到地方政府 %s " -#: templates/web/base/admin/index.html:39 +#: templates/web/base/admin/stats.html:57 +#: templates/web/base/admin/stats_by_state.html:12 #: templates/web/zurich/admin/index.html:9 msgid "Problem breakdown by state" msgstr "本站出現故障問題 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:1046 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1171 msgid "Problem marked as open." msgstr "問題標註為開放" @@ -2234,15 +2593,16 @@ msgstr "問題標註為開放" msgid "Problem state change based on survey results" msgstr "依調查結果呈現的問題改善" +#: perllib/FixMyStreet/Cobrand/Default.pm:706 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "問題" -#: templates/web/base/report/display_tools.html:19 +#: templates/web/base/report/display_tools.html:20 msgid "Problems nearby" msgstr "鄰近的問題" -#: templates/web/base/report/display_tools.html:17 +#: templates/web/base/report/display_tools.html:18 msgid "Problems on the map" msgstr "地圖上的問題" @@ -2250,12 +2610,12 @@ msgstr "地圖上的問題" msgid "Problems recently reported fixed on FixMyStreet" msgstr "FixMyStreet 最近回報的已修復問題 " -#: templates/web/base/alert/_list.html:21 +#: templates/web/base/alert/_list.html:22 msgid "Problems within %.1fkm of this location" msgstr "該地點 %.1f公里內的問題 " -#: perllib/FixMyStreet/Cobrand/Default.pm:663 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:139 +#: perllib/FixMyStreet/Cobrand/Default.pm:833 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:137 #: perllib/FixMyStreet/Cobrand/UK.pm:208 msgid "Problems within %s" msgstr "在 %s 內的問題" @@ -2266,15 +2626,15 @@ msgstr "在 %s 里/區的問題" #. ("First %s is the body name, second %s the site name") #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:24 +#: templates/web/base/reports/body.html:25 msgid "Problems within %s, %s" msgstr "在 %s, %s的問題 " -#: templates/web/base/alert/_list.html:42 +#: templates/web/base/alert/_list.html:43 msgid "Problems within the boundary of:" msgstr "在 範圍內的問題" -#: templates/web/base/admin/report_edit.html:45 +#: templates/web/base/admin/report_edit.html:74 msgid "Property address:" msgstr "公物地址:" @@ -2282,28 +2642,38 @@ msgstr "公物地址:" msgid "Provide an update" msgstr "提供更新資訊" -#: templates/web/base/auth/general.html:105 +#: templates/web/base/report/update/form_name.html:9 +#, fuzzy +msgid "Provide update as" +msgstr "提供更新資訊" + +#: templates/web/base/auth/general.html:112 msgid "Providing a name and password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "提供名稱與密碼非為必要,但其可以讓您更便於申報問題,提供更新與管理您的申報。 " -#: templates/web/base/report/new/form_user_loggedout_by_email.html:34 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:31 #: templates/web/base/report/update/form_user_loggedout_by_email.html:9 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "提供名稱與密碼非為必要,但其可以讓您更便於申報問題,提供更新與管理您的申報。" -#: templates/web/zurich/admin/report_edit.html:245 -#: templates/web/zurich/admin/report_edit.html:272 +#: templates/web/zurich/admin/report_edit.html:241 +#: templates/web/zurich/admin/report_edit.html:268 msgid "Public response:" msgstr "公眾反應" -#: templates/web/zurich/admin/report_edit.html:121 +#: templates/web/base/report/_inspect.html:125 +#, fuzzy +msgid "Public update:" +msgstr "公眾反應" + +#: templates/web/zurich/admin/report_edit.html:123 #: templates/web/zurich/admin/stats.html:38 msgid "Publish photo" msgstr "發出照片" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 -#: templates/web/base/questionnaire/index.html:12 +#: templates/web/base/questionnaire/index.html:14 #: templates/web/base/questionnaire/index.html:5 msgid "Questionnaire" msgstr "問卷" @@ -2320,11 +2690,11 @@ msgstr "關於 %d問題所送出之 %d問卷 " msgid "Questionnaire filled in by problem reporter" msgstr "由問題申報者所填之問卷" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 #: templates/web/base/alert/updates.html:9 #: templates/web/base/around/display_location.html:1 #: templates/web/base/around/display_location.html:3 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed" msgstr "RSS訂閱" @@ -2336,10 +2706,10 @@ msgstr "%s RSS訂閱" msgid "RSS feed for %s ward, %s" msgstr "%s里/區 RSS訂閱" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:155 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:163 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:173 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:181 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:153 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:161 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:171 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:179 #: perllib/FixMyStreet/Cobrand/UK.pm:277 perllib/FixMyStreet/Cobrand/UK.pm:289 msgid "RSS feed of %s" msgstr "%s RSS訂閱" @@ -2348,12 +2718,12 @@ msgstr "%s RSS訂閱" msgid "RSS feed of %s, within %s ward" msgstr "%s, 在%s 里/區" -#: templates/web/base/alert/_list.html:22 +#: templates/web/base/alert/_list.html:23 msgid "RSS feed of nearby problems" msgstr " RSS訂閱 %s區域問題" -#: perllib/FixMyStreet/Cobrand/Default.pm:664 -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:138 +#: perllib/FixMyStreet/Cobrand/Default.pm:834 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:136 #: perllib/FixMyStreet/Cobrand/UK.pm:215 msgid "RSS feed of problems within %s" msgstr "在 %s 內之問題RSS 訂閱" @@ -2368,22 +2738,26 @@ msgid "RSS feed of recent local problems" msgstr "最近當地問題的RSS訂閱" #: templates/web/base/alert/updates.html:9 -#: templates/web/base/report/display_tools.html:34 +#: templates/web/base/report/display_tools.html:40 msgid "RSS feed of updates to this problem" msgstr "最近當地問題更新的RSS訂閱" #: templates/web/base/alert/updates.html:14 -#: templates/web/base/report/display_tools.html:36 +#: templates/web/base/report/display_tools.html:42 msgid "Receive email when updates are left on this problem." msgstr "透過電子郵件收取該問題之更新消息" +#: perllib/FixMyStreet/DB/Result/Problem.pm:720 +msgid "Received by %s moments later" +msgstr "" + #. ("%s is the site name") #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:33 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "近期的當地問題%s " -#: templates/web/base/reports/index.html:24 +#: templates/web/base/reports/index.html:27 msgid "Recently <br>fixed" msgstr "最新 <br>解決" @@ -2391,6 +2765,11 @@ msgstr "最新 <br>解決" msgid "Recently reported problems" msgstr "近期申報之問題 " +#: templates/web/base/reports/_list-filters.html:37 +#, fuzzy +msgid "Recently updated" +msgstr "取得更新" + #: templates/web/zurich/report/new/notes.html:5 msgid "Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website." msgstr "記住 FixMyStreet主要為申報可修復之物理性問題。如果您的問題不適合透過本網站投送,請直接到地方政府各機關之網站。 " @@ -2399,13 +2778,23 @@ msgstr "記住 FixMyStreet主要為申報可修復之物理性問題。如果您 msgid "Remove flag" msgstr "移除標記" -#: templates/web/base/admin/report_edit.html:93 -#: templates/web/base/admin/update_edit.html:67 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:18 +#: templates/web/base/report/_main.html:24 +msgid "Remove from shortlist" +msgstr "" + +#: templates/web/base/report/display_tools.html:6 +msgid "Remove from site" +msgstr "" + +#: templates/web/base/admin/report_edit.html:172 +#: templates/web/base/admin/update_edit.html:69 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "移陯照片(無法回復)" -#: templates/web/zurich/admin/report_edit.html:243 +#: templates/web/zurich/admin/report_edit.html:239 msgid "Reply to user:" msgstr "給用戶的回應" @@ -2413,17 +2802,27 @@ msgstr "給用戶的回應" msgid "Report" msgstr "提報 " -#: templates/web/base/footer.html:26 templates/web/base/header_logo.html:2 -#: templates/web/zurich/footer.html:18 +#: templates/web/base/report/_inspect.html:11 +#, fuzzy +msgid "Report ID:" +msgstr "提報 " + +#: templates/web/base/footer.html:23 templates/web/base/header_logo.html:2 +#: templates/web/zurich/footer.html:19 #: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "申報問題" -#: templates/web/base/report/display_tools.html:8 +#: templates/web/base/report/display_tools.html:9 msgid "Report abuse" msgstr "申報濫用" -#: perllib/FixMyStreet/App/Controller/Rss.pm:297 +#: templates/web/base/report/new/form_user_loggedin.html:16 +#, fuzzy +msgid "Report as" +msgstr "申報" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:298 msgid "Report on %s" msgstr "在%s 申報 " @@ -2438,23 +2837,23 @@ msgstr "申報你的問題" msgid "Report, view, or discuss local problems" msgstr "申報,檢視,或討論在地問題" -#: perllib/FixMyStreet/DB/Result/Problem.pm:577 +#: perllib/FixMyStreet/DB/Result/Problem.pm:605 #: templates/web/base/contact/index.html:57 msgid "Reported anonymously at %s" msgstr "在%s 匿名申報 " #: templates/web/base/admin/questionnaire.html:5 -#: templates/web/base/questionnaire/index.html:62 +#: templates/web/base/questionnaire/index.html:64 msgid "Reported before" msgstr "之前的申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:600 +#: perllib/FixMyStreet/DB/Result/Problem.pm:621 #: templates/web/base/contact/index.html:59 msgid "Reported by %s at %s" msgstr "由%s 的 %s 申報" -#: templates/web/zurich/admin/report_edit-sdm.html:58 -#: templates/web/zurich/admin/report_edit.html:86 +#: templates/web/zurich/admin/report_edit-sdm.html:60 +#: templates/web/zurich/admin/report_edit.html:88 msgid "Reported by:" msgstr "由 申報" @@ -2462,50 +2861,51 @@ msgstr "由 申報" msgid "Reported in the %s category" msgstr "%s 種類之申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:573 +#: perllib/FixMyStreet/DB/Result/Problem.pm:602 msgid "Reported in the %s category anonymously at %s" msgstr "%s 種類下的匿名申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:595 +#: perllib/FixMyStreet/DB/Result/Problem.pm:618 msgid "Reported in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " -#: perllib/FixMyStreet/DB/Result/Problem.pm:569 +#: perllib/FixMyStreet/DB/Result/Problem.pm:599 msgid "Reported via %s anonymously at %s" msgstr "在%s 匿名申報 " -#: perllib/FixMyStreet/DB/Result/Problem.pm:591 +#: perllib/FixMyStreet/DB/Result/Problem.pm:615 msgid "Reported via %s by %s at %s" msgstr "%s 透過 %s 在 %s類別的申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:565 +#: perllib/FixMyStreet/DB/Result/Problem.pm:596 msgid "Reported via %s in the %s category anonymously at %s" msgstr "透過 %s 在 %s類別的匿名申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:585 +#: perllib/FixMyStreet/DB/Result/Problem.pm:610 msgid "Reported via %s in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " -#: templates/web/base/reports/index.html:21 +#: templates/web/base/reports/index.html:24 msgid "Reported within the last four weeks" msgstr "最近四週內的申報" -#: templates/web/zurich/admin/report_edit-sdm.html:36 -#: templates/web/zurich/admin/report_edit.html:55 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/report_edit.html:57 msgid "Reported:" msgstr "已申報 %s" #: templates/web/base/around/index.html:2 -#: templates/web/base/js/translation_strings.html:41 +#: templates/web/base/around/lookup_by_ref.html:2 +#: templates/web/base/js/translation_strings.html:42 #: templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:5 -#: templates/web/zurich/report/new/fill_in_details_form.html:2 +#: templates/web/base/report/new/fill_in_details.html:8 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "申報問題" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1274 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:384 -#: templates/web/zurich/header.html:60 +#: perllib/FixMyStreet/Cobrand/Default.pm:655 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: templates/web/zurich/header.html:52 msgid "Reports" msgstr "申報" @@ -2517,22 +2917,72 @@ msgstr "申請內容有 %s 字數限制,請簡化您的申報。" msgid "Reports awaiting approval" msgstr "待核實之申報" +#: templates/web/base/admin/user-form.html:127 +msgid "Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors." +msgstr "" + +#: templates/web/base/admin/user-form.html:107 +msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." +msgstr "" + #: templates/web/zurich/admin/index-sdm.html:10 msgid "Reports published" msgstr "己公開之申報" -#: templates/web/base/admin/report_edit.html:67 +#: templates/web/base/admin/index.html:50 +#, fuzzy +msgid "Reports waiting to be sent" +msgstr "待核實之申報" + +#: templates/web/base/admin/contact-form.html:89 +msgid "Reports will automatically be sent without needing to be inspected if the user's <strong>reputation</strong> is at or above this value. Set to <strong>0</strong> if all reports must be inspected regardless." +msgstr "" + +#: templates/web/base/admin/contact-form.html:94 +msgid "Reputation threshold" +msgstr "" + +#: templates/web/base/admin/user-form.html:130 +msgid "Reputation:" +msgstr "" + +#: templates/web/base/admin/report_edit.html:84 msgid "Resend report" msgstr "重新送出申報" +#: templates/web/base/admin/responsepriorities/index.html:1 +msgid "Response Priorities" +msgstr "" + +#: templates/web/base/admin/responsepriorities/list.html:1 +#, fuzzy +msgid "Response Priorities for %s" +msgstr "%s的回應模版" + +#: templates/web/base/admin/responsepriorities/edit.html:1 +#, fuzzy +msgid "Response Priority for %s" +msgstr "%s的回應模版" + +#: templates/web/base/admin/template_edit.html:1 +#, fuzzy +msgid "Response Template for %s" +msgstr "%s的回應模版" + +#: templates/web/base/admin/templates_index.html:1 +#, fuzzy +msgid "Response Templates" +msgstr "%s的回應模版" + +#: templates/web/base/admin/templates.html:1 +#: templates/web/base/admin/templates.html:4 #: templates/web/zurich/admin/template_edit.html:1 #: templates/web/zurich/admin/template_edit.html:4 -#: templates/web/zurich/admin/templates.html:1 -#: templates/web/zurich/admin/templates.html:3 msgid "Response Templates for %s" msgstr "%s的回應模版" #: templates/web/base/js/translation_strings.html:28 +#: templates/web/base/js/translation_strings.html:40 msgid "Right place?" msgstr "正確地點?" @@ -2546,46 +2996,56 @@ msgstr "此指定街道之道路營運者(取自道路參照碼與種類): %s" msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "此指定街道之道路營運者(來自OpenStreetMap): %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1496 -#: templates/web/base/admin/report_edit.html:90 -#: templates/web/base/admin/update_edit.html:64 -#: templates/web/zurich/admin/report_edit.html:116 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1728 +#: templates/web/base/admin/report_edit.html:169 +#: templates/web/base/admin/update_edit.html:66 +#: templates/web/zurich/admin/report_edit.html:118 msgid "Rotate Left" msgstr "左轉 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:1492 -#: templates/web/base/admin/report_edit.html:91 -#: templates/web/base/admin/update_edit.html:65 -#: templates/web/zurich/admin/report_edit.html:117 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1724 +#: templates/web/base/admin/report_edit.html:170 +#: templates/web/base/admin/update_edit.html:67 +#: templates/web/zurich/admin/report_edit.html:119 msgid "Rotate Right" msgstr "右轉 " -#: templates/web/zurich/admin/report_edit.html:388 +#: templates/web/zurich/admin/report_edit.html:110 msgid "Rotating this photo will discard unsaved changes to the report." msgstr "旋轉這張照片將會導致申報中未存檔的照片更動消失" -#: templates/web/base/js/translation_strings.html:46 +#: templates/web/base/js/translation_strings.html:47 +#: templates/web/base/maps/google-ol.html:9 msgid "Satellite" msgstr "衛星" -#: templates/web/base/admin/body.html:206 -#: templates/web/base/admin/category_edit.html:84 -#: templates/web/zurich/admin/body.html:59 +#: templates/web/base/admin/contact-form.html:137 +#: templates/web/base/admin/responsepriorities/edit.html:36 +#: templates/web/base/admin/template_edit.html:36 +#: templates/web/base/report/_inspect.html:142 +#: templates/web/zurich/admin/body.html:62 +#: templates/web/zurich/admin/contact-form.html:20 #: templates/web/zurich/admin/template_edit.html:29 msgid "Save changes" msgstr "儲存變動" +#: templates/web/base/report/_inspect.html:121 +msgid "Save with a public update" +msgstr "" + +#: templates/web/base/admin/index.html:24 #: templates/web/base/admin/reports.html:1 #: templates/web/zurich/admin/reports.html:1 msgid "Search Reports" msgstr "搜尋申報" +#: templates/web/base/admin/index.html:29 #: templates/web/base/admin/users.html:1 msgid "Search Users" msgstr "搜尋使用者" -#: templates/web/zurich/header.html:82 +#: templates/web/zurich/header.html:74 msgid "Search reports" msgstr "搜尋申報" @@ -2595,81 +3055,120 @@ msgstr "搜尋申報" msgid "Search:" msgstr "搜尋" -#: templates/web/base/admin/reports.html:26 +#: templates/web/base/admin/reports.html:27 msgid "Searching found no reports." msgstr "查無此申報" -#: templates/web/base/admin/users.html:41 +#: templates/web/base/admin/users.html:42 msgid "Searching found no users." msgstr "查無此用戶" -#: templates/web/base/admin/body-form.html:33 +#: templates/web/base/report/new/councils_text_private.html:7 +#: templates/web/base/report/new/form_user.html:5 +msgid "See our privacy policy" +msgstr "" + +#: templates/web/base/admin/body-form.html:39 #: templates/web/zurich/admin/body-form.html:16 msgid "Select a body" msgstr "選擇單位" -#: templates/web/base/reports/index.html:9 +#: templates/web/base/reports/index.html:12 msgid "Select a particular council to see the reports sent there." msgstr "選擇特定議會呈送申報" -#: templates/web/base/admin/body-form.html:71 +#: templates/web/base/admin/body-form.html:77 #: templates/web/zurich/admin/body-form.html:26 msgid "Select an area" msgstr "選擇區域" -#: templates/web/base/alert/_list.html:10 +#: templates/web/base/alert/_list.html:11 msgid "Select which type of alert you’d like and click the button for an RSS feed, or enter your email address to subscribe to an email alert." msgstr "選擇您要想的通知方式或點選RSS訂閱按鈕,或者輸入您的電子郵件以收受通知。" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:835 +#: templates/web/base/admin/category-checkboxes.html:6 +#, fuzzy +msgid "Select:" +msgstr "主旨:" + +#: templates/web/base/admin/open311-form-fields.html:109 +msgid "Send extended Open311 statuses with service request updates" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:826 msgid "Sent report back" msgstr "送回申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:698 +#: perllib/FixMyStreet/DB/Result/Problem.pm:724 msgid "Sent to %s %s later" msgstr "%s 稍後送給%s" -#: templates/web/base/admin/report_edit.html:66 +#: templates/web/base/admin/report_edit.html:79 msgid "Sent:" msgstr "送出" -#: templates/web/base/admin/report_edit.html:71 +#: templates/web/base/admin/report_edit.html:90 #: templates/web/zurich/admin/stats.html:45 msgid "Service:" msgstr "服務" -#: templates/web/base/report/display_tools.html:14 +#: templates/web/base/report/_inspect.html:26 +msgid "Set to my current location" +msgstr "" + +#: templates/web/base/report/display_tools.html:15 msgid "Share" msgstr "分享" -#: templates/web/base/report/new/form_user_loggedin.html:23 +#: templates/web/base/report/_main.html:132 +#: templates/web/base/report/_main.html:21 +#: templates/web/base/report/_main.html:26 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/_main.html:20 +#: templates/web/base/report/_main.html:23 +msgid "Shortlisted" +msgstr "" + +#: templates/web/base/report/_main.html:140 +#, fuzzy +msgid "Shortlisted by %s" +msgstr "由 %s 在 %s 張貼" + +#: templates/web/base/report/new/form_user_loggedin.html:54 #: templates/web/base/report/new/form_user_loggedout_by_email.html:22 -#: templates/web/base/report/update/form_name.html:16 +#: templates/web/base/report/update/form_name.html:33 msgid "Show my name publicly" msgstr "公開我的姓名" -#: templates/web/base/around/display_location.html:66 +#: templates/web/base/around/display_location.html:69 msgid "Show old" msgstr "顯示舊文" -#: templates/web/base/around/display_location.html:57 +#: templates/web/base/around/display_location.html:60 msgid "Show pins" msgstr "顯示地圖標示" -#: templates/web/base/auth/general.html:110 +#: templates/web/base/auth/general.html:117 #: templates/web/base/auth/general.html:3 -#: templates/web/base/auth/general.html:86 +#: templates/web/base/auth/general.html:86 templates/web/base/footer.html:26 #: templates/web/zurich/auth/general.html:18 #: templates/web/zurich/auth/general.html:35 msgid "Sign in" msgstr "登入" +#: templates/web/base/auth/general.html:96 +msgid "Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated." +msgstr "" + #: templates/web/base/auth/general.html:1 #: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "登入或新建帳戶" -#: templates/web/base/auth/sign_out.html:1 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:25 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "登出" @@ -2678,8 +3177,8 @@ msgstr "登出" msgid "Some categories may require additional information." msgstr "某些類別要求其它資訊" -#: templates/web/base/admin/body-form.html:149 -#: templates/web/base/admin/body-form.html:150 +#: templates/web/base/admin/open311-form-fields.html:40 +#: templates/web/base/admin/open311-form-fields.html:41 msgid "" "Some endpoints require an <strong>API key</strong> to indicate that the reports are being\n" " sent from your FixMyStreet installation." @@ -2693,8 +3192,7 @@ msgid "Some photos of recent reports" msgstr "最近申報之照片" #. ('Optional comment for translator') -#: perllib/FixMyStreet/App/View/Email.pm:32 -#: perllib/FixMyStreet/App/View/Web.pm:52 +#: perllib/FixMyStreet/Template.pm:53 msgid "Some text to localize" msgstr "有些文字需在地化" @@ -2710,16 +3208,16 @@ msgstr "抱歉這個wasn’t 為有效的網址連結" msgid "Sorry, there has been an error confirming your problem." msgstr "抱歉無法確認你的問題" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:216 -#: perllib/FixMyStreet/Geocode.pm:38 perllib/FixMyStreet/Geocode/Bing.pm:38 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:222 +#: perllib/FixMyStreet/Geocode.pm:37 perllib/FixMyStreet/Geocode/Bing.pm:38 #: perllib/FixMyStreet/Geocode/FixaMinGata.pm:56 #: perllib/FixMyStreet/Geocode/OSM.pm:48 msgid "Sorry, we could not find that location." msgstr "抱歉,我們無法找到此位置" #: templates/web/base/auth/general.html:9 -#: templates/web/base/report/display.html:21 -#: templates/web/base/report/new/fill_in_details_form.html:23 +#: templates/web/base/report/display.html:29 +#: templates/web/base/report/new/fill_in_details_form.html:15 msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" @@ -2729,35 +3227,55 @@ msgstr "" msgid "Sorry, we could not parse that location. Please try again." msgstr "抱歉,我們無法解析此地點,請重試一次" -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:146 msgid "Sorry, we couldn't save your image(s), please try again." msgstr "抱歉,我們無法儲存你的照片,請重試一次" -#: templates/web/base/admin/stats.html:64 +#: perllib/FixMyStreet/App/Controller/Root.pm:107 +msgid "Sorry, you don't have permission to do that." +msgstr "" + +#: templates/web/base/reports/_list-filters.html:33 +msgid "Sort by" +msgstr "" + +#: templates/web/base/admin/user-form.html:47 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/user-form.html:50 +msgid "Staff:" +msgstr "" + +#: templates/web/base/admin/stats.html:71 msgid "Start Date:" msgstr "問始日:" -#: templates/web/base/admin/body.html:69 +#: templates/web/base/admin/body.html:73 #: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:58 #: templates/web/base/admin/list_updates.html:11 -#: templates/web/base/admin/reports.html:15 -#: templates/web/base/report/update/form_update.html:34 +#: templates/web/base/admin/reports.html:16 +#: templates/web/base/report/_inspect.html:67 +#: templates/web/base/report/update/form_update.html:39 msgid "State" msgstr "陳述" -#: templates/web/base/admin/report_edit.html:47 -#: templates/web/base/admin/update_edit.html:27 -#: templates/web/zurich/admin/report_edit-sdm.html:73 -#: templates/web/zurich/admin/report_edit.html:101 -#: templates/web/zurich/admin/report_edit.html:155 +#: templates/web/base/admin/report_edit.html:115 +#: templates/web/base/admin/update_edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:75 +#: templates/web/zurich/admin/report_edit.html:103 +#: templates/web/zurich/admin/report_edit.html:151 #: templates/web/zurich/admin/update_edit.html:17 msgid "State:" msgstr "陳述:" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1279 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:387 +#: perllib/FixMyStreet/Cobrand/Default.pm:640 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:386 +#: templates/web/base/admin/index.html:65 #: templates/web/base/admin/stats.html:1 -#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:73 +#: templates/web/base/admin/stats_by_state.html:1 +#: templates/web/zurich/admin/stats.html:1 templates/web/zurich/header.html:65 msgid "Stats" msgstr "統計" @@ -2771,12 +3289,12 @@ msgstr "狀態" msgid "Still open, via questionnaire, %s" msgstr " %s問卷仍開放中" -#: templates/web/zurich/admin/report_edit-sdm.html:25 -#: templates/web/zurich/admin/report_edit.html:26 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/report_edit.html:28 msgid "Street View" msgstr "街景圖" -#: perllib/FixMyStreet/Script/Reports.pm:184 +#: perllib/FixMyStreet/Script/Reports.pm:194 msgid "Subcategory: %s" msgstr "子類別:%s" @@ -2788,34 +3306,35 @@ msgstr "下屬單位/機關" msgid "Subject" msgstr "主旨" -#: templates/web/base/admin/report_edit.html:19 -#: templates/web/zurich/admin/report_edit.html:39 +#: templates/web/base/admin/report_edit.html:110 +#: templates/web/zurich/admin/report_edit.html:41 msgid "Subject:" msgstr "主旨:" #: templates/web/base/questionnaire/creator_fixed.html:19 -#: templates/web/base/report/new/form_user_loggedin.html:34 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:39 +#: templates/web/base/report/new/form_user_loggedin.html:61 +#: templates/web/base/report/new/form_user_loggedout_by_email.html:36 #: templates/web/base/report/new/form_user_loggedout_password.html:11 -#: templates/web/zurich/report/new/fill_in_details_form.html:98 +#: templates/web/zurich/report/new/fill_in_details_form.html:73 msgid "Submit" msgstr "送出" -#: templates/web/base/admin/report_edit.html:101 -#: templates/web/base/admin/update_edit.html:75 -#: templates/web/base/admin/user-form.html:56 -#: templates/web/zurich/admin/report_edit-sdm.html:137 -#: templates/web/zurich/admin/report_edit.html:268 +#: templates/web/base/admin/report_edit.html:180 +#: templates/web/base/admin/report_edit.html:24 +#: templates/web/base/admin/update_edit.html:77 +#: templates/web/base/admin/user-form.html:177 +#: templates/web/zurich/admin/report_edit-sdm.html:124 +#: templates/web/zurich/admin/report_edit.html:264 #: templates/web/zurich/admin/update_edit.html:38 msgid "Submit changes" msgstr "送出更新" -#: templates/web/base/questionnaire/index.html:106 +#: templates/web/base/questionnaire/index.html:110 msgid "Submit questionnaire" msgstr "送出問卷" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:171 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:902 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:164 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:893 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:6 #: templates/web/zurich/admin/index-dm.html:23 @@ -2826,38 +3345,53 @@ msgid "Submitted" msgstr "已送出" #: templates/web/base/alert/updates.html:23 -#: templates/web/base/report/display_tools.html:41 +#: templates/web/base/report/display_tools.html:49 msgid "Subscribe" msgstr "訂閱" -#: templates/web/base/alert/_list.html:92 +#: templates/web/base/alert/_list.html:93 msgid "Subscribe me to an email alert" msgstr "加入通知信件" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1272 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 -#: templates/web/base/admin/bodies.html:25 +#: templates/web/base/report/new/form_report.html:19 +#, fuzzy +msgid "Summarise the problem" +msgstr "請在此填寫問題的細節" + +#: templates/web/base/admin/contact-form.html:129 +#, fuzzy +msgid "Summarise your changes" +msgstr "送出更新" + +#: perllib/FixMyStreet/Cobrand/Default.pm:638 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:382 +#: 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:13 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:49 msgid "Summary" msgstr "摘要" -#: templates/web/base/reports/index.html:1 +#: templates/web/base/reports/index.html:4 #: templates/web/zurich/reports/index.html:0 #: templates/web/zurich/reports/index.html:4 msgid "Summary reports" msgstr "申報摘要" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1276 -msgid "Survey" -msgstr "調查" +#: templates/web/base/admin/user-form.html:141 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/user-form.html:138 +msgid "Superusers have permission to perform <strong>all actions</strong> within the admin." +msgstr "" #: templates/web/base/admin/questionnaire.html:1 +#: templates/web/base/admin/stats.html:56 msgid "Survey Results" msgstr "調查結果" @@ -2865,27 +3399,29 @@ msgstr "調查結果" msgid "Template «%s»" msgstr "模版 «%s»" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:394 -#: templates/web/zurich/header.html:77 +#: perllib/FixMyStreet/Cobrand/Default.pm:661 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:393 +#: templates/web/zurich/header.html:69 msgid "Templates" msgstr "模版" #: templates/web/base/admin/list_updates.html:12 -#: templates/web/zurich/admin/templates.html:9 +#: templates/web/base/admin/templates.html:11 msgid "Text" msgstr "內文" -#: templates/web/base/admin/body.html:28 +#: templates/web/base/admin/body.html:32 msgid "Text only version" msgstr "文字版" +#: templates/web/base/admin/template_edit.html:17 #: templates/web/base/admin/update_edit.html:20 #: templates/web/zurich/admin/template_edit.html:24 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "內文:" -#: templates/web/base/tokens/confirm_problem.html:12 +#: templates/web/base/tokens/confirm_problem.html:25 msgid "Thank you for reporting this issue!" msgstr "感謝您申報此問題" @@ -2898,6 +3434,10 @@ msgid "Thank you for updating this issue!" msgstr "感謝您更新此狀況" #: templates/web/base/contact/submit.html:6 +#, fuzzy +msgid "Thank you for your enquiry" +msgstr "感謝您的回饋" + #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" msgstr "感謝您的回饋" @@ -2910,41 +3450,41 @@ 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:157 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:170 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." msgstr "照片上傳似乎無法正常 (%s), 請再試一次。 " -#: perllib/FixMyStreet/App/Controller/Council.pm:97 +#: perllib/FixMyStreet/App/Controller/Council.pm:102 msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "該地區似乎非該地方政府管轄,它可能在轄區外,請再試 一次 " -#: perllib/FixMyStreet/App/Controller/Location.pm:127 +#: perllib/FixMyStreet/App/Controller/Location.pm:129 msgid "That location does not appear to be in the UK; please try again." msgstr "這地點似乎不在台灣; 請再試 一次。" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:47 -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:63 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:50 #: perllib/FixMyStreet/Cobrand/UK.pm:72 msgid "That postcode was not recognised, sorry." msgstr "抱歉此郵遞區號無法辨識" -#: perllib/FixMyStreet/App/Controller/Admin.pm:722 +#: perllib/FixMyStreet/App/Controller/Admin.pm:762 msgid "That problem has been marked as sent." msgstr "問題被標註為送出" -#: perllib/FixMyStreet/App/Controller/Admin.pm:714 +#: perllib/FixMyStreet/App/Controller/Admin.pm:755 msgid "That problem will now be resent." msgstr "此問題將重新送出" -#: perllib/FixMyStreet/App/Controller/Report.pm:127 +#: perllib/FixMyStreet/App/Controller/Report.pm:137 msgid "That report cannot be viewed on %s." msgstr "此申報無法在 %s上檢視 " -#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:131 msgid "That report has been removed from FixMyStreet." msgstr "該申報已遭FixMyStreet 移除 " -#: templates/web/base/admin/body.html:142 +#: templates/web/base/admin/contact-form.html:25 msgid "" "The <strong>email address</strong> is the destination to which reports about this category will be sent. \n" " Other categories for this body may have the same email address." @@ -2952,8 +3492,8 @@ msgstr "" "此 <strong>電子郵件</strong> 為此類別申報所將送出的對象\n" "該主責單位負責的其它類別可能也會使用同一電子郵件" -#: templates/web/base/admin/body-form.html:123 -#: templates/web/base/admin/body-form.html:124 +#: templates/web/base/admin/open311-form-fields.html:14 +#: templates/web/base/admin/open311-form-fields.html:15 msgid "" "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to \n" " when sending reports to this body." @@ -2961,8 +3501,8 @@ msgstr "" "此<strong>端點</strong> FixMyStreet 服務連結,\n" "當申報送出給該機關時,就會連結到此。" -#: templates/web/base/admin/body-form.html:136 -#: templates/web/base/admin/body-form.html:137 +#: templates/web/base/admin/open311-form-fields.html:27 +#: templates/web/base/admin/open311-form-fields.html:28 msgid "" "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more\n" " than one. If the body is running its own endpoint, you can usually leave this blank." @@ -2970,8 +3510,10 @@ msgstr "" "此<strong>管轄區</strong> 功能只有在終端不只一個\n" "時才會用到。如果機關自行營運用終端,此處功能可以不選留白 " -#: templates/web/base/admin/body-form.html:94 -#: templates/web/base/admin/body-form.html:95 +#: templates/web/base/admin/body-form.html:100 +#: templates/web/base/admin/body-form.html:101 +#: templates/web/base/admin/contact-form.html:103 +#: templates/web/base/admin/contact-form.html:104 msgid "" "The <strong>send method</strong> determines how problem reports will be sent to the body.\n" " If you leave this blank, <strong>send method defaults to email</strong>." @@ -2983,8 +3525,8 @@ msgstr "" msgid "The Open311 v2 attribute agency_responsible is used to list the administrations that received the problem report, which is not quite the way the attribute is defined in the Open311 v2 specification." msgstr " Open311 v2 的權責單位適用於對接收問題申報機關,但不受限於Open311 v2 規範定義。" -#: templates/web/base/admin/body-form.html:11 -#: templates/web/base/admin/body-form.html:12 +#: templates/web/base/admin/body-form.html:17 +#: templates/web/base/admin/body-form.html:18 msgid "" "The body's <strong>name</strong> identifies the body (for example, <em>Borsetshire District Council</em>)\n" " and may be displayed publically." @@ -3003,7 +3545,7 @@ msgid "The diligency prize league table shows editors' activity (who's been edit msgstr "這個勤奮表單顯示用戶的活動(誰做了做多的修改編輯活動)" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:61 -#: perllib/FixMyStreet/App/Controller/Reports.pm:80 +#: perllib/FixMyStreet/App/Controller/Reports.pm:82 msgid "The error was: %s" msgstr "顯示錯誤為: %s" @@ -3045,12 +3587,12 @@ msgstr "用戶申報{{NAME}}地區內地的最新問題" msgid "The link might have expired, or maybe you didn’t quite copy and paste it correctly." msgstr "這連結可能失效了或者你並未正確地複制貼上它" -#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:64 msgid "The list of available areas is being provided by the MapIt service at %s." msgstr "%s 區域中,MapIt服務涵蓋的範圍清單" -#: templates/web/base/auth/change_password.html:12 -#: templates/web/base/auth/change_password.html:16 +#: templates/web/base/auth/change_password.html:22 +#: templates/web/base/auth/change_password.html:26 msgid "The passwords do not match" msgstr "密碼不符" @@ -3058,22 +3600,16 @@ msgstr "密碼不符" msgid "The requested URL '%s' was not found on this server" msgstr "找不到您所要求的網頁連結。" -#: templates/web/base/alert/_list.html:16 +#: templates/web/base/alert/_list.html:17 msgid "The simplest alert is our geographic one:" msgstr "您的更新出錯,請再試一次。" -#: templates/web/base/report/new/councils_extra_text.html:1 -#: templates/web/base/report/new/councils_text_some.html:10 -#: templates/web/base/report/new/fill_in_details_form.html:13 -msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." -msgstr "總結與描述將會公開(請見我們的 <a href=\"/privacy\">隱私權政策</a>)." - -#: perllib/FixMyStreet/Script/Reports.pm:92 +#: perllib/FixMyStreet/Script/Reports.pm:96 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" msgstr "用戶無法在地點上標示問題,但可以看到他們輸入的地點" -#: templates/web/base/admin/user-form.html:12 -#: templates/web/base/admin/user-form.html:13 +#: templates/web/base/admin/user-form.html:10 +#: templates/web/base/admin/user-form.html:11 msgid "" "The user's <strong>name</strong> is displayed publicly on reports that have not been marked <em>anonymous</em>.\n" " Names are not necessarily unique." @@ -3083,11 +3619,11 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:12 #: templates/web/base/my/_problem-list.html:8 -#: templates/web/base/reports/_problem-list.html:15 +#: templates/web/base/reports/_problem-list.html:13 msgid "There are no reports to show." msgstr "沒有申報可顯示" -#: perllib/FixMyStreet/App/Controller/Reports.pm:77 +#: perllib/FixMyStreet/App/Controller/Reports.pm:79 msgid "There was a problem showing the All Reports page. Please try again later." msgstr "本頁現在無法願現所要求的申報資料,請稍候再試。" @@ -3096,18 +3632,18 @@ msgstr "本頁現在無法願現所要求的申報資料,請稍候再試。" msgid "There was a problem showing this page. Please try again later." msgstr "本頁出現錯誤,請再試一次" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:753 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:138 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:751 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:152 #: templates/web/base/auth/general.html:53 #: templates/web/zurich/auth/general.html:28 msgid "There was a problem with your email/password combination. If you cannot remember your password, or do not have one, please fill in the ‘sign in by email’ section of the form." msgstr "您的電子郵件與密碼不相符,如果您遺忘密碼或尚未註冊,請在申請表單上填入電子郵件" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Alert.pm:359 msgid "There was a problem with your email/password combination. Please try again." msgstr "您的電子郵件/密碼不符,請重試一次" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:336 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:357 msgid "There was a problem with your update. Please try again." msgstr "您的申報有問題,請重試一次" @@ -3115,12 +3651,12 @@ msgstr "您的申報有問題,請重試一次" msgid "There were problems with your report. Please see below." msgstr "您的申報有問題,請見下方說明" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:371 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:392 msgid "There were problems with your update. Please see below." msgstr "您的更新有問題,請見下方說明" -#: templates/web/base/admin/body-form.html:112 -#: templates/web/base/admin/body-form.html:113 +#: templates/web/base/admin/open311-form-fields.html:3 +#: templates/web/base/admin/open311-form-fields.html:4 msgid "" "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br>\n" " <strong>You don't need to set them if the Send Method is email.</strong>.\n" @@ -3133,11 +3669,32 @@ msgstr "" "有關Open311的更多資訊請見\n" "<a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>本文</a>" +#: templates/web/base/report/new/councils_text.html:3 +#: templates/web/base/report/new/councils_text.html:4 +#, fuzzy +msgid "These will be published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "您的個人資料,將會依照<a href=\"/privacy\">本站隱私權政策</a>作處理使用" + +#: templates/web/base/report/new/councils_text_all.html:4 +#: templates/web/base/report/new/councils_text_all.html:6 +#, fuzzy +msgid "These will be sent to <strong>%s</strong> and also published online for others to see, in accordance with our <a href=\"%s\">privacy policy</a>." +msgstr "您的個人資料,將會依照<a href=\"/privacy\">本站隱私權政策</a>作處理使用" + +#: templates/web/base/report/new/councils_text_private.html:5 +#: templates/web/base/report/new/form_user.html:4 +msgid "These will be sent to the council, but will never be shown online." +msgstr "" + +#: templates/web/base/report/new/councils_text_private.html:3 +msgid "These will never be shown online." +msgstr "" + #: templates/web/base/open311/index.html:69 msgid "This API implementation is work in progress and not yet stabilized. It will change without warnings in the future." msgstr "此API執行正在安裝中尚未完全,未來將作無預警的更動" -#: templates/web/base/admin/body.html:44 +#: templates/web/base/admin/body.html:48 msgid "" "This body covers no area. This means that it has no jurisdiction over problems reported <em>at any location</em>.\n" " Consequently, none of its categories will appear in the drop-down category menu when users report problems.\n" @@ -3148,12 +3705,12 @@ msgstr "" "因此它下方的類別不會出現用戶申報問題的下拉選單上。\n" "目前用戶<strong>無法用此單位申報問題</strong>." -#: templates/web/base/admin/body.html:54 +#: templates/web/base/admin/body.html:58 msgid "This body has no contacts. This means that currently problems reported to this body <strong>will not be sent</strong>." msgstr "該單位無聯絡人,此表示目前送至該單位的申報<strong>將無法送出</strong>." -#: templates/web/base/admin/body-form.html:52 -#: templates/web/base/admin/body-form.html:53 +#: templates/web/base/admin/body-form.html:58 +#: templates/web/base/admin/body-form.html:59 msgid "" "This body will only be sent reports for problems that are located in the <strong>area covered</strong>.\n" " A body will not receive any reports unless it covers at least one area." @@ -3161,17 +3718,17 @@ msgstr "" "此單位只涵蓋 <strong>負責區域</strong>的申報問題處理。 \n" "除非其涵蓋至少一個區域,否則政府單位不會接收到問題申報 " -#: perllib/FixMyStreet/Script/Reports.pm:191 +#: perllib/FixMyStreet/Script/Reports.pm:201 msgid "This email has been sent to both councils covering the location of the problem, as the user did not categorise it; please ignore it if you're not the correct council to deal with the issue, or let us know what category of problem this is so we can add it to our system." msgstr "當用戶沒有選擇類別時,電子郵件將送到負責該區域的各地方政府。如果您不是該問題的受理機關,請略過,或讓我們知道該問題的類別以在系統作修正。" -#: perllib/FixMyStreet/Script/Reports.pm:194 +#: perllib/FixMyStreet/Script/Reports.pm:204 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:898 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:935 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:977 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:874 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:918 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:964 #: perllib/FixMyStreet/Cobrand/UK.pm:44 msgid "This information is required" msgstr "本項資訊必填" @@ -3180,62 +3737,72 @@ msgstr "本項資訊必填" msgid "This is a developer site; things might break at any time, and the database will be periodically deleted." msgstr "本站為開發試用,可能隨時故障,資料庫也會定期刪除。" -#: templates/web/base/reports/index.html:7 +#: templates/web/base/reports/index.html:10 msgid "This is a summary of all reports on this site." msgstr "本站所有申報總結" -#: templates/web/base/report/update/form_update.html:54 +#: templates/web/base/report/new/form_report.html:56 +msgid "This pothole has been here for two months and…" +msgstr "" + +#: templates/web/base/report/update/form_update.html:59 msgid "This problem has been fixed" msgstr "問題己處理完畢" -#: templates/web/base/report/update/form_update.html:48 +#: templates/web/base/report/update/form_update.html:53 msgid "This problem has not been fixed" msgstr "問題尚未解決" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:168 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:169 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:162 #: templates/web/zurich/report/_main.html:14 msgid "This report is awaiting moderation." msgstr "此問題尚待審核" -#: perllib/FixMyStreet/Script/Alerts.pm:94 +#: perllib/FixMyStreet/Script/Alerts.pm:101 msgid "This report is currently marked as closed." msgstr "該申報目前注記為結案狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:92 +#: perllib/FixMyStreet/Script/Alerts.pm:99 msgid "This report is currently marked as fixed." msgstr "該申報目前注記為解決狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:96 +#: perllib/FixMyStreet/Script/Alerts.pm:103 msgid "This report is currently marked as open." msgstr "該申報目前注記為開放狀態" -#: perllib/FixMyStreet/Script/Reports.pm:105 +#: perllib/FixMyStreet/Script/Reports.pm:109 msgid "This report was submitted anonymously" msgstr "此為匿名申報" -#: perllib/FixMyStreet/Script/Reports.pm:85 +#: perllib/FixMyStreet/Script/Reports.pm:89 msgid "This web page also contains a photo of the problem, provided by the user." msgstr "本頁包括由用戶提供反應問題的照片 " -#: templates/web/zurich/admin/report_edit-sdm.html:123 -#: templates/web/zurich/admin/report_edit-sdm.html:76 -#: templates/web/zurich/admin/report_edit.html:104 -#: templates/web/zurich/admin/report_edit.html:148 +#: templates/web/zurich/admin/report_edit-sdm.html:119 +#: templates/web/zurich/admin/report_edit-sdm.html:78 +#: templates/web/zurich/admin/report_edit.html:106 +#: templates/web/zurich/admin/report_edit.html:144 msgid "Time spent (in minutes):" msgstr "花費時間(以分鐘計):" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1275 +#: perllib/FixMyStreet/Cobrand/Default.pm:639 #: templates/web/base/admin/timeline.html:1 msgid "Timeline" msgstr "時間軸" +#: templates/web/base/report/new/after_photo.html:1 +msgid "Tips for perfect photos" +msgstr "" + #: templates/web/base/admin/flagged.html:15 -#: templates/web/base/admin/reports.html:12 -#: templates/web/zurich/admin/templates.html:8 +#: templates/web/base/admin/index.html:55 +#: templates/web/base/admin/reports.html:13 +#: templates/web/base/admin/templates.html:10 msgid "Title" msgstr "標題" +#: templates/web/base/admin/template_edit.html:13 #: templates/web/zurich/admin/template_edit.html:20 msgid "Title:" msgstr "標題" @@ -3248,18 +3815,35 @@ msgstr "找出適合您的在地通知,請輸入您的郵編或街名區域" msgid "To find out what local alerts we have for you, please enter your postcode or street name and area" msgstr "找出適合您的在地通知,請輸入您的郵編或街名區域" -#: perllib/FixMyStreet/Script/Reports.pm:91 +#: perllib/FixMyStreet/Script/Reports.pm:95 msgid "To view a map of the precise location of this issue" msgstr "檢視地圖上問題之確切位置" -#: templates/web/base/admin/index.html:54 #: templates/web/base/admin/questionnaire.html:24 #: templates/web/base/admin/stats.html:24 #: templates/web/base/admin/stats.html:43 +#: templates/web/base/admin/stats_fix_rate.html:4 #: templates/web/zurich/admin/stats.html:30 msgid "Total" msgstr "總數" +#: templates/web/base/report/_inspect.html:98 +msgid "Traffic management required?" +msgstr "" + +#: templates/web/base/admin/user-form.html:111 +msgid "Trusted by bodies:" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:721 +msgid "Trusted to make reports that don't need to be inspected" +msgstr "" + +#: templates/web/base/admin/user-form.html:119 +#, fuzzy +msgid "Trusted:" +msgstr "建立:" + #: templates/web/base/js/translation_strings.html:29 msgid "Try again" msgstr "再試一次" @@ -3270,20 +3854,24 @@ msgstr "何不直接發信給我們:" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:12 -#: templates/web/base/report/update/form_update.html:36 -#: templates/web/base/report/update/form_update.html:39 +#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/update/form_update.html:44 msgid "Unable to fix" msgstr "無法修復" #: templates/web/base/admin/report_blocks.html:1 #: templates/web/base/admin/report_blocks.html:19 -#: templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:64 -#: templates/web/zurich/admin/report_edit.html:92 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/report_edit-sdm.html:66 +#: templates/web/zurich/admin/report_edit.html:94 #: templates/web/zurich/admin/update_edit.html:18 msgid "Unconfirmed" msgstr "未確認的" +#: templates/web/base/reports/_list-filters.html:3 +msgid "Unfixed reports" +msgstr "未處理之申報 " + #: templates/web/base/report/banner.html:9 msgid "Unknown" msgstr "未知的" @@ -3292,18 +3880,19 @@ msgstr "未知的" msgid "Unknown alert type" msgstr "未知的通知類別" -#: perllib/FixMyStreet/App/Controller/Photo.pm:110 -#: templates/web/base/js/translation_strings.html:39 +#: perllib/FixMyStreet/App/Controller/Auth.pm:530 +#: perllib/FixMyStreet/App/Controller/Photo.pm:109 +#: templates/web/base/js/translation_strings.html:38 msgid "Unknown error" msgstr "未知的錯誤" -#: perllib/FixMyStreet/App/Controller/Report.pm:105 -#: perllib/FixMyStreet/App/Controller/Report.pm:111 -#: perllib/FixMyStreet/App/Controller/Report.pm:114 +#: perllib/FixMyStreet/App/Controller/Report.pm:115 +#: perllib/FixMyStreet/App/Controller/Report.pm:121 +#: perllib/FixMyStreet/App/Controller/Report.pm:124 msgid "Unknown problem ID" msgstr "未知的問題編號 " -#: templates/web/base/report/update/form_update.html:27 +#: templates/web/base/report/update/form_update.html:29 msgid "Update" msgstr "更新" @@ -3319,12 +3908,12 @@ msgstr "下方更新 為匿名提供%s" msgid "Update below added by %s at %s" msgstr "由%d 在 %s 所提供的更新" -#: templates/web/base/admin/body-form.html:240 +#: templates/web/base/admin/body-form.html:138 #: templates/web/zurich/admin/body-form.html:52 msgid "Update body" msgstr "更新內文" -#: templates/web/base/admin/index.html:48 +#: templates/web/base/admin/stats_by_state.html:21 msgid "Update breakdown by state" msgstr "陳述目前的故障 " @@ -3332,20 +3921,20 @@ msgstr "陳述目前的故障 " msgid "Update by {{name}}" msgstr "由{{name}}更新" -#: templates/web/base/admin/update_edit.html:42 +#: templates/web/base/admin/update_edit.html:44 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "更新改變問題之陳述到%s " -#: templates/web/base/admin/update_edit.html:44 +#: templates/web/base/admin/update_edit.html:46 msgid "Update marked problem as fixed" msgstr "本問題已解決之更新標註" -#: templates/web/base/admin/update_edit.html:46 +#: templates/web/base/admin/update_edit.html:48 msgid "Update reopened problem" msgstr "更新重申報之問題 " -#: templates/web/base/admin/body.html:101 +#: templates/web/base/admin/body.html:110 msgid "Update statuses" msgstr "更新之狀態" @@ -3355,13 +3944,13 @@ msgstr "更新之狀態" msgid "Updated" msgstr "已更新" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1036 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1096 -#: perllib/FixMyStreet/App/Controller/Admin.pm:1144 -#: perllib/FixMyStreet/App/Controller/Admin.pm:809 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:771 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:796 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:866 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1161 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1224 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1376 +#: perllib/FixMyStreet/App/Controller/Admin.pm:824 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:762 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:787 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:857 msgid "Updated!" msgstr "已更新!" @@ -3371,7 +3960,7 @@ msgstr "已更新!" msgid "Updates" msgstr "更新" -#: perllib/FixMyStreet/DB/Result/Comment.pm:131 +#: perllib/FixMyStreet/DB/Result/Comment.pm:132 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "更新內容有 %s 字數限制,請簡化您的更新。" @@ -3385,20 +3974,29 @@ msgstr "由{{title}}更新" msgid "Updates to this problem, %s" msgstr "更新問題, %s" -#: templates/web/base/admin/body.html:180 -msgid "Use the <strong>note</strong> to record details that are only displayed in the admin. Notes are not shown publicly, and are not sent to the body." +#: templates/web/base/admin/open311-form-fields.html:65 +msgid "Use Open311 update-sending extension" +msgstr "" + +#: templates/web/base/admin/contact-form.html:124 +#, fuzzy +msgid "Use this field to record details that are only displayed in the admin. Input is not shown publicly, and is not sent to the body." msgstr "使用<strong>記事本</strong> 來記錄給管理員可看到的細節報告。這部份不會公開,也不會送給相關單位。" -#: templates/web/zurich/admin/report_edit-sdm.html:48 -#: templates/web/zurich/admin/report_edit.html:67 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/report_edit.html:69 msgid "Used map" msgstr "已用過之地圖" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1449 +#: templates/web/base/admin/open311-form-fields.html:78 +msgid "User ID to attribute fetched comments to" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:1681 msgid "User flag removed" msgstr "移除用戶的標記警告" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1421 +#: perllib/FixMyStreet/App/Controller/Admin.pm:1653 msgid "User flagged" msgstr "給用戶標記警告" @@ -3406,23 +4004,28 @@ msgstr "給用戶標記警告" msgid "User search finds matches in users' names and email addresses." msgstr "用戶找到相符的名稱與電子郵件" -#: perllib/FixMyStreet/App/Controller/Admin.pm:1277 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:399 +#: perllib/FixMyStreet/Cobrand/Default.pm:670 +#: perllib/FixMyStreet/Cobrand/Default.pm:723 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:398 #: templates/web/base/admin/flagged.html:29 -#: templates/web/zurich/header.html:69 +#: templates/web/zurich/header.html:61 msgid "Users" msgstr "使用者" -#: perllib/FixMyStreet/App/Controller/Admin.pm:380 -#: perllib/FixMyStreet/App/Controller/Admin.pm:410 -#: perllib/FixMyStreet/App/Controller/Admin.pm:427 +#: templates/web/base/admin/user-form.html:149 +msgid "Users can perform the following actions within their assigned body or area." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:400 +#: perllib/FixMyStreet/App/Controller/Admin.pm:430 +#: perllib/FixMyStreet/App/Controller/Admin.pm:448 msgid "Values updated" msgstr "數值更新" -#: templates/web/base/admin/report_edit.html:18 +#: templates/web/base/admin/report_edit.html:35 #: templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:21 -#: templates/web/zurich/admin/report_edit.html:22 +#: templates/web/zurich/admin/report_edit-sdm.html:23 +#: templates/web/zurich/admin/report_edit.html:24 #: templates/web/zurich/admin/update_edit.html:10 msgid "View report on site" msgstr "檢視本站之申報 " @@ -3432,7 +4035,7 @@ msgid "View reports by ward" msgstr "檢視里/區之申報 " #: templates/web/base/around/display_location.html:0 -#: templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:37 msgid "Viewing a location" msgstr "檢視地區" @@ -3449,23 +4052,17 @@ msgstr "地方政府轄下的里/區" msgid "We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here." msgstr "本區域我們找到更多符合的資料,我們最多顯示十筆資料。如果你無法在其中找到所要的資訊,請嘗試其它搜尋方式。" +#: templates/web/base/around/lookup_by_ref.html:5 +msgid "We found more than one match for that problem reference:" +msgstr "" + #: templates/web/base/auth/general.html:6 -#: templates/web/base/report/display.html:27 +#: templates/web/base/report/display.html:35 #: templates/web/base/report/new/oauth_email_form.html:5 msgid "We need your email address, please give it below." msgstr "" -#: templates/web/base/report/new/form_user_loggedout_email.html:2 -#: templates/web/base/report/update/form_user_loggedout_email.html:2 -msgid "We never show your email" -msgstr "我們不會公開您的電子郵件" - -#: templates/web/base/report/new/form_user_loggedin.html:30 -#: templates/web/base/report/new/form_user_loggedout_by_email.html:28 -msgid "We never show your email address or phone number." -msgstr "我們不會公開您的電子郵件或是電話號碼" - -#: perllib/FixMyStreet/Script/Reports.pm:200 +#: perllib/FixMyStreet/Script/Reports.pm:210 msgid "We realise this problem might be the responsibility of %s; however, we don't currently have any contact details for them. If you know of an appropriate contact address, please do get in touch." msgstr "我們理解此問題可能是%s之責任,然而目前我們並無他們的聯絡資訊。如果您知道適當的聯絡人資訊,請告訴我們。" @@ -3486,15 +4083,11 @@ msgstr "很遺憾該問題仍未修復。何不試試聯絡當地議員民代反 msgid "We’ll get back to you as soon as we can." msgstr "我們會儘快回覆您" -#: templates/web/base/questionnaire/index.html:71 +#: templates/web/base/questionnaire/index.html:73 msgid "What was your experience of getting the problem fixed?" msgstr "你的申報使用體驗感想為? " -#: templates/web/base/report/new/form_report.html:19 -msgid "What’s the issue, and where is it?" -msgstr "什麼樣的問題,地點是在?" - -#: templates/web/base/admin/category_edit.html:90 +#: templates/web/base/admin/category_edit.html:52 #: templates/web/zurich/admin/body.html:18 msgid "When edited" msgstr "何時編輯 " @@ -3503,7 +4096,7 @@ msgstr "何時編輯 " msgid "When sent" msgstr "何時送出" -#: templates/web/base/js/translation_strings.html:50 +#: templates/web/base/js/translation_strings.html:51 msgid "Whoa there Testino! Three photos are enough." msgstr "" @@ -3511,8 +4104,8 @@ msgstr "" msgid "Why stop there? <a href=\"/alert\">Set up more alerts</a> for free." msgstr "為何在此卡住?免費<a href=\"/alert\">設定更多訊息通知</a> " -#: perllib/FixMyStreet/Cobrand/Zurich.pm:192 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:932 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:923 #: templates/web/zurich/admin/header.html:1 #: templates/web/zurich/admin/header.html:14 msgid "Wish" @@ -3526,7 +4119,7 @@ msgstr "搜尋要求,也可能限制單一機構中搜尋相關權責單位。 msgid "Would you like to contribute to FixMyStreet? Our code is open source and <a href=\"http://fixmystreet.org\">available at fixmystreet.org</a>." msgstr "您願為FixMyStreet貢獻嗎?這個一個開放原始碼,可從 <a href=\"http://fixmystreet.org\">fixmystreet.org</a>官網進一步了解 " -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/questionnaire/index.html:101 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "您是否願意4週後再收到另一份問卷?以提醒您確認最新的狀況" @@ -3542,22 +4135,22 @@ msgstr "錯誤的地? 請再次點擊此地圖" msgid "Year" msgstr "年份" -#: templates/web/base/admin/bodies.html:66 -#: templates/web/base/admin/body.html:80 templates/web/base/admin/body.html:82 +#: templates/web/base/admin/bodies.html:70 #: templates/web/base/admin/body.html:86 templates/web/base/admin/body.html:88 +#: templates/web/base/admin/body.html:92 templates/web/base/admin/body.html:94 #: templates/web/base/admin/category_edit.html:5 #: templates/web/base/admin/flagged.html:47 #: templates/web/base/admin/list_updates.html:32 #: templates/web/base/admin/list_updates.html:34 #: templates/web/base/admin/list_updates.html:35 #: templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/report_edit.html:58 -#: templates/web/base/admin/report_edit.html:75 -#: templates/web/base/admin/update_edit.html:24 -#: templates/web/base/admin/users.html:31 +#: templates/web/base/admin/report_edit.html:142 +#: templates/web/base/admin/report_edit.html:95 +#: templates/web/base/admin/update_edit.html:25 +#: templates/web/base/admin/users.html:32 #: templates/web/base/questionnaire/creator_fixed.html:14 -#: templates/web/base/questionnaire/index.html:100 -#: templates/web/base/questionnaire/index.html:51 +#: templates/web/base/questionnaire/index.html:104 +#: templates/web/base/questionnaire/index.html:53 msgid "Yes" msgstr "是" @@ -3583,7 +4176,7 @@ msgstr "您檢舉下列問題之更為濫用,包括個人資料或相似" msgid "You can <a href=\"%s%s\">view the problem on this site</a>." msgstr "您可<a href=\"%s%s\">在本站上檢視問題</a>." -#: templates/web/base/admin/user-form.html:48 +#: templates/web/base/admin/user-form.html:96 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "您可以新增某位用戶到濫用者名單,它會自動隱藏(不會送出)該名用戶所提交的申報 " @@ -3601,18 +4194,18 @@ msgstr "" "如果某一用戶過往有不當使用記錄,您想特別留意它的活動\n" "這會很有用。" -#: templates/web/base/report/new/councils_text_none.html:12 -#: templates/web/base/report/new/councils_text_none.html:14 -#: templates/web/base/report/new/councils_text_some.html:19 -#: templates/web/base/report/new/councils_text_some.html:21 +#: templates/web/base/report/new/top_message_none.html:12 +#: templates/web/base/report/new/top_message_none.html:14 +#: templates/web/base/report/new/top_message_some.html:11 +#: templates/web/base/report/new/top_message_some.html:9 msgid "You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>." msgstr "您可協助我們找出當地問題的承辦人員 %s電子郵件,把此資訊提供給我們<a href='mailto:%s'>%s</a>." -#: templates/web/base/admin/body-form.html:85 +#: templates/web/base/admin/body-form.html:91 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "您可以刪除某一單位如果不想讓它在本站激活" -#: templates/web/base/js/translation_strings.html:36 +#: templates/web/base/js/translation_strings.html:35 msgid "You declined; please fill in the box above" msgstr "您受到拒絕,請填寫上方表格。" @@ -3620,13 +4213,13 @@ msgstr "您受到拒絕,請填寫上方表格。" msgid "You have already answered this questionnaire. If you have a question, please <a href='%s'>get in touch</a>, or <a href='%s'>view your problem</a>.\n" msgstr "您已回覆過本問卷。如果您有問題,請<href='%s'>保持聯絡</a>, 或是<a href='%s'>檢視 您作的申報</a>\n" -#: templates/web/base/report/new/form_report.html:32 -#: templates/web/zurich/report/new/fill_in_details_form.html:55 +#: templates/web/base/report/new/form_report.html:37 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 msgid "You have already attached photos to this report. Note that you can attach a maximum of 3 to this report (if you try to upload more, the oldest will be removed)." msgstr "在此申報中你已經附加了照片(注意你最多可附3張照片,如果你還想上傳更多張,原先的照片會被移除)" -#: templates/web/base/questionnaire/index.html:83 -#: templates/web/base/report/update/form_update.html:14 +#: templates/web/base/questionnaire/index.html:87 +#: templates/web/base/report/update/form_update.html:16 msgid "You have already attached photos to this update. Note that you can attach a maximum of 3 to this update (if you try to upload more, the oldest will be removed)." msgstr "" @@ -3635,29 +4228,35 @@ msgstr "" msgid "You have been signed out" msgstr "您己登出" -#: templates/web/zurich/report/new/fill_in_details_form.html:13 +#: templates/web/zurich/report/new/sidebar.html:7 msgid "You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. " msgstr "您在地圖上用綠色標註問題之地點。如果此不是正確地點,請再次點擊原地圖。" +#: templates/web/base/auth/change_email.html:6 #: templates/web/zurich/tokens/confirm_problem.html:5 #: templates/web/zurich/tokens/confirm_problem.html:6 msgid "You have successfully confirmed your email address." msgstr "您已成功地確認電子郵件" -#: templates/web/base/report/display.html:17 +#: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 msgid "You have successfully signed in; please check and confirm your details are accurate:" msgstr "您已成功登入,請檢查您的個人資訊是否正確:" -#: templates/web/base/my/my.html:20 +#: templates/web/base/my/my.html:31 msgid "You haven’t created any reports yet. <a href=\"%s\">Report a problem now.</a>" msgstr "您當未創建任何申報,<a href=\"%s\">立即提供申報</a>" +#: templates/web/base/my/planned.html:21 +#, fuzzy +msgid "You haven’t shortlisted any reports yet." +msgstr "您當未創建任何申報,<a href=\"%s\">立即提供申報</a>" + #: templates/web/base/admin/index.html:19 msgid "You need to <a href=\"%s\">add some bodies</a> (such as councils or departments) before any reports can be sent." msgstr "您需要 <a href=\"%s\">加入相關單位</a> (例如地方政府或部門) ,在申報送出之前。" -#: templates/web/base/admin/bodies.html:7 +#: templates/web/base/admin/bodies.html:11 msgid "" "You need to add bodies (such as councils or departments) so that you can then add\n" " the categories of problems they can handle (such as potholes or streetlights) and the\n" @@ -3667,30 +4266,31 @@ msgstr "" "要處理的問題類別(像是路面坑洞或街燈故障)以及\n" "呈送的承辦人員(如電子郵件)" -#: templates/web/base/admin/report_edit.html:67 -msgid "You really want to resend?" -msgstr "您真的要再送出一次嗎" - -#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:15 -#: templates/web/base/my/my.html:4 +#: templates/web/base/my/my.html:0 templates/web/base/my/my.html:5 msgid "Your Reports" msgstr "您的申報 " -#: templates/web/base/alert/_list.html:89 +#: templates/web/base/auth/change_password.html:11 +#: templates/web/base/footer.html:26 templates/web/base/my/my.html:18 +#, fuzzy +msgid "Your account" +msgstr "確認帳戶" + +#: templates/web/base/alert/_list.html:90 #: templates/web/base/alert/updates.html:19 #: templates/web/base/alert/updates.html:22 #: templates/web/base/contact/index.html:83 -#: templates/web/base/report/display_tools.html:38 -#: templates/web/base/report/display_tools.html:40 -#: templates/web/base/report/new/form_user_loggedin.html:3 +#: templates/web/base/report/display_tools.html:44 +#: templates/web/base/report/display_tools.html:47 #: templates/web/base/report/new/form_user_loggedout_email.html:1 #: templates/web/base/report/update/form_user_loggedout_email.html:1 -#: templates/web/zurich/report/new/fill_in_details_form.html:78 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "您的電子郵件" +#: templates/web/base/auth/change_email.html:9 #: templates/web/base/auth/general.html:55 -#: templates/web/base/report/update/form_user_loggedout_email.html:7 +#: templates/web/base/report/update/form_user_loggedout_email.html:5 #: templates/web/zurich/auth/general.html:30 #: templates/web/zurich/auth/general.html:58 msgid "Your email address" @@ -3700,13 +4300,12 @@ msgstr "您的電子郵件" msgid "Your information will only be used in accordance with our <a href=\"/privacy\">privacy policy</a>" msgstr "您的個人資料,將會依照<a href=\"/privacy\">本站隱私權政策</a>作處理使用" -#: templates/web/base/auth/general.html:100 +#: templates/web/base/auth/general.html:107 #: templates/web/base/contact/index.html:76 -#: templates/web/base/report/new/form_user_loggedin.html:18 #: templates/web/base/report/new/form_user_loggedout_by_email.html:17 -#: templates/web/base/report/update/form_name.html:12 +#: templates/web/base/report/update/form_name.html:29 #: templates/web/zurich/auth/general.html:61 -#: templates/web/zurich/report/new/fill_in_details_form.html:88 +#: templates/web/zurich/report/new/fill_in_details_form.html:63 msgid "Your name" msgstr "姓名" @@ -3717,46 +4316,54 @@ msgstr "姓名" msgid "Your password" msgstr "密碼" -#: templates/web/base/auth/change_password.html:6 +#: templates/web/base/auth/change_password.html:10 msgid "Your password has been changed" msgstr "密碼已更新" -#: templates/web/base/report/new/form_user_loggedin.html:27 #: templates/web/base/report/new/form_user_loggedout_by_email.html:26 -#: templates/web/zurich/report/new/fill_in_details_form.html:94 +#: templates/web/zurich/report/new/fill_in_details_form.html:69 msgid "Your phone number" msgstr "電話號碼" -#: templates/web/base/questionnaire/index.html:14 +#: templates/web/base/questionnaire/index.html:16 msgid "Your report" msgstr "" -#: templates/web/base/footer.html:29 +#: templates/web/base/my/my.html:28 msgid "Your reports" msgstr "你作的申報" -#: templates/web/base/my/my.html:39 +#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 +#: templates/web/base/my/planned.html:5 +#, fuzzy +msgid "Your shortlist" +msgstr "您的申報 " + +#: templates/web/base/my/my.html:51 msgid "Your updates" msgstr "更新" -#: templates/web/base/reports/_list-filters.html:3 -msgid "all reports" -msgstr "所有事件申報" +#: templates/web/base/report/new/form_user_loggedin.html:18 +#: templates/web/base/report/update/form_name.html:11 +#, fuzzy +msgid "Yourself" +msgstr "您的電子郵件" + +#: templates/web/base/admin/category-checkboxes.html:7 +#: templates/web/base/admin/user-form.html:159 +msgid "all" +msgstr "" #: templates/web/base/admin/timeline.html:4 msgid "by %s" msgstr "由 %s" -#: templates/web/base/reports/_list-filters.html:5 -msgid "closed reports" -msgstr "完結之申報 " - #: templates/web/base/reports/body.html:6 #: templates/web/base/reports/body.html:7 msgid "council" msgstr "地方政府" -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "didn't use map" msgstr "不使用地圖" @@ -3765,15 +4372,11 @@ msgstr "不使用地圖" msgid "e.g. ‘%s’ or ‘%s’" msgstr "例如 ‘%s’ 或 ‘%s’" -#: templates/web/base/admin/body-form.html:188 #: templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/open311-form-fields.html:81 msgid "edit user" msgstr "用戶編輯" -#: templates/web/base/reports/_list-filters.html:6 -msgid "fixed reports" -msgstr "已處理之申報 " - #: templates/web/base/status/stats.html:20 #: templates/web/zurich/admin/index.html:5 msgid "from %s different users" @@ -3784,7 +4387,7 @@ msgstr "從不同的用戶%s " msgid "last updated %s" msgstr "%s上回更新:" -#: perllib/Utils.pm:204 +#: perllib/Utils.pm:205 msgid "less than a minute" msgstr "少於一分鐘" @@ -3829,13 +4432,23 @@ msgstr "標註為己規畫" msgid "marked as unable to fix" msgstr "標註為無法解決" -#: perllib/FixMyStreet/App/Controller/Admin.pm:129 +#: perllib/FixMyStreet/App/Controller/Admin.pm:122 #: templates/web/base/admin/questionnaire.html:15 #: templates/web/base/admin/questionnaire.html:16 msgid "n/a" msgstr "不適用" -#: templates/web/base/alert/_list.html:85 +#: templates/web/base/admin/category-checkboxes.html:8 +#: templates/web/base/admin/user-form.html:160 +msgid "none" +msgstr "" + +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "optional" +msgstr "(任選)" + +#: templates/web/base/alert/_list.html:86 msgid "or" msgstr "或" @@ -3843,22 +4456,22 @@ msgstr "或" msgid "or locate me automatically" msgstr "自動辨識我所在位置 " -#: templates/web/base/admin/report_edit.html:28 -#: templates/web/base/admin/report_edit.html:30 -#: templates/web/zurich/admin/report_edit-sdm.html:30 +#: templates/web/base/admin/report_edit.html:48 +#: templates/web/base/admin/report_edit.html:50 #: templates/web/zurich/admin/report_edit-sdm.html:32 -#: templates/web/zurich/admin/report_edit-sdm.html:53 +#: templates/web/zurich/admin/report_edit-sdm.html:34 #: templates/web/zurich/admin/report_edit-sdm.html:55 -#: templates/web/zurich/admin/report_edit.html:32 +#: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/report_edit.html:34 -#: templates/web/zurich/admin/report_edit.html:48 +#: templates/web/zurich/admin/report_edit.html:36 #: templates/web/zurich/admin/report_edit.html:50 -#: templates/web/zurich/admin/report_edit.html:72 +#: templates/web/zurich/admin/report_edit.html:52 #: templates/web/zurich/admin/report_edit.html:74 +#: templates/web/zurich/admin/report_edit.html:76 msgid "originally entered: “%s”" msgstr "原始輸入者" -#: templates/web/base/admin/report_edit.html:43 +#: templates/web/base/admin/report_edit.html:68 msgid "other areas:" msgstr "其它地區:" @@ -3867,41 +4480,41 @@ msgstr "其它地區:" msgid "reopened" msgstr "重啟申報" -#: templates/web/base/header.html:64 templates/web/zurich/footer.html:13 +#: templates/web/base/admin/category_edit.html:35 +#, fuzzy +msgid "required" +msgstr "要求提供照片" + +#: templates/web/zurich/footer.html:13 msgid "sign out" msgstr "登出" -#: templates/web/base/report/new/fill_in_details_form.html:11 -#: templates/web/base/report/new/fill_in_details_form.html:9 +#: templates/web/base/report/new/form_report.html:13 msgid "the local council" msgstr "當地地府" -#: templates/web/base/report/_main.html:57 +#: templates/web/base/report/_report_meta_info.html:2 #: templates/web/zurich/report/_main.html:5 msgid "there is no pin shown as the user did not use the map" msgstr "地圖上無標記,用戶未使用地圖" -#: perllib/FixMyStreet/Script/Reports.pm:176 +#: perllib/FixMyStreet/Script/Reports.pm:186 msgid "this type of local problem" msgstr "此類在地問題" -#: perllib/Utils.pm:176 +#: perllib/Utils.pm:177 msgid "today" msgstr "今天" -#: templates/web/base/reports/_list-filters.html:4 -msgid "unfixed reports" -msgstr "未處理之申報 " - -#: templates/web/base/admin/report_edit.html:32 +#: templates/web/base/admin/report_edit.html:52 msgid "used map" msgstr "已用過之地圖" -#: templates/web/base/admin/update_edit.html:35 +#: templates/web/base/admin/update_edit.html:37 msgid "user is from same council as problem - %d" msgstr "用戶來同一問題的地方政府- %d" -#: templates/web/base/admin/update_edit.html:38 +#: templates/web/base/admin/update_edit.html:40 msgid "user is problem owner" msgstr "%d 天數" @@ -3916,7 +4529,7 @@ msgid "<big>%s</big> report recently" msgid_plural "<big>%s</big> reports recently" msgstr[0] "近期的申報 <big>%s</big> " -#: perllib/Utils.pm:223 +#: perllib/Utils.pm:224 #, perl-format msgid "%d hour" msgid_plural "%d hours" @@ -3928,7 +4541,7 @@ msgid "%d supporter" msgid_plural "%d supporters" msgstr[0] "%d 支援者" -#: perllib/Utils.pm:225 +#: perllib/Utils.pm:226 #, perl-format msgid "%d minute" msgid_plural "%d minutes" @@ -3940,13 +4553,13 @@ msgid "<big>%s</big> update on reports" msgid_plural "<big>%s</big> updates on reports" msgstr[0] "<big>%s</big> 更新申報" -#: templates/web/base/report/new/councils_text_none.html:3 +#: templates/web/base/report/new/top_message_none.html:3 #, perl-format msgid "We do not yet have details for the council that covers this location." msgid_plural "We do not yet have details for the councils that cover this location." msgstr[0] "我們尚未有該區域負責單位之細節 " -#: perllib/Utils.pm:219 +#: perllib/Utils.pm:220 #, perl-format msgid "%d week" msgid_plural "%d weeks" @@ -3964,59 +4577,56 @@ msgid "<big>%s</big> fixed in past month" msgid_plural "<big>%s</big> fixed in past month" msgstr[0] "上個月解決的<big>%s</big> " -#: perllib/Utils.pm:221 +#: perllib/Utils.pm:222 #, perl-format msgid "%d day" msgid_plural "%d days" msgstr[0] "%d 日期" -#: templates/web/base/report/new/councils_text_some.html:13 +#: templates/web/base/report/new/top_message_some.html:3 #, perl-format msgid "We do <strong>not</strong> yet have details for the other council that covers this location." msgid_plural "We do <strong>not</strong> yet have details for the other councils that cover this location." msgstr[0] "我們<strong>尚未<strong>有該區域其它單位之細節 " -#~ msgid "%s, reported at %s" -#~ msgstr "%s 在 %s 處之申報 " - -#~ msgid "About us" -#~ msgstr "關於我們" +#~ msgid "(public)" +#~ msgstr "(公開)" -#~ msgid "Email me new local problems" -#~ msgstr "以電郵通知其它問題" +#~ msgid "Additional Information" +#~ msgstr "其餘資訊" -#~ msgid "Empty flat or maisonette" -#~ msgstr "閒置的公寓或大樓" +#~ msgid "All the information you provide here will be sent to" +#~ msgstr "你所提供的資訊即將送出" -#~ msgid "Empty house or bungalow" -#~ msgstr "閒置的房舍" +#~ msgid "All the information you provide here will be sent to <strong>%s</strong>." +#~ msgstr "所有您提供的资訊將送出給<strong>%s</strong>." -#~ msgid "Empty office or other commercial" -#~ msgstr "閒置的辦公室或其它商業空間" +#~ msgid "Configure Endpoint" +#~ msgstr "組態端 點" -#~ msgid "Empty pub or bar" -#~ msgstr "閒置的酒館或咖啡廳" +#~ msgid "Explain what’s wrong, exactly where it is, and how long it’s been there…" +#~ msgstr "說明什麼壞掉故障了,確切的地點以及它置於此處有多久了" -#~ msgid "Empty public building - school, hospital, etc." -#~ msgstr "閒置的公共建築物,如學校,醫院等" +#~ msgid "GeoRSS on Google Maps" +#~ msgstr "google 地圖上的地理RSS" -#~ msgid "Enter a nearby street name and area, postal code or district in Delhi" -#~ msgstr "輸入最近的街名,地區或郵編號碼" +#~ msgid "One-line summary" +#~ msgstr "一句總結" -#~ msgid "FixMyStreet" -#~ msgstr "FixMyStreet" +#~ msgid "Survey" +#~ msgstr "調查" -#~ msgid "I am afraid you cannot confirm unconfirmed reports." -#~ msgstr "您不能確認此尚未確認之申報 " +#~ msgid "The summary and description will also be made public (see our <a href=\"/privacy\">privacy policy</a>)." +#~ msgstr "總結與描述將會公開(請見我們的 <a href=\"/privacy\">隱私權政策</a>)." -#~ msgid "Problems in this area" -#~ msgstr "本區域內的問題" +#~ msgid "We never show your email" +#~ msgstr "我們不會公開您的電子郵件" -#~ msgid "Property type:" -#~ msgstr "公物種類" +#~ msgid "We never show your email address or phone number." +#~ msgstr "我們不會公開您的電子郵件或是電話號碼" -#~ msgid "RSS feed of problems in this %s" -#~ msgstr "此 %s 問題之RSS 訂閱" +#~ msgid "What’s the issue, and where is it?" +#~ msgstr "什麼樣的問題,地點是在?" -#~ msgid "Whole block of empty flats" -#~ msgstr "整區為閒置廢棄空間" +#~ msgid "You really want to resend?" +#~ msgstr "您真的要再送出一次嗎" diff --git a/templates/web/base/admin/body-form.html b/templates/web/base/admin/body-form.html index b1f4bce2c..6c750bcaf 100644 --- a/templates/web/base/admin/body-form.html +++ b/templates/web/base/admin/body-form.html @@ -118,7 +118,7 @@ <div class="admin-hint"> <p> [% loc( - "Enable this <strong>can be devolved</strong> setting if one or more contacts have a + "Enable this <strong>can be devolved</strong> setting if one or more contacts have a different endpoint (and send method) from the body's. For example, if reports for some categories of problem must be emailed, while others can be sent over Open311." ) %] diff --git a/templates/web/base/admin/body.html b/templates/web/base/admin/body.html index 64b4142de..5c9f4f9b9 100644 --- a/templates/web/base/admin/body.html +++ b/templates/web/base/admin/body.html @@ -113,7 +113,7 @@ </form> <p class="fms-admin-info"> - [% loc("Each contact for the body has a category, which is displayed to the public. + [% loc("Each contact for the body has a category, which is displayed to the public. Different categories <strong>can have the same contact</strong> (email address). This means you can add many categories even if you only have one contact for the body. ") %] diff --git a/templates/web/base/admin/contact-form.html b/templates/web/base/admin/contact-form.html index 83f634188..493d8020f 100644 --- a/templates/web/base/admin/contact-form.html +++ b/templates/web/base/admin/contact-form.html @@ -8,11 +8,11 @@ [% ELSE %] <div class="admin-hint"> <p> - [% loc('Choose a <strong>category</strong> name that makes sense to the public (e.g., "Pothole", "Street lighting") but is helpful - to the body too. These will appear in the drop-down menu on the report-a-problem page.') %] - <br> - [% loc("If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in - the menu. Make sure you use the same category name in the bodies if you want this to happen.") %] + [% loc('Choose a <strong>category</strong> name that makes sense to the public (e.g., "Pothole", "Street lighting") but is helpful + to the body too. These will appear in the drop-down menu on the report-a-problem page.') %] + <br> + [% loc("If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in + the menu. Make sure you use the same category name in the bodies if you want this to happen.") %] </p> </div> <p> @@ -22,8 +22,8 @@ <div class="admin-hint"> <p> - [% loc("The <strong>email address</strong> is the destination to which reports about this category will be sent. - Other categories for this body may have the same email address.") %] + [% loc("The <strong>email address</strong> is the destination to which reports about this category will be sent. + Other categories for this body may have the same email address.") %] </p> [% IF (body.send_method AND body.send_method != 'Email') OR body.can_be_devolved %] <p> @@ -38,8 +38,8 @@ <div class="admin-hint"> <p> - [% loc("Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct. - If you are not sure of the origin or validity of the contact, leave this unchecked.") %] + [% loc("Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct. + If you are not sure of the origin or validity of the contact, leave this unchecked.") %] </p> </div> <p> @@ -49,8 +49,8 @@ <div class="admin-hint"> <p> - [% loc("Check <strong>deleted</strong> to remove the category from use. - It will not appear as an available category in the drop-down menu on the report-a-problem page.") %] + [% loc("Check <strong>deleted</strong> to remove the category from use. + It will not appear as an available category in the drop-down menu on the report-a-problem page.") %] </p> </div> <p> @@ -60,13 +60,13 @@ <div class="admin-hint"> <p> - [% loc("Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>. - <br> - Normally, categories are not private. - <br> - This is suitable for issues that you want to allow users to report to the body, but for which there is no public - interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin - at a specific address.") %] + [% loc("Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>. + <br> + Normally, categories are not private. + <br> + This is suitable for issues that you want to allow users to report to the body, but for which there is no public + interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin + at a specific address.") %] </p> </div> <p> diff --git a/templates/web/base/admin/open311-form-fields.html b/templates/web/base/admin/open311-form-fields.html index 008853b0b..d1067205c 100644 --- a/templates/web/base/admin/open311-form-fields.html +++ b/templates/web/base/admin/open311-form-fields.html @@ -1,20 +1,20 @@ <div class="admin-open311-only"> <p class="fms-admin-info"> - [% loc( - "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br> - <strong>You don't need to set them if the Send Method is email.</strong>. - For more information on Open311, see - <a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>this article</a>. - " - ) %] + [% loc( + "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br> + <strong>You don't need to set them if the Send Method is email.</strong>. + For more information on Open311, see + <a href='https://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>this article</a>. + " + ) %] </p> <div class="admin-hint"> <p> - [% loc( - "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to - when sending reports to this body." - ) %] + [% loc( + "The <strong>endpoint</strong> is the URL of the service that FixMyStreet will connect to + when sending reports to this body." + ) %] </p> </div> <p> @@ -25,26 +25,26 @@ <div class="admin-hint"> <p> [% loc( - "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more - than one. If the body is running its own endpoint, you can usually leave this blank." + "The <strong>jurisdiction</strong> is only needed if the endpoint is serving more + than one. If the body is running its own endpoint, you can usually leave this blank." ) %] </p> </div> <p> - <label for="jurisdiction">Open311 Jurisdiction</label> + <label for="jurisdiction">[% loc('Open311 Jurisdiction') %]</label> <input type="text" class="form-control" name="jurisdiction" id="jurisdiction" value="[% object.jurisdiction | html %]" size="50"> </p> <div class="admin-hint"> <p> [% loc( - "Some endpoints require an <strong>API key</strong> to indicate that the reports are being - sent from your FixMyStreet installation." + "Some endpoints require an <strong>API key</strong> to indicate that the reports are being + sent from your FixMyStreet installation." ) %] </p> </div> <p> - <label for="api_key">Open311 API Key</label> + <label for="api_key">[% loc('Open311 API Key') %]</label> <input type="text" class="form-control" name="api_key" id="api_key" value="[% object.api_key | html %]" size="25"> </p> @@ -53,29 +53,29 @@ <div class="admin-hint"> <p> [% loc( - "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive + "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive updates to existing reports. If you're not sure, it probably does not, so leave this unchecked. - For more information, see + For more information, see <a href='https://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." ) %] </p> </div> <p> <input type="checkbox" id="send_comments" name="send_comments"[% ' checked' IF object.send_comments %]> - <label for="send_comments" class="inline">Use Open311 update-sending extension</label> + <label for="send_comments" class="inline">[% loc('Use Open311 update-sending extension') %]</label> </p> <div class="admin-hint"> <p> [% loc( - "If you've enabled Open311 update-sending above, you must identify which + "If you've enabled Open311 update-sending above, you must identify which FixMyStreet <strong>user</strong> will be attributed as the creator of those updates when they are shown on the site. Enter the ID (number) of that user." ) %] </p> </div> <p> - <label for"comment_user_id">User ID to attribute fetched comments to</label> + <label for"comment_user_id">[% loc('User ID to attribute fetched comments to') %]</label> <input type="text" class="form-control" name="comment_user_id" value="[% object.comment_user_id %]"> [% IF object.comment_user_id %] <a href="[% c.uri_for('user_edit', object.comment_user_id) %]">[% loc('edit user') %]</a> @@ -85,20 +85,20 @@ <div class="admin-hint"> <p> [% loc( - "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> + "If you've enabled Open311 update-sending above, enable <strong>suppression of alerts</strong> if you do <strong>not</strong> want that user to be notified whenever these updates are created." ) %] </p> </div> <p> <input type="checkbox" id="suppress_alerts" name="suppress_alerts"[% ' checked' IF object.suppress_alerts %]> - <label for="suppress_alerts" class="inline">Do not send email alerts on fetched comments to problem creator</label> + <label for="suppress_alerts" class="inline">[% loc('Do not send email alerts on fetched comments to problem creator') %]</label> </p> <div class="admin-hint"> <p> [% loc( - "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in + "If you've enabled Open311 update-sending above, Open311 usually only accepts OPEN or CLOSED status in its updates. Enable <strong>extended Open311 stauses</strong> if you want to allow extra states to be passed. Check that your cobrand supports this feature before switching it on." ) %] @@ -106,7 +106,7 @@ </div> <p> <input type="checkbox" id="send_extended_statuses" name="send_extended_statuses"[% ' checked' IF object.send_extended_statuses %]> - <label for="send_extended_statuses" class="inline">Send extended Open311 statuses with service request updates</label> + <label for="send_extended_statuses" class="inline">[% loc('Send extended Open311 statuses with service request updates') %]</label> </p> [% END %] </div> diff --git a/templates/web/base/admin/user-form.html b/templates/web/base/admin/user-form.html index cfd85b465..17230e940 100644 --- a/templates/web/base/admin/user-form.html +++ b/templates/web/base/admin/user-form.html @@ -21,22 +21,22 @@ <li><label for="phone">[% loc('Phone:') %]</label> <input type='text' class="form-control" id='phone' name='phone' value='[% user.phone | html %]'></li> - [% IF c.user.is_superuser || c.cobrand.moniker == 'zurich' %] - <li> - <div class="admin-hint"> - <p> - [% loc( - "Normal (public) users should not be associated with any <strong>body</strong>.<br> - Authorised staff users can be associated with the body they represent.<br> - Depending on the implementation, staff users may have access to the dashboard (summary of - activity across their body), the ability to hide reports or set special report statuses.") - %] - </p> - </div> - [% loc('Body:') %] <select class="form-control" id='body' name='body'> - <option value=''>[% loc('No body') %]</option> + [% IF c.user.is_superuser || c.cobrand.moniker == 'zurich' %] + <li> + <div class="admin-hint"> + <p> + [% loc( + "Normal (public) users should not be associated with any <strong>body</strong>.<br> + Authorised staff users can be associated with the body they represent.<br> + Depending on the implementation, staff users may have access to the dashboard (summary of + activity across their body), the ability to hide reports or set special report statuses.") + %] + </p> + </div> + [% loc('Body:') %] <select class="form-control" id='body' name='body'> + <option value=''>[% loc('No body') %]</option> [% FOR body IN bodies %] - <option value="[% body.id %]"[% ' selected data-originally-selected' IF body.id == user.from_body.id %]>[% body.name %]</option> + <option value="[% body.id %]"[% ' selected data-originally-selected' IF body.id == user.from_body.id %]>[% body.name %]</option> [% END %] </select> </li> |